@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

p,
a,
li {
  font-weight: 400;
}

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

.pt_10 {
  padding-top: 10px !important;
}

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

.pb_10 {
  padding-bottom: 10px !important;
}

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

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

.mr_0 {
  margin-right: 0 !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.inline_b {
  display: inline-block;
}

.smb-panels__item__action > a:focus:after {
  outline: none;
  outline-offset: 0px;
}

.tate {
  writing-mode: vertical-rl;
}

svg.svg-inline--fa {
  margin: 0 4px 0 0 !important;
}

#page-top svg.svg-inline--fa {
  margin: 0 !important;
}

a:hover, a:active, a:focus {
  text-decoration: none !important;
}

.smb-panels.smb-panels--glue,
.smb-panels__item.smb-panels__item--free {
  box-shadow: none;
}

.archive .l-contents__inner:last-child,
.blog .l-contents__inner:last-child,
body.blog-template-default.single.single-blog .l-contents__inner:last-child,
body.error404 .l-contents__body .l-contents__inner:last-child {
  padding-bottom: var(--_padding2);
}

/* 筆者消す */
.c-meta__item--author {
  display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }
  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .wp-block-snow-monkey-blocks-buttons {
    justify-content: center;
  }
}

table td a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.l-footer p a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  font-weight: 600;
}

.single-works .l-contents,
.single-post .l-contents {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 639px) {
  .smb-section__inner > .c-container {
    padding: 0 3% !important;
  }
}

.lato {
  font-family: "Lato", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.h_box .h_text {
  font-size: clamp(41px, 29.7619047619px + 3.5119047619vw, 100px);
  margin: 0 !important;
  font-weight: 900;
  background: linear-gradient(0deg, #002072, #7735AA);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.h_box .h_text::before {
  content: "";
  display: block;
  background-image: url(./img/dot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 30vw;
  max-width: 180px;
  min-width: 100px;
  position: absolute;
  top: 10%;
  left: 3%;
  translate: -50% -50%;
  opacity: 0.5;
}
.h_box .h_text.center {
  margin: 0 auto !important;
}
.h_box .h_text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: calc(var(--i) * 0.05s);
  /* グラデーション文字を継承 */
  background: linear-gradient(0deg, #002072, #7735AA);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_box .h_text.animate-in span {
  opacity: 1;
  transform: translateY(0);
}
.h_box .h_sub_text {
  font-size: clamp(18px, 15.7142857143px + 0.7142857143vw, 30px);
  margin: -8px 0 0 !important;
  font-weight: 600;
}
.h_box .h_sub_text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin: 0 8px 0 0;
  border: 3px solid #7735AA;
}

.copy {
  font-size: clamp(24px, 19.4285714286px + 1.4285714286vw, 48px);
}

.h_text_3 {
  font-size: clamp(20px, 18.4761904762px + 0.4761904762vw, 28px);
  font-weight: 700;
}

@media screen and (max-width: 781px) {
  .smb-buttons {
    justify-content: center !important;
  }
}

a.smb-btn {
  width: 280px;
  height: 70px;
  display: grid;
  background-color: #fff;
  place-items: center;
  border: 2px solid #0C1939;
  border-radius: 50px;
  color: #0C1939 !important;
  position: relative;
  transition: 0.5s;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  a.smb-btn {
    width: 260px;
    height: 60px;
    font-size: 0.94em;
  }
}
a.smb-btn::before {
  content: "";
  aspect-ratio: 19/8;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(210deg) brightness(106%) contrast(94%);
  transition: 0.5s;
  z-index: 5;
  right: 27px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 639px) {
  a.smb-btn::before {
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(409%) hue-rotate(252deg) brightness(116%) contrast(100%);
    right: 21px;
  }
}
a.smb-btn::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #EBE4F1;
  border-radius: 50px;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  border: 2px solid #0C1939;
  transition: 0.5s;
}
@media screen and (max-width: 639px) {
  a.smb-btn::after {
    background-color: #7735AA;
    border: 2px solid #7735AA;
    right: 10px;
  }
}
a.smb-btn span.smb-btn__label {
  margin: 0 24px 0 -16px !important;
}
a.smb-btn:hover {
  background-color: #EBE4F1;
  filter: none !important;
}
a.smb-btn:hover::before {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(409%) hue-rotate(252deg) brightness(116%) contrast(100%);
  rotate: -45deg;
}
a.smb-btn:hover::after {
  background-color: #7735AA;
  border: 2px solid #7735AA;
}

.l-header__content {
  transition: 0.5s;
}
.l-header__content.bg_blur {
  background: rgba(12, 25, 57, 0.3019607843);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.l-header__content #menu-g_nav .menu-item a {
  text-shadow: 0 0 4px rgba(12, 25, 57, 0.5294117647);
}
.l-header__content #menu-g_nav .header_cta.contact a {
  background-color: #002072;
  margin: 8px 0;
  border-radius: 50px;
  padding: 16px 24px;
  transition: 0.5s;
}
.l-header__content #menu-g_nav .header_cta.contact a:hover {
  background-color: #7735AA;
}
.l-header__content #menu-g_nav .header_cta.contact a:hover svg.svg-inline--fa.fa-envelope {
  color: #7735AA;
}
.l-header__content #menu-g_nav .header_cta.contact a::after {
  display: none;
}
.l-header__content #menu-g_nav .header_cta.contact a svg.svg-inline--fa.fa-envelope {
  background-color: #fff;
  padding: 6px;
  border-radius: 20px;
  color: #002072;
  transition: 0.5s;
}

