@charset "UTF-8";
/* ==========================================================================
  Base / Configration
========================================================================== */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

a,
button,
input[type=button],
input[type=reset],
*[role=button] {
  cursor: pointer;
  display: inline-block;
}
a[aria-disabled=true], a:disabled,
button[aria-disabled=true],
button:disabled,
input[type=button][aria-disabled=true],
input[type=button]:disabled,
input[type=reset][aria-disabled=true],
input[type=reset]:disabled,
*[role=button][aria-disabled=true],
*[role=button]:disabled {
  cursor: not-allowed;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}

:is(.ly_header, footer:has(.ly_footer), nav) {
  line-height: 1;
}
:is(.ly_header, footer:has(.ly_footer), nav) a {
  white-space: nowrap;
}

.wp-block-post-content p a {
  word-break: break-all;
}
.wp-block-post-content p + p {
  margin-top: 1em;
}

/* ==========================================================================
  Layout / Wrapper
========================================================================== */
.ly_wrapper {
  margin: 0 auto;
  min-height: 100dvh;
  width: 100%;
}

/* ==========================================================================
  Layout / Header
========================================================================== */
.ly_header {
  left: 0;
  position: sticky;
  top: 0;
  z-index: 555;
}
.ly_header_inner {
  gap: 0 var(--wp--preset--spacing--50);
  margin: 0 auto;
  max-width: calc(var(--wp--style--global--wide-size) - var(--wp--preset--spacing--30) * 2);
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  width: 100%;
  max-width: 100%;
}
.ly_header_inner__column {
  align-items: center;
  display: flex;
  gap: var(--wp--preset--spacing--30);
  justify-content: space-between;
  padding-bottom: var(--wp--preset--spacing--30);
  padding-top: var(--wp--preset--spacing--30);
}
.ly_header_toggle {
  position: relative;
  z-index: 888;
}
.ly_header_order1 {
  order: 1;
}
.ly_header_order2 {
  order: 2;
}
.ly_header_order3 {
  order: 3;
}
.ly_header_primary {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  background: var(--wp--preset--color--custom-white);
}
.ly_header_secondary__sp {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 666;
}

/* ==========================================================================
  Layout / Footer
========================================================================== */
.ly_footer {
  background: var(--wp--preset--color--gray-40);
  padding-bottom: var(--wp--preset--spacing--30);
  padding-top: var(--wp--preset--spacing--30);
}
.ly_footer_inner {
  gap: 0 var(--wp--preset--spacing--50);
  margin: 0 auto;
  max-width: calc(var(--wp--style--global--wide-size) - var(--wp--preset--spacing--30) * 2);
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 824px) {
  .ly_footer_inner {
    max-width: var(--wp--style--global--wide-size);
    padding-left: 0;
    padding-right: 0;
  }
}
.ly_footer_primary {
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
}
.ly_footer_primary .ly_footer_inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
}
@media screen and (max-width: 824px) {
  .ly_footer_primary .ly_footer_inner {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 824.1px) {
  .ly_footer_primary .ly_footer_inner {
    align-items: center;
    justify-content: space-between;
  }
}
.ly_footer_pagetop {
  bottom: var(--wp--preset--spacing--30);
  opacity: 0;
  position: fixed;
  right: var(--wp--preset--spacing--30);
  transition: all 0.25s;
  z-index: -1;
}
.ly_footer_pagetop.is_active {
  opacity: 1;
  z-index: 555;
}

/* ==========================================================================
  Layout / Container
========================================================================== */
.ly_container {
  gap: 0 var(--wp--preset--spacing--50);
  margin: 0 auto;
  max-width: calc(var(--wp--style--global--wide-size) - var(--wp--preset--spacing--30) * 2);
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  width: 100%;
}
.ly_container_primary {
  flex-basis: 100%;
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
}
@media screen and (max-width: 960px) {
  .ly_container_primary {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.ly_container_primary__wide {
  max-width: var(--wp--style--global--wide-size);
}
.ly_container_primary__full {
  max-width: 100%;
}
.ly_container_secondary {
  flex-basis: 300px;
}
@media screen and (max-width: 960px) {
  .ly_container_secondary {
    display: none;
  }
}
.ly_container_inner {
  padding-bottom: var(--wp--preset--spacing--70);
  padding-top: var(--wp--preset--spacing--70);
}
@media screen and (max-width: 960px) {
  .ly_container_inner {
    padding-bottom: var(--wp--preset--spacing--60);
    padding-top: var(--wp--preset--spacing--60);
  }
}
.ly_container__full {
  max-width: 100%;
}
.ly_container__column {
  display: flex;
  justify-content: space-between;
}
.ly_container__column .ly_container_primary {
  margin-left: 0;
  margin-right: 0;
}

.ly_contQueries {
  container-type: inline-size;
}

/* ==========================================================================
  Layout / Column
========================================================================== */
.ly_column {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--block-gap);
}
@container (max-width: 640px) {
  .ly_column {
    gap: calc(var(--wp--style--block-gap) * 1.5) var(--wp--style--block-gap);
  }
}

.ly_column_col {
  flex-basis: 100%;
}

@container (min-width: 640.1px) {
  .ly_contQueries .ly_column__col2 .ly_column_col, .ly_contQueries .ly_column__col3 .ly_column_col, .ly_contQueries .ly_column__col4 .ly_column_col {
    flex-basis: calc((100% - var(--wp--style--block-gap)) / 2);
  }
}
@container (min-width: 824.1px) {
  .ly_contQueries .ly_column__col4 .ly_column_col {
    flex-basis: calc((100% - var(--wp--style--block-gap) * 2) / 3);
  }
}
@container (min-width: 960.1px) {
  .ly_contQueries .ly_column__col3 .ly_column_col {
    flex-basis: calc((100% - var(--wp--style--block-gap) * 2) / 3);
  }
  .ly_contQueries .ly_column__col4 .ly_column_col {
    flex-basis: calc((100% - var(--wp--style--block-gap) * 3) / 4);
  }
}

/* ==========================================================================
  Module / Block / Header
========================================================================== */
.bl_headerToggle {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  white-space: nowrap;
}
.bl_headerToggle::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-image: url("../assets/icons/google/menu.svg");
  filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
}
.bl_headerToggle[aria-expanded=true]::before {
  background-image: url("../assets/icons/google/close.svg");
}

.bl_headerNav_list {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  justify-content: flex-end;
}
.bl_headerNav_list > li {
  flex: 1;
  position: relative;
  text-align: center;
}
.bl_headerNav_list > li > a {
  border-bottom: 2px solid transparent;
  padding: var(--wp--preset--spacing--20) 0;
  transition: all 0.25s;
  display: block;
  font-weight: 700;
}
@media (any-hover: hover) {
  .bl_headerNav_list > li > a:hover:hover {
    border-color: currentcolor;
  }
}
@media screen and (min-width: 824.1px) {
  .bl_headerNav_list > li {
    flex: 1;
  }
}

/* ==========================================================================
  Module / Block / Footer
========================================================================== */
.bl_footer_copyright {
  font-size: var(--wp--preset--font-size--small);
}
@media screen and (max-width: 824px) {
  .bl_footer_copyright {
    padding: var(--wp--preset--spacing--30);
    text-align: center;
  }
}

.bl_footerNav a {
  border-bottom: 2px solid transparent;
  font-weight: 700;
  text-decoration: none;
}
.bl_footerNav a:hover, .bl_footerNav a:focus-visible {
  border-color: currentcolor;
}
@media screen and (max-width: 824px) {
  .bl_footerNav {
    margin-top: -1em;
  }
  .bl_footerNav li a,
  .bl_footerNav li button {
    border-bottom: 1px solid var(--wp--preset--color--gray-80);
    cursor: pointer;
    display: flex;
    font-size: var(--wp--preset--font-size--medium);
    justify-content: space-between;
    padding: var(--wp--preset--spacing--40);
    text-decoration: none;
    width: 100%;
  }
  .bl_footerNav li a::after,
  .bl_footerNav li button::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
  }
  .bl_footerNav li a::after {
    background-image: url("../assets/icons/google/chevron_right.svg");
  }
  .bl_footerNav li button::after {
    background-image: url("../assets/icons/google/expand_more.svg");
  }
  .bl_footerNav li button.is_active::after {
    background-image: url("../assets/icons/google/expand_less.svg");
  }
  .bl_footerNav a,
  .bl_footerNav button {
    border: 0;
  }
  .bl_footerNav a::after,
  .bl_footerNav button::after {
    filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
  }
}
@media screen and (min-width: 824.1px) {
  .bl_footerNav {
    display: flex;
    gap: 0 var(--wp--preset--spacing--30);
    justify-content: flex-end;
  }
  .bl_footerNav a {
    border-bottom: 2px solid transparent;
    padding: var(--wp--preset--spacing--20) 0;
    transition: all 0.25s;
  }
}
@media screen and (min-width: 824.1px) and (any-hover: hover) {
  .bl_footerNav a:hover:hover {
    border-color: currentcolor;
  }
}

/* ==========================================================================
  Module / Block / Side
========================================================================== */
.bl_side_body {
  margin: var(--wp--preset--spacing--50) 0;
}
.bl_side_title {
  border-bottom: 2px solid currentcolor;
  color: var(--wp--preset--color--green-dark);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  margin-bottom: var(--wp--preset--spacing--30);
}

.bl_sideMenu ul {
  margin-top: -1rem;
}
.bl_sideMenu ul li {
  align-items: center;
  border-bottom: 1px solid var(--wp--preset--color--gray-80);
  display: flex;
}
.bl_sideMenu ul li a {
  flex: 1;
  font-weight: 700;
  padding: var(--wp--preset--spacing--30);
}
@media (any-hover: hover) {
  .bl_sideMenu ul li a:hover {
    color: var(--wp--preset--color--green);
  }
}

/* ==========================================================================
  Module / Block / Drawer
========================================================================== */
.bl_drawer_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
}
.bl_drawer_body {
  background: var(--wp--preset--color--gray-40);
  height: 100vh;
  overflow-y: auto;
  padding-top: 104px;
  width: 60%;
}
@media screen and (max-width: 640px) {
  .bl_drawer_body {
    width: 100%;
  }
}

