@charset "UTF-8";
body:not(.home) {
  background-color: #eee;
}

@media screen and (min-width: 1024px) {
  .l-header--sticky-overlay-colored-sm {
    width: 14.5833vw !important;
  }

  [data-header-layout=left] {
    margin-left: 14.5833vw !important;
    width: calc(100% - 14.5833vw);
  }
}
@media screen and (min-width: 1360px) {
  .l-footer .c-container,
.c-page-header .c-container,
.l-contents__container {
    padding-left: var(--_padding3);
    padding-right: var(--_padding3);
  }

  [data-has-sidebar=false] .c-entry__content > .alignfull {
    margin-left: calc(-1 * var(--_padding3));
    margin-right: calc(-1 * var(--_padding3));
  }

  .c-container {
    padding-left: var(--_padding3);
    padding-right: var(--_padding3);
  }
}
.anime-p-split {
  overflow: hidden;
}
.anime-p-split span:not(.sme-br) {
  display: inline-block;
  -webkit-transform: translate(20px, 100px);
          transform: translate(20px, 100px);
  opacity: 0;
}
.anime-p-split + .anime-p-split {
  margin-top: 0;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt-sm {
  margin-top: 1.5rem !important;
}

.mb-sm {
  margin-bottom: 1.5rem !important;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

br.lg {
  display: none;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  br.lg {
    display: inline;
  }

  br.sm {
    display: none;
  }

  .md-text-center {
    text-align: center;
  }
}
/*header START*/
.l-header--sticky-overlay-colored-sm {
  width: calc(100% - var(--_margin-2) - var(--_margin-2));
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.l-header--sticky-overlay-colored-sm .c-container {
  padding-left: var(--_padding-1);
  padding-right: var(--_padding-1);
}

@media not all and (min-width: 1024px) {
  [data-scrolled=true] .l-header--sticky-overlay-colored-sm {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.custom-logo-link {
  width: 193px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.23%;
}
.custom-logo-link img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: auto;
}
.custom-logo-link .logo-mark {
  width: 15.5854704%;
  height: auto;
}
.custom-logo-link .logo-type {
  width: 79.7497523%;
  height: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single .custom-logo-link .logo-type {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}

[data-scrolled=true] .custom-logo-link .logo-type {
  -webkit-filter: invert(0);
          filter: invert(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1024px) {
  .l-header--sticky-overlay-colored-sm {
    width: var(--body-margin-left);
    margin-left: 0;
    margin-right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .l-header--sticky-overlay-colored-sm .c-container {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-logo-link {
    width: 219px;
  }
  .custom-logo-link .logo-type {
    -webkit-filter: invert(0);
            filter: invert(0);
  }

  .l-header--left {
    border-right: 1px solid #eee;
  }
  .l-header--left .l-header__content {
    padding-bottom: 0;
  }
  .l-header--left .l-header__content .l-left-header, .l-header--left .l-header__content .c-container, .l-header--left .l-header__content .c-container > .c-row {
    height: 100%;
  }
  .l-header--left .l-header__content .c-container > .c-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-header--left .l-header__content .c-container > .c-row > .c-row__col {
    margin-bottom: 0;
  }
  .l-header--left .l-header__content .c-container > .c-row > .c-row__col:nth-child(1) {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .l-header--left .p-header-content {
    padding: 0;
  }
  .l-header--left .p-global-nav .c-navbar__item > a {
    padding: 0.8rem var(--_padding1);
  }
}
/*header END*/
/*page header START*/
.c-page-header[data-has-image=true] {
  height: min(53vw, 300px);
}

.c-page-header__bgimage::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color)), color-stop(rgba(0, 0, 0, 0.3)), to(var(--accent-color)));
  background-image: linear-gradient(var(--accent-color), rgba(0, 0, 0, 0.3), var(--accent-color));
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .c-page-header__title {
    font-size: 2.5rem;
  }
}
/*page header END*/
.l-footer {
  position: relative;
  background-color: var(--accent-color);
  border-top: none;
}
.l-footer * {
  color: #fff;
}
.l-footer .wp-block-heading::before, .l-footer .wp-block-heading::after {
  background: #fff !important;
}
.l-footer .c-copyright {
  background: #000 !important;
}

/*fv START*/
.fv {
  position: relative;
}
.fv.smb-section--full {
  min-height: calc(100vh - 86px);
}
.fv .smb-section-with-bgimage__bgimage {
  position: fixed;
}
.fv .smb-section-with-bgimage__bgimage::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.fv .smb-section__inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fv .smb-section__inner div {
  height: 100%;
}
.fv .icon-scroll {
  display: block;
  position: absolute;
  bottom: var(--_margin-1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  font-size: 14px;
  font-weight: 100;
}
.fv .icon-scroll span:not(.text) {
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: scrollDown 2s ease infinite;
          animation: scrollDown 2s ease infinite;
}
.fv .icon-scroll .text {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fv .icon-sound {
  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;
  position: absolute;
  bottom: var(--_margin-1);
  right: var(--_margin-1);
  font-size: 13px;
  font-weight: 100;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.fv .icon-sound .icon {
  width: 20px;
  height: 20px;
  background: url(./images/icon-sound.svg) no-repeat center center;
  background-size: contain;
  position: relative;
}
.fv .icon-sound .icon::before {
  content: "";
  width: 1px;
  height: 150%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fv .icon-sound.active {
  opacity: 1;
}
.fv .icon-sound.active .icon::before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .fv {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .fv.smb-section--full {
    min-height: 100vh;
  }
  .fv .icon-sound {
    right: 2.6041666vw;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .fv .icon-sound .icon {
    width: 30px;
    height: 30px;
  }
  .fv .icon-sound:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
/*fv END*/
/*top about START*/
.top-about {
  overflow: hidden;
}
.top-about .smb-section__inner, .top-about .c-container {
  position: static;
}
.top-about .company-photo {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.top-about .company-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* 下の要素の操作を妨げない */
  background: radial-gradient(ellipse at center, rgba(0, 30, 67, 0) 10%, #001e43 30%);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.top-about .company-photo.animated {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
}
.top-about .company-photo.animated::after {
  -webkit-transform: scale(200%);
          transform: scale(200%);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.top-about h2 {
  margin-top: -1.8vw;
}

/*top about END*/
/*top service START*/
@media screen and (max-width: 1023px) {
  .top-service {
    width: 100%;
  }
  .top-service .smb-section__inner, .top-service .c-container {
    position: static;
  }

  .service-block {
    margin-right: calc(var(--_container-margin-right) * -1) !important;
    margin-left: 0 !important;
    width: calc(100vw - var(--_container-margin-right)) !important;
    max-width: none;
  }
  .service-block .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    gap: 16px;
    /* カード間の余白（任意） */
    padding-bottom: 1rem;
    /* 下にスクロールバーが乗らないように */
    padding-right: calc(var(--_container-margin-right) + 10vw);
  }
  .service-block .c-row__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 280px !important;
    /* or 300px など。カードの幅を明示 */
    scroll-snap-align: start;
  }
}
.service-block .smb-items__item__figure {
  -webkit-mask-image: url("./images/image-mask.svg");
          mask-image: url("./images/image-mask.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.top-service .circle-company {
  top: 0;
  right: 10vw;
}
.top-service .smb-section__fixed-background {
  background-color: rgba(255, 255, 255, 0.9);
}
.top-service #particles-grey {
  height: 100vh;
  opacity: 0.5;
}
.top-service .elem-top, .top-service .elem-bottom {
  text-align: left !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.top-service .smb-section__inner, .top-service .c-container {
  position: static;
}
.top-service .smb-section__fixed-background {
  height: 150%;
}

/*top service END*/
/*top works START*/
.top-works .smb-section__inner, .top-works .c-container {
  position: static;
}
.top-works .elem-top, .top-works .elem-bottom {
  color: #000 !important;
  mix-blend-mode: screen;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-works .elem-top span, .top-works .elem-bottom span {
  color: #000 !important;
}

/*top works END*/
/*ve workflow START*/
@media screen and (max-width: 1023px) {
  .ve-work-flow {
    margin-right: calc(var(--_container-margin-left) * -1);
  }
  .ve-work-flow .c-row {
    padding-right: var(--_container-margin-left);
  }
  .ve-work-flow .c-row__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: unset;
  }
}
/*ve workflow END*/
/*header START*/
@media screen and (min-width: 1024px) {
  .home .l-header--left {
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .home .l-header--left .p-global-nav .c-navbar__item > a {
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .home .l-header--left .custom-logo-link .logo-type {
    -webkit-filter: invert(1);
            filter: invert(1);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  [data-scrolled=true] .home .l-header--left {
    background-color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  [data-scrolled=true] .home .l-header--left .p-global-nav .c-navbar__item > a {
    color: inherit;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  [data-scrolled=true] .home .l-header--left .custom-logo-link .logo-type {
    -webkit-filter: invert(0);
            filter: invert(0);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
/*header END*/
.page .l-contents__inner {
  padding-bottom: 0;
}
.page .l-article-bottom-widget-area {
  margin-top: 0;
}

.archive .l-contents__inner {
  padding-bottom: 0;
}

/*アウトレット一覧START*/
.post-type-archive-outlet .c-meta {
  display: none;
}

.c-entry-summary__figure[data-sales-statas="2"] {
  position: relative;
  -webkit-filter: saturate(25%);
          filter: saturate(25%);
}
.c-entry-summary__figure[data-sales-statas="2"]::after {
  content: "販売終了" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  padding: 0.5em 1em !important;
  font-size: min(3.2vw, 1.2em) !important;
  white-space: nowrap;
  border-radius: 4px !important;
  height: auto !important;
  width: auto !important;
}

@media screen and (min-width: 1024px) {
  .post-type-archive-outlet .c-entries__item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 25% !important;
            flex: 0 1 25% !important;
  }
}
/*アウトレット一覧END*/
@media screen and (max-width: 1023px) {
  .single .custom-logo-link .logo-type {
    -webkit-filter: invert(0) !important;
            filter: invert(0) !important;
  }

  [data-scrolled=false] .single .l-header--sticky-overlay-colored-sm .c-hamburger-btn__bar {
    background-color: var(--_color-text);
  }
  [data-scrolled=false] .single .c-hamburger-btn {
    color: var(--_color-text);
  }
}
.single .l-contents {
  padding-top: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .single .l-contents {
    padding-top: 1.5rem;
  }
}
.text-left {
  text-align: left !important;
}

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

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

.required, .any {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.5em;
  color: #fff;
  height: 20px;
  padding: 0 0.5em;
  border-radius: 2px;
  font-size: 13px;
}

.required {
  background: #d70035;
}

.any {
  background: #0073a8;
}

.sm {
  font-size: 0.75em;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1024px) {
  .lg-text-center {
    text-align: center;
  }

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

  .lg-text-right {
    text-align: right;
  }
}
h2.is-style-plain {
  font-size: min(7vw, 3rem);
  line-height: 1.3;
}

/*particles-grey START*/
#particles-grey {
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
#particles-grey:after {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f4), to(rgba(245, 245, 244, 0)));
  background: linear-gradient(to right, #f5f5f4, rgba(245, 245, 244, 0));
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#particles-grey canvas {
  display: block;
  height: 100%;
  width: 100%;
}

/*particles-grey END*/
/*hexagon canvas START*/
#hexagon-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
#hexagon-bg canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*hexagon canvas END*/
/*glass-bg START*/
.glass-bg-light {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.glass-bg-dark {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.glass-bg-dark * {
  color: #fff;
}

.glass-bg-sub-accent-color {
  background-color: rgba(var(--sub-accent-color), 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.glass-bg-sub-accent-color * {
  color: #fff;
}

.glass-bg-accent-color {
  background-color: rgba(var(--accent-color), 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.glass-bg-accent-color * {
  color: #fff;
}

/*glass-bg END*/
a {
  color: inherit;
  text-decoration: none;
}

a.disabled, .disabled > a {
  pointer-events: none;
}

.mask-image, .news-outlet .c-entry-summary__figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
}
.mask-image > img, .news-outlet .c-entry-summary__figure > img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mask-image > .c-entry-summary__term, .news-outlet .c-entry-summary__figure > .c-entry-summary__term {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mask-image::after, .news-outlet .c-entry-summary__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--sub-accent-color)), to(#0042bc));
  background-image: linear-gradient(to right, var(--sub-accent-color), #0042bc);
  z-index: 2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  -webkit-transform: translateX(var(--mask-x, -101%));
          transform: translateX(var(--mask-x, -101%));
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.news-outlet .c-entry-summary__figure {
  aspect-ratio: 4/3;
}
.news-outlet .c-entry-summary__figure::before {
  content: none;
}

.media-block-style01 {
  height: 18.75vw;
  min-height: 170px;
}
.media-block-style01 > .wp-block-image:nth-child(1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.media-block-style01 > .wp-block-image:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.parallax-image {
  overflow: hidden;
}

.shape-mask {
  -webkit-mask-image: url("./images/image-mask.svg");
          mask-image: url("./images/image-mask.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #ecf6fb;
}

/*company table START*/
.wp-block-table.tbl-company table th, .wp-block-table.tbl-company table td {
  border: none;
}
.wp-block-table.tbl-company table th {
  width: 30%;
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .wp-block-table.tbl-company table th, .wp-block-table.tbl-company table td {
    padding: var(--_padding-1) var(--_padding1);
  }
  .wp-block-table.tbl-company table th {
    width: 30%;
    font-weight: normal;
    text-align: left;
  }
}
/*company table END*/
/*contact table START*/
.table-contact-wrap > :where(:not(:last-child)) {
  margin-bottom: calc(var(--_margin1) * var(--_margin-bottom));
}
.table-contact-wrap > :where(:not(:first-child)) {
  margin-top: calc(var(--_margin1) * var(--_margin-top));
}

table.contact th, table.contact td {
  display: block;
}
table.contact th {
  text-align: left;
  font-weight: normal;
  margin-bottom: 0.25em;
}
table.contact td {
  margin-bottom: 1em;
}
table.contact .required, table.contact .any {
  float: right;
}

@media screen and (min-width: 768px) {
  .table-contact-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.5rem;
    padding: var(--_padding2);
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }

  table.contact {
    border-collapse: collapse;
  }
  table.contact th, table.contact td {
    display: table-cell;
    margin: 0;
  }
  table.contact th {
    padding: 0.5em 1em;
  }
  table.contact td {
    padding: 0.5em 1em;
  }
}
/*contact table END*/
.c-meta__item--author {
  display: none;
}

@media screen and (min-width: 1024px) {
  .news-outlet .c-entries {
    --entries--item-width: 25%;
  }
}
.smb-section .elem-top, .smb-section .elem-bottom {
  position: absolute;
  font-size: min(20vw, 80px);
  white-space: nowrap;
  line-height: 0.8;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: var(--accent-color);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  opacity: 0.2;
}
.smb-section .elem-top {
  top: 0;
}
.smb-section .elem-bottom {
  bottom: 0;
}
.smb-section .section-en-elem {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(18vw, 80px);
  white-space: nowrap;
  line-height: 0.8;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-shadow: -1px -1px 0 var(--sub-accent-color), 1px -1px 0 var(--sub-accent-color), -1px 1px 0 var(--sub-accent-color), 1px 1px 0 var(--sub-accent-color);
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
.smb-section .section-en-elem-white {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(18vw, 80px);
  white-space: nowrap;
  line-height: 0.8;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  opacity: 0.5;
  mix-blend-mode: screen;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .smb-section .elem-top, .smb-section .elem-bottom {
    font-size: max(80px, 9.375vw);
  }
  .smb-section .section-en-elem, .smb-section .section-en-elem-white {
    font-size: max(80px, 6.25vw);
  }

  .horizontal-scroll .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .pin-spacer {
    margin-top: 0 !important;
  }
}
.parallax-image img, .smb-section-with-bgimage__bgimage img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.circle-company {
  position: absolute;
  top: calc(var(--_padding3) * -1);
  width: 160px !important;
  height: 160px !important;
  right: 0;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
  margin: 0;
}
.circle-company img {
  width: 160px !important;
  height: 160px !important;
}

@media screen and (min-width: 1024px) {
  .circle-company {
    z-index: 1;
    right: 0;
    width: 250px !important;
    height: 250px !important;
  }
  .circle-company img {
    max-width: 100%;
    height: auto;
    width: 250px !important;
    height: 250px !important;
  }
}
.wp-block-separator {
  border-width: 1PX;
}

.l-article-bottom-widget-area {
  margin-left: calc(var(--_padding1) * -1);
  width: calc(100% + var(--_padding1) * 2);
  max-width: none;
}

@media screen and (min-width: 1360px) {
  .l-article-bottom-widget-area {
    margin-left: calc(var(--_padding3) * -1);
    width: calc(100% + var(--_padding3) * 2);
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .sm-horizontal-scroll-container .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    /* 下にスクロールバーが乗らないように */
  }
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
  width: 100%;
  font-size: 16px;
  padding: calc(var(--_space, 1.8rem) * 0.5) calc(var(--_space, 1.8rem) * 0.5);
  border-radius: 4px;
}
.wpcf7-form .wpcf7-text:focus, .wpcf7-form .wpcf7-text:hover, .wpcf7-form .wpcf7-textarea:focus, .wpcf7-form .wpcf7-textarea:hover {
  border-color: #866629;
}
.wpcf7-form .wpcf7-select {
  padding: calc(var(--_space, 1.8rem) * 0.5) calc(var(--_space, 1.8rem) * 0.5);
  border-radius: 4px;
}
.wpcf7-form .wpcf7-select:focus, .wpcf7-form .wpcf7-select:hover {
  border-color: #866629;
}
.wpcf7-form .wpcf7-select option {
  color: #ccc;
  background-color: transparent;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin-top: 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .wpcf7-submit {
  border-radius: 0;
}
.wpcf7-form .wpcf7-submit:disabled {
  background: #666;
  color: #aaa;
}
.wpcf7-form .wpcf7-response-output {
  padding: 1em 1.5em !important;
  background: #fff;
  color: #333;
}

.menu-item-outlet {
  background-color: var(--sub-accent-color) !important;
}

.sm-nav-menu-item-highlight > a > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sm-nav-menu-item-highlight > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .menu-item-service > .c-navbar__submenu {
    -webkit-transform: translateY(-25%) !important;
            transform: translateY(-25%) !important;
  }

  .snow-monkey-mega-menu > .c-navbar__submenu {
    background-color: #000 !important;
  }
  .snow-monkey-mega-menu > .c-navbar__submenu::before {
    background-color: #000 !important;
  }

  .l-header--left .p-global-nav .c-navbar__item[aria-haspopup=true]:before {
    border-right-color: #000 !important;
  }
}
@media screen and (min-width: 1360px) {
  .menu-item-service > .c-navbar__submenu {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .menu-item-service > .c-navbar__submenu > .menu-item {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 16.66% !important;
            flex: 1 1 16.66% !important;
    max-width: 16.66% !important;
  }
}