.p-global-nav--hover-extend-underline .c-navbar__item > a:after {
  height: 2px;
}

.p-global-nav--current-underline .c-navbar__item[data-active-menu] > a:after {
  height: 2px;
}

footer.l-footer {
  padding-top: 200px;
  background-color: #0C1939;
  color: #fff;
}
footer.l-footer .menu-footer1-container #menu-footer1 {
  display: flex;
  border-top: 1px solid #fff;
  padding: 8px;
  gap: 48px;
  margin: 56px 0 0 0;
}
@media screen and (max-width: 1023px) {
  footer.l-footer .menu-footer1-container #menu-footer1 {
    display: grid;
    gap: 8px;
    margin: 56px 0 0 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 781px) {
  footer.l-footer .menu-footer1-container #menu-footer1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  footer.l-footer .menu-footer1-container #menu-footer1 {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #fff;
  }
}
footer.l-footer .menu-footer1-container #menu-footer1 li {
  margin-top: 0 !important;
}
footer.l-footer .menu-footer1-container #menu-footer1 li a {
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}
@media screen and (max-width: 639px) {
  footer.l-footer .menu-footer1-container #menu-footer1 li a {
    font-size: 15px;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  footer.l-footer .menu-footer1-container #menu-footer1 li a {
    font-size: 15px;
  }
}
footer.l-footer .menu-footer1-container #menu-footer1 li a:hover {
  opacity: 0.4;
}
footer.l-footer .l-footer__footer {
  background-color: transparent;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.single.single-works footer.l-footer,
.single.single-post footer.l-footer {
  padding-top: 50px;
}

#page-top {
  bottom: 8px;
  right: 8px;
  border-radius: 50px;
  padding: 24px;
}

.c-page-header {
  padding-top: 150px;
  padding-bottom: 42px;
  background: linear-gradient(180deg, rgba(119, 53, 170, 0.5019607843), #EBE4F1);
  overflow: hidden;
  position: relative;
}
.c-page-header::before {
  content: "";
  display: block;
  width: 30%;
  min-width: 300px;
  aspect-ratio: 1/1;
  background-image: url(./img/dot_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5%;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.5;
}
.c-page-header .c-page-header__bgimage img {
  display: none;
}
.c-page-header .c-page-header__title {
  font-size: clamp(24px, 19.4285714286px + 1.4285714286vw, 48px);
  color: #0C1939;
}
.c-page-header[data-has-image=true] {
  height: 300px;
}

.p-breadcrumbs-wrapper {
  padding: 0 !important;
}
.p-breadcrumbs-wrapper .c-breadcrumbs {
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.4705882353);
  border-radius: 30px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid #EBE4F1;
  margin-top: -24px;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-table table tbody tr > *:first-child {
  border-bottom: 2px solid #7735AA;
  text-align: center;
  color: #7735AA;
  font-weight: 800;
  width: 30%;
  min-width: 116px;
  padding: 24px 16px;
}
.wp-block-table table tbody tr > *:last-child {
  border-bottom: 2px solid #EBE4F1;
  padding: 24px 16px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

#drawer-nav.c-drawer {
  background: rgba(12, 25, 57, 0.7450980392);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  margin: 8px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
#drawer-nav #menu-sp_nav {
  display: grid;
  gap: 16px;
  padding: 24px 0;
}
#drawer-nav #menu-sp_nav li a {
  font-weight: 500;
}
#drawer-nav .sp_cta {
  background: #EBE4F1;
  color: #0C1939;
  text-align: center;
  border-radius: 50px;
  padding: 16px;
  border: 2px solid #0C1939;
}
#drawer-nav .sp_cta svg {
  font-size: 0.88em;
}

.c-hamburger-btn .c-hamburger-btn__bars {
  width: 32px;
}
.c-hamburger-btn .c-hamburger-btn__bars .c-hamburger-btn__bar {
  height: 2px;
  border-radius: 20px;
}
.c-hamburger-btn .c-hamburger-btn__label {
  display: none;
}