.bl_drawerNav li a,
.bl_drawerNav li button {
  border-bottom: 1px solid var(--wp--preset--color--gray-80);
  cursor: pointer;
  display: flex;
  font-size: var(--wp--preset--font-size--medium);
  justify-content: space-between;
  padding: var(--wp--preset--spacing--40);
  text-decoration: none;
  width: 100%;
}
.bl_drawerNav li a::after,
.bl_drawerNav li button::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
}
.bl_drawerNav li a::after {
  background-image: url("../assets/icons/google/chevron_right.svg");
}
.bl_drawerNav li button::after {
  background-image: url("../assets/icons/google/expand_more.svg");
}
.bl_drawerNav li button.is_active::after {
  background-image: url("../assets/icons/google/expand_less.svg");
}
.bl_drawerNav li a, .bl_drawerNav li button {
  border-color: var(--wp--preset--color--gray-80);
  font-weight: 700;
}
.bl_drawerNav li a::after, .bl_drawerNav li button::after {
  filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
}

/* ==========================================================================
  Module / Block / Brand
========================================================================== */
@media screen and (max-width: 824px) {
  .bl_brand {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.bl_brand_logo {
  width: 232px;
}
.bl_brand_caption {
  font-size: var(--wp--preset--font-size--small);
  margin-top: var(--wp--preset--spacing--20);
}

/* ==========================================================================
  Module / Block / List
========================================================================== */
.bl_arrowList {
  line-height: 1.8;
  line-height: 1.8;
}
.bl_arrowList > li {
  padding-left: 1em;
  position: relative;
}
.bl_arrowList > li::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.3em;
  position: absolute;
  top: 0.6em;
  width: 0.4em;
}
.bl_arrowList > li::before {
  border-radius: 0;
  border-right: 2px solid currentcolor;
  border-top: 2px solid currentcolor;
  left: 0;
  top: 0;
  transform: rotate(45deg);
}

.bl_bulletList {
  line-height: 1.8;
}
.bl_bulletList > li {
  padding-left: 1em;
  position: relative;
}
.bl_bulletList > li::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.3em;
  position: absolute;
  top: 0.6em;
  width: 0.4em;
}
.bl_bulletList > li::before {
  background: var(--wp--preset--color--green);
}
.bl_bulletList > li:first-child {
  margin-top: 0;
}
.bl_bulletList ul {
  line-height: 1.8;
}
.bl_bulletList ul > li {
  padding-left: 1em;
  position: relative;
}
.bl_bulletList ul > li::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.3em;
  position: absolute;
  top: 0.6em;
  width: 0.4em;
}
.bl_bulletList ul > li::before {
  border: 1px solid var(--wp--preset--color--green);
  top: 0.6em;
}

.bl_orderList {
  counter-reset: bl_orderList;
}
.bl_orderList > li {
  padding-left: 1em;
  position: relative;
}
.bl_orderList > li::before {
  content: counter(bl_orderList) ".";
  counter-increment: bl_orderList;
  left: 0;
  position: absolute;
  top: 0;
}
.bl_orderList > li:first-child {
  margin-top: 0;
}

/* ==========================================================================
    Module / Block / Table
========================================================================== */
.bl_table table {
  border: 1px solid var(--wp--preset--color--gray-80);
  border-spacing: 0;
  width: 100%;
}
.bl_table th, .bl_table td {
  border: 1px solid var(--wp--preset--color--gray-80);
  border-left: 0;
  border-top: 0;
  line-height: 1.8;
  padding: var(--wp--preset--spacing--30);
}
.bl_table th {
  background: var(--wp--preset--color--green-light);
  font-weight: 700;
  vertical-align: middle;
}
.bl_table td:last-child {
  border-right-width: 0;
}
.bl_table tr:last-child th, .bl_table tr:last-child td {
  border-bottom-width: 0;
}
.bl_table thead {
  border-bottom: 1px solid var(--wp--preset--color--gray-80);
}
.bl_table thead th {
  text-align: center;
}
.bl_table tbody th {
  white-space: nowrap;
}

.bl_table__borderLess table {
  border-width: 1px 0;
}
.bl_table__borderLess th, .bl_table__borderLess td {
  border-right-width: 0;
}
.bl_table__borderLess th {
  background: transparent;
}
@media screen and (max-width: 824px) {
  .bl_table__borderLess td:last-child {
    border-right-width: 0;
  }
}

@media screen and (max-width: 824px) {
  .bl_responsiveTable {
    max-height: 50vh;
    overflow: auto;
    position: relative;
  }
  .bl_responsiveTable table {
    border: 0;
    border-collapse: separate;
  }
  .bl_responsiveTable thead {
    left: 0;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .bl_responsiveTable thead th {
    border-bottom: 1px solid var(--wp--preset--color--gray-80) !important;
    border-top: 1px solid var(--wp--preset--color--gray-80);
  }
  .bl_responsiveTable thead th:first-child {
    border-left: 1px solid var(--wp--preset--color--gray-80);
  }
  .bl_responsiveTable tbody th {
    position: sticky;
    z-index: 10;
  }
  .bl_responsiveTable tbody th {
    border-left: 1px solid var(--wp--preset--color--gray-80);
    left: 0;
  }
  .bl_responsiveTable tbody td {
    min-width: 33.3333333333vh;
  }
}

/* ==========================================================================
  Module / Block / Figure
========================================================================== */
.bl_figure {
  display: table;
}
.bl_figure img {
  max-height: 480px;
  max-width: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_figure_caption {
  caption-side: bottom;
  display: table-caption;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1.8;
  margin-top: var(--wp--preset--spacing--20);
}
.bl_figure_captionspan {
  display: block;
}
.bl_figure.is_left, .bl_figure.is_right {
  margin-bottom: var(--wp--preset--spacing--30);
  width: 240px;
}
@media screen and (max-width: 640px) {
  .bl_figure.is_left, .bl_figure.is_right {
    width: 160px;
  }
}
.bl_figure.is_left {
  float: left;
  margin-right: var(--wp--preset--spacing--30);
}
.bl_figure.is_right {
  float: right;
  margin-left: var(--wp--preset--spacing--30);
}

/* ==========================================================================
  Module / Block / Dialog
========================================================================== */
.bl_dialog_container {
  background: var(--wp--preset--color--custom-white);
  padding: var(--wp--preset--spacing--30);
}
.bl_dialog_header {
  align-items: flex-start;
  display: flex;
  gap: 0 var(--wp--preset--spacing--30);
  justify-content: space-between;
  margin-bottom: var(--wp--preset--spacing--30);
}
.bl_dialog_title {
  color: var(--wp--preset--color--green-dark);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
}
.bl_dialog_close {
  background: var(--wp--preset--color--gray-40);
  margin-left: auto;
  margin-right: 0;
}
.bl_dialog_icon.el_icon {
  height: var(--wp--preset--spacing--40);
  width: var(--wp--preset--spacing--40);
}
.bl_dialog_icon.el_icon::before {
  font-size: var(--wp--preset--spacing--40);
}
.bl_dialog[open] {
  animation: open 1s ease;
}
.bl_dialog::backdrop {
  background: rgba(var(--wp--preset--color--custom-black), 0.7);
}
.bl_dialog:has(figure) figure img {
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
  Module / Block / Modal
========================================================================== */
.bl_modal_container {
  background: var(--wp--preset--color--custom-white);
  padding: var(--wp--preset--spacing--30);
}
.bl_modal_header {
  align-items: flex-start;
  display: flex;
  gap: 0 var(--wp--preset--spacing--30);
  justify-content: space-between;
  margin-bottom: var(--wp--preset--spacing--30);
}
.bl_modal_title {
  color: var(--wp--preset--color--green-dark);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
}
.bl_modal_close {
  background: var(--wp--preset--color--gray-40);
  margin-left: auto;
  margin-right: 0;
}
.bl_modal_icon.el_icon {
  height: var(--wp--preset--spacing--40);
  width: var(--wp--preset--spacing--40);
}
.bl_modal_icon.el_icon::before {
  font-size: var(--wp--preset--spacing--40);
}

/* ==========================================================================
  Module / Block / Breadcrumb
========================================================================== */
.bl_breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--wp--preset--font-size--small);
  gap: var(--wp--preset--spacing--20);
  margin: var(--wp--preset--spacing--30) 0;
}
.bl_breadcrumb ul li {
  align-items: center;
  display: flex;
}
.bl_breadcrumb ul li:not(:first-child)::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../assets/icons/google/chevron_right.svg");
  margin-right: var(--wp--preset--spacing--20);
}
.bl_breadcrumb ul a {
  border-bottom: 1px solid transparent;
}
.bl_breadcrumb ul a:hover, .bl_breadcrumb ul a:focus-visible {
  border-bottom-color: currentcolor;
}

/* ==========================================================================
  Module / Block / Pagination
========================================================================== */
.bl_pagination {
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);
}
.bl_pagination_title {
  margin-bottom: var(--wp--preset--spacing--30);
  text-align: center;
}
.bl_pagination_body {
  align-items: center;
  display: flex;
  gap: 0 var(--wp--preset--spacing--20);
  justify-content: center;
}
.bl_pagination .page-numbers, .bl_pagination_item {
  align-items: center;
  background: var(--wp--preset--color--custom-white);
  border: 1px solid var(--wp--preset--color--gray-80);
  display: inline-flex;
  justify-content: center;
  line-height: var(--wp--preset--spacing--50);
  min-width: calc(var(--wp--preset--spacing--50) + 2px);
}
.bl_pagination .page-numbers .el_icon, .bl_pagination_item .el_icon {
  filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
  height: var(--wp--preset--spacing--50);
}
.bl_pagination .page-numbers:hover, .bl_pagination_item:hover, .bl_pagination .page-numbers:focus-visible, .bl_pagination_item:focus-visible {
  background: var(--wp--preset--color--green) !important;
  color: var(--wp--preset--color--white) !important;
}
.bl_pagination .page-numbers:hover .el_icon, .bl_pagination_item:hover .el_icon, .bl_pagination .page-numbers:focus-visible .el_icon, .bl_pagination_item:focus-visible .el_icon {
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(101%);
}
.bl_pagination .page-numbers.current, .bl_pagination .page-numbers:hover, .bl_pagination .page-numbers:focus-visible, .bl_pagination_item.is_dots, .bl_pagination_item.is_current {
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
}
.bl_pagination .page-numbers.dots {
  background: transparent;
  border-color: transparent;
}
.bl_pagination .page-numbers.prev, .bl_pagination_item.is_prev, .bl_pagination .page-numbers.next, .bl_pagination_item.is_next {
  background: var(--wp--preset--color--green-light);
  line-height: 1;
  margin: 0 var(--wp--preset--spacing--30);
}
.bl_pagination_text {
  display: inline-block;
  line-height: var(--wp--preset--spacing--50);
  padding: 0 0.5em;
}

