@charset "UTF-8";
/* montserrat-regular - latin */
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-family: "Montserrat";
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* montserrat-500 - latin */
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-family: "Montserrat";
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* montserrat-500italic - latin */
@font-face {
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-family: "Montserrat";
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* montserrat-600 - latin */
@font-face {
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v26-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-family: "Montserrat";
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
:where(h1),
:where(h2),
:where(h3),
:where(h4),
:where(h5),
:where(h6),
:where(p),
:where(blockquote),
:where(ul),
:where(ol),
:where(dl),
:where(figure) {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  padding-left: 0;
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100lvh;
  text-rendering: optimizeSpeed;
}

:where(a:not([class])) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(img),
:where(picture) {
  display: block;
  max-width: 100%;
}
body {
  background-color: #e6eaeb;
  font-weight: 500;
  font-size: calc((100vw - 375px) / 495.5 + 14px);
  line-height: 1.5714285714;
  font-family: Montserrat, sans-serif;
  word-break: break-word;
}
body:before {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6eaeb;
  content: "";
  pointer-events: none;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
body.editor-styles-wrapper {
  --wp--style--root--padding-right: 32px;
  --wp--style--root--padding-left: 32px;
}
body.editor-styles-wrapper:before {
  content: none;
}

html.is-ready body:before {
  opacity: 0;
}

html.is-touch.is-stop body {
  overflow: hidden;
  pointer-events: none;
}

:where(h1) {
  font-weight: 500;
  font-size: calc((100vw - 375px) / 247.75 + 46px);
  line-height: 1.2608695652;
}

:where(h2) {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}

:where(h3) {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3125;
}

:where(h4) {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4285714286;
}

:where(h5) {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.36;
}

:where(h6) {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4545454545;
}

:where(strong) {
  font-weight: 700;
}

*[data-image] {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #192834;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
}
*[data-image] img {
  will-change: transform;
}

:where(figcaption) {
  color: #909090;
  font-size: 14px;
  line-height: 1.2857142857;
}

:where(a) {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.global {
  position: relative;
}

.scroll-wrapper {
  z-index: 1;
}

.scroll-content {
  will-change: transform;
}

.wp-site-blocks > .alignleft {
  float: left;
}
.wp-site-blocks > .alignright {
  float: right;
}
.wp-site-blocks > .aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.has-global-padding {
  padding-right: 32px;
  padding-left: 32px;
}
.has-global-padding :where(.has-global-padding:not(.wp-block-block)) {
  padding-right: 0;
  padding-left: 0;
}
.has-global-padding :where(.has-global-padding) > .alignfull:where(:not(.has-global-padding)) > :where([class*=wp-block-]:not(.alignfull):not([class*=__]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
  padding-right: 0;
  padding-left: 0;
}
.has-global-padding > .alignfull {
  margin-right: -32px;
  margin-left: -32px;
}
.has-global-padding > .alignfull:where(:not(.has-global-padding):not(.is-layout-flex):not(.is-layout-grid)) > :where([class*=wp-block-]:not(.alignfull):not([class*=__]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
  padding-right: 32px;
  padding-left: 32px;
}
.has-global-padding :where(.has-global-padding:not(.wp-block-block)) > .alignfull {
  margin-right: 0;
  margin-left: 0;
}

.is-layout-flow > .alignleft,
.is-layout-constrained > .alignleft {
  float: left;
}
.is-layout-flow > .alignright,
.is-layout-constrained > .alignright {
  float: right;
}
.is-layout-flow > .aligncenter,
.is-layout-constrained > .aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-layout-flex > * {
  margin: 0;
}

.is-layout-grid {
  display: grid;
}
.is-layout-grid > * {
  margin: 0;
}

.op {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.op > div {
  position: absolute;
  right: -200px;
  left: -200px;
  background-color: #192834;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.op .top {
  top: -200px;
  height: calc(85% + 300px);
}
.op .bottom {
  bottom: -200px;
  height: calc(25% + 300px);
}

header.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
header.header:before {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  background-color: #192834;
  content: "";
  -webkit-transition: 300ms;
  transition: 300ms;
}
header.header.is-scrolldown, header.header.is-scrollup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 0;
  height: 100%;
  padding: 30px 5px 30px;
  gap: 14px;
}
.header-inner .wp-block-site-logo {
  padding-left: 2px;
}
.header-inner .wp-block-site-logo .custom-logo-link {
  pointer-events: all;
}
.header-inner .wp-block-site-logo img {
  width: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.header-inner .header-nav {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: auto;
  -webkit-transform: rotate(90deg) translateX(-100%);
      -ms-transform: rotate(90deg) translateX(-100%);
          transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  white-space: nowrap;
}
.header-inner .header-nav .wp-block-buttons {
  display: block;
  min-height: 0;
  margin: 0;
  pointer-events: none;
}
.header-inner .header-nav .wp-block-buttons .wp-block-button {
  display: block;
}
.header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  width: auto;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 14px;
}
.header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link:before {
  top: 50%;
  right: 100%;
  left: auto;
  width: 9px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  border-top: 1px solid #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: none;
  content: "";
  -webkit-transition: 300ms;
  transition: 300ms;
}
.header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 9px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  border-top: 1px solid #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  -webkit-transition: 300ms;
  transition: 300ms;
}
.header-inner .header-nav nav.wp-block-navigation {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-right: -6px;
  margin-bottom: 33px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link {
  display: block;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  color: #fff;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

header.header:hover.is-scrolldown:before, header.header:hover.is-scrollup:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
header.header:hover.is-scrolldown .header-inner .wp-block-site-logo img, header.header:hover.is-scrollup .header-inner .wp-block-site-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header.header:hover.is-scrolldown .header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link, header.header:hover.is-scrollup .header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link {
  color: #fff;
}
header.header:hover.is-scrolldown .header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link:before, header.header:hover.is-scrollup .header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  border-top-color: #fff;
}
header.header:hover.is-scrolldown .header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link:after, header.header:hover.is-scrollup .header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  -webkit-transform: translate(-50%, -50%) scaleX(9.5);
      -ms-transform: translate(-50%, -50%) scaleX(9.5);
          transform: translate(-50%, -50%) scaleX(9.5);
  border-top-color: #fff;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link, header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(1), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(2), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(3), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(4), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(5), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(6), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(7), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(8), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(9), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(9) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header.header:hover.is-scrolldown .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(10), header.header:hover.is-scrollup .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link:nth-last-child(10) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.is-root-container header.header {
  position: fixed;
}
.is-root-container header.header:before {
  content: none;
}

.editor-styles-wrapper .header-inner {
  height: 100vh;
  pointer-events: all;
}
.editor-styles-wrapper .header-inner .wp-block-site-logo .components-resizable-box__container {
  height: auto !important;
}
.editor-styles-wrapper .header-inner .header-nav {
  top: -20px;
  width: 0;
}
.editor-styles-wrapper .header-inner .header-nav .wp-block-buttons .wp-block-button .wp-block-button__link {
  white-space: nowrap !important;
}
.editor-styles-wrapper .header-inner .header-nav nav.wp-block-navigation {
  overflow: visible;
}
.editor-styles-wrapper .header-inner .header-nav nav.wp-block-navigation .wp-block-navigation-item__label {
  white-space: nowrap !important;
}

footer.footer {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
  background-color: #192834;
  color: #fff;
  text-align: center;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 80px 32px 0;
  will-change: transform;
}
.footer-inner .footer-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.footer-inner .footer-bg .wp-block-image {
  max-width: 100%;
  height: 100%;
  margin-top: 0;
}
.footer-inner .footer-bg .wp-block-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.footer-inner .footer-logo {
  width: 100%;
  max-width: 416px;
  margin-bottom: 54px;
  padding-right: 3px;
  padding-left: 3px;
}
.footer-inner .footer-logo > p {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
}
.footer-inner .footer-logo svg {
  margin: -21px;
  fill: #fff;
}
.footer-inner nav.wp-block-navigation {
  margin-bottom: 48px;
}
.footer-inner nav.wp-block-navigation .wp-block-navigation__container {
  gap: 14px;
}
.footer-inner nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-item__content {
  font-weight: 400;
  font-size: 18px;
}
.footer-inner .wp-block-social-links {
  row-gap: 24px;
  margin-top: 0;
  margin-bottom: 75px;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-inner .wp-block-social-links:before {
  content: none;
}
.footer-inner .wp-block-social-links .wp-social-link .wp-block-social-link-anchor svg {
  width: 20px;
  height: 20px;
}
.footer-inner .wp-block-social-links .wp-social-link .wp-block-social-link-anchor .wp-block-social-link-label {
  display: block;
  font-size: 14px;
}
.footer-inner .wp-block-social-links .wp-social-link:not(#any) {
  margin-bottom: 0;
  color: #fff;
}
.footer-inner .footer-copyright {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}

.is-root-container footer.footer .footer-inner {
  padding-right: 0;
  padding-left: 0;
}
.is-root-container footer.footer .footer-inner .footer-bg .wp-block-image .components-resizable-box__container {
  height: 100% !important;
  max-height: 100% !important;
}

.main {
  z-index: 1;
  position: relative;
  padding-top: 38px;
  padding-bottom: 82px;
  overflow: hidden;
  background-color: #e6eaeb;
}

.home .main {
  padding-top: 0;
  padding-bottom: 160px;
}

.back-link {
  margin-bottom: 26px;
  padding-right: 32px;
  padding-left: 32px;
  line-height: 1.25;
}
.back-link a {
  font-style: italic;
  font-size: calc((100vw - 375px) / 247.75 + 16px);
}
.back-link a:before {
  content: "< ";
}

.entry-header {
  margin-bottom: 38px;
}
.entry-header > * {
  width: 100%;
}
.entry-header .wp-block-post-title {
  margin-top: 6px;
  margin-bottom: 20px;
}
.entry-header p.is-style-lead {
  margin-bottom: 26px;
  font-size: calc((100vw - 375px) / 495.5 + 16px);
  line-height: 1.375;
}
.entry-header .entry-header-image {
  margin-top: 26px;
}
.entry-header .entry-header-image .wp-block-post-featured-image .cliped-image,
.entry-header .entry-header-image .wp-block-image .cliped-image {
  aspect-ratio: 311/207 !important;
}
.entry-header .entry-header-image:not([class*=align]) {
  margin: 0;
}

.page-header {
  margin-bottom: 26px;
}
.page-header .wp-block-post-title,
.page-header .wp-block-heading {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: calc((100vw - 375px) / 247.75 + 56px);
  line-height: 1.3571428571;
}
.page-header > p {
  font-size: 20px;
  line-height: 1.3;
}
.page-header .wp-app-works-news-category {
  margin-top: 16px;
  margin-bottom: 37px;
}

.tax-works-news-tag .entry-content > .wp-block-query-title,
.tax-works-news-category .entry-content > .wp-block-query-title {
  margin-bottom: 12px;
  padding-left: calc((100vw - 375px) / 19.82 + 0px);
  font-weight: 500;
  font-size: calc((100vw - 375px) / 247.75 + 46px);
}
.tax-works-news-tag .page-header .wp-block-post-title,
.tax-works-news-tag .page-header .wp-block-heading,
.tax-works-news-category .page-header .wp-block-post-title,
.tax-works-news-category .page-header .wp-block-heading {
  margin-bottom: 5px;
}

.tax-works-news-tag .entry-content > .wp-block-query-title:before {
  content: "#";
}

.page-header.layout-about {
  display: grid;
}
.page-header.layout-about .wp-block-post-title,
.page-header.layout-about .wp-block-heading {
  margin-bottom: 8px;
  padding-left: calc((100vw - 375px) / 19.82 + 0px);
  font-weight: 500;
  font-size: calc((100vw - 375px) / 247.75 + 46px);
}
.page-header.layout-about > p {
  font-size: inherit;
  line-height: inherit;
}
.page-header.layout-about .page-title .post-title-tagline {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: calc((100vw - 375px) / 247.75 + 56px);
  line-height: 1.3571428571;
}
.page-header.layout-about .page-title > p {
  font-size: 20px;
  line-height: 1.3;
}
.page-header.layout-about .wp-block-post-featured-image {
  margin-top: 38px;
}
.page-header.layout-about .wp-block-post-featured-image:not(:last-child) {
  margin-bottom: 38px;
}

.home-content section :where(h2) {
  margin-bottom: 46px;
  font-size: calc((100vw - 375px) / 41.2916666667 + 36px);
  line-height: 1.3333333333;
}
.home-content section :where(p) {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.4444444444;
}

.home-content > .fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100lvh;
  margin-bottom: 160px;
  overflow: hidden;
  background-color: #192834;
  pointer-events: none;
}
.home-content > .fv .fv-content {
  width: 100%;
  margin-top: auto;
  margin-bottom: 98px;
  color: #fff;
}
.home-content > .fv .fv-content .logo {
  max-width: 1241px;
  margin: -30px calc((100vw - 375px) / -25.4102564103 + -18px) 6px;
}
.home-content > .fv .fv-content .logo svg {
  width: 100%;
  fill: #fff;
}
.home-content > .fv .fv-content > p {
  font-weight: 600;
  font-size: calc((100vw - 375px) / 49.55 + 30px);
  line-height: 1.3333333333;
}
.home-content > .fv .fv-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: filter;
}
.home-content > .fv .fv-bg .wp-block-image {
  width: 100%;
  height: 100%;
}
.home-content > .fv .fv-bg .wp-block-image .cliped-image {
  height: 100%;
}
.home-content > .fv .fv-bg .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-content > .intro {
  margin-bottom: 97px;
}
.home-content > .intro .wp-block-image {
  margin-bottom: 48px;
  margin-left: -32px;
}
.home-content > .intro .wp-block-image img {
  aspect-ratio: 343/229;
}

.home-content > .works-news {
  margin-bottom: 120px;
}
.home-content > .works-news .page-header .wp-block-heading {
  margin-bottom: 25px;
  font-size: calc((100vw - 375px) / 41.2916666667 + 36px);
  line-height: 1.3333333333;
}
.home-content > .works-news .page-header > p {
  max-width: 310px;
}
.home-content > .works-news .wp-block-query {
  margin-top: 48px;
}
.home-content > .works-news .wp-block-query .wp-block-post-template {
  row-gap: 48px;
  margin-bottom: 60px;
}
.home-content > .works-news .wp-block-query .wp-block-buttons .wp-block-button {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.home-content > .works-news .wp-block-query .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 16px 0;
  border-top: 0;
  font-size: calc((100vw - 375px) / 99.1 + 30px);
  text-align: left;
}
.home-content > .works-news .wp-block-query .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  padding-left: 20px;
}

.home-content > .message {
  margin-bottom: 120px;
}
.home-content > .message .message1 {
  margin-bottom: 88px;
}
.home-content > .message .message1 .figure-main {
  margin-bottom: -25px;
}
.home-content > .message .message1 .figure-main .wp-block-image {
  aspect-ratio: 375/650;
}
.home-content > .message .message1 .figure-sub .wp-block-image {
  aspect-ratio: 225/342;
  width: calc((100vw - 375px) / 3.1661341853 + 225px);
  margin: 0 auto 46px;
}
.home-content > .message .message1 .figure-sub .wp-block-image img {
  aspect-ratio: 225/342;
}
.home-content > .message .message1 > .wp-block-group {
  text-align: center;
}
.home-content > .message .message1 > .wp-block-group > p {
  max-width: 562px;
  margin-right: auto;
  margin-left: auto;
}
.home-content > .message .message1 > .wp-block-buttons {
  margin-top: 48px;
}
.home-content > .message .message2 .wp-block-image {
  width: calc((100vw - 375px) / 2.7076502732 + 317px);
  margin-left: auto;
}

.layout-service {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 76px;
  grid-row-gap: 80px;
  row-gap: 80px;
}
.layout-service > .wp-block-group .wp-block-image {
  aspect-ratio: 311/409;
  margin-bottom: 20px;
}
.layout-service > .wp-block-group .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-service > .wp-block-group h2.wp-block-heading {
  margin-bottom: 13px;
  font-size: calc((100vw - 375px) / 49.55 + 60px);
  line-height: 1;
  font-family: serif;
}
.layout-service > .wp-block-group h2.wp-block-heading::first-letter {
  font-size: calc((100vw - 375px) / 35.3928571429 + 80px);
}
.layout-service > .wp-block-group h3.wp-block-heading {
  margin-bottom: 10px;
  font-size: calc((100vw - 375px) / 70.7857142857 + 26px);
  line-height: 1.2;
}
.layout-service > .wp-block-group > p {
  font-size: 18px;
  line-height: 1.4444444444;
}
.layout-service > .wp-block-group .wp-block-buttons {
  margin-top: 27px;
}

.wp-block-group.contact {
  margin-top: 120px;
}

.entry-content > :where(h2.wp-block-heading),
.is-root-container > :where(h2.wp-block-heading) {
  margin-top: 76px;
  margin-bottom: 26px;
}
.entry-content > :where(.wp-block-image + h2.wp-block-heading),
.is-root-container > :where(.wp-block-image + h2.wp-block-heading) {
  margin-top: 58px;
}
.entry-content > :where(h3.wp-block-heading),
.is-root-container > :where(h3.wp-block-heading) {
  margin-top: 58px;
  margin-bottom: 26px;
}
.entry-content > :where(.wp-block-image + h3.wp-block-heading),
.is-root-container > :where(.wp-block-image + h3.wp-block-heading) {
  margin-top: 38px;
}
.entry-content > :where(h4.wp-block-heading),
.entry-content > :where(h5.wp-block-heading),
.entry-content > :where(h6.wp-block-heading),
.is-root-container > :where(h4.wp-block-heading),
.is-root-container > :where(h5.wp-block-heading),
.is-root-container > :where(h6.wp-block-heading) {
  margin-top: 76px;
  margin-bottom: 26px;
}
.entry-content > :where(.wp-block-image + h4.wp-block-heading),
.entry-content > :where(.wp-block-image + h5.wp-block-heading),
.entry-content > :where(.wp-block-image + h6.wp-block-heading),
.is-root-container > :where(.wp-block-image + h4.wp-block-heading),
.is-root-container > :where(.wp-block-image + h5.wp-block-heading),
.is-root-container > :where(.wp-block-image + h6.wp-block-heading) {
  margin-top: 58px;
}

.is-layout-constrained > p > a {
  font-style: italic;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.entry-content > :where(p),
.is-root-container > :where(p) {
  margin-bottom: 26px;
}

.wp-block-quote {
  position: relative;
  padding-left: 27px;
  color: #909090;
  font-style: italic;
}
.wp-block-quote:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 1px;
  background-color: #909090;
  content: "";
}

.entry-content > :where(.wp-block-quote),
.is-root-container > :where(.wp-block-quote) {
  margin-bottom: 58px;
}

.is-layout-constrained > :where(ul) {
  padding-left: 26px;
  list-style-type: "・ ";
}
.is-layout-constrained > :where(ul) > :where(li):not(:last-child) {
  margin-bottom: 8px;
}

.entry-content > :where(ul) {
  margin-bottom: 38px;
}

.is-layout-constrained > :where(ol) {
  padding-left: 26px;
  list-style: none;
  counter-reset: ol;
}
.is-layout-constrained > :where(ol) > :where(li) {
  position: relative;
  counter-increment: ol;
}
.is-layout-constrained > :where(ol) > :where(li):before {
  position: absolute;
  top: 0.25em;
  right: 100%;
  margin-right: 0.9em;
  content: counter(ol);
  font-size: 12px;
}
.is-layout-constrained > :where(ol) > :where(li):not(:last-child) {
  margin-bottom: 8px;
}

.entry-content > :where(ol),
.is-root-container > :where(ol) {
  margin-bottom: 38px;
}

.wp-block-table {
  margin-top: 58px;
  overflow-x: auto;
  font-size: 16px;
}
.wp-block-table table {
  border: 0;
  border-spacing: 0;
}
.wp-block-table thead {
  border-bottom: 0;
}
.wp-block-table tfoot {
  border-top: 0;
}
.wp-block-table th,
.wp-block-table td {
  padding: 17px 14px 16px;
  border-left-width: 0;
  border-color: #909090;
  white-space: nowrap;
}
.wp-block-table th:last-child,
.wp-block-table td:last-child {
  border-right-width: 0;
}
.wp-block-table th {
  font-weight: 700;
  text-align: left;
}

.entry-content > :where(.wp-block-table),
.is-root-container > :where(.wp-block-table) {
  margin-bottom: 58px;
}
.entry-content > :where(.wp-block-table):where(:not(.alignfull)),
.is-root-container > :where(.wp-block-table):where(:not(.alignfull)) {
  margin-right: -32px;
  padding-right: 32px;
}

.editor-styles-wrapper .wp-block-table:not(.alignfull) {
  width: 100%;
}

.wp-block-post-featured-image img,
.wp-block-image img,
.wp-block-gallery img {
  width: 100%;
  height: auto;
}
.wp-block-post-featured-image figcaption,
.wp-block-image figcaption,
.wp-block-gallery figcaption {
  margin-top: 4px;
  margin-bottom: 0;
}
.wp-block-post-featured-image.alignleft,
.wp-block-image.alignleft,
.wp-block-gallery.alignleft {
  margin-right: 0;
}
.wp-block-post-featured-image.alignright,
.wp-block-image.alignright,
.wp-block-gallery.alignright {
  margin-left: 0;
}
.wp-block-post-featured-image.alignfull,
.wp-block-image.alignfull,
.wp-block-gallery.alignfull {
  aspect-ratio: 375/246;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-image.alignfull img,
.wp-block-gallery.alignfull img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-featured-image.alignfull figcaption,
.wp-block-image.alignfull figcaption,
.wp-block-gallery.alignfull figcaption {
  padding-right: 32px;
  padding-left: 32px;
}

.wp-block-post-featured-image .cliped-image,
.wp-block-image .cliped-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #192834;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
}
.wp-block-post-featured-image .cliped-image img,
.wp-block-image .cliped-image img {
  will-change: transform;
}

.wp-block-post-featured-image .wp-caption {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #192834;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
}
.wp-block-post-featured-image .wp-caption img {
  will-change: transform;
}

.wp-block-gallery:not(#any) {
  gap: 38px;
}
.wp-block-gallery:not(#any).is-layout-flex {
  display: grid;
}
.wp-block-gallery:not(#any).is-layout-flex figure.wp-block-image:not(#any) {
  width: 100% !important;
}
.wp-block-gallery:not(#any).is-layout-flex figure.wp-block-image:not(#any) img {
  width: 100%;
  height: auto;
}
.wp-block-gallery:not(#any).is-layout-flex figure.wp-block-image:not(#any) figcaption {
  position: static;
  width: auto;
  max-height: none;
  padding: 0;
  background: transparent;
  color: #909090;
  font-size: 14px;
  text-align: left;
}
.wp-block-gallery:not(#any).has-nested-images {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.wp-block-gallery:not(#any).has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery:not(#any).has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: block;
}
.wp-block-gallery:not(#any).has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery:not(#any).has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 100%;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
}

.entry-content > :where(.wp-block-post-featured-image),
.entry-content > :where(.wp-block-image),
.entry-content > :where(.wp-block-gallery),
.is-root-container > :where(.wp-block-post-featured-image),
.is-root-container > :where(.wp-block-image),
.is-root-container > :where(.wp-block-gallery) {
  margin-top: 58px;
  margin-bottom: 38px;
}

.taxonomy-works-news-category {
  font-weight: 600;
  font-size: calc((100vw - 375px) / 99.1 + 18px);
  line-height: 1;
}

.taxonomy-works-news-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.taxonomy-works-news-tag a {
  font-style: italic;
  font-size: 16px;
}
.taxonomy-works-news-tag a:before {
  content: "#";
}
.taxonomy-works-news-tag .wp-block-post-terms__separator {
  display: none;
}

.post-taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #909090;
}
.post-taxonomy .taxonomy-works-news-category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-taxonomy .taxonomy-works-news-tag {
  -ms-flex-item-align: center;
      align-self: center;
}

.entry-content > :where(.post-taxonomy),
.is-root-container > :where(.post-taxonomy) {
  margin-bottom: 13px;
}

.wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  row-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.wp-block-tag-cloud .tag-cloud-link {
  padding: 1px 11px;
  border: 1px solid #000;
  border-radius: 1em;
  font-size: 14px !important;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.wp-block-tag-cloud .tag-cloud-link:before {
  content: "#";
}
.wp-block-tag-cloud .tag-cloud-link:hover {
  background-color: #192834;
  color: #fff;
}

.entry-content > :where(.wp-block-tag-cloud),
.is-root-container > :where(.wp-block-tag-cloud) {
  margin-bottom: 58px;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}
.wp-block-buttons > .wp-block-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #192834;
  border-bottom: 1px solid #192834;
  border-radius: 0;
  background: none;
  color: inherit;
  font-size: 16px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #192834;
  content: "";
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link:hover {
  color: #fff;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.entry-content > :where(.wp-block-buttons),
.is-root-container > :where(.wp-block-buttons) {
  margin-top: 38px;
  margin-bottom: 38px;
}

.wp-block-buttons.alignfull {
  display: block;
}
.wp-block-buttons.alignfull > .wp-block-button {
  display: block;
  padding-right: 32px;
  padding-left: 32px;
}
.wp-block-buttons.alignfull > .wp-block-button > .wp-block-button__link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 204px;
  padding: 0;
  font-size: calc((100vw - 375px) / 99.1 + 30px);
  line-height: 1.2666666667;
}

.entry-content > :where(.wp-block-buttons.alignfull),
.is-root-container > :where(.wp-block-buttons.alignfull) {
  margin-top: 120px;
}

.wp-block-buttons.is-style-plain {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.wp-block-buttons.is-style-plain > .wp-block-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wp-block-buttons.is-style-plain > .wp-block-button > .wp-block-button__link {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}

.wp-block-separator {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #192834;
}

.entry-content > :where(.wp-block-separator),
.entry-content :where(.wp-block-group) > :where(.wp-block-separator),
.is-root-container > :where(.wp-block-separator),
.is-root-container :where(.wp-block-group) > :where(.wp-block-separator) {
  margin-top: 38px;
  margin-bottom: 38px;
}

.wp-block-social-links {
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  min-width: 100%;
  margin-top: 120px;
  padding-bottom: 8px;
  padding-left: 0;
  border-bottom: 1px solid #192834;
}
.wp-block-social-links:before {
  margin-right: -6px;
  content: "Share on socials :";
  font-size: calc((100vw - 375px) / 247.75 + 14px);
  line-height: 1.2857142857;
}
.wp-block-social-links > .wp-social-link {
  margin-bottom: 0;
  -webkit-transition: none;
  transition: none;
}
.wp-block-social-links > .wp-social-link > .wp-block-social-link-anchor {
  padding: 0;
}
.wp-block-social-links > .wp-social-link > .wp-block-social-link-anchor .wp-block-social-link-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
}
.wp-block-social-links > .wp-social-link > .wp-block-social-link-anchor .wp-block-social-link-label:after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: currentcolor;
  content: "";
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.wp-block-social-links > .wp-social-link > .wp-block-social-link-anchor:hover .wp-block-social-link-label:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.wp-block-social-links > .wp-social-link > .wp-block-social-link-anchor > .wp-block-social-link-label {
  display: none;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5714285714;
}
.wp-block-social-links > .wp-social-link > .wp-block-social-link-anchor svg {
  width: 28px;
  height: 28px;
}
.wp-block-social-links > .wp-social-link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.wp-block-social-links:not(#any) > .wp-social-link {
  background-color: transparent;
  color: #000;
}

.wp-block-navigation .wp-block-navigation-item {
  display: block;
  z-index: 0;
  position: relative;
}
.wp-block-navigation .wp-block-navigation-item:after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: currentcolor;
  content: "";
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.wp-block-navigation .wp-block-navigation-item:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.entry-content > :where(.wp-block-query),
.is-root-container > :where(.wp-block-query) {
  margin-top: 58px;
  margin-bottom: 26px;
}
.entry-content > :where(.wp-block-query):last-child,
.is-root-container > :where(.wp-block-query):last-child {
  margin-bottom: 76px;
}

.wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 53px;
  row-gap: 53px;
}
.wp-block-post-template .wp-block-post {
  position: relative;
}
.wp-block-post-template .wp-block-post-featured-image {
  aspect-ratio: 311/207;
  margin-bottom: 8px;
}
.wp-block-post-template .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-template .taxonomy-category {
  margin-bottom: 6px;
  padding: 4px 7px;
  border-left: 1px solid #000;
}
.wp-block-post-template .wp-block-post-title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: calc((100vw - 375px) / 70.7857142857 + 26px);
  line-height: 1.1538461538;
}
.wp-block-post-template .taxonomy-post_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-post-template .taxonomy-post_tag a {
  font-size: calc((100vw - 375px) / 165.1666666667 + 14px);
}
.wp-block-post-template .taxonomy-post_tag .wp-block-post-terms__separator {
  display: none;
}

.is-root-container .wp-block-query.alignfull .wp-block-post-template {
  padding-left: var(--wp--style--root--padding-left);
}

.wp-block-query-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 358px;
  margin: 162px auto 0;
  padding-right: 66px;
  padding-left: 66px;
  font-size: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin: 0;
  padding-top: 1px;
  font-style: italic;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: block;
  z-index: 0;
  position: relative;
  padding: 0 5px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: currentcolor;
  content: "";
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: #909090;
  pointer-events: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: url(../images/pagination.svg) no-repeat center/100%;
  color: transparent;
  white-space: nowrap;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
  background-color: #fff;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  right: 0;
}