#mv {
  height: 100vh;
  position: relative;
  /* スクロールダウンの位置 */
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */
}
#mv .fv_logo {
  width: 30%;
  max-width: 250px;
  min-width: 140px;
}
#mv .fv_logo img {
  margin: 0 0 0 8px;
}
@media (orientation: landscape) and (max-width: 1024px) {
  #mv {
    height: 200vh;
  }
}
#mv .smb-section__body.is-layout-constrained.wp-block-section-with-bgimage-is-layout-constrained {
  height: 100vh;
  display: grid;
  place-items: center;
}
@media (orientation: landscape) and (max-width: 1024px) {
  #mv .smb-section__body.is-layout-constrained.wp-block-section-with-bgimage-is-layout-constrained {
    height: 200vh;
  }
}
#mv .smb-section__body.is-layout-constrained.wp-block-section-with-bgimage-is-layout-constrained .wp-block-snow-monkey-blocks-buttons.smb-buttons.is-content-justification-right.is-layout-flex.wp-container-snow-monkey-blocks-buttons-is-layout-d445cf74.wp-block-buttons-is-layout-flex {
  position: absolute;
  right: 16px;
  bottom: 5%;
}
#mv a.smb-btn {
  background-color: rgba(235, 228, 241, 0.6196078431) !important;
  border: 2px solid #7735AA;
  color: #7735AA !important;
}
#mv a.smb-btn::after {
  background-color: transparent;
  border: 2px solid #7735AA;
}
#mv a.smb-btn::before {
  filter: brightness(0) saturate(100%) invert(27%) sepia(38%) saturate(3481%) hue-rotate(257deg) brightness(81%) contrast(91%);
}
#mv a.smb-btn:hover {
  background-color: #EBE4F1 !important;
  filter: none !important;
}
#mv a.smb-btn:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(272deg) brightness(101%) contrast(99%);
  rotate: -45deg;
}
#mv a.smb-btn:hover::after {
  background-color: #7735AA;
  border: 2px solid #7735AA;
}
#mv .scroll {
  position: absolute;
  left: 16px;
  top: 50%;
  translate: 0 -150%;
  writing-mode: vertical-rl;
  color: #fff;
}
#mv .scroll::before {
  animation: scroll 2s infinite;
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
#mv .scroll::after {
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#service {
  position: relative;
}
#service::before {
  content: "";
  display: block;
  background-image: url(./img/dot_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40vw;
  min-width: 400px;
  position: absolute;
  top: 16px;
  right: 3%;
  translate: 50% 0;
  opacity: 0.5;
  z-index: 1;
}
#service .p_rel_10 {
  position: relative;
  z-index: 10;
}
#service .p_rel_10 .service_btn_box {
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 781px) {
  #service .p_rel_10 .service_btn_box {
    grid-template-columns: initial;
  }
}
#service .p_rel_10 .service_btn_box .service_btn {
  border-radius: 8px;
  padding: 1.2em 1.6em;
  color: #fff;
  text-shadow: 2px 2px 10px #0C1939;
  overflow: hidden;
  min-height: 260px;
  position: relative;
  transition: 0.5s;
}
#service .p_rel_10 .service_btn_box .service_btn:hover::before {
  background-color: #fff;
  scale: 1.15;
}
#service .p_rel_10 .service_btn_box .service_btn:hover::after {
  rotate: -45deg;
  scale: 1.15;
  filter: brightness(100%) contrast(103%);
}
#service .p_rel_10 .service_btn_box .service_btn:hover .smb-box__background {
  scale: 1.07;
}
#service .p_rel_10 .service_btn_box .service_btn:hover p.lato {
  background-color: #fff;
  color: #0C1939;
}
#service .p_rel_10 .service_btn_box .service_btn::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  translate: -50% -50%;
  border: 1px solid #fff;
  transition: 0.5s;
  z-index: 5;
}
#service .p_rel_10 .service_btn_box .service_btn::after {
  content: "";
  aspect-ratio: 19/8;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(74deg) brightness(96%) contrast(105%);
  transition: 0.5s;
  z-index: 5;
  right: 23px;
  bottom: 34px;
  translate: -50% -50%;
}
#service .p_rel_10 .service_btn_box .service_btn p.lato {
  width: 110px;
  margin: 8px 0 !important;
  padding: 0 8px;
  border: 0.04em solid #fff;
  border-radius: 20px;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
#service .p_rel_10 .service_btn_box .service_btn .smb-box__background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}
#service .p_rel_10 .service_btn_box .service_btn .smb-box__background::before {
  content: "";
  background-color: #0C1939;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}
#service .p_rel_10 .service_btn_box .service_btn.s_maintenance .smb-box__background {
  background-image: url(./img/cubicle_01.jpg);
}
#service .p_rel_10 .service_btn_box .service_btn.s_equipment_testing .smb-box__background {
  background-image: url(./img/switchboard_09.jpg);
}
#service .p_rel_10 .service_btn_box .service_btn.s_replacement_work .smb-box__background {
  background-image: url(./img/cubicle_02.jpg);
}
#service .p_rel_10 .service_btn_box .service_btn.s_completion_test .smb-box__background {
  background-image: url(./img/switchboard_04.jpg);
}
#service .p_rel_10 .service_btn_box .service_btn .smb-box__body {
  margin-bottom: 64px;
}

