@charset "UTF-8";
/**
 * WordPress ブロック カスタムスタイル CSS（フロント/エディター共通）
 */
/* 見出し
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

/* h1 */
body:not(.home):not(.recruit) .c-page-header {
  background: url(../img/bg_page_heading.jpg) no-repeat right center/cover;
}
body:not(.home):not(.recruit) .c-page-header .c-page-header__title {
  color: #fff;
}

/* h2 - 5 */
body:not(.home):not(.recruit) .l-contents__main h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title), body:not(.home):not(.recruit) .is-root-container[class*=wp-block] h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  position: relative;
  padding-bottom: 0.5em;
  padding-inline: 0.25em;
}
body:not(.home):not(.recruit) .l-contents__main h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::after, body:not(.home):not(.recruit) .is-root-container[class*=wp-block] h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FEDC85), to(rgba(254, 220, 133, 0.2)));
  background: -webkit-linear-gradient(left, #FEDC85 0%, rgba(254, 220, 133, 0.2) 100%);
  background: linear-gradient(to right, #FEDC85 0%, rgba(254, 220, 133, 0.2) 100%);
}
body:not(.home):not(.recruit) .l-contents__main h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title), body:not(.home):not(.recruit) .is-root-container[class*=wp-block] h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  color: var(--wp--preset--color--sm-accent);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125em;
}
body:not(.home):not(.recruit) .l-contents__main h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::before, body:not(.home):not(.recruit) .is-root-container[class*=wp-block] h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/icon-bolt.svg) no-repeat center/contain;
}
body:not(.home):not(.recruit) .l-contents__main h4:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title), body:not(.home):not(.recruit) .is-root-container[class*=wp-block] h4:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  color: #fff;
  background-color: var(--wp--preset--color--sm-accent);
  padding: 0.25em 0.75em;
  border-left: 5px solid #9DCEFF;
}

h2.smb-media-text__title {
  --_font-size-level: 3 !important;
}

h3.smb-media-text__title {
  --_font-size-level: 2 !important;
}

.c-heading_accent_line {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f5a300), color-stop(25%, #1f5aa6)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #f5a300 0 25%, #1f5aa6 25% 100%) 1;
       -o-border-image: linear-gradient(to right, #f5a300 0 25%, #1f5aa6 25% 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f5a300), color-stop(25%, #1f5aa6)) 1;
          border-image: linear-gradient(to right, #f5a300 0 25%, #1f5aa6 25% 100%) 1;
}

/* ボタン
---------------------------------------- */
.is-style-default-arrow .smb-btn {
  position: relative;
  border: 1px solid var(--wp--preset--color--sm-accent);
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.is-style-default-arrow .smb-btn:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
  background-color: #9DCEFF;
  -webkit-box-shadow: inset 0px 2px 6px rgba(5, 15, 41, 0.1), inset 0px -2px 6px rgba(5, 15, 41, 0.1);
          box-shadow: inset 0px 2px 6px rgba(5, 15, 41, 0.1), inset 0px -2px 6px rgba(5, 15, 41, 0.1);
}
.is-style-default-arrow .smb-btn:hover::after {
  background: url(../img/icon_arrow_cream-yellow.svg) no-repeat center/50%;
}
.is-style-default-arrow .smb-btn:hover .smb-btn__label {
  color: #fff;
}
.is-style-default-arrow .smb-btn::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_yellow.svg) no-repeat center/50%;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.is-style-default-arrow .smb-btn .smb-btn__label {
  color: var(--wp--preset--color--sm-accent);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-style-default-arrow-outline .smb-btn {
  position: relative;
  background-color: initial;
  border: 1px solid var(--smb-btn--color);
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  --smb-btn--color: var(--smb-btn--style--ghost--color);
}
.is-style-default-arrow-outline .smb-btn::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
  display: block;
  background: url(../img/icon_arrow_white.svg) no-repeat center/50%;
  width: 2em;
  height: 60%;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-style-default-arrow-outline .smb-btn .smb-btn__label {
  margin-right: 1.5em;
}

.u-text-link_default-arrow::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_default-arrow_right.svg) no-repeat center/50%;
  width: 2em;
  height: 1em;
}

.c-btn_icon_white .smb-btn::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}