.post-type-archive-works .bl_pagination .page-numbers.current, .post-type-archive-works .bl_pagination .page-numbers:hover, .post-type-archive-works .bl_pagination .page-numbers:focus-visible, .tax-works_tag .bl_pagination .page-numbers.current, .tax-works_tag .bl_pagination .page-numbers:hover, .tax-works_tag .bl_pagination .page-numbers:focus-visible {
  background: var(--wp--preset--color--blue) !important;
}
.post-type-archive-works .bl_pagination .page-numbers.prev, .post-type-archive-works .bl_pagination .page-numbers.next, .tax-works_tag .bl_pagination .page-numbers.prev, .tax-works_tag .bl_pagination .page-numbers.next {
  background: var(--wp--preset--color--blue-light);
}
.post-type-archive-color .bl_pagination .page-numbers.current, .post-type-archive-color .bl_pagination .page-numbers:hover, .post-type-archive-color .bl_pagination .page-numbers:focus-visible, .tax-color_cat .bl_pagination .page-numbers.current, .tax-color_cat .bl_pagination .page-numbers:hover, .tax-color_cat .bl_pagination .page-numbers:focus-visible {
  background: var(--wp--preset--color--yellow-dark) !important;
}
.post-type-archive-color .bl_pagination .page-numbers.prev, .post-type-archive-color .bl_pagination .page-numbers.next, .tax-color_cat .bl_pagination .page-numbers.prev, .tax-color_cat .bl_pagination .page-numbers.next {
  background: var(--wp--preset--color--yellow-light);
}
.category .bl_pagination .page-numbers.current, .category .bl_pagination .page-numbers:hover, .category .bl_pagination .page-numbers:focus-visible {
  background: var(--wp--preset--color--red) !important;
}
.category .bl_pagination .page-numbers.prev, .category .bl_pagination .page-numbers.next {
  background: var(--wp--preset--color--red-light);
}

/* ==========================================================================
  Module / Block / Post Navigation
========================================================================== */
.bl_postNav {
  border-top: 1px solid var(--wp--preset--color--gray-40);
  margin-top: var(--wp--preset--spacing--60);
  padding-top: var(--wp--preset--spacing--50);
}
.bl_postNav_links {
  align-items: center;
  display: flex;
  gap: 0 var(--wp--preset--spacing--20);
  justify-content: space-between;
  margin: 0 auto;
}
.bl_postNav_item a {
  align-items: center;
  border-bottom: 1px solid transparent;
  display: flex;
  font-weight: 700;
  gap: 0 var(--wp--preset--spacing--20);
}
.bl_postNav_item a:hover, .bl_postNav_item a:focus-visible {
  border-color: currentcolor;
}
.bl_postNav_item .el_icon {
  height: 1em;
  width: 1em;
  filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
  vertical-align: middle;
}

/* ==========================================================================
  Module / Block / Post List
========================================================================== */
.bl_vertPosts_item {
  border-bottom: 1px solid var(--wp--preset--color--gray-40);
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--medium);
  gap: 0 var(--wp--preset--spacing--20);
  padding-top: var(--wp--preset--spacing--20);
}
.bl_vertPosts_item:first-child {
  border-top: 1px solid var(--wp--preset--color--gray-40);
}
.bl_vertPosts_term {
  flex-shrink: 0;
}
.bl_vertPosts_definition {
  flex: 1;
}
.bl_vertPosts_date {
  font-size: var(--wp--preset--font-size--small);
}
.bl_vertPosts_link {
  display: inline-block;
  font-weight: 700;
  line-height: 1.8;
  padding: var(--wp--preset--spacing--20) 0;
  position: relative;
}
.bl_vertPosts_link::after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-0.8em);
  width: 100%;
}
.bl_vertPosts_link:hover::after, .bl_vertPosts_link:focus-visible::after {
  background: currentcolor;
}
@media screen and (min-width: 824.1px) {
  .bl_vertPosts__inline .bl_vertPosts_item {
    align-items: center;
    flex-direction: row;
    padding-top: 0;
  }
  .bl_vertPosts__inline .bl_vertPosts_link {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }
}

/* ==========================================================================
  Module / Block / Banner
========================================================================== */
.bl_horizBtnList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
  justify-content: center;
  margin: var(--wp--preset--spacing--50) auto;
}
@media screen and (max-width: 640px) {
  .bl_horizBtnList {
    flex-direction: column;
  }
}

.bl_vertBtnList {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
  justify-content: center;
  margin: var(--wp--preset--spacing--50) auto;
}

/* ==========================================================================
  Module / Block / Card
========================================================================== */
/* ==========================================================================
  Module / Element / Heading
========================================================================== */
.el_lv2_heading {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  border-bottom: 2px solid var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--xx-large) !important;
}
.post-type-archive-works .el_lv2_heading, .single-works .el_lv2_heading, .tax-works_tag .el_lv2_heading {
  border-color: var(--wp--preset--color--blue);
}
.category .el_lv2_heading, .single-post .el_lv2_heading {
  border-color: var(--wp--preset--color--red);
}
.post-type-archive-color .el_lv2_heading, .single-color .el_lv2_heading, .tax-color_cat .el_lv2_heading {
  border-color: var(--wp--preset--color--yellow);
}

.el_lv3_heading {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  font-size: var(--wp--preset--font-size--x-large) !important;
  margin-top: var(--wp--preset--spacing--50) !important;
}
.el_lv3_heading::before {
  background: url("../assets/icons/icon_heading.svg") no-repeat center/contain !important;
  content: "";
  display: inline-block;
  filter: invert(97%) sepia(9%) saturate(2209%) hue-rotate(53deg) brightness(86%) contrast(77%);
  height: 1em;
  margin: 0 0.5em 0.25em 0;
  vertical-align: middle;
  width: 1em;
}
.post-type-archive-works .el_lv3_heading::before, .single-works .el_lv3_heading::before, .tax-works_tag .el_lv3_heading::before {
  filter: invert(65%) sepia(27%) saturate(448%) hue-rotate(193deg) brightness(104%) contrast(76%);
}
.category .el_lv3_heading::before, .single-post .el_lv3_heading::before {
  filter: invert(89%) sepia(20%) saturate(7465%) hue-rotate(305deg) brightness(89%) contrast(96%);
}
.post-type-archive-color .el_lv3_heading::before, .single-color .el_lv3_heading::before, .tax-color_cat .el_lv3_heading::before {
  filter: invert(96%) sepia(44%) saturate(2749%) hue-rotate(314deg) brightness(106%) contrast(90%);
}

.el_lv4_heading {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  border-left: 4px solid var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--large) !important;
  padding-left: var(--wp--preset--spacing--20);
}
.post-type-archive-works .el_lv4_heading, .single-works .el_lv4_heading, .tax-works_tag .el_lv4_heading {
  border-color: var(--wp--preset--color--blue);
}
.category .el_lv4_heading, .single-post .el_lv4_heading {
  border-color: var(--wp--preset--color--red);
}
.post-type-archive-color .el_lv4_heading, .single-color .el_lv4_heading, .tax-color_cat .el_lv4_heading {
  border-color: var(--wp--preset--color--yellow);
}

.el_lv5_heading {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: var(--wp--preset--spacing--30);
}

.el_lv6_heading {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--30);
}

.el_heading__bg {
  background: var(--wp--preset--color--green-dark);
  padding: var(--wp--preset--spacing--20);
}
.el_heading__underline {
  padding-bottom: 0.5em;
  position: relative;
  text-align: center;
}
.el_heading__underline::after {
  background: var(--wp--preset--color--green);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5em;
}
.el_heading__stripe {
  background: repeating-linear-gradient(-45deg, var(--wp--preset--color--green-light), var(--wp--preset--color--green-light) 3px, var(--wp--preset--color--white) 0, var(--wp--preset--color--white) 5px);
  padding: var(--wp--preset--spacing--20);
}
.el_heading__circle {
  padding-left: 0.5em;
  position: relative;
  z-index: 1;
}
.el_heading__circle::before {
  background: var(--wp--preset--color--green);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5em;
  z-index: -1;
}
.el_heading__bdt {
  border-top: 2px solid var(--wp--preset--color--green);
  padding-top: var(--wp--preset--spacing--20);
}
.el_heading__bdb {
  border-bottom: 2px solid var(--wp--preset--color--green);
  padding-bottom: var(--wp--preset--spacing--20);
}
.el_heading__bdl {
  border-left: 5px solid var(--wp--preset--color--green);
  padding-left: var(--wp--preset--spacing--20);
}
.el_heading__white {
  color: var(--wp--preset--color--white);
}
.el_heading__color {
  color: var(--wp--preset--color--green-dark);
}
.el_heading__left {
  text-align: left;
}
.el_heading__center {
  text-align: center;
}
.el_heading__right {
  text-align: right;
}

/* ==========================================================================
  Module / Element / Button
========================================================================== */
.el_button {
  background-color: var(--wp--preset--color--green-dark);
  border: 1px solid transparent;
  border-radius: 9999px;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background: var(--wp--preset--color--gray-80);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  min-width: 200px;
  text-align: center;
  transition: all 0.25s;
}
@media screen and (max-width: 640px) {
  .el_button {
    width: 100%;
  }
}
.el_button:hover, .el_button:focus-visible {
  background: var(--wp--preset--color--gray-40);
  border-color: currentcolor;
  color: var(--wp--preset--color--custom-black);
}
.el_button[aria-disabled=true], .el_button:disabled {
  background: var(--wp--preset--color--gray-40) !important;
  border-color: transparent;
  color: var(--wp--preset--color--gray-80) !important;
  filter: none;
}
.el_button[aria-disabled=true]::before, .el_button[aria-disabled=true]::after, .el_button:disabled::before, .el_button:disabled::after {
  color: currentcolor;
}
.el_button__large {
  min-width: 300px;
}
.el_button__small {
  line-height: 1;
  min-width: auto;
}
.el_button__rev {
  background: var(--wp--preset--color--custom-white);
  border: 1px solid var(--wp--preset--color--gray-80);
  color: var(--wp--preset--color--custom-black);
}
.el_button__rev:hover, .el_button__rev:focus-visible {
  background: var(--wp--preset--color--green-dark);
  border-color: transparent;
  color: var(--wp--preset--color--white);
}
.el_button__cancel {
  background: var(--wp--preset--color--blue);
}
.el_button__cancel:hover, .el_button__cancel:focus-visible {
  color: var(--wp--preset--color--custom-black);
}
.el_button__arrowLeft, .el_button__arrowRight {
  position: relative;
}
.el_button__arrowLeft::after, .el_button__arrowRight::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(101%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.el_button__arrowLeft::after {
  background-image: url("../assets/icons/google/chevron_left.svg");
  left: calc(var(--wp--preset--spacing--50) / 2);
}
.el_button__arrowRight::after {
  background-image: url("../assets/icons/google/chevron_right.svg");
  right: calc(var(--wp--preset--spacing--50) / 2);
}
.el_button__green {
  background: var(--wp--preset--color--green-dark);
}
.el_button__blue {
  background: var(--wp--preset--color--blue-dark);
}
.el_button__red {
  background: var(--wp--preset--color--red-dark);
}
.el_button__yellow {
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--custom-black);
}