#works {
  overflow: hidden;
  position: relative;
}
#works::before {
  content: "";
  display: block;
  background-image: url(./img/dot_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40vw;
  min-width: 400px;
  position: absolute;
  bottom: 0;
  left: 3%;
  translate: -50% 40%;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  #works .wp-block-snow-monkey-blocks-container.smb-container.c-container {
    padding: 0;
  }
}
#works .h_box,
#works .btn_box {
  max-width: 1360px;
}
#works .spider {
  margin-left: calc(15vw - var(--_container-margin-left));
}
@media screen and (max-width: 1360px) {
  #works .spider {
    margin-left: var(--_container-margin-left);
  }
}
@media screen and (max-width: 639px) {
  #works .spider {
    margin-left: 0;
  }
}
#works .spider .spider__canvas .spider__slide {
  max-width: calc(40% - var(--entries--carousel--gap) / 1.5);
  margin: 0 1.5% 0 0;
}
@media screen and (max-width: 1023px) {
  #works .spider .spider__canvas .spider__slide {
    max-width: calc(70% - var(--entries--carousel--gap) / 1.5);
  }
}
@media screen and (max-width: 639px) {
  #works .spider .spider__canvas .spider__slide {
    max-width: 100%;
    margin: 0;
  }
}
#works .spider .spider__canvas .spider__slide a {
  transition: 0.5s;
}
#works .spider .spider__canvas .spider__slide a:hover .c-entry-summary__figure img {
  scale: 1.05;
}
#works .spider .spider__canvas .spider__slide a:hover .c-entry-summary__title::before {
  rotate: -45deg;
}
#works .spider .spider__canvas .spider__slide a:hover .c-entry-summary__title::after {
  border: 2px solid #000;
}
#works .spider .spider__canvas .spider__slide a .c-entry-summary__figure {
  aspect-ratio: 3/2;
  margin-bottom: 16px;
  border-radius: 8px;
}
#works .spider .spider__canvas .spider__slide a .c-entry-summary__figure img {
  transition: 0.5s;
}
#works .spider .spider__canvas .spider__slide a .c-entry-summary__title {
  position: relative;
  padding-right: 36px;
}
#works .spider .spider__canvas .spider__slide a .c-entry-summary__title::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(210deg) brightness(106%) contrast(94%);
  transition: 0.5s;
  z-index: 5;
  right: 8px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.5;
}
#works .spider .spider__canvas .spider__slide a .c-entry-summary__title::after {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: 0.5s;
  opacity: 0.4;
}
#works .spider .spider__arrow {
  border: 2px solid #0C1939;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  #works .spider .spider__arrow[data-direction=prev] {
    right: 64px;
    left: initial;
  }
}
#works .spider .spider__arrow[data-direction=prev]:before {
  border-bottom: 2px solid #0C1939;
  border-left: 2px solid #0C1939;
  left: 52% !important;
  translate: -50% 0;
}
#works .spider .spider__arrow[data-direction=next] {
  left: 64px;
}
@media screen and (max-width: 639px) {
  #works .spider .spider__arrow[data-direction=next] {
    right: 0;
    left: initial;
  }
}
#works .spider .spider__arrow[data-direction=next]:before {
  border-top: 2px solid #0C1939;
  border-right: 2px solid #0C1939;
  right: 52% !important;
  translate: 50% 0;
}
#works .spider > .spider__arrow {
  top: initial !important;
  bottom: -64px !important;
}
@media screen and (max-width: 639px) {
  #works .spider > .spider__arrow {
    top: -64px !important;
    bottom: initial !important;
  }
}
#works .c-entries-carousel .spider__dots {
  margin-top: 24px !important;
}

#features .num {
  border: 1px solid #7735AA;
  color: #7735AA;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 8px;
  border-radius: 50px;
}
#features .h_text_3 {
  position: relative;
  padding: 0 0 8px 0;
  width: 100%;
}
#features .h_text_3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-image: linear-gradient(to left, #7735AA 0%, #002072 100%);
}
#features figure {
  height: 100%;
}
#features figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 781px) {
  #features .feature_01 {
    gap: 24px;
  }
}
@media screen and (max-width: 781px) {
  #features .feature_02 {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media screen and (max-width: 781px) {
  #features .feature_03 {
    gap: 24px;
  }
}