.layout-form {
  margin-top: 58px;
}
.layout-form .form-row {
  margin-bottom: 28px;
}
.layout-form .form-label {
  margin-bottom: 6px;
}
.layout-form .form-label label {
  display: block;
  font-size: 16px;
}
.layout-form .form-field input[type=text],
.layout-form .form-field input[type=number],
.layout-form .form-field input[type=tel],
.layout-form .form-field input[type=email],
.layout-form .form-field textarea {
  width: 100%;
  padding: 16px;
  border: 0;
  background-color: #fff;
  font-size: 16px;
}
.layout-form .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}
.layout-form .form-control > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}
.layout-form .form-control > p > input[type=submit] {
  display: block;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 15px;
  border-top: 1px solid #192834;
  border-bottom: 1px solid #192834;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-size: 16px;
}
.layout-form .wpcf7-response-output {
  display: none;
}

.has-inline-color.has-primary-color {
  color: #000;
}
.has-inline-color.has-primary-light-color {
  color: #909090;
}
.has-inline-color.has-secondary-color {
  color: #b50000;
}
.has-inline-color.has-white-color {
  color: #fff;
}
.has-inline-color.has-background-color {
  color: #e6eaeb;
}
.has-inline-color.has-dark-color {
  color: #192834;
}

.contents-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contents-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contents-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-right {
  display: table;
  margin-left: auto;
}