.el_squareButton {
  background-color: var(--wp--preset--color--green-dark);
  border: 1px solid transparent;
  border-radius: 9999px;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--medium);
  min-width: 200px;
  text-align: center;
  transition: all 0.25s;
}
@media screen and (max-width: 640px) {
  .el_squareButton {
    width: 100%;
  }
}
.el_squareButton:hover, .el_squareButton:focus-visible {
  background: var(--wp--preset--color--white);
  border-color: currentcolor;
  color: var(--wp--preset--color--green-dark);
}
.el_squareButton[aria-disabled=true], .el_squareButton:disabled {
  background: var(--wp--preset--color--gray-40) !important;
  border-color: transparent;
  color: var(--wp--preset--color--gray-80) !important;
  filter: none;
}
.el_squareButton[aria-disabled=true]::before, .el_squareButton[aria-disabled=true]::after, .el_squareButton:disabled::before, .el_squareButton:disabled::after {
  color: currentcolor;
}

.el_pushButton {
  background-color: var(--wp--preset--color--green-dark);
  border: 1px solid transparent;
  border-radius: 9999px;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background: var(--wp--preset--color--green-light);
  border: 1px solid var(--wp--preset--color--green-dark);
  border-radius: 4px;
  box-shadow: 0 3px 0 var(--wp--preset--color--green-dark);
  color: var(--wp--preset--color--custom-black);
  font-size: var(--wp--preset--font-size--medium);
  min-width: 200px;
  text-align: center;
  transition: all 0.25s;
}
@media screen and (max-width: 640px) {
  .el_pushButton {
    width: 100%;
  }
}
.el_pushButton:hover, .el_pushButton:focus-visible {
  box-shadow: none;
  transform: translateY(3px);
}
.el_pushButton[aria-disabled=true], .el_pushButton:disabled {
  background: var(--wp--preset--color--gray-40) !important;
  border-color: transparent;
  color: var(--wp--preset--color--gray-80) !important;
  filter: none;
}
.el_pushButton[aria-disabled=true]::before, .el_pushButton[aria-disabled=true]::after, .el_pushButton:disabled::before, .el_pushButton:disabled::after {
  color: currentcolor;
}

.el_beforeIconButton, .el_afterIconButton {
  align-items: center;
  border: 1px solid var(--wp--preset--color--gray-80);
  display: inline-flex;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.25em;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  transition: all 0.25s;
}
.el_beforeIconButton::before, .el_beforeIconButton::after, .el_afterIconButton::before, .el_afterIconButton::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
}
.el_beforeIconButton:hover, .el_beforeIconButton:focus-visible, .el_afterIconButton:hover, .el_afterIconButton:focus-visible {
  background: var(--wp--preset--color--green-dark);
  border-color: transparent;
  color: var(--wp--preset--color--white);
}
.el_beforeIconButton:hover::before, .el_beforeIconButton:hover::after, .el_beforeIconButton:focus-visible::before, .el_beforeIconButton:focus-visible::after, .el_afterIconButton:hover::before, .el_afterIconButton:hover::after, .el_afterIconButton:focus-visible::before, .el_afterIconButton:focus-visible::after {
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(101%);
}
.el_beforeIconButton[aria-disabled=true], .el_beforeIconButton:disabled, .el_afterIconButton[aria-disabled=true], .el_afterIconButton:disabled {
  background: var(--wp--preset--color--gray-40) !important;
  border-color: transparent;
  color: var(--wp--preset--color--gray-80) !important;
  filter: none;
}
.el_beforeIconButton[aria-disabled=true]::before, .el_beforeIconButton[aria-disabled=true]::after, .el_beforeIconButton:disabled::before, .el_beforeIconButton:disabled::after, .el_afterIconButton[aria-disabled=true]::before, .el_afterIconButton[aria-disabled=true]::after, .el_afterIconButton:disabled::before, .el_afterIconButton:disabled::after {
  color: currentcolor;
}

.el_beforeIconButton::before {
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.25em;
}
.el_beforeIconButton__chevronLeft::before {
  background-image: url("../assets/icons/google/chevron_left.svg");
}
.el_beforeIconButton__search::before {
  background-image: url("../assets/icons/google/search.svg");
}

.el_afterIconButton::after {
  height: 1.25em;
  width: 1.25em;
  margin-left: 0.25em;
}
.el_afterIconButton__chevronRight::after {
  background-image: url("../assets/icons/google/chevron_right.svg");
}
.el_afterIconButton__download::after {
  background-image: url("../assets/icons/google/download.svg");
}

/* ==========================================================================
  Module / Element / Icon
========================================================================== */
.el_icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
}
.el_icon__chevronLeft {
  background-image: url("../assets/icons/google/chevron_left.svg");
  height: 1em;
  width: 1em;
}
.el_icon__chevronRight {
  background-image: url("../assets/icons/google/chevron_right.svg");
  height: 1em;
  width: 1em;
}
.el_icon__arrowLeft {
  background-image: url("../assets/icons/google/arrow_back.svg");
  height: 1em;
  width: 1em;
}
.el_icon__arrowRight {
  background-image: url("../assets/icons/google/arrow_forward.svg");
  height: 1em;
  width: 1em;
}

.el_beforeIcon,
.el_afterIcon {
  align-items: center;
  display: inline-flex;
  position: relative;
}
.el_beforeIcon[aria-disabled=true], .el_beforeIcon:disabled,
.el_afterIcon[aria-disabled=true],
.el_afterIcon:disabled {
  background: var(--wp--preset--color--gray-40) !important;
  border-color: transparent;
  color: var(--wp--preset--color--gray-80) !important;
  filter: none;
}
.el_beforeIcon[aria-disabled=true]::before, .el_beforeIcon[aria-disabled=true]::after, .el_beforeIcon:disabled::before, .el_beforeIcon:disabled::after,
.el_afterIcon[aria-disabled=true]::before,
.el_afterIcon[aria-disabled=true]::after,
.el_afterIcon:disabled::before,
.el_afterIcon:disabled::after {
  color: currentcolor;
}

.el_beforeIcon::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  color: var(--wp--preset--color--green-dark);
  margin-right: 0.25em;
}
@media (any-hover: hover) {
  .el_beforeIcon:hover:hover::after {
    background: currentcolor;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: calc(100% - 1.25em);
    right: 0;
  }
}
.el_beforeIcon__chevronLeft::before {
  background-image: url("../assets/icons/google/chevron_left.svg");
}
@media (any-hover: hover) {
  .el_beforeIcon__chevronLeft:hover:hover::after {
    width: calc(100% - 0.75em);
  }
}
.el_beforeIcon__pdf::before {
  background-image: url("../assets/icons/google/picture_as_pdf.svg");
}

.el_afterIcon::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  color: var(--wp--preset--color--green-dark);
  margin-left: 0.25em;
}
.el_afterIcon:hover::before, .el_afterIcon:focus-visible::before {
  background: currentcolor;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 1.25em);
  left: 0;
}
.el_afterIcon__chevronRight::after {
  background-image: url("../assets/icons/google/chevron_right.svg");
}
.el_afterIcon__chevronRight:hover::before, .el_afterIcon__chevronRight:focus-visible::before {
  width: calc(100% - 0.75em);
}
.el_afterIcon__download::after {
  background-image: url("../assets/icons/google/download.svg");
}

.el_snsIcon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3rem;
  width: 3rem;
}

/* ==========================================================================
  Module / Element / Text
========================================================================== */
.el_text__small {
  font-size: 0.85em;
}
.el_text__left {
  text-align: left;
}
.el_text__center {
  text-align: center;
}
.el_text__right {
  text-align: right;
}
.el_text__hilight {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--blue);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
}
.el_text__attention {
  font-weight: 700;
}
.el_text__warning {
  color: var(--wp--preset--color--red);
  font-weight: 700;
}

/* ==========================================================================
  Module / Element / Label
========================================================================== */
.el_label {
  background: var(--wp--preset--color--green-light);
  border-radius: calc(var(--wp--preset--spacing--10) / 2);
  color: var(--wp--preset--color--custom-black);
  display: inline-block !important;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 700;
  padding: calc(var(--wp--preset--spacing--10) / 2) var(--wp--preset--spacing--20);
  text-decoration: none;
}
.post-type-archive-works .el_label, .single-works .el_label, .bl_section__works .el_label, .tax-works_tag .el_label {
  background: var(--wp--preset--color--blue-light);
}
.category .el_label, .single-post .el_label, .bl_section__info .el_label {
  background: var(--wp--preset--color--red-light);
}
.post-type-archive-color .el_label, .single-color .el_label, .bl_section__color .el_label, .tax-color_cat .el_label {
  background: var(--wp--preset--color--yellow-light);
}
.el_label__new {
  background: var(--wp--preset--color--red-light);
}
.el_label__attention {
  background: var(--wp--preset--color--red);
}
.el_label__required {
  background: var(--wp--preset--color--red);
}
.el_label__category {
  background: var(--wp--preset--color--green);
}

.el_roundedLabel {
  background: var(--wp--preset--color--green-dark);
  border: 2px solid transparent;
  border-radius: 9999px;
  color: var(--wp--preset--color--white);
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 700;
  line-height: 1;
  padding: 0.3em 0.6em 0.4em;
  vertical-align: baseline;
}

a.el_label:hover {
  background: var(--wp--preset--color--green);
  border-color: currentcolor;
  color: var(--wp--preset--color--white);
}
.post-type-archive-works a.el_label:hover, .single-works a.el_label:hover, .bl_section__works a.el_label:hover, .tax-works_tag a.el_label:hover {
  background: var(--wp--preset--color--blue);
}
.category a.el_label:hover, .single-post a.el_label:hover, .bl_section__info a.el_label:hover {
  background: var(--wp--preset--color--red);
}
.post-type-archive-color a.el_label:hover, .single-color a.el_label:hover, .bl_section__color a.el_label:hover, .tax-color_cat a.el_label:hover {
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--custom-black);
}

/* ==========================================================================
  Module / Element / Radio
========================================================================== */
label:has(.el_radio) {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  line-height: 1.8;
  padding-left: 1.3em;
}