#area {
  position: relative;
  min-height: 780px;
}
@media screen and (max-width: 639px) {
  #area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
#area::before {
  content: "";
  display: block;
  background-image: url(./img/dot_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40vw;
  min-width: 400px;
  position: absolute;
  bottom: 5%;
  right: 3%;
  translate: 50% 50%;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #area::before {
    bottom: 10%;
  }
}
#area figure.map {
  max-width: 840px;
  width: 90%;
  opacity: 0.2;
  position: absolute;
  top: 65%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  #area figure.map {
    top: 45%;
  }
}
@media screen and (max-width: 639px) {
  #area .area_name_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }
}
#area .area_name_box .h_text_3 {
  text-align: center;
}
@media screen and (max-width: 639px) {
  #area .area_name_box .h_text_3 {
    width: 43vw;
  }
}

#message figure.message_img {
  height: 100%;
}
#message figure.message_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#loop {
  height: 200px;
  width: 100vw;
}
#loop .loop_box {
  height: 100%;
  width: 100%;
  margin: 0 !important;
}
#loop .loop_box ul.loop_img_box {
  display: flex;
  padding: 0 !important;
  animation: slideLoop 30s linear infinite;
  gap: 16px;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
#loop .loop_box ul.loop_img_box li.slide_img {
  width: 300px;
  height: 200px;
  list-style: none;
  flex-shrink: 0;
}
#loop .loop_box ul.loop_img_box li.slide_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

@keyframes slideLoop {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-1580px);
  }
}
#news .news_grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 781px) {
  #news .news_grid_box {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100px 1fr 70px;
  }
}
#news .news_grid_box .h_box {
  grid-area: 1/1/2/2;
  width: 100%;
}
@media screen and (max-width: 781px) {
  #news .news_grid_box .h_box {
    grid-area: 1/1/2/4;
  }
}
#news .news_grid_box .wp-block-snow-monkey-blocks-buttons.smb-buttons {
  grid-area: 2/1/3/2;
  place-items: flex-start;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 781px) {
  #news .news_grid_box .wp-block-snow-monkey-blocks-buttons.smb-buttons {
    margin-top: 16px;
    grid-area: 3/2/4/3;
  }
}
#news .news_grid_box .smb-recent-posts {
  grid-area: 1/2/3/4;
  width: 100%;
}
@media screen and (max-width: 781px) {
  #news .news_grid_box .smb-recent-posts {
    grid-area: 2/1/3/4;
  }
}
#news .snow-monkey-posts ul.c-entries li.c-entries__item a {
  padding-bottom: 32px;
  padding-top: 32px;
  padding-right: 56px;
  padding-left: 16px;
  position: relative;
  transition: 0.5s;
}
#news .snow-monkey-posts ul.c-entries li.c-entries__item a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #EBE4F1;
  border-radius: 50px;
  position: absolute;
  right: 16px;
  bottom: 50%;
  translate: 0 50%;
  border: 1px solid transparent;
  transition: 0.5s;
  z-index: 5;
}
#news .snow-monkey-posts ul.c-entries li.c-entries__item a::after {
  content: "";
  aspect-ratio: 19/8;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(74deg) brightness(96%) contrast(105%);
  transition: 0.5s;
  z-index: 5;
  right: 24px;
  bottom: 50%;
  translate: 0 50%;
}
#news .snow-monkey-posts ul.c-entries li.c-entries__item a:hover {
  background-color: #EBE4F1;
}
#news .snow-monkey-posts ul.c-entries li.c-entries__item a:hover::before {
  background-color: #7735AA;
}
#news .snow-monkey-posts ul.c-entries li.c-entries__item a:hover::after {
  rotate: -45deg;
}

#joinus {
  position: relative;
}
#joinus::before {
  content: "";
  display: block;
  background-image: url(./img/dot_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 40vw;
  min-width: 400px;
  position: absolute;
  bottom: 5%;
  left: 0;
  translate: -50% 50%;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #joinus .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex {
    flex-direction: column;
  }
}
#joinus .min_w {
  min-width: 300px;
}
#joinus .c-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  #joinus .c-container .has-sm-l-font-size {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 639px) {
  #joinus .partner {
    padding: 6.5%;
  }
}
#joinus .partner figure.handshake {
  width: 20%;
  min-width: 150px;
}
#joinus .partner .text_box {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
@media screen and (max-width: 639px) {
  #joinus .partner .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-fc054d2d.wp-block-group-is-layout-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  #joinus .staff {
    padding: 6.5%;
  }
}
#joinus .staff .staff_img {
  width: 20%;
  min-width: 150px;
}
#joinus .staff .text_box {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
@media screen and (max-width: 639px) {
  #joinus .staff .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-fc054d2d.wp-block-group-is-layout-flex {
    flex-direction: column;
  }
}