.align-left {
  display: table;
  margin-right: auto;
}

.align-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.push-right {
  margin-right: auto;
}

.push-left {
  margin-left: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

[disabled] {
  cursor: default !important;
}
[disabled] a[disabled] {
  pointer-events: none !important;
}

.edit-site .edit-site-site-hub__site-title {
  white-space: nowrap;
}

@media only screen and (min-width: 375px){
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px){
  body {
    line-height: 1.625;
  }
  body.editor-styles-wrapper {
    --wp--style--root--padding-right: 60px;
    --wp--style--root--padding-left: 60px;
  }
  :where(h1) {
    line-height: 1.2;
  }
  :where(figcaption) {
    line-height: 1.4285714286;
  }
  .has-global-padding {
    padding-right: 60px;
    padding-left: 60px;
  }
  .has-global-padding :where(.has-global-padding:not(.wp-block-block)) {
    padding-right: 0;
    padding-left: 0;
  }
  .has-global-padding :where(.has-global-padding) > .alignfull:where(:not(.has-global-padding)) > :where([class*=wp-block-]:not(.alignfull):not([class*=__]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
    padding-right: 0;
    padding-left: 0;
  }
  .has-global-padding > .alignfull {
    margin-right: -60px;
    margin-left: -60px;
  }
  .has-global-padding > .alignfull:where(:not(.has-global-padding):not(.is-layout-flex):not(.is-layout-grid)) > :where([class*=wp-block-]:not(.alignfull):not([class*=__]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
    padding-right: 60px;
    padding-left: 60px;
  }
  .has-global-padding :where(.has-global-padding:not(.wp-block-block)) > .alignfull {
    margin-right: 0;
    margin-left: 0;
  }
  header.header {
    width: 60px;
  }
  .header-inner {
    padding-left: 18px;
  }
  .header-inner .wp-block-site-logo {
    padding-left: 4px;
  }
  .footer-inner {
    padding-top: 0;
    padding-right: 60px;
    padding-left: 60px;
  }
  .footer-inner .footer-logo {
    margin-bottom: 67px;
    padding-right: 0;
    padding-left: 0;
  }
  .footer-inner .footer-logo > p {
    margin-bottom: 22px;
  }
  .footer-inner nav.wp-block-navigation {
    display: block;
    margin-bottom: 17px;
  }
  .footer-inner nav.wp-block-navigation .wp-block-navigation__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
  .footer-inner .wp-block-social-links {
    margin-bottom: 49px;
  }
  .footer-inner .wp-block-social-links:not(#any) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .main {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .home .main {
    padding-bottom: 185px;
  }
  .single-works-news .main {
    padding-top: 90px;
  }
  .back-link {
    margin-bottom: 58px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .entry-content,
  .is-root-container {
    display: grid;
    grid-template-columns: auto 50%;
    grid-column-gap: 43px;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
  .entry-content > :where(*),
  .is-root-container > :where(*) {
    margin-bottom: 0;
  }
  .entry-content > *,
  .is-root-container > * {
    grid-column: 2/3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .entry-content > *.alignleft,
  .is-root-container > *.alignleft {
    grid-column: 1/2;
  }
  .entry-content > *.alignfull,
  .is-root-container > *.alignfull {
    grid-column: 1/3;
    height: auto;
  }
  .entry-content > *.alignright,
  .is-root-container > *.alignright {
    grid-column: 2/3;
  }
  .entry-content,
  .is-root-container {
    row-gap: 33px;
  }
  .wp-page-service .entry-content {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: calc((100vw - 375px) / 6.1172839506 + 43px);
       -moz-column-gap: calc((100vw - 375px) / 6.1172839506 + 43px);
            column-gap: calc((100vw - 375px) / 6.1172839506 + 43px);
  }
  .post-type-archive-works-news .entry-content,
  .tax-works-news-tag .entry-content,
  .tax-works-news-category .entry-content {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 86px;
       -moz-column-gap: 86px;
            column-gap: 86px;
  }
  .entry-header {
    display: grid;
    grid-template-columns: auto 50%;
    grid-column-gap: 43px;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
  .entry-header > :where(*) {
    margin-bottom: 0;
  }
  .entry-header > * {
    grid-column: 2/3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .entry-header > *.alignleft {
    grid-column: 1/2;
  }
  .entry-header > *.alignfull {
    grid-column: 1/3;
    height: auto;
  }
  .entry-header > *.alignright {
    grid-column: 2/3;
  }
  .entry-header {
    row-gap: 26px;
    grid-column: 1/3;
    margin-bottom: 0;
  }
  .entry-header .wp-block-post-title {
    margin-bottom: 0;
  }
  .entry-header p.is-style-lead {
    margin-bottom: 0;
    line-height: 1.4444444444;
  }
  .entry-header .entry-header-image {
    grid-column: 1/2;
    height: 0;
    margin-top: 0;
  }
  .entry-header .entry-header-image:not([class*=align]) {
    grid-row: 1;
  }
  .page-header {
    display: grid;
    grid-template-columns: auto 50%;
    grid-column-gap: 43px;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
  .page-header > :where(*) {
    margin-bottom: 0;
  }
  .page-header > * {
    grid-column: 2/3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-header > *.alignleft {
    grid-column: 1/2;
  }
  .page-header > *.alignfull {
    grid-column: 1/3;
    height: auto;
  }
  .page-header > *.alignright {
    grid-column: 2/3;
  }
  .page-header {
    display: block;
    grid-column: 1;
    height: 0;
    margin-bottom: 0;
    padding-left: calc((100vw - 375px) / 19.82 + 0px);
  }
  .page-header .wp-block-post-title,
  .page-header .wp-block-heading {
    margin-bottom: 27px;
    line-height: 1.2666666667;
  }
  .page-header > p {
    grid-column: 1;
  }
  .page-header .wp-app-works-news-category {
    margin-top: 29px;
    margin-bottom: 0;
  }
  .tax-works-news-tag .entry-content > .wp-block-query-title,
  .tax-works-news-category .entry-content > .wp-block-query-title {
    grid-column: 1/3;
    margin-bottom: -18px;
  }
  .tax-works-news-tag .page-header .wp-block-post-title,
  .tax-works-news-tag .page-header .wp-block-heading,
  .tax-works-news-category .page-header .wp-block-post-title,
  .tax-works-news-category .page-header .wp-block-heading {
    margin-bottom: 9px;
  }
  .is-root-container .page-header {
    height: auto;
  }
  .page-header.layout-about {
    row-gap: 9px;
    grid-column: 1/3;
    height: auto;
    padding-left: 0;
  }
  .page-header.layout-about .wp-block-post-title,
  .page-header.layout-about .wp-block-heading {
    grid-column: 1/3;
    margin-bottom: 0;
  }
  .page-header.layout-about > p {
    grid-column: auto;
  }
  .page-header.layout-about .page-title {
    grid-column: 1;
    margin-top: 2px;
    padding-left: calc((100vw - 375px) / 19.82 + 0px);
  }
  .page-header.layout-about .page-title .post-title-tagline {
    margin-bottom: 9px;
    line-height: 1.2666666667;
  }
  .page-header.layout-about .wp-block-post-featured-image {
    grid-column: 1/3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 76px;
  }
  .page-header.layout-about .wp-block-post-featured-image:not(:last-child) {
    margin-bottom: 0;
  }
  .home-content section :where(h2) {
    line-height: 1.2666666667;
  }
  .home-content > .fv .fv-content {
    margin-bottom: 20.8791208791vh;
  }
  .home-content > .fv .fv-content .logo {
    margin-right: -57px;
    margin-bottom: -30px;
    margin-left: -57px;
  }
  .home-content > .fv .fv-content > p {
    padding-left: 7px;
    line-height: 1.28;
  }
  .home-content > .intro {
    display: grid;
    grid-template-columns: auto 48.1698389458vw;
    margin-bottom: 131px;
    grid-column-gap: 47px;
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
  }
  .home-content > .intro .wp-block-image {
    margin-left: -60px;
  }
  .home-content > .intro .wp-block-group > p {
    max-width: 31.0395314788vw;
  }
  .home-content > .works-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 160px;
  }
  .home-content > .works-news .page-header {
    padding-left: 0;
  }
  .home-content > .works-news .page-header .wp-block-heading {
    line-height: 1.2666666667;
  }
  .home-content > .works-news .wp-block-query {
    grid-column: 1/3;
    margin-top: 0;
  }
  .home-content > .works-news .wp-block-query .wp-block-post-template > * {
    width: calc(50% + 31px);
    margin-bottom: 80px;
  }
  .home-content > .works-news .wp-block-query .wp-block-post-template > *:nth-child(2) {
    margin-top: 0;
  }
  .home-content > .works-news .wp-block-query .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .home-content > .message {
    margin-bottom: 160px;
  }
  .home-content > .message .message1 {
    margin-bottom: 120px;
  }
  .home-content > .message .message1 .figure-main {
    margin-bottom: -32px;
  }
  .home-content > .message .message1 .figure-main .wp-block-image {
    aspect-ratio: 768/512;
  }
  .home-content > .message .message1 .figure-sub .wp-block-image {
    margin-bottom: 80px;
  }
  .home-content > .message .message1 > .wp-block-buttons {
    margin-top: 120px;
  }
  .layout-service {
    display: block;
    grid-column: 1/3;
    margin-top: 147px;
  }
  .layout-service > .wp-block-group {
    max-width: 38.0673499268vw;
    float: right;
  }
  .layout-service > .wp-block-group .wp-block-image {
    min-width: 311px;
    max-width: 27.8184480234vw;
    margin-bottom: 40px;
  }
  .layout-service > .wp-block-group h2.wp-block-heading {
    margin-bottom: 21px;
  }
  .layout-service > .wp-block-group h2.wp-block-heading::first-letter {
    margin-right: 4px;
  }
  .layout-service > .wp-block-group h3.wp-block-heading {
    margin-bottom: 18px;
  }
  .layout-service > .wp-block-group .wp-block-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .layout-service > .wp-block-group:not(:last-child) {
    margin-bottom: 198px;
  }
  .layout-service > .wp-block-group:nth-child(2) {
    margin-top: 44.0702781845vw;
  }
  .layout-service > .wp-block-group:nth-child(even) {
    float: left;
  }
  .wp-block-group.contact {
    margin-top: 160px;
  }
  .entry-content > :where(h2.wp-block-heading),
  .is-root-container > :where(h2.wp-block-heading) {
    margin-top: 38px;
    margin-bottom: 0;
  }
  .entry-content > :where(.wp-block-image + h2.wp-block-heading),
  .is-root-container > :where(.wp-block-image + h2.wp-block-heading) {
    margin-top: 43px;
  }
  .entry-content > :where(h3.wp-block-heading),
  .is-root-container > :where(h3.wp-block-heading) {
    margin-top: 43px;
    margin-bottom: 0;
  }
  .entry-content > :where(.wp-block-image + h3.wp-block-heading),
  .is-root-container > :where(.wp-block-image + h3.wp-block-heading) {
    margin-top: 43px;
  }
  .entry-content > :where(h4.wp-block-heading),
  .entry-content > :where(h5.wp-block-heading),
  .entry-content > :where(h6.wp-block-heading),
  .is-root-container > :where(h4.wp-block-heading),
  .is-root-container > :where(h5.wp-block-heading),
  .is-root-container > :where(h6.wp-block-heading) {
    margin-top: 43px;
    margin-bottom: -7px;
  }
  .entry-content > :where(h6.wp-block-heading),
  .is-root-container > :where(h6.wp-block-heading) {
    margin-bottom: -13px;
  }
  .entry-content > :where(.wp-block-image + h4.wp-block-heading),
  .entry-content > :where(.wp-block-image + h5.wp-block-heading),
  .entry-content > :where(.wp-block-image + h6.wp-block-heading),
  .is-root-container > :where(.wp-block-image + h4.wp-block-heading),
  .is-root-container > :where(.wp-block-image + h5.wp-block-heading),
  .is-root-container > :where(.wp-block-image + h6.wp-block-heading) {
    margin-top: 43px;
  }
  .entry-content > :where(p),
  .is-root-container > :where(p) {
    margin-bottom: 0;
  }
  .wp-block-quote {
    padding-left: 33px;
  }
  .wp-block-quote:before {
    left: 0;
  }
  .entry-content > :where(.wp-block-quote),
  .is-root-container > :where(.wp-block-quote) {
    margin-bottom: 0;
  }
  .is-layout-constrained > :where(ul) {
    padding-left: 33px;
    list-style-type: "・  ";
  }
  .is-layout-constrained > :where(ul) > :where(li):not(:last-child) {
    margin-bottom: 5px;
  }
  .entry-content > :where(ul) {
    margin-bottom: 0;
  }
  .is-layout-constrained > :where(ol) {
    padding-left: 33px;
  }
  .is-layout-constrained > :where(ol) > :where(li):before {
    margin-right: 1.2em;
  }
  .is-layout-constrained > :where(ol) > :where(li):not(:last-child) {
    margin-bottom: 5px;
  }
  .entry-content > :where(ol),
  .is-root-container > :where(ol) {
    margin-bottom: 0;
  }
  .wp-block-table {
    margin-top: 43px;
    overflow-x: visible;
    overflow-x: initial;
  }
  .wp-block-table th,
  .wp-block-table td {
    white-space: normal;
    white-space: initial;
  }
  .wp-block-table.alignfull {
    padding-right: 60px;
    padding-left: 60px;
  }
  .entry-content > :where(.wp-block-table),
  .is-root-container > :where(.wp-block-table) {
    margin-bottom: 0;
  }
  .entry-content > :where(.wp-block-table):where(:not(.alignfull)),
  .is-root-container > :where(.wp-block-table):where(:not(.alignfull)) {
    margin-right: 0;
    padding-right: 0;
  }
  .wp-block-post-featured-image figcaption,
  .wp-block-image figcaption,
  .wp-block-gallery figcaption {
    margin-top: 10px;
  }
  .wp-block-post-featured-image.alignleft,
  .wp-block-image.alignleft,
  .wp-block-gallery.alignleft {
    margin-top: 0;
  }
  .wp-block-post-featured-image.alignfull,
  .wp-block-image.alignfull,
  .wp-block-gallery.alignfull {
    aspect-ratio: 1366/580;
  }
  .wp-block-post-featured-image.alignfull figcaption,
  .wp-block-image.alignfull figcaption,
  .wp-block-gallery.alignfull figcaption {
    display: grid;
    grid-template-columns: auto 50%;
    margin-bottom: -10px;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    grid-column-gap: 43px;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
    height: 0;
  }
  .wp-block-gallery:not(#any) {
    gap: 46px;
  }
  .wp-block-gallery:not(#any).is-layout-flex {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1/3;
  }
  .wp-block-gallery:not(#any).is-layout-flex figure.wp-block-image:not(#any) {
    grid-column: auto;
    height: auto;
  }
  .entry-content > :where(.wp-block-post-featured-image),
  .entry-content > :where(.wp-block-image),
  .entry-content > :where(.wp-block-gallery),
  .is-root-container > :where(.wp-block-post-featured-image),
  .is-root-container > :where(.wp-block-image),
  .is-root-container > :where(.wp-block-gallery) {
    margin-top: 43px;
    margin-bottom: 5px;
  }
  .entry-content > :where(.wp-block-post-featured-image):not([class*=align]),
  .entry-content > :where(.wp-block-image):not([class*=align]),
  .is-root-container > :where(.wp-block-post-featured-image):not([class*=align]),
  .is-root-container > :where(.wp-block-image):not([class*=align]) {
    grid-column: 1/2;
    height: 0;
    margin: 0;
  }
  .post-taxonomy {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding-top: 3px;
  }
  .entry-content > :where(.post-taxonomy),
  .is-root-container > :where(.post-taxonomy) {
    margin-bottom: 0;
  }
  .entry-content > :where(.wp-block-tag-cloud),
  .is-root-container > :where(.wp-block-tag-cloud) {
    margin-bottom: 0;
  }
  .entry-content > :where(.wp-block-buttons),
  .is-root-container > :where(.wp-block-buttons) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-buttons.alignfull > .wp-block-button {
    padding-right: 60px;
    padding-left: 60px;
  }
  .entry-content > :where(.wp-block-buttons.alignfull),
  .is-root-container > :where(.wp-block-buttons.alignfull) {
    margin-bottom: 38px;
  }
  .entry-content > :where(.wp-block-separator),
  .entry-content :where(.wp-block-group) > :where(.wp-block-separator),
  .is-root-container > :where(.wp-block-separator),
  .is-root-container :where(.wp-block-group) > :where(.wp-block-separator) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-social-links {
    margin-top: 82px;
    padding-bottom: 14px;
  }
  .wp-block-social-links:before {
    margin-right: 11px;
    line-height: 1.2222222222;
  }
  .wp-block-social-links > .wp-social-link > .wp-block-social-link-anchor > .wp-block-social-link-label {
    display: inline;
  }
  .entry-content > :where(.wp-block-query),
  .is-root-container > :where(.wp-block-query) {
    margin-top: 120px;
    margin-bottom: 0;
  }
  .entry-content > :where(.wp-block-query):last-child,
  .is-root-container > :where(.wp-block-query):last-child {
    margin-bottom: 20px;
  }
  .wp-block-post-template .wp-block-post-featured-image {
    margin-bottom: 14px;
  }
  .wp-block-post-template .taxonomy-category {
    margin-bottom: 11px;
    padding: 1px 12px 0;
  }
  .wp-block-post-template .wp-block-post-title {
    line-height: 1.2;
  }
  .wp-block-post-template .taxonomy-post_tag {
    row-gap: 13px;
  }
  .wp-block-query.alignfull {
    pointer-events: none;
  }
  .wp-block-query.alignfull > *:not(.wp-block-post-template) {
    pointer-events: all;
  }
  .wp-block-query.alignfull .wp-block-post-template {
    display: block;
  }
  .wp-block-query.alignfull .wp-block-post-template > * {
    width: calc(50% - 43px);
    margin-bottom: 120px;
    float: right;
    pointer-events: auto;
  }
  .wp-block-query.alignfull .wp-block-post-template > *:nth-child(even) {
    float: left;
  }
  .wp-block-query.alignfull .wp-block-post-template > *:nth-child(2) {
    margin-top: 230px;
  }
  .wp-block-query.alignfull .wp-block-post-template + * {
    clear: both;
  }
  .wp-block-query-pagination {
    margin-top: 0;
  }
  .layout-form {
    margin-top: 100px;
  }
  .layout-form .form-row {
    margin-bottom: 27px;
  }
  .layout-form .form-control {
    margin-top: 76px;
  }
  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1366px){
  .wp-page-service .entry-content {
    -webkit-column-gap: 205px;
       -moz-column-gap: 205px;
            column-gap: 205px;
  }
  .home-content > .fv .fv-content .logo {
    margin-bottom: -53px;
    margin-left: -57px;
  }
  .hide-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1365px){
  .show-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px){
  .show-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 374px){
  .show-mobile {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