.el_radio {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.el_radio:checked + span::before {
  background: var(--wp--preset--color--green-dark);
  border-color: var(--wp--preset--color--green-dark);
  color: var(--wp--preset--color--white);
}
.el_radio:checked + span::after {
  transform: translateY(-50%) scale(0.4);
}
.el_radio:disabled + span {
  opacity: 0.5;
}
.el_radio:disabled + span::before {
  background: var(--wp--preset--color--gray-40);
}
.el_radio:disabled + span::after {
  content: none;
}
.el_radio + span {
  margin-bottom: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.el_radio + span::before {
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1em;
  left: -1.3em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.el_radio + span::after {
  background: var(--wp--preset--color--white);
  border-radius: 50%;
  content: "";
  display: block;
  height: 1em;
  left: -1.3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 1em;
}

/* ==========================================================================
  Module / Element / Checkbox
========================================================================== */
label:has(.el_checkbox) {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  line-height: 1.8;
  padding-left: 1.3em;
}

.el_checkbox {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.el_checkbox:checked + span::before {
  background: var(--wp--preset--color--green-dark);
  border-color: var(--wp--preset--color--green-dark);
  color: var(--wp--preset--color--white);
}
.el_checkbox:checked + span::after {
  transform: translateY(-50%) scale(0.9);
}
.el_checkbox:disabled + span {
  opacity: 0.5;
}
.el_checkbox:disabled + span::before {
  background: var(--wp--preset--color--gray-40);
}
.el_checkbox:disabled + span::after {
  content: none;
}
.el_checkbox + span {
  margin-bottom: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.el_checkbox + span::before {
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 4px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1em;
  left: -1.3em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.el_checkbox + span::after {
  background: url("../assets/icons/google/check.svg") no-repeat center/contain !important;
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(101%);
  height: 1em;
  left: -1.3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 1em;
}

/* ==========================================================================
  Module / Element / PageTop
========================================================================== */
.el_pagetop {
  align-items: center;
  background: var(--wp--preset--color--gray-80);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  display: flex;
  height: 3rem;
  justify-content: center;
  transition: all 0.25s;
  width: 3rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.el_pagetop .el_pagetop_icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-image: url("../assets/icons/google/arrow_upward.svg");
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(101%);
}
.el_pagetop:hover, .el_pagetop:focus-visible {
  background: var(--wp--preset--color--custom-white);
}
.el_pagetop:hover .el_pagetop_icon, .el_pagetop:focus-visible .el_pagetop_icon {
  filter: invert(4%) sepia(40%) saturate(22%) hue-rotate(344deg) brightness(99%) contrast(77%);
}

.bl_card {
  background: var(--wp--preset--color--custom-white);
  border: 1px solid var(--wp--preset--color--gray-40);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.bl_card_link {
  color: var(--wp--preset--color--custom-black) !important;
  display: block;
  font-weight: 400 !important;
  height: 100%;
  text-decoration: none;
}
@media (any-hover: hover) {
  .bl_card_link figure {
    overflow: hidden;
  }
  .bl_card_link img {
    transition: all 0.25s;
  }
  .bl_card_link:hover img {
    transform: scale(1.1);
  }
}
.bl_card_link:hover .bl_card, .bl_card_link:focus-visible .bl_card {
  border-color: var(--wp--preset--color--gray-60);
}
.bl_card_body {
  flex: 1;
  padding: var(--wp--preset--spacing--30);
}
.bl_card_title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  -webkit-line-clamp: 1;
  margin: 0 0 var(--wp--preset--spacing--20) !important;
  overflow: hidden;
}
.bl_card_image {
  aspect-ratio: 8/5;
  margin: 0;
  order: -1;
  overflow: hidden;
  text-align: center;
}
.bl_card_image img {
  aspect-ratio: 8/5;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.bl_card_image figcaption {
  display: none;
}
.bl_card_text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-height: 1.8;
  overflow: hidden;
}
.bl_card_labels {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--20);
}
@media screen and (max-width: 824px) {
  .bl_card__mdHoriz {
    align-items: flex-start;
    flex-direction: row;
  }
  .bl_card__mdHoriz .bl_card_image {
    flex-basis: 80px;
    flex-shrink: 0;
  }
}

.bl_horizCard {
  background: var(--wp--preset--color--custom-white);
  border: 1px solid var(--wp--preset--color--green);
  display: flex;
  gap: var(--wp--preset--spacing--20);
  height: 100%;
  padding: var(--wp--preset--spacing--20);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.single-works .bl_horizCard {
  border-color: var(--wp--preset--color--blue);
}
.single-post .bl_horizCard {
  border-color: var(--wp--preset--color--red);
}
.single-color .bl_horizCard {
  border-color: var(--wp--preset--color--yellow);
}
.bl_horizCard_link {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.25s;
}
.bl_horizCard_link:hover .bl_horizCard, .bl_horizCard_link:focus-visible .bl_horizCard {
  border-color: var(--wp--preset--color--gray-60);
}
.bl_horizCard_title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  -webkit-line-clamp: 1;
  margin: 0 0 var(--wp--preset--spacing--20);
  overflow: hidden;
}
.bl_horizCard_image {
  flex-basis: 120px;
  flex-shrink: 0;
  margin: 0 !important;
  order: -1;
}
.bl_horizCard_image img {
  aspect-ratio: 8/5;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.bl_horizCard_image figcaption {
  display: none;
}
.bl_horizCard_text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: var(--wp--preset--font-size--small);
  -webkit-line-clamp: 2;
  line-height: 1.8;
  overflow: hidden;
}
.bl_horizCard__imgSquare .bl_horizCard_image {
  flex-basis: 80px;
}
.bl_horizCard__imgSquare .bl_horizCard_image img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 824px) {
  .bl_horizCard_image {
    flex-basis: 80px;
  }
}

/* ==========================================================================
  Module / Block / Banner
========================================================================== */
.bl_banner {
  display: flex;
  gap: var(--wp--preset--spacing--20);
}
.bl_banner a, .bl_banner img {
  display: block;
}
@media (any-hover: hover) {
  .bl_banner a img {
    opacity: 1;
    transition: all 0.25s;
  }
  .bl_banner a:hover img {
    opacity: 0.7;
  }
}
.bl_banner__side {
  flex-direction: column;
}

/* ==========================================================================
  Module / Block / Media
========================================================================== */
.bl_media {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--50);
}
@media screen and (max-width: 640px) {
  .bl_media {
    flex-direction: column;
  }
  .bl_media_image {
    order: -1;
  }
}
@media screen and (min-width: 640.1px) {
  .bl_media_body {
    flex: 1;
  }
  .bl_media_image {
    flex-basis: clamp(180px, 30%, 300px);
  }
}
.bl_media__rev .bl_media_image {
  order: -1;
}

.bl_halfMedia {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--50);
}
@media screen and (max-width: 640px) {
  .bl_halfMedia {
    flex-direction: column;
  }
  .bl_halfMedia_image {
    order: -1;
  }
}
@media screen and (min-width: 640.1px) {
  .bl_halfMedia_body, .bl_halfMedia_image {
    flex-basis: 50%;
  }
}
.bl_halfMedia__rev .bl_halfMedia_image {
  order: -1;
}

/* ==========================================================================
  Module / Block / Tab
========================================================================== */
.bl_tab_list {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
.bl_tab_item {
  border: 1px solid var(--wp--preset--color--gray-80);
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--20);
}
.bl_tab_item:hover, .bl_tab_item:focus-visible {
  background: var(--wp--preset--color--green-light);
}
.bl_tab_item[aria-selected=true] {
  background: var(--wp--preset--color--green-dark);
  color: var(--wp--preset--color--white);
}
.bl_tab_panel {
  border: 1px solid var(--wp--preset--color--gray-80);
  padding: var(--wp--preset--spacing--30);
}

/* ==========================================================================
  Module / Block / FAQ
========================================================================== */
.bl_faq_item {
  border-bottom: 1px solid var(--wp--preset--color--gray-80);
  margin-bottom: var(--wp--preset--spacing--20);
}
.bl_faq_q, .bl_faq_a {
  align-items: flex-start;
  display: flex;
  gap: var(--wp--preset--spacing--20);
  justify-content: space-between;
}
.bl_faq_q_icon, .bl_faq_a_icon {
  background: var(--wp--preset--color--green);
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  flex-shrink: 0;
  line-height: 2em;
  text-align: center;
  width: 2em;
}
.bl_faq_q {
  padding: var(--wp--preset--spacing--20) 0;
  width: 100%;
}
.bl_faq_q_text {
  flex: 1;
  line-height: 1.8;
  padding: 0.25em 0 0.5em;
}
.bl_faq_a {
  padding: var(--wp--preset--spacing--20) 0;
}
.bl_faq_a_icon {
  background: var(--wp--preset--color--red);
}
.bl_faq_a_body {
  flex: 1;
}
.bl_faq .is_details > summary {
  cursor: pointer;
  position: relative;
}
.bl_faq .is_details > summary:has(.is_details_icon) {
  padding-right: 1em;
}
.bl_faq .is_details_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bl_faq .is_details_icon::after {
  background-image: url("../assets/icons/google/expand_more.svg");
}
.bl_faq .is_details[open] .is_details_icon::after {
  background-image: url("../assets/icons/google/expand_less.svg");
}
.bl_faq .js_accordion_trigger {
  position: relative;
}
.bl_faq .js_accordion_trigger:has(.js_accordion_icon) {
  padding-right: 1em;
}
.bl_faq .js_accordion_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bl_faq .js_accordion_icon::after {
  background-image: url("../assets/icons/google/expand_more.svg");
}
.bl_faq .js_accordion[open] .js_accordion_icon::after {
  background-image: url("../assets/icons/google/expand_less.svg");
}
.bl_faq .is_details.bl_faq_item {
  margin-bottom: 0;
}
.bl_faq .is_details .bl_faq_a {
  border-top: 1px solid var(--wp--preset--color--gray-80);
}

/* ==========================================================================
  Module / Block / Form
========================================================================== */
.bl_form {
  border-top: 1px solid var(--wp--preset--color--gray-80);
  margin-top: var(--wp--preset--spacing--50);
}
.bl_form_item {
  border-bottom: 1px solid var(--wp--preset--color--gray-80);
  gap: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--30);
  position: relative;
}
.bl_form_item dt, .bl_form_item dd {
  line-height: 1.8;
}
.bl_form_term {
  cursor: default !important;
  font-weight: 700;
}
.bl_form_group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
}
.bl_form_input, .bl_form_textarea {
  background: var(--wp--preset--color--custom-white);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 4px;
  padding: var(--wp--preset--spacing--20);
  width: 100%;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.16);
}
.bl_form_textarea {
  line-height: 1.8;
}
.bl_form_select {
  display: inline-block;
  position: relative;
}
.bl_form_select::after {
  border-color: var(--wp--preset--color--green-dark) transparent transparent;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  display: inline-block;
  height: 0.4em;
  pointer-events: none;
  position: absolute;
  right: var(--wp--preset--spacing--20);
  top: 1.25em;
  width: 0.4em;
}
.bl_form_select select {
  background: var(--wp--preset--color--custom-white);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 4px;
  cursor: pointer;
  padding: var(--wp--preset--spacing--20);
  padding-right: calc(var(--wp--preset--spacing--20) + 1em);
  text-overflow: ellipsis;
}
.bl_form_select option:disabled {
  background: var(--wp--preset--color--gray-40);
}
.bl_form_select optgroup {
  background: var(--wp--preset--color--green-light);
  font-weight: 400;
}
.bl_form_select option:not(:disabled) {
  background: var(--wp--preset--color--green-light);
}
.bl_form_select option:not(:disabled):checked {
  background: var(--wp--preset--color--green-dark);
  color: var(--wp--preset--color--white);
}
.bl_form_list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
  line-height: 1;
}
.bl_form_list li {
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.bl_form_list li::before {
  display: none !important;
}
.bl_form_submit {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
  margin-top: var(--wp--preset--spacing--50);
}
.bl_form_link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .bl_form_link:hover {
    -webkit-text-decoration: dashed underline;
            text-decoration: dashed underline;
  }
}
@container (max-width: 824px) {
  .bl_form_item {
    display: flex;
    flex-direction: column;
  }
}
@container (min-width: 824.1px) {
  .bl_form_item {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .bl_form_item:not(.bl_form_item__multiple) {
    align-items: center;
  }
}
.bl_form_item__name .bl_form_label {
  flex-basis: 2em;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
}
@container (min-width: 640.1px) {
  .bl_form_item__name .bl_form_input {
    max-width: calc((100% - 2em - var(--wp--preset--spacing--30) * 5.5) / 2);
  }
}
.bl_form_item__zip .bl_form_input {
  width: 8em;
}
.bl_form_item__zip .bl_form_input {
  width: 8em;
}
.bl_form_item__email .bl_form_group {
  align-items: flex-start;
  flex-direction: column;
}
.bl_form_item__tel .bl_form_input {
  width: 12em;
}

/* ==========================================================================
  Module / Block / Search
========================================================================== */
.bl_search {
  align-items: center;
  background: var(--wp--preset--color--green-light);
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
  justify-content: space-between;
  margin-top: var(--wp--preset--spacing--50);
  padding: var(--wp--preset--spacing--50);
}
.bl_search_label {
  color: var(--wp--preset--color--green-dark);
}
.bl_search_body {
  align-items: center;
  display: flex;
  flex: 1;
  gap: var(--wp--preset--spacing--30);
  justify-content: center;
}
.bl_search_word {
  background: var(--wp--preset--color--custom-white);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 4px;
  flex: 1;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.8;
  padding: var(--wp--preset--spacing--20);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.16);
}
.bl_search_button {
  background: var(--wp--preset--color--green-dark);
  border: 2px solid transparent;
  border-radius: 4px;
  color: var(--wp--preset--color--white);
  letter-spacing: 0.5em;
  padding: var(--wp--preset--spacing--20);
  padding-right: calc(var(--wp--preset--spacing--20) - 0.5em);
  text-align: center;
  transition: all 0.25s;
  white-space: nowrap;
}
.bl_search_button:hover, .bl_search_button:focus-visible {
  background: var(--wp--preset--color--white);
  border-color: currentcolor;
  color: var(--wp--preset--color--green-dark);
}
@media screen and (max-width: 640px) {
  .bl_search {
    padding: var(--wp--preset--spacing--30);
  }
  .bl_search, .bl_search_body {
    flex-direction: column;
  }
  .bl_search_body, .bl_search_word {
    width: 100%;
  }
}