#cta .cta_box {
  border-radius: 8px;
  margin-bottom: -150px;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  #cta .cta_box {
    padding: 10% 5% !important;
  }
}
@media screen and (max-width: 1023px) {
  #cta .cta_box .cta_text_box {
    flex-direction: column;
    align-items: flex-start;
  }
  #cta .cta_box .cta_text_box p.has-text-align-right {
    text-align: left;
  }
}
#cta .cta_box .cta_text_box .h_box {
  min-width: 335px;
}
#cta .cta_box .cta_text_box .h_box .h_text {
  line-height: 1;
  padding-bottom: 8px;
}
#cta .cta_box .cta_text_box .h_box .h_text::before {
  display: none;
}
#cta .cta_box .cta_text_box .h_box .h_text span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cta .cta_box .cta_text_box .h_box .h_sub_text::before {
  border-color: #fff;
}
#cta .cta_box .tel_mail_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 781px) {
  #cta .cta_box .tel_mail_box {
    grid-template-columns: 1fr;
  }
}
#cta .cta_box .tel_mail_box .cta_h_text {
  font-size: clamp(18px, 17.3333333333px + 0.2083333333vw, 21.5px);
}
#cta .cta_box .tel_mail_box .smb-btn-wrapper {
  width: 100%;
}
#cta .cta_box .tel_mail_box .smb-btn-wrapper a.smb-btn {
  width: 100%;
  height: 85px;
  font-size: clamp(15px, 13.2857142857px + 0.5357142857vw, 24px);
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  #cta .cta_box .tel_mail_box .smb-btn-wrapper a.smb-btn {
    height: 70px;
  }
}
#cta .cta_box .tel_mail_box .smb-btn-wrapper a.smb-btn svg.svg-inline--fa {
  font-size: 0.83em;
  margin-right: 8px !important;
}
#cta .cta_box .tel_mail_box .tel_btn a.smb-btn {
  font-weight: 700;
  font-size: clamp(16px, 13.7142857143px + 0.7142857143vw, 28px);
}
#cta .cta_box .tel_mail_box .tel_btn a.smb-btn svg.svg-inline--fa {
  font-size: 0.83em;
}

#company {
  position: relative;
}
#company::before {
  content: "";
  background-image: url(./img/dot_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  aspect-ratio: 1/1;
  width: 40%;
  min-width: 500px;
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  translate: -50% 0;
}
#company::after {
  content: "";
  background-image: url(./img/dot_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  aspect-ratio: 1/1;
  width: 40%;
  min-width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
  translate: 50% 0;
}
@media screen and (max-width: 639px) {
  #company .page_btn_box {
    flex-direction: column;
  }
}
#company .page_btn_box .service_btn,
#company .page_btn_box .works_btn {
  color: #fff;
  position: relative;
  padding: 1.2em 1.6em;
  border-radius: 8px;
  text-shadow: 2px 2px 10px #0C1939;
  overflow: hidden;
  min-height: 168px;
}
@media screen and (max-width: 639px) {
  #company .page_btn_box .service_btn,
  #company .page_btn_box .works_btn {
    width: 100%;
  }
}
#company .page_btn_box .service_btn::before,
#company .page_btn_box .works_btn::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  translate: -50% -50%;
  border: 1px solid #fff;
  transition: 0.5s;
  z-index: 5;
}
#company .page_btn_box .service_btn::after,
#company .page_btn_box .works_btn::after {
  content: "";
  aspect-ratio: 19/8;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(0%) hue-rotate(88deg) brightness(106%) contrast(101%);
  transition: 0.5s;
  z-index: 5;
  right: 23px;
  bottom: 34px;
  translate: -50% -50%;
}
#company .page_btn_box .service_btn:hover .smb-box__background,
#company .page_btn_box .works_btn:hover .smb-box__background {
  scale: 1.05;
}
#company .page_btn_box .service_btn:hover::before,
#company .page_btn_box .works_btn:hover::before {
  background-color: #fff;
}
#company .page_btn_box .service_btn:hover::after,
#company .page_btn_box .works_btn:hover::after {
  filter: brightness(0);
  rotate: -45deg;
}
#company .page_btn_box .service_btn .smb-box__background,
#company .page_btn_box .works_btn .smb-box__background {
  background-image: url(./img/switchboard_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}
#company .page_btn_box .service_btn .smb-box__background::before,
#company .page_btn_box .works_btn .smb-box__background::before {
  content: "";
  background-color: #0C1939;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.75;
}
#company .service_btn .smb-box__background {
  background-image: url(./img/switchboard_08.jpg) !important;
}

.archive.post-type-archive .p-archive .c-entries .c-entries__item a {
  transition: 0.5s;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a .c-entry-summary__figure {
  margin-bottom: 16px !important;
  background-color: transparent !important;
  border-radius: 8px;
  overflow: hidden;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a .c-entry-summary__figure img {
  transition: 0.5s;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
  padding-right: 40px;
  position: relative;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(210deg) brightness(106%) contrast(94%);
  transition: 0.5s;
  z-index: 5;
  right: 8px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.5;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title::after {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: 0.5s;
  opacity: 0.4;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a:hover .c-entry-summary__figure img {
  scale: 1.05;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a:hover .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title:before {
  rotate: -45deg;
}
.archive.post-type-archive .p-archive .c-entries .c-entries__item a:hover .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title::after {
  border: 2px solid #0C1939;
}

.single.single-works .smb-spider-slider__figure-wrapper {
  border-radius: 8px;
}
.single.single-works .spider__dots .spider__dot {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4/3;
}
.single.single-works .spider__dots .spider__dot img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single.single-works .c-entry__footer .c-prev-next-nav .c-prev-next-nav__item a {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
}
.single.single-works .c-entry__footer .c-prev-next-nav .c-prev-next-nav__item a:hover .c-prev-next-nav__item-figure img {
  scale: 1.05;
}
.single.single-works .c-entry__footer .c-prev-next-nav .c-prev-next-nav__item a .c-prev-next-nav__item-figure img {
  transition: 0.5s;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item .c-entry-summary__figure {
  border-radius: 8px;
  transition: 0.5s;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item .c-entry-summary__figure img {
  transition: 0.5s;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
  padding-right: 40px;
  position: relative;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(210deg) brightness(106%) contrast(94%);
  transition: 0.5s;
  z-index: 5;
  right: 8px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.5;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title::after {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: 0.5s;
  opacity: 0.4;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item:hover .c-entry-summary__figure img {
  scale: 1.05;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item:hover .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title:before {
  rotate: -45deg;
}
.single.single-works .p-related-posts.c-entry-aside .c-entries__item:hover .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title::after {
  border: 2px solid #0C1939;
}

.blog .p-archive .c-entry-summary .c-entry-summary__figure {
  border-radius: 8px;
}
.blog .p-archive .c-entry-summary .c-entry-summary__figure .c-entry-summary__term {
  right: 8px;
  top: 8px;
  border-radius: 50px;
}

.single.single-post .c-page-header .c-page-header__content .c-page-header__meta {
  color: #0C1939;
}
.single.single-post .c-prev-next-nav .c-prev-next-nav__item {
  border-radius: 8px;
}
.single.single-post .c-entries__item .c-entry-summary__figure {
  border-radius: 8px;
}
.single.single-post .c-entries__item .c-entry-summary__figure .c-entry-summary__term {
  right: 8px;
  top: 8px;
  border-radius: 50px;
}

#form .mail_form_box {
  border-radius: 8px;
}
@media screen and (max-width: 639px) {
  #form .mail_form_box {
    padding: 4%;
  }
}
#form .mail_form_box .h_box .h_text::before {
  display: none;
}
#form .mail_form_box .snow-monkey-form .smf-form .smf-item__col--label {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#form .mail_form_box .snow-monkey-form .smf-form .smf-item__col--label .smf-item__description {
  margin-top: 0;
  color: #fff;
  background-color: #7735AA;
  height: 24px;
  width: 42px;
  border-radius: 50px;
  display: grid;
  place-items: center;
  font-size: 0.85em;
  font-weight: 600;
}
#form .mail_form_box .snow-monkey-form .smf-form .number_box {
  max-width: 100%;
}
#form .mail_form_box .snow-monkey-form .smf-form .number_box .smf-text-control__control {
  max-width: 80%;
}
#form .mail_form_box .snow-monkey-form--button-has-accent-color .smf-button-control__control {
  width: 260px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid transparent;
  font-weight: 500;
  transition: 0.5s;
}
#form .mail_form_box .snow-monkey-form--button-has-accent-color .smf-button-control__control:hover {
  background-color: #fff;
  border: 2px solid #7735AA;
  color: #7735AA;
  filter: none;
}

.page-id-23 #cta .cta_box .tel_mail_box {
  grid-template-columns: 1fr;
}
.page-id-23 #cta .cta_box .tel_mail_box .smb-btn-wrapper {
  max-width: 700px;
}