/* ==========================================================================
  Module / Block / Hero
========================================================================== */
.bl_hero {
  background: url("../assets/images/img_mv-scaled.jpg") no-repeat center/cover;
  display: flex;
  height: 100dvh;
  justify-content: center;
  margin-bottom: var(--wp--preset--spacing--50);
}
.bl_hero_text {
  color: #000;
  font-size: clamp(1.75rem, 1.1926rem + 2.3781vw, 3rem);
  font-weight: 700;
  padding: var(--wp--preset--spacing--70) 5%;
  text-align: right;
  text-shadow: 1px 1px 4px rgb(255, 255, 255);
  width: 100%;
}
@media screen and (min-width: 640.1px) {
  .bl_hero_text {
    padding: var(--wp--preset--spacing--80) 7.5%;
    width: 100%;
  }
}
@media screen and (min-width: 824.1px) {
  .bl_hero_text {
    padding: var(--wp--preset--spacing--80) 10%;
    width: 90%;
  }
}

/* ==========================================================================
  Module / Block / SNS
========================================================================== */
.bl_sns {
  display: flex;
  gap: var(--wp--preset--spacing--30);
}
.bl_sns_icon {
  background: var(--wp--preset--color--blue);
  border-radius: 50%;
  transition: all 0.25s;
}
.bl_sns a:hover .bl_sns_icon, .bl_sns a:focus-visible .bl_sns_icon {
  background: var(--wp--preset--color--blue-dark);
  color: var(--wp--preset--color--white);
}

/* ==========================================================================
  Module / Block / Section
========================================================================== */
.bl_section__separatorBottom {
  position: relative;
}
.bl_section__separatorBottom::before, .bl_section__separatorBottom::after {
  bottom: 0;
  display: inline-block;
  left: 50%;
  line-height: 1;
  position: absolute;
}
.bl_section__separatorBottom::before {
  background: var(--wp--preset--color--green);
  content: "";
  height: 1px;
  max-width: var(--wp--style--global--wide-size);
  transform: translateX(-50%);
  width: 100%;
}
.bl_section__separatorBottom::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  background-color: var(--wp--preset--color--custom-white);
  background-image: url("../assets/images/separator_green.svg");
  border: 0.5em solid var(--wp--preset--color--custom-white);
  height: 1.8em;
  transform: translate(-50%, 0.8em);
  width: 4.5em;
}
.bl_section__separatorBottom.bl_section__works::before, .post-type-archive-works .bl_section__separatorBottom::before, .single-works .bl_section__separatorBottom::before, .tax-works_tag .bl_section__separatorBottom::before {
  background: var(--wp--preset--color--blue);
}
.bl_section__separatorBottom.bl_section__works::after, .post-type-archive-works .bl_section__separatorBottom::after, .single-works .bl_section__separatorBottom::after, .tax-works_tag .bl_section__separatorBottom::after {
  background-image: url("../assets/images/separator_blue.svg");
}
.bl_section__separatorBottom.bl_section__color::before, .post-type-archive-color .bl_section__separatorBottom::before, .single-color .bl_section__separatorBottom::before, .tax-color_cat .bl_section__separatorBottom::before {
  background: var(--wp--preset--color--yellow);
}
.bl_section__separatorBottom.bl_section__color::after, .post-type-archive-color .bl_section__separatorBottom::after, .single-color .bl_section__separatorBottom::after, .tax-color_cat .bl_section__separatorBottom::after {
  background-image: url("../assets/images/separator_yellow.svg");
}
.bl_section__separatorBottom.bl_section__info::before, .category .bl_section__separatorBottom::before, .single-post .bl_section__separatorBottom::before {
  background: var(--wp--preset--color--red);
}
.bl_section__separatorBottom.bl_section__info::after, .category .bl_section__separatorBottom::after, .single-post .bl_section__separatorBottom::after {
  background-image: url("../assets/images/separator_red.svg");
}

/* ==========================================================================
  Module / Block / Heading Group
========================================================================== */
.bl_heading_lv1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--wp--preset--spacing--70);
}
.bl_heading_lv1::after {
  background: var(--wp--preset--color--green);
  content: "";
  display: inline-block;
  height: 4px;
  margin-top: var(--wp--preset--spacing--20);
  width: 96px;
}
.post-type-archive-works .bl_heading_lv1::after, .single-works .bl_heading_lv1::after, .bl_section__works .bl_heading_lv1::after, .tax-works_tag .bl_heading_lv1::after {
  background: var(--wp--preset--color--blue);
}
.category .bl_heading_lv1::after, .single-post .bl_heading_lv1::after, .bl_section__info .bl_heading_lv1::after {
  background: var(--wp--preset--color--red);
}
.post-type-archive-color .bl_heading_lv1::after, .single-color .bl_heading_lv1::after, .bl_section__color .bl_heading_lv1::after, .tax-color_cat .bl_heading_lv1::after {
  background: var(--wp--preset--color--yellow);
}
.bl_heading_lv1_title {
  font-size: var(--wp--preset--font-size--xxx-large) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.bl_heading_lv1_subtitle {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--20);
  text-transform: capitalize;
}

/* ==========================================================================
  Helper /  Mediaquery
========================================================================== */
.lg_only {
  display: block !important;
}
@media screen and (max-width: 824px) {
  .lg_only {
    display: none !important;
  }
}

.md_only {
  display: none !important;
}
@media screen and (max-width: 824px) {
  .md_only {
    display: block !important;
  }
}

/* ==========================================================================
  Helper /  Mediaquery
========================================================================== */
.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* ==========================================================================
  Helper /  Accessibility
========================================================================== */
.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ==========================================================================
  Helper /  Spacing