@media screen and (max-width: 781px) {
  .page-id-21 #service_lower .service_hook {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-id-21 #service_lower .service_hook p.has-text-align-right {
    text-align: left;
  }
}
.page-id-21 #service_lower .service_hook .h_box {
  min-width: 315px;
}
.page-id-21 #service_lower #s_btn_rel {
  position: relative;
  min-width: 330px;
}
@media screen and (max-width: 639px) {
  .page-id-21 #service_lower #s_btn_rel {
    min-width: 306px;
  }
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box {
  position: sticky;
  top: 100px;
  left: 0;
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn {
  border-bottom: 2px solid #EBE4F1;
  border-radius: 0;
  transition: 0.5s;
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn.s_btn_01 {
  border-top: 2px solid #EBE4F1;
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn:hover {
  background-color: #EBE4F1;
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn:hover p::before {
  rotate: -45deg;
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn p {
  color: #7735AA;
  font-weight: 600;
  position: relative;
  margin: 0 !important;
  padding: 16px 40px 16px 8px;
  transition: 0.5s;
  font-size: 15px;
}
@media screen and (max-width: 639px) {
  .page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn p {
    padding: 16px 32px 16px 0;
  }
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn p::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  display: inline-block;
  background-image: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(210deg) brightness(106%) contrast(94%);
  transition: 0.5s;
  z-index: 5;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.5;
}
@media screen and (max-width: 639px) {
  .page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn p::before {
    right: 8px;
  }
}
.page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn p::after {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  border: 2px solid #0C1939;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  transition: 0.5s;
  opacity: 0.4;
}
@media screen and (max-width: 639px) {
  .page-id-21 #service_lower #s_btn_rel .service_btn_box .s_btn p::after {
    right: 0;
  }
}
.page-id-21 #service_lower #service_01,
.page-id-21 #service_lower #service_02,
.page-id-21 #service_lower #service_03,
.page-id-21 #service_lower #service_04 {
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .page-id-21 #service_lower #service_01,
  .page-id-21 #service_lower #service_02,
  .page-id-21 #service_lower #service_03,
  .page-id-21 #service_lower #service_04 {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .page-id-21 #service_lower #service_01,
  .page-id-21 #service_lower #service_02,
  .page-id-21 #service_lower #service_03,
  .page-id-21 #service_lower #service_04 {
    padding: 5%;
  }
}
.page-id-21 #service_lower #service_01 p.lato.mb_0,
.page-id-21 #service_lower #service_02 p.lato.mb_0,
.page-id-21 #service_lower #service_03 p.lato.mb_0,
.page-id-21 #service_lower #service_04 p.lato.mb_0 {
  border: 1px solid #7735AA;
  display: inline-block;
  padding: 0 8px !important;
  border-radius: 50px;
  color: #7735AA;
}
.page-id-21 #service_lower #service_01 .inspection_item_box,
.page-id-21 #service_lower #service_02 .inspection_item_box,
.page-id-21 #service_lower #service_03 .inspection_item_box,
.page-id-21 #service_lower #service_04 .inspection_item_box {
  gap: 8px;
}
.page-id-21 #service_lower #service_01 .inspection_item_box p,
.page-id-21 #service_lower #service_02 .inspection_item_box p,
.page-id-21 #service_lower #service_03 .inspection_item_box p,
.page-id-21 #service_lower #service_04 .inspection_item_box p {
  border: 2px solid #002072;
  color: #002072;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.9em;
}
.page-id-21 #service_lower #service_01 figure,
.page-id-21 #service_lower #service_02 figure,
.page-id-21 #service_lower #service_03 figure,
.page-id-21 #service_lower #service_04 figure {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.page-id-21 #service_lower #service_01 figure img,
.page-id-21 #service_lower #service_02 figure img,
.page-id-21 #service_lower #service_03 figure img,
.page-id-21 #service_lower #service_04 figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 50%;
     object-position: 10% 50%;
}
.page-id-21 #service_lower #service_02 figure img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}
.page-id-21 #service_lower #service_03 figure img {
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
}
.page-id-21 #features {
  position: relative;
}
.page-id-21 #features::before {
  content: "";
  display: block;
  background-image: url(./img/dot_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 80vw;
  max-width: 850px;
  min-width: 400px;
  position: absolute;
  bottom: -30%;
  right: 3%;
  translate: 50% 0;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .page-id-21 #features::before {
    bottom: -15%;
  }
}
.page-id-21 #features .features_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 781px) {
  .page-id-21 #features .features_box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  .page-id-21 #features .features_box {
    grid-template-columns: 1fr;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .page-id-21 #features .features_box {
    grid-template-columns: 1fr 1fr;
  }
}
.page-id-21 #features .features_box .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.page-id-21 #features .features_box .feature_box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 8px;
  align-items: start;
  width: 100%;
  border-radius: 8px;
}
.page-id-21 #features .features_box .num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-id-21 #features .features_box .feature_img {
  max-width: 220px;
  margin: 0 auto;
}
.page-id-21 #bg_window {
  margin-right: calc(20px - var(--_container-margin-right)) !important;
}
.page-id-21 #bg_window .c-container {
  padding: 0 !important;
}
.page-id-21 #bg_window .window {
  position: relative;
  height: 450px;
  width: 100%;
  max-width: 1630px;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  margin: 0 auto 0 0 !important;
}
.page-id-21 #bg_window .window::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #002072;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.page-id-21 #bg_window .window .window_inner {
  clip-path: inset(0 0 round 0 8px 8px 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-id-21 #bg_window .window .window_inner .window_img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-image: url(./img/lite.jpg);
  background-position: 28% 80%;
}
.page-id-21 #works {
  overflow: visible;
}
.page-id-21 #works::before {
  translate: -50% 0;
}
.page-id-21 #area::before {
  z-index: -1;
}/*# sourceMappingURL=style.css.map */