========================================================================== */
.hp_mt1 {
  margin-top: calc(1 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt2 {
  margin-top: calc(2 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt3 {
  margin-top: calc(3 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt4 {
  margin-top: calc(4 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt5 {
  margin-top: calc(5 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt6 {
  margin-top: calc(6 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt7 {
  margin-top: calc(7 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt8 {
  margin-top: calc(8 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt9 {
  margin-top: calc(9 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb1 {
  margin-bottom: calc(1 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb2 {
  margin-bottom: calc(2 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb3 {
  margin-bottom: calc(3 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb4 {
  margin-bottom: calc(4 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb5 {
  margin-bottom: calc(5 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb6 {
  margin-bottom: calc(6 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb7 {
  margin-bottom: calc(7 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb8 {
  margin-bottom: calc(8 * var(--wp--preset--spacing--20)) !important;
}

.hp_mb9 {
  margin-bottom: calc(9 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml1 {
  margin-left: calc(1 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml2 {
  margin-left: calc(2 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml3 {
  margin-left: calc(3 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml4 {
  margin-left: calc(4 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml5 {
  margin-left: calc(5 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml6 {
  margin-left: calc(6 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml7 {
  margin-left: calc(7 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml8 {
  margin-left: calc(8 * var(--wp--preset--spacing--20)) !important;
}

.hp_ml9 {
  margin-left: calc(9 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr1 {
  margin-right: calc(1 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr2 {
  margin-right: calc(2 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr3 {
  margin-right: calc(3 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr4 {
  margin-right: calc(4 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr5 {
  margin-right: calc(5 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr6 {
  margin-right: calc(6 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr7 {
  margin-right: calc(7 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr8 {
  margin-right: calc(8 * var(--wp--preset--spacing--20)) !important;
}

.hp_mr9 {
  margin-right: calc(9 * var(--wp--preset--spacing--20)) !important;
}

.hp_mt10 {
  margin-top: 0.625rem !important;
}

.hp_mt20 {
  margin-top: 1.25rem !important;
}

.hp_mt30 {
  margin-top: 1.875rem !important;
}

.hp_mt40 {
  margin-top: 2.5rem !important;
}

.hp_mt50 {
  margin-top: 3.125rem !important;
}

.hp_mt60 {
  margin-top: 3.75rem !important;
}

.hp_mt70 {
  margin-top: 4.375rem !important;
}

.hp_mt80 {
  margin-top: 5rem !important;
}

.hp_mt90 {
  margin-top: 5.625rem !important;
}

.hp_mt100 {
  margin-top: 6.25rem !important;
}

.hp_mb10 {
  margin-bottom: 0.625rem !important;
}

.hp_mb20 {
  margin-bottom: 1.25rem !important;
}

.hp_mb30 {
  margin-bottom: 1.875rem !important;
}

.hp_mb40 {
  margin-bottom: 2.5rem !important;
}

.hp_mb50 {
  margin-bottom: 3.125rem !important;
}

.hp_mb60 {
  margin-bottom: 3.75rem !important;
}

.hp_mb70 {
  margin-bottom: 4.375rem !important;
}

.hp_mb80 {
  margin-bottom: 5rem !important;
}

.hp_mb90 {
  margin-bottom: 5.625rem !important;
}

.hp_mb100 {
  margin-bottom: 6.25rem !important;
}

.hp_ml10 {
  margin-left: 0.625rem;
}

.hp_ml20 {
  margin-left: 1.25rem;
}

.hp_ml30 {
  margin-left: 1.875rem;
}

.hp_ml40 {
  margin-left: 2.5rem;
}

.hp_ml50 {
  margin-left: 3.125rem;
}

.hp_ml60 {
  margin-left: 3.75rem;
}

.hp_ml70 {
  margin-left: 4.375rem;
}

.hp_ml80 {
  margin-left: 5rem;
}

.hp_ml90 {
  margin-left: 5.625rem;
}

.hp_ml100 {
  margin-left: 6.25rem;
}

.hp_mr10 {
  margin-right: 0.625rem;
}

.hp_mr20 {
  margin-right: 1.25rem;
}

.hp_mr30 {
  margin-right: 1.875rem;
}

.hp_mr40 {
  margin-right: 2.5rem;
}

.hp_mr50 {
  margin-right: 3.125rem;
}

.hp_mr60 {
  margin-right: 3.75rem;
}

.hp_mr70 {
  margin-right: 4.375rem;
}

.hp_mr80 {
  margin-right: 5rem;
}

.hp_mr90 {
  margin-right: 5.625rem;
}

.hp_mr100 {
  margin-right: 6.25rem;
}

.hp_pt1 {
  padding-top: calc(1 * var(--wp--preset--spacing--20));
}

.hp_pt2 {
  padding-top: calc(2 * var(--wp--preset--spacing--20));
}

.hp_pt3 {
  padding-top: calc(3 * var(--wp--preset--spacing--20));
}

.hp_pt4 {
  padding-top: calc(4 * var(--wp--preset--spacing--20));
}

.hp_pt5 {
  padding-top: calc(5 * var(--wp--preset--spacing--20));
}

.hp_pt6 {
  padding-top: calc(6 * var(--wp--preset--spacing--20));
}

.hp_pt7 {
  padding-top: calc(7 * var(--wp--preset--spacing--20));
}

.hp_pt8 {
  padding-top: calc(8 * var(--wp--preset--spacing--20));
}

.hp_pt9 {
  padding-top: calc(9 * var(--wp--preset--spacing--20));
}

.hp_pt1 {
  padding-bottom: calc(1 * var(--wp--preset--spacing--20));
}

.hp_pt2 {
  padding-bottom: calc(2 * var(--wp--preset--spacing--20));
}

.hp_pt3 {
  padding-bottom: calc(3 * var(--wp--preset--spacing--20));
}

.hp_pt4 {
  padding-bottom: calc(4 * var(--wp--preset--spacing--20));
}

.hp_pt5 {
  padding-bottom: calc(5 * var(--wp--preset--spacing--20));
}

.hp_pt6 {
  padding-bottom: calc(6 * var(--wp--preset--spacing--20));
}

.hp_pt7 {
  padding-bottom: calc(7 * var(--wp--preset--spacing--20));
}

.hp_pt8 {
  padding-bottom: calc(8 * var(--wp--preset--spacing--20));
}

.hp_pt9 {
  padding-bottom: calc(9 * var(--wp--preset--spacing--20));
}

.hp_pl1 {
  padding-left: calc(1 * var(--wp--preset--spacing--20));
}

.hp_pl2 {
  padding-left: calc(2 * var(--wp--preset--spacing--20));
}

.hp_pl3 {
  padding-left: calc(3 * var(--wp--preset--spacing--20));
}

.hp_pl4 {
  padding-left: calc(4 * var(--wp--preset--spacing--20));
}

.hp_pl5 {
  padding-left: calc(5 * var(--wp--preset--spacing--20));
}

.hp_pl6 {
  padding-left: calc(6 * var(--wp--preset--spacing--20));
}

.hp_pl7 {
  padding-left: calc(7 * var(--wp--preset--spacing--20));
}

.hp_pl8 {
  padding-left: calc(8 * var(--wp--preset--spacing--20));
}

.hp_pl9 {
  padding-left: calc(9 * var(--wp--preset--spacing--20));
}

.hp_pr1 {
  padding-right: calc(1 * var(--wp--preset--spacing--20));
}

.hp_pr2 {
  padding-right: calc(2 * var(--wp--preset--spacing--20));
}

.hp_pr3 {
  padding-right: calc(3 * var(--wp--preset--spacing--20));
}

.hp_pr4 {
  padding-right: calc(4 * var(--wp--preset--spacing--20));
}

.hp_pr5 {
  padding-right: calc(5 * var(--wp--preset--spacing--20));
}

.hp_pr6 {
  padding-right: calc(6 * var(--wp--preset--spacing--20));
}

.hp_pr7 {
  padding-right: calc(7 * var(--wp--preset--spacing--20));
}

.hp_pr8 {
  padding-right: calc(8 * var(--wp--preset--spacing--20));
}

.hp_pr9 {
  padding-right: calc(9 * var(--wp--preset--spacing--20));
}

.hp_pt10 {
  padding-top: 0.625rem;
}

.hp_pt20 {
  padding-top: 1.25rem;
}

.hp_pt30 {
  padding-top: 1.875rem;
}

.hp_pt40 {
  padding-top: 2.5rem;
}

.hp_pt50 {
  padding-top: 3.125rem;
}

.hp_pt60 {
  padding-top: 3.75rem;
}

.hp_pt70 {
  padding-top: 4.375rem;
}

.hp_pt80 {
  padding-top: 5rem;
}

.hp_pt90 {
  padding-top: 5.625rem;
}

.hp_pt100 {
  padding-top: 6.25rem;
}

.hp_pb10 {
  padding-bottom: 0.625rem;
}

.hp_pb20 {
  padding-bottom: 1.25rem;
}

.hp_pb30 {
  padding-bottom: 1.875rem;
}

.hp_pb40 {
  padding-bottom: 2.5rem;
}

.hp_pb50 {
  padding-bottom: 3.125rem;
}

.hp_pb60 {
  padding-bottom: 3.75rem;
}

.hp_pb70 {
  padding-bottom: 4.375rem;
}

.hp_pb80 {
  padding-bottom: 5rem;
}

.hp_pb90 {
  padding-bottom: 5.625rem;
}

.hp_pb100 {
  padding-bottom: 6.25rem;
}

.hp_pl10 {
  padding-left: 0.625rem;
}

.hp_pl20 {
  padding-left: 1.25rem;
}

.hp_pl30 {
  padding-left: 1.875rem;
}

.hp_pl40 {
  padding-left: 2.5rem;
}

.hp_pl50 {
  padding-left: 3.125rem;
}

.hp_pl60 {
  padding-left: 3.75rem;
}

.hp_pl70 {
  padding-left: 4.375rem;
}

.hp_pl80 {
  padding-left: 5rem;
}

.hp_pl90 {
  padding-left: 5.625rem;
}

.hp_pl100 {
  padding-left: 6.25rem;
}

.hp_pr10 {
  padding-right: 0.625rem;
}

.hp_pr20 {
  padding-right: 1.25rem;
}

.hp_pr30 {
  padding-right: 1.875rem;
}

.hp_pr40 {
  padding-right: 2.5rem;
}

.hp_pr50 {
  padding-right: 3.125rem;
}

.hp_pr60 {
  padding-right: 3.75rem;
}

.hp_pr70 {
  padding-right: 4.375rem;
}

.hp_pr80 {
  padding-right: 5rem;
}

.hp_pr90 {
  padding-right: 5.625rem;
}

.hp_pr100 {
  padding-right: 6.25rem;
}

/* ==========================================================================
  Helper / Align
========================================================================== */
.hp_tac {
  text-align: center !important;
}

.hp_tal {
  text-align: left !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_centering {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hp_center {
  display: flex;
  justify-content: center;
}

.hp_left {
  display: flex;
  justify-content: flex-start;
}

.hp_right {
  display: flex;
  justify-content: flex-end;
}

/* ==========================================================================
  Helper / Background
========================================================================== */
.hp_bg__light {
  background: var(--wp--preset--color--green-light);
}
.hp_bg__gray {
  background: var(--wp--preset--color--gray-80);
  color: var(--wp--preset--color--white);
}
.hp_bg__lightGray {
  background: var(--wp--preset--color--gray-40);
}

/* ==========================================================================
  Helper / Border
========================================================================== */
.hp_border__primary {
  border-color: var(--wp--preset--color--green);
}
.hp_border__secondary {
  border-color: var(--wp--preset--color--blue);
}
.hp_border__gray {
  border-color: var(--wp--preset--color--gray-80);
}
.hp_border__lightGray {
  border-color: var(--wp--preset--color--gray-40);
}

/* ==========================================================================
  Unique / Home
========================================================================== */
.un_home_section {
  padding: var(--wp--preset--spacing--80) 0;
}
.un_home_section_header {
  margin-bottom: var(--wp--preset--spacing--70);
}
.un_home_section_header p {
  line-height: 1.8;
}
.un_home_section .bl_horizBtnList {
  margin: var(--wp--preset--spacing--70) 0 0;
}
.un_home_section__about .bl_media_image {
  flex-basis: 25%;
  padding: 0 var(--wp--preset--spacing--40);
}

.home .un_service_card p {
  margin-bottom: calc(-0.5 * var(--wp--preset--spacing--40));
}

/* ==========================================================================
  Unique / Archive
========================================================================== */
.un_archive_header, .un_archive_footer {
  margin: var(--wp--preset--spacing--50) 0;
}
.un_archive_header {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
.un_archive_header p {
  line-height: 1.8;
}
.un_archive_header p + p {
  margin-top: 1em;
}
.un_archive_title {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  border-bottom: 2px solid var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--xx-large) !important;
  margin: var(--wp--preset--spacing--50) 0;
}
.post-type-archive-works .un_archive_title, .single-works .un_archive_title, .tax-works_tag .un_archive_title {
  border-color: var(--wp--preset--color--blue);
}
.category .un_archive_title, .single-post .un_archive_title {
  border-color: var(--wp--preset--color--red);
}
.post-type-archive-color .un_archive_title, .single-color .un_archive_title, .tax-color_cat .un_archive_title {
  border-color: var(--wp--preset--color--yellow);
}
.un_archive_body {
  font-size: var(--wp--preset--font-size--medium);
}

/* ==========================================================================
  Unique / Entry
========================================================================== */
.un_entry_header, .un_entry_footer {
  margin: var(--wp--preset--spacing--50) 0;
}
.un_entry_footer {
  align-items: center;
  border-top: 1px solid var(--wp--preset--color--green);
  display: flex;
  justify-content: space-between;
  padding-top: var(--wp--preset--spacing--40);
}
.single-works .un_entry_footer {
  border-color: var(--wp--preset--color--blue);
}
.single-post .un_entry_footer {
  border-color: var(--wp--preset--color--red);
}
.single-color .un_entry_footer {
  border-color: var(--wp--preset--color--yellow);
}
.un_entry_time {
  font-size: var(--wp--preset--font-size--x-small);
  text-align: right;
}
.un_entry_title {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  border-bottom: 2px solid var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--xx-large) !important;
  margin: var(--wp--preset--spacing--50) 0;
}
.post-type-archive-works .un_entry_title, .single-works .un_entry_title, .tax-works_tag .un_entry_title {
  border-color: var(--wp--preset--color--blue);
}
.category .un_entry_title, .single-post .un_entry_title {
  border-color: var(--wp--preset--color--red);
}
.post-type-archive-color .un_entry_title, .single-color .un_entry_title, .tax-color_cat .un_entry_title {
  border-color: var(--wp--preset--color--yellow);
}
.un_entry_body {
  font-size: var(--wp--preset--font-size--medium);
}
.un_entry ~ .bl_related {
  margin-top: var(--wp--preset--spacing--40);
}
.un_entry_category {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--20);
}

/* ==========================================================================
  Unique / Entry
========================================================================== */
.un_page_title {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--wp--preset--spacing--70);
}
.un_page_title::after {
  background: var(--wp--preset--color--green);
  content: "";
  display: inline-block;
  height: 4px;
  margin-top: var(--wp--preset--spacing--20);
  width: 96px;
}
.post-type-archive-works .un_page_title::after, .single-works .un_page_title::after, .bl_section__works .un_page_title::after, .tax-works_tag .un_page_title::after {
  background: var(--wp--preset--color--blue);
}
.category .un_page_title::after, .single-post .un_page_title::after, .bl_section__info .un_page_title::after {
  background: var(--wp--preset--color--red);
}
.post-type-archive-color .un_page_title::after, .single-color .un_page_title::after, .bl_section__color .un_page_title::after, .tax-color_cat .un_page_title::after {
  background: var(--wp--preset--color--yellow);
}
.un_page_title_title {
  font-size: var(--wp--preset--font-size--xxx-large) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.un_page_title_subtitle {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--20);
  text-transform: capitalize;
}
.un_page_section:not(:first-of-type) {
  margin: var(--wp--preset--spacing--60) 0;
}

/* ==========================================================================
  Unique / Search
========================================================================== */
.un_search_header {
  margin: var(--wp--preset--spacing--50) 0;
}
.un_search_title {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  border-left: 4px solid var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--large) !important;
  padding-left: var(--wp--preset--spacing--20);
  margin-top: 0 !important;
}
.post-type-archive-works .un_search_title, .single-works .un_search_title, .tax-works_tag .un_search_title {
  border-color: var(--wp--preset--color--blue);
}
.category .un_search_title, .single-post .un_search_title {
  border-color: var(--wp--preset--color--red);
}
.post-type-archive-color .un_search_title, .single-color .un_search_title, .tax-color_cat .un_search_title {
  border-color: var(--wp--preset--color--yellow);
}
.un_search_article {
  border-bottom: 1px solid var(--wp--preset--color--gray-80);
  padding-bottom: var(--wp--preset--spacing--40);
}
.un_search_text {
  margin-top: 1em;
}
.un_search_url {
  color: var(--wp--preset--color--blue);
  font-weight: 700;
}
@media (any-hover: hover) {
  .un_search_link:hover:hover .un_search_url {
    text-decoration: underline;
  }
}
@media (any-hover: none) {
  .un_search_link:focus-visible .un_search_url {
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }
}

/* ==========================================================================
  Unique / Service
========================================================================== */
/* 取扱業務 */
.un_service_columns .wp-block-column {
  gap: var(--wp--preset--spacing--20) 0;
}
.un_service_columns .wp-block-image {
  align-items: center;
  background: var(--wp--preset--color--green-light);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 156px;
  justify-content: center;
  margin: 0 auto var(--wp--preset--spacing--20);
  width: 156px;
}
.un_service_columns .wp-block-image img {
  filter: invert(33%) sepia(72%) saturate(338%) hue-rotate(72deg) brightness(87%) contrast(100%);
  height: auto;
  width: 80px;
}
.un_service_columns .is-style-link-inside {
  margin-top: var(--wp--preset--spacing--20);
}
.service .un_service_columns {
  align-items: center;
}
.service .un_service_columns .wp-block-group .wp-block-heading {
  margin-top: 0 !important;
}
.un_service_card {
  display: flex;
  flex-direction: column;
  gap: var(--wp--style--block-gap);
}
.un_service_card_title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  text-align: center;
}
.un_service_card p {
  line-height: 1.8;
  margin-top: 0;
}
.un_service_card p:has(a) {
  margin-top: 0;
  text-align: center;
}
.un_service_card a {
  border-bottom: 2px solid currentcolor;
  color: var(--wp--preset--color--green-dark);
  display: inline;
  font-weight: 700;
  text-align: center;
  transition: all 0.25s;
}
.un_service_card a:hover, .un_service_card a:focus-visible {
  border-color: transparent;
}
.un_service_card a .el_icon {
  filter: invert(33%) sepia(72%) saturate(338%) hue-rotate(72deg) brightness(87%) contrast(100%);
  transform: translateY(0.125em);
}
.un_service_card .wp-block-image {
  order: -1;
}

/* ==========================================================================
  Unique / Works
========================================================================== */
/* 制作一覧 */
.un_works_data {
  border: 4px solid var(--wp--preset--color--blue-light);
  margin-top: var(--wp--preset--spacing--60) !important;
  padding: 0 var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
}
.un_works_image {
  width: 100%;
}
.un_works_image a {
  display: block;
  margin-bottom: var(--wp--preset--spacing--30);
  max-width: 320px !important;
}
.un_works_image img {
  border: 1px solid var(--wp--preset--color--gray-40);
  height: auto;
  width: 100%;
}
.un_works_image_link {
  display: inline-block;
  line-height: 1;
  opacity: 1;
  transition: all 0.25s;
}
.un_works_image_link:hover, .un_works_image_link:focus-visible {
  opacity: 0.6;
}
.un_works_url a {
  border-bottom: 2px solid transparent;
  padding: var(--wp--preset--spacing--20) 0;
  transition: all 0.25s;
  color: var(--wp--preset--color--custom-black);
  padding: 0;
  text-decoration: none;
}
@media (any-hover: hover) {
  .un_works_url a:hover:hover {
    border-color: currentcolor;
  }
}

/* ==========================================================================
  Unique / Color
========================================================================== */
/* 色のお話 */
.un_color_data {
  border: 4px solid var(--wp--preset--color--yellow-light);
  margin-top: var(--wp--preset--spacing--60) !important;
  padding: 0 var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
}
.un_color_data p {
  margin-bottom: var(--wp--preset--spacing--30);
}
.un_color_data *:first-child {
  margin-top: 0;
}
.un_color_data *:last-child {
  margin-bottom: 0;
}
.un_color_image_picture {
  aspect-ratio: 8/3;
  margin-bottom: var(--wp--preset--spacing--50);
  overflow: hidden;
}
.un_color_image_picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
  Program / Drawer
========================================================================== */
.js_drawer_bg, .js_drawer_body {
  left: -100%;
  opacity: 0;
  position: fixed;
  top: 0;
}
.js_drawer_bg {
  z-index: 666;
}
.js_drawer_body {
  transition: all 0.25s;
  z-index: 777;
}
.js_drawer[aria-hidden=false] .js_drawer_bg, .js_drawer[aria-hidden=false] .js_drawer_body {
  left: 0;
  opacity: 1;
}

/* ==========================================================================
  Program / Mobile Menu
========================================================================== */
@media screen and (max-width: 824px) {
  .js_mobileMenu_label {
    display: none;
  }
  .js_mobileMenu_trigger::after {
    background-image: url("../assets/icons/google/expand_more.svg");
  }
  .js_mobileMenu_trigger.is_active::after {
    background-image: url("../assets/icons/google/expand_less.svg");
  }
}
@media screen and (min-width: 824.1px) {
  .js_mobileMenu_trigger {
    display: none;
  }
}

/* ==========================================================================
  Program / Easy FancyBox
========================================================================== */
#fancybox-content {
  border-width: var(--wp--preset--spacing--20) !important;
}
@media screen and (min-width: 824.1px) {
  #fancybox-content {
    border-width: var(--wp--preset--spacing--30) !important;
  }
}
#fancybox-close.fancy-ico span {
  background: var(--wp--preset--color--gray-80);
  border: 0;
  height: 32px;
  left: 4px;
  top: 4px;
  transition: none;
  width: 32px;
}
#fancybox-close.fancy-ico span::before, #fancybox-close.fancy-ico span::after {
  background: var(--wp--preset--color--white);
  left: 50%;
  top: 50%;
  width: 16px;
}
#fancybox-close.fancy-ico span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#fancybox-close.fancy-ico span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}