@charset "UTF-8";
/*
Theme Name: worldchaos
Version: 1.0
Author: worldchaos
*/
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}

body {
  background-color: #fff;
}
body.unscroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  color: #111;
}

.mb-8 {
  margin-bottom: 8px;
}

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

.fade {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fluff {
  transform: scale(1.1, 1.1);
}

.flash {
  opacity: 0;
}

.mv.flash.fluff {
  animation: fluff 5s ease-out forwards, flash 0.9s ease-out forwards;
}

@keyframes fluff {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv {
  background-image: url("images/mv.webp");
  background-size: cover;
  background-position: center top;
  height: min(80svh, 1080px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 64px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.mv-text {
  position: absolute;
  bottom: 80px;
  left: 16px;
}
.mv-text p {
  background-color: #E7F88E;
  border: 1px solid #000;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.header {
  background-color: #fff;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  line-height: 1;
  font-size: 22px;
  padding-left: 12px;
}
.header-logo span {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}
.header-pc {
  display: none;
}
.header-buttons {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.header-buttons-item {
  margin-left: 16px;
}
.header-buttons-item a {
  display: block;
}
.header-buttons-item a img {
  display: block;
}

.menu {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s linear;
  visibility: hidden;
  width: 100vw;
}
.menu-inner {
  max-width: 400px;
  padding: 0 24px;
  width: 100%;
}
.menu-logo {
  margin-bottom: 24px;
  text-align: center;
}
.menu-nav-pc {
  display: none;
}
.menu-nav-sp nav ul {
  margin: 0 auto 24px;
  width: 240px;
}
.menu-nav-sp nav ul li {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 8px;
}
.menu-nav-sp nav ul li:last-child {
  border-bottom: none;
}
.menu-nav-sp nav ul li a {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  padding: 8px;
}
.menu-nav-sp nav ul li a::before {
  background-image: url("images/arrow-black.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 8px;
  height: 12px;
  width: 12px;
}
.menu-nav-sp nav ul li a span {
  font-size: 10px;
  font-weight: normal;
  margin-top: 6px;
}
.menu-nav-sp nav ul li a span::before {
  content: "／";
  display: inline-block;
  margin-inline: 4px;
}
.menu-nav-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  margin: 40px auto 0;
  width: 188px;
}
.menu-nav-button::before {
  background-image: url("images/arrow-white.svg") !important;
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
}
.menu-button {
  z-index: 11;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: relative;
  transition: all 0.3s ease;
}
.menu-button span.menubar {
  border-radius: calc(infinity * 1px);
  height: 2px;
  position: absolute;
  transition: all 0.3s linear;
  width: 32px;
}
.menu-button span.menubar::before {
  content: "";
  background-color: #111;
  height: 1px;
  width: 24px;
  position: absolute;
  top: -4px;
  transition: all 0.3s linear;
  width: 32px;
}
.menu-button span.menubar::after {
  content: "";
  background-color: #111;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 4px;
  transition: all 0.3s linear;
  width: 32px;
}
.menu-button.is-close span.menubar {
  background-color: transparent;
}
.menu-button.is-close span.menubar::before {
  top: 0px;
  transform: rotate(-30deg);
  width: 32px;
}
.menu-button.is-close span.menubar::after {
  top: 0px;
  transform: rotate(30deg);
  width: 32px;
}
.menu-button.is-close span.menulabel-menu {
  display: none;
}
.menu-button.is-close span.menulabel-close {
  display: block;
}
.menu-button span.menulabel {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 28px 0 0 8px;
  transition: all 0.3s ease;
}
.menu-button span.menulabel-close {
  display: none;
}

.inner {
  padding: 40px 24px;
}

.about {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  color: #111;
  margin: 80svh auto 80px;
  width: 90%;
}
.about .inner {
  padding: 32px 40px 64px;
}
.about-caption {
  line-height: 1.6;
  margin-bottom: 24px;
}
.about-caption::before {
  content: "";
  background-image: url("images/wc-star.svg");
  background-size: cover;
  display: block;
  margin: 0 auto 24px;
  height: 32px;
  width: 32px;
}
.about-caption-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-caption-inner::before, .about-caption-inner::after {
  content: "";
  background-image: url("images/bracket.svg");
  background-size: cover;
  display: block;
  margin-inline: 8px;
  height: 13.9285714286px;
  width: 3.5714285714px;
}
.about-caption-inner::after {
  transform: scaleX(-1);
}
.about-title {
  font-size: 20px;
  margin-bottom: 24px;
}

.title-horizontal {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
  margin-left: 8px;
}
.title-horizontal::before {
  content: "";
  background-image: url("images/wc-star.svg");
  background-size: cover;
  display: block;
  margin-right: 16px;
  height: 24px;
  width: 24px;
}
.title-horizontal-en {
  font-size: 32px;
  margin-right: 8px;
}
.title-horizontal-ja {
  background-color: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 2px 1px;
}

.title-vertical {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
  margin-left: 8px;
}
.title-vertical::before {
  content: "";
  background-image: url("images/wc-star.svg");
  background-size: cover;
  display: block;
  height: 24px;
  width: 24px;
}
.title-vertical-en {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-vertical-en::before, .title-vertical-en::after {
  content: "";
  background-image: url("images/bracket.svg");
  background-size: cover;
  display: block;
  margin-inline: 8px;
  height: 31.2px;
  width: 8px;
}
.title-vertical-en::after {
  transform: scaleX(-1);
}
.title-vertical-ja {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
}
.title-vertical-ja::before {
  content: "";
  background-color: #111;
  border-radius: calc(infinity * 1px);
  display: block;
  margin-right: 8px;
  height: 4px;
  width: 4px;
}

.service {
  background-color: #F6AF68;
  border-top: 1px solid #111;
}
.service .inner {
  padding: 24px 0 56px;
}
.service-item {
  border-top: 1px solid #111;
  padding-inline: 24px;
}
.service-item:last-child {
  border-bottom: 1px solid #111;
}
.service-item a {
  border-right: 1px solid #111;
  border-left: 1px solid #111;
  display: block;
  padding: 24px 24px 40px;
  position: relative;
}
.service-head {
  position: relative;
}
.service-number {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 1;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
}
.service-image {
  border: 1px solid #111;
  border-radius: 6px;
  margin: 16px 0 24px;
  overflow: hidden;
}
.service-caption {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.service-caption span {
  display: block;
}
.service-title {
  background-color: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 56px;
  padding: 2px 16px 2px 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.service-description {
  line-height: 1.6;
  margin-bottom: 56px;
}
.service-description::before {
  background-color: #111;
  content: "";
  display: block;
  margin-bottom: 16px;
  height: 1px;
  width: 64px;
}
.service-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  margin-inline: auto;
  width: 240px;
}
.service-button::before {
  background-image: url("images/arrow-white.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
}
.service-catch {
  font-size: 10px;
  position: absolute;
  top: 40px;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.works {
  background-color: #fff;
  background-image: url("images/bg-mesh.svg");
}
.works-item {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 6px;
  margin-bottom: 40px;
}
.works-item a {
  display: block;
  position: relative;
  padding: 24px 24px 88px;
}
.works-item a::after {
  background-color: #111;
  background-image: url("images/arrow-white.svg");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  bottom: 24px;
  height: 40px;
  width: 56px;
}
.works-category {
  --_corner-radius: 12px;
  position: absolute;
  align-content: center;
  min-block-size: calc(var(--_corner-radius) * 2);
  border-end-end-radius: var(--_corner-radius);
  background-color: white;
  font-size: 12px;
  padding-right: 16px;
}
.works-category::before, .works-category::after {
  content: "";
  position: absolute;
  block-size: var(--_corner-radius);
  aspect-ratio: 1;
  -webkit-mask-image: radial-gradient(circle at 100% 100%, transparent var(--_corner-radius), red calc(var(--_corner-radius) + 1px));
          mask-image: radial-gradient(circle at 100% 100%, transparent var(--_corner-radius), red calc(var(--_corner-radius) + 1px));
  background-color: inherit;
}
.works-category::before {
  inset-block-start: 0;
  inset-inline-start: 100%;
}
.works-category::after {
  inset-block-start: 100%;
  inset-inline-start: 0;
}
.works-category span {
  display: flex;
  align-items: center;
}
.works-category span::before {
  background-color: #ff6900;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  margin-right: 8px;
  height: 8px;
  width: 8px;
}
.works-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.works-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.works-text {
  display: flex;
  flex-direction: column;
}
.works-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.works-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.works-tag {
  color: #ff6900;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.works-tag:last-child::after {
  content: none;
}
.works-tag::after {
  background-color: #ff6900;
  content: "";
  display: block;
  transform: rotate(15deg);
  margin-inline: 8px;
  height: 12px;
  width: 1px;
}
.works-excerpt::before {
  content: "";
  background-color: #111;
  display: block;
  margin-bottom: 8px;
  height: 1px;
  width: 48px;
}
.works-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  margin-inline: auto;
  width: 240px;
}
.works-button::before {
  background-image: url("images/arrow-white.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
}

.news {
  background-color: #fff;
  background-image: url("images/bg-line.svg");
  background-position: center;
  background-size: contain;
}
.news .title-horizontal {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.news-wrap {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid #111;
  border-radius: 6px;
  padding: 24px;
  margin-inline: auto;
  max-width: 800px;
}
.news-item {
  border-bottom: 1px solid #111;
  line-height: 1.6;
}
.news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px;
}
.news-item a::after {
  background-image: url("images/arrow-black.svg");
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 16px;
  height: 12px;
  width: 12px;
}
.news-item time {
  color: #3b1db7;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.news-item time::before {
  background-color: #3b1db7;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  height: 6px;
  width: 6px;
}
.news-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  margin: 24px auto 0;
  width: 240px;
}
.news-button::before {
  background-image: url("images/arrow-white.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
}

.why {
  background-color: #DBF072;
}
.why-item {
  margin-bottom: 40px;
}
.why-image {
  border: 1px solid #111;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 8px;
}
.why-title {
  font-size: 20px;
  line-height: 1.6;
  margin-top: -24px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.why-title span {
  background-color: #fff;
  border: 1px solid #111;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.why-title span:nth-child(2) {
  margin-top: -1px;
}
.why-body {
  display: block;
}
.why-text {
  background-color: #fff;
  border: 1px solid #111;
  line-height: 1.6;
  padding: 8px;
}

.cta-bottom {
  background-color: #f1fdfa;
  text-align: center;
}
.cta-bottom._home {
  background-color: #fff;
  background-image: url("images/bg-mesh.svg");
}
.cta-bottom-wrap {
  background-color: #98e7d2;
  border-radius: 12px;
  padding: 40px;
  position: relative;
}
.cta-bottom-title {
  font-size: 24px;
  margin-bottom: 16px;
}
.cta-bottom-description {
  margin-bottom: 40px;
}
.cta-bottom-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  margin-inline: auto;
  width: 240px;
}
.cta-bottom-button::before {
  background-image: url("images/arrow-white.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
}
.cta-bottom-catch {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
}
.cta-bottom-catch::before {
  content: "";
  background-image: url("images/wc-star.svg");
  background-size: cover;
  display: block;
  height: 12px;
  width: 12px;
  transform: rotate(90deg);
}
.cta-bottom-catch span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-bottom-catch span::before, .cta-bottom-catch span::after {
  content: "";
  background-image: url("images/bracket.svg");
  background-size: cover;
  display: block;
  margin-inline: 4px;
  height: 13px;
  width: 3.3333333333px;
  transform: rotate(90deg);
}
.cta-bottom-catch span::after {
  transform: rotate(-90deg);
}

.footer {
  background-color: #fff;
  letter-spacing: 0;
}
.footer-contact {
  background-color: #fff;
  clip-path: path("M40,0 C70,0 80,10 80,40 C80,70 70,80 40,80 C10,80 0,70 0,40 C0,10 10,0 40,0 Z");
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: fixed;
  right: 8px;
  bottom: 40px;
  mix-blend-mode: difference;
  height: 80px;
  width: 80px;
  z-index: 2;
}
.footer-contact span {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 11px;
}
.footer-contact span::after {
  background-image: url("images/arrow-black.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-top: 4px;
  height: 12px;
  width: 12px;
}
.footer .inner {
  padding-top: 80px;
  padding-bottom: 10px;
}
.footer-head {
  margin-bottom: 40px;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 32px;
}
.footer-logo span {
  font-size: 10px;
  margin-top: 8px;
}
.footer-information {
  font-size: 12px;
  text-align: center;
}
.footer-nav {
  display: none;
}
.footer-buttons {
  margin-bottom: 80px;
}
.footer-buttons .button-line {
  margin-bottom: 24px;
}
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 80px;
}
.footer-sns > div a img {
  display: block;
}
.footer-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto 56px;
  width: 180px;
}
.footer-button::before {
  background-image: url("images/arrow-white.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-left: -12px;
  height: 12px;
  width: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  font-size: 10px;
  margin-bottom: 8px;
  text-align: center;
}
.footer-bottom a {
  display: flex;
  align-items: center;
}
.footer-bottom a::after {
  background-color: #111;
  content: "";
  display: inline-block;
  margin: 0 8px;
  height: 12px;
  width: 1px;
}
.footer-bottom a:last-child::after {
  content: none;
}
.footer .copyright {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

.page-contact {
  background-color: #fff;
  background-image: url("images/bg-mesh.svg");
}
.page-contact .smf-item {
  margin-bottom: 40px;
}
.page-contact .smf-item__label {
  font-weight: bold;
}
.page-contact .smf-radio-buttons-control .smf-radio-buttons-control__control {
  display: flex;
  flex-direction: column;
}
.page-contact .smf-radio-buttons-control .smf-label label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.page-contact .smf-radio-buttons-control .smf-radio-button-control {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  letter-spacing: 0;
}
.page-contact .smf-radio-buttons-control .smf-radio-button-control .smf-radio-button-control__control {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #000;
  outline: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  cursor: pointer;
}
.page-contact .smf-radio-buttons-control .smf-radio-button-control .smf-radio-button-control__control::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.page-contact .smf-radio-buttons-control .smf-radio-button-control .smf-radio-button-control__control:checked::after {
  opacity: 1;
}
.page-contact .smf-text-control input,
.page-contact .smf-text-control textarea,
.page-contact .smf-text-control select,
.page-contact .smf-textarea-control input,
.page-contact .smf-textarea-control textarea,
.page-contact .smf-textarea-control select,
.page-contact .smf-select-control input,
.page-contact .smf-select-control textarea,
.page-contact .smf-select-control select {
  background: none;
  border: 1px solid #BFBFBF;
  border-radius: 0;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.6;
  width: 100%;
}
.page-contact .smf-text-control input::-moz-placeholder, .page-contact .smf-text-control textarea::-moz-placeholder, .page-contact .smf-text-control select::-moz-placeholder, .page-contact .smf-textarea-control input::-moz-placeholder, .page-contact .smf-textarea-control textarea::-moz-placeholder, .page-contact .smf-textarea-control select::-moz-placeholder, .page-contact .smf-select-control input::-moz-placeholder, .page-contact .smf-select-control textarea::-moz-placeholder, .page-contact .smf-select-control select::-moz-placeholder {
  color: #bebebe;
  font-family: sans-serif;
  opacity: 1;
}
.page-contact .smf-text-control input::placeholder,
.page-contact .smf-text-control textarea::placeholder,
.page-contact .smf-text-control select::placeholder,
.page-contact .smf-textarea-control input::placeholder,
.page-contact .smf-textarea-control textarea::placeholder,
.page-contact .smf-textarea-control select::placeholder,
.page-contact .smf-select-control input::placeholder,
.page-contact .smf-select-control textarea::placeholder,
.page-contact .smf-select-control select::placeholder {
  color: #bebebe;
  font-family: sans-serif;
  opacity: 1;
}
.page-contact .smf-text-control input:focus,
.page-contact .smf-text-control textarea:focus,
.page-contact .smf-text-control select:focus,
.page-contact .smf-textarea-control input:focus,
.page-contact .smf-textarea-control textarea:focus,
.page-contact .smf-textarea-control select:focus,
.page-contact .smf-select-control input:focus,
.page-contact .smf-select-control textarea:focus,
.page-contact .smf-select-control select:focus {
  border-color: #000;
  outline: none;
}
.page-contact .smf-text-control input,
.page-contact .smf-textarea-control input,
.page-contact .smf-select-control input {
  min-height: 43px;
}
.page-contact .smf-button-control {
  display: block;
  margin-inline: auto;
  height: 64px;
  width: 240px;
  position: relative;
}
.page-contact .smf-button-control button {
  background: #111;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 240px;
}
.page-contact .smf-button-control button::before {
  background-image: url("images/arrow-white.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-right: 16px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
}
.page-contact-require .smf-item__description {
  background-color: #ff6900;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 24px;
  padding: 3px 6px 2px;
  width: -moz-max-content;
  width: max-content;
}
.page-contact-optional .smf-item__description {
  background-color: #BABABA;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 24px;
  padding: 2px 0 2px 2px;
  width: -moz-max-content;
  width: max-content;
}
.page-contact-bottom {
  margin-bottom: 40px;
}
.page-contact-agree {
  margin-bottom: 16px;
}
.page-contact-description {
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 24px;
}
.page-contact-description a {
  text-decoration: underline;
}
.page-contact-caption {
  margin-bottom: 24px;
  text-align: center;
}
.page-contact-caption span {
  display: block;
}
.page-contact-wrap {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 12px;
  font-weight: normal;
  margin-bottom: 40px;
  padding: 40px 24px;
}
.page-contact-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
}
.page-contact-title::after {
  background-color: #000;
  content: "";
  display: block;
  margin: 4px auto 0;
  height: 16px;
  width: 1px;
}
.page-contact-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto 24px;
  width: 240px;
}
.page-contact-button::before {
  background-image: url("images/arrow-white.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-left: -8px;
  height: 16px;
  width: 16px;
}
.page-contact-image {
  margin-inline: auto;
  width: 240px;
}
.page-contact-tel input {
  max-width: 240px !important;
}

.page-head {
  background-image: url("images/page-head.webp");
  background-size: cover;
  background-position: center;
  margin-top: 64px;
  padding: 40px 0;
}
.page-head .title-vertical::before {
  background-color: #DBF072;
}
.page-head .title-vertical-en {
  background-color: #DBF072;
  line-height: 1;
  padding: 4px 0;
  text-transform: uppercase;
}
.page-head .title-vertical-ja {
  background-color: #DBF072;
  line-height: 1;
  padding: 0 24px;
}

.page-service {
  background-color: #fff;
  background-image: url(images/bg-mesh.svg);
}
.page-service .inner {
  padding: 0;
}
.page-service-description {
  padding: 40px 24px;
}
.page-service-description p {
  margin-bottom: 16px;
}
.page-service-about {
  border: 1px solid #111;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 16px 24px;
}
.page-service-about-title {
  margin-bottom: 16px;
}
.page-service-about-title::after {
  background-color: #111;
  content: "";
  display: block;
  height: 1px;
  width: 32px;
}
.page-service-about-list li {
  display: flex;
  line-height: 1.6;
  margin-bottom: 8px;
}
.page-service-about-list li::before {
  background-color: #111;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 9px;
  margin-right: 8px;
  height: 6px;
  width: 6px;
}

.page-crew {
  background-color: #fff;
  background-image: url(images/bg-mesh.svg);
}
.page-crew-caption {
  margin-bottom: 40px;
}
.page-crew-item {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 24px;
}
.page-crew-image {
  margin: 0 auto 24px;
  width: 168px;
}
.page-crew-title {
  display: flex;
  align-items: baseline;
  font-size: 24px;
}
.page-crew-title::before {
  background-image: url("images/wc-star.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-right: 8px;
  height: 16px;
  width: 16px;
}
.page-crew-title span {
  font-size: 12px;
  margin-left: 4px;
}
.page-crew-description {
  margin-left: 24px;
}

.privacy {
  background-color: #fff;
  background-image: url(images/bg-mesh.svg);
  font-weight: normal;
}
.privacy h1 {
  font-weight: bold;
  margin: 64px 0 40px;
  text-align: center;
}
.privacy-title {
  font-weight: bold;
  margin: 24px 0 8px;
}
.privacy ul {
  list-style-type: disc;
  padding-left: 16px;
}
.privacy ul li {
  margin-bottom: 8px;
}

.page-company {
  background-color: #fff;
  background-image: url("images/bg-mesh.svg");
}
.page-company dl {
  letter-spacing: 0;
  line-height: 1.6;
}
.page-company dl div {
  border-bottom: 1px solid #111;
  display: flex;
  padding: 16px 4px;
  margin-bottom: 24px;
}
.page-company dl div dt {
  flex-shrink: 0;
  margin-right: 8px;
  width: 96px;
}
.page-company-map {
  border: 2px solid #111;
  border-radius: 4px;
  display: inline-block;
  margin-top: 8px;
  padding: 4px 16px;
}
.page-company-map::before {
  background-image: url("images/arrow-black.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 8px;
  height: 12px;
  width: 12px;
  vertical-align: middle;
}

.page-works {
  background-color: #fff;
  background-image: url("images/bg-mesh.svg");
}
.page-works-category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.page-works-category-item {
  font-size: 12px;
  letter-spacing: 0;
  margin-right: 6px;
  margin-bottom: 12px;
}
.page-works-category-item.is-current {
  position: relative;
}
.page-works-category-item.is-current a {
  background-color: #ff6900;
  color: #fff;
}
.page-works-category-item a {
  border: 1px solid #111;
  border-radius: calc(infinity * 1px);
  display: block;
  padding: 4px 12px;
}
.page-works-category-item a::before {
  content: "#";
}
.page-works .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.page-works .pagination a {
  display: block;
}
.page-works .pagination .page-numbers {
  color: #555556;
  display: inline-block;
  margin-inline: 8px;
  padding: 4px 8px;
}
.page-works .pagination .current {
  border-bottom: 1px solid #000;
  color: #000;
  margin-top: 2px;
}
.page-works .pagination-prev, .page-works .pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 16px;
  margin-top: -8px;
  width: 16px;
}
.page-works .pagination-prev {
  transform: scale(-1, 1);
}
.page-works .pagination .prev,
.page-works .pagination .next {
  margin-right: 8px;
  padding: 0 !important;
}
.page-works .pagination .next {
  margin-right: 0;
  margin-left: 8px;
}
.page-works .page-contact {
  margin-top: -80px;
}

.works-detail {
  background-color: #fff;
  background-image: url("images/bg-mesh.svg");
}
.works-detail-image {
  border: 1px solid #111;
  border-radius: 6px;
  overflow: hidden;
}
.works-detail-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.works-detail-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.works-detail-category {
  background-color: #ff6900;
  border: 1px solid #111;
  border-radius: calc(infinity * 1px);
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 4px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.works-detail-category::before {
  content: "#";
}
.works-detail-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.works-detail-tag {
  color: #ff6900;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.works-detail-tag:last-child::after {
  content: none;
}
.works-detail-tag::after {
  background-color: #ff6900;
  content: "";
  display: block;
  transform: rotate(15deg);
  margin-inline: 8px;
  height: 12px;
  width: 1px;
}
.works-detail-image {
  margin-bottom: 40px;
}
.works-detail-content {
  margin-bottom: 80px;
}
.works-detail-content p {
  margin-bottom: 24px;
}
.works-detail-content p a {
  color: #000;
  text-decoration: underline;
}
.works-detail-content figure {
  margin-bottom: 24px;
}
.works-detail-link a {
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
}
.works-detail-link a::before {
  background-image: url("images/arrow-k.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 16px;
  margin-right: 16px;
  transform: scale(-1, 1);
  width: 16px;
}

.page-news {
  background-color: #fff;
  background-image: url("images/bg-mesh.svg");
}
.page-news-wrap {
  margin-inline: auto;
  max-width: 800px;
}

.policy {
  background-color: #fff;
  padding-top: 40px;
}
.policy-text {
  letter-spacing: 0;
  margin-bottom: 80px;
}
.policy-text:last-child {
  margin-bottom: 0;
}
.policy-text p {
  margin-bottom: 24px;
}
.policy-text h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.recruit {
  background-color: #fff;
}
.recruit-title {
  margin-bottom: 40px;
  text-align: center;
}
.recruit-title::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 16px auto 0;
  width: 72px;
}
.recruit-title-image img {
  height: 24px;
  width: auto;
}
.recruit-title-head {
  font-size: 20px;
  margin-top: -4px;
}
.recruit-concept {
  background-color: #f7f7f7;
}
.recruit-concept .recruit-title-image {
  margin-left: -184px;
}
.recruit-concept-image {
  margin-bottom: 40px;
}
.recruit-concept-text p {
  letter-spacing: 0;
  margin-bottom: 24px;
}
.recruit-concept-text p:last-child {
  margin-bottom: 0;
}
.recruit-details .recruit-title-image {
  margin-left: -118px;
}
.recruit-details dl div {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.recruit-details dl div dt {
  flex-shrink: 0;
  width: 96px;
}
.recruit-details dl div dd {
  letter-spacing: 0;
}
.recruit-flow {
  background-image: url("images/recruit-flow-bg.webp");
  background-size: cover;
  background-position: center top;
}
.recruit-flow .recruit-title-image {
  margin-left: -168px;
}
.recruit-flow-wrap {
  background-color: #fff;
  padding: 40px;
}
.recruit-flow-item {
  margin-bottom: 40px;
  position: relative;
}
.recruit-flow-item::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #ccc;
}
.recruit-flow-item:last-child::after {
  content: none;
}
.recruit-flow-title {
  font-size: 18px;
}
.recruit-mail {
  padding: 80px 24px 0;
  text-align: center;
}
.recruit-mail a {
  border-bottom: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
}
.recruit-mail a::after {
  background-image: url("images/arrow-k.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 10px;
  margin-top: 2px;
  margin-right: 8px;
  margin-left: 4px;
  width: 10px;
}
.recruit .contact .title-cap-image {
  margin-left: -164px;
}
.recruit .contact-wrap {
  margin-top: 0;
}

.error {
  letter-spacing: 0;
}
.error-head {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
}
.error-title {
  font-size: 20px;
}
.error-description {
  margin-bottom: 40px;
}
.error-link a {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  width: -moz-max-content;
  width: max-content;
}
.error-link a::before {
  background-image: url("images/arrow-k.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 12px;
  margin-right: 16px;
  transform: scale(-1, 1);
  width: 12px;
}

@media (min-width: 768px) {
  .mv-text {
    bottom: 214px;
  }
  .about .inner {
    padding: 56px 40px 72px;
  }
  .about-title {
    text-align: center;
  }
  .about-description {
    text-align: center;
  }
  .service-item a {
    display: flex;
    gap: 24px;
  }
  .service-number {
    top: -6px;
  }
  .service-image {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 300px;
  }
  .service-body {
    margin-top: 12px;
  }
  .service-description {
    margin-bottom: 0;
  }
  .works-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .why-item {
    display: flex;
    gap: 24px;
  }
  .why-image {
    flex-shrink: 0;
    height: 240px;
    width: 240px;
  }
  .why-image img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-service .service-item:nth-child(2) a {
    flex-direction: row-reverse;
  }
  .page-service .service-image {
    height: 240px;
    width: 240px;
  }
  .page-service .service-image img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-service .service-caption {
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .page-service .service-title {
    margin-bottom: 40px;
    padding: 3px 40px 2px 8px;
  }
  .page-service .service-description {
    margin-bottom: 40px;
  }
  .page-crew-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .page-company dl {
    margin-inline: auto;
    max-width: 640px;
  }
  .page-company dl div {
    padding: 16px 24px;
  }
  .page-contact .smf-form .smf-item {
    display: flex;
    gap: 40px;
    margin-inline: auto;
    max-width: 690px;
  }
  .page-contact .smf-form .smf-item .smf-item__col--label {
    flex-shrink: 0;
    width: 168px;
  }
  .page-contact .smf-form .smf-item .smf-item__col--controls {
    flex-grow: 1;
  }
  .page-contact-wrap {
    padding: 80px 40px;
    margin-inline: auto;
    max-width: 800px;
  }
  .page-contact-bottom {
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .information-category {
    margin-inline: auto;
    max-width: 800px;
  }
  .information-category-list {
    justify-content: center;
  }
  .information .post-list {
    margin-inline: auto;
    width: 800px;
  }
  .works-detail-wrap {
    margin-inline: auto;
    max-width: 800px;
  }
  .works-detail-title {
    font-size: 24px;
  }
  .company dl {
    margin-inline: auto;
    max-width: 800px;
  }
  .recruit-concept-body {
    display: flex;
    gap: 40px;
  }
  .recruit-concept-image {
    flex-shrink: 0;
    width: 280px;
  }
  .recruit-concept-image img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recruit-details dl {
    margin-inline: auto;
    max-width: 800px;
  }
  .recruit-flow-wrap {
    margin-inline: auto;
    max-width: 960px;
  }
  .recruit-flow-list {
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .recruit-flow-description {
    padding-left: 18px;
  }
  .privacy .inner {
    margin-inline: auto;
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .inner {
    padding: 40px;
  }
  .service-list {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 24px;
  }
  .service-item {
    border-top: none;
    border-left: 1px solid #111;
    padding-inline: 0;
  }
  .service-item:last-child {
    border-right: 1px solid #111;
    border-bottom: none;
  }
  .service-item a {
    border-right: none;
    border-left: none;
    display: block;
  }
  .service-number {
    top: -22px;
  }
  .service-image {
    width: auto;
  }
  .works-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .works-item {
    height: auto;
  }
  .works-title {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .works-excerpt {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .why-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .why-item {
    display: block;
  }
  .why-image {
    height: auto;
    width: auto;
  }
  .why-image img {
    aspect-ratio: 3/2;
  }
  .cta-bottom-wrap {
    margin-inline: auto;
    max-width: 1024px;
  }
  .page-head {
    padding: 104px 0;
  }
  .page-service {
    padding-bottom: 80px;
  }
  .page-service-description {
    text-align: center;
  }
  .page-service .service-list {
    border-bottom: none;
    display: block;
    padding-inline: 0;
  }
  .page-service .service-item {
    border-bottom: 1px solid #111;
    border-left: none;
    padding-inline: 40px;
  }
  .page-service .service-item:nth-child(2) .service-catch {
    right: auto;
    left: 0;
  }
  .page-service .service-item:last-child {
    border-right: none;
  }
  .page-service .service-item a {
    border-right: 1px solid #111;
    border-left: 1px solid #111;
    display: flex;
    padding-inline: 40px;
  }
  .page-service .service-number {
    top: -6px;
  }
  .page-service .service-caption span {
    display: inline-block;
  }
  .page-service-about {
    margin-bottom: 0;
  }
  .page-crew-caption {
    text-align: center;
  }
  .footer-contact {
    clip-path: path("M56,0 C98,0 112,14 112,56 C112,98 98,112 56,112 C14,112 0,98 0,56 C0,14 14,0 56,0 Z");
    height: 112px;
    width: 112px;
  }
  .footer-contact span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  a {
    transition: all 0.3s ease;
  }
  .inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .header {
    height: 88px;
  }
  .header-inner {
    height: 88px;
  }
  .header-pc {
    display: block;
    margin-right: 24px;
    margin-left: auto;
  }
  .header-pc ul {
    display: flex;
    align-items: center;
  }
  .header-pc ul li {
    font-size: 14px;
    letter-spacing: 0;
    margin-left: 24px;
  }
  .header-pc ul li a::after {
    background-color: #000;
    content: "";
    display: block;
    transition: all 0.3s ease;
    height: 1px;
    width: 0;
  }
  .header-pc ul li a:hover::after {
    width: 100%;
  }
  .header-buttons-item {
    margin-left: 24px;
  }
  .header-buttons-item a {
    position: relative;
  }
  .header-buttons-item a::after {
    background-color: #000;
    content: "";
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 1px;
    width: 0;
  }
  .header-buttons-item a:hover::after {
    width: 100%;
  }
  .header .menu-button:hover .menubar::before,
  .header .menu-button:hover .menubar::after {
    background-color: #ff6900;
  }
  .header .menu-nav-sp nav ul li a {
    position: relative;
  }
  .header .menu-nav-sp nav ul li a::before {
    margin-right: 16px;
    transition: all 0.3s ease;
  }
  .header .menu-nav-sp nav ul li a::after {
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
    height: 1px;
    width: 0;
  }
  .header .menu-nav-sp nav ul li a:hover::before {
    margin-right: 12px;
    margin-bottom: 4px;
    margin-left: 4px;
  }
  .header .menu-nav-sp nav ul li a:hover::after {
    width: 100%;
  }
  .header .menu-nav-button:hover {
    background-color: #ff6900;
  }
  .header .menu-nav-button:hover::after {
    width: 0 !important;
  }
  .mv-text {
    left: 5%;
    bottom: 88px;
  }
  .about {
    max-width: 1200px;
  }
  .service .title-horizontal {
    margin-inline: auto;
    max-width: 1140px;
  }
  .service .inner {
    padding-top: 48px;
    padding-bottom: 80px;
  }
  .service-list {
    justify-content: center;
    grid-template-columns: repeat(3, 380px);
  }
  .service-item a {
    padding-inline: 40px;
  }
  .works-list {
    gap: 40px;
    margin-inline: auto;
    justify-content: center;
    grid-template-columns: repeat(3, 380px);
  }
  .works-item {
    transition: all 0.3s ease;
  }
  .works-item:hover {
    background-color: #fffaf8;
    border-color: #ff6900;
  }
  .works-item:hover a::after {
    background-color: #ff6900;
  }
  .works-item:hover .works-category {
    background-color: #fffaf8;
  }
  .works-item a::after {
    transition: all 0.3s ease;
  }
  .works-button {
    transition: all 0.3s ease;
  }
  .works-button:hover {
    background-color: #ff6900;
  }
  .news-item {
    transition: all 0.3s ease;
  }
  .news-item:hover a {
    background-color: rgba(255, 105, 0, 0.1);
    border: 1px solid #ff6900;
    border-radius: 6px;
  }
  .news-item a {
    border: 1px solid transparent;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .news-button {
    transition: all 0.3s ease;
  }
  .news-button:hover {
    background-color: #ff6900;
  }
  .why-list {
    justify-content: center;
    grid-template-columns: repeat(3, 380px);
  }
  .cta-bottom-wrap {
    padding: 42px;
  }
  .cta-bottom-button {
    transition: all 0.3s ease;
  }
  .cta-bottom-button:hover {
    background-color: #ff6900;
  }
  .footer-contact {
    right: 24px;
    bottom: 24px;
    transition: all 0.3s ease;
  }
  .footer-contact:hover {
    scale: 1.05;
  }
  .footer-body {
    display: flex;
    justify-content: space-between;
  }
  .footer-head {
    margin-bottom: 144px;
  }
  .footer-logo {
    font-size: 24px;
    flex-direction: row;
    margin-top: 8px;
  }
  .footer-logo span {
    display: flex;
    align-items: center;
  }
  .footer-logo span::before {
    background-color: #111;
    content: "";
    display: inline-block;
    transform: rotate(30deg);
    margin-right: 8px;
    margin-left: 12px;
    height: 12px;
    width: 1px;
  }
  .footer-name {
    text-align: left;
  }
  .footer-information {
    text-align: left;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav-parent {
    display: flex;
  }
  .footer-nav-child {
    display: block;
  }
  .footer-nav nav ul li {
    margin-right: 0;
    margin-left: 24px;
  }
  .footer-nav nav ul li a::after {
    background-color: #000;
    content: "";
    display: block;
    transition: all 0.3s ease;
    height: 1px;
    width: 0;
  }
  .footer-nav nav ul li a:hover::after {
    width: 100%;
  }
  .footer-button {
    display: none;
  }
  .page-head {
    margin-top: 88px;
    height: 300px;
  }
  .page-service .service-item a {
    gap: 56px;
    padding-top: 40px;
    padding-inline: 80px;
    padding-bottom: 64px;
    margin-inline: auto;
    max-width: 1140px;
  }
  .page-service .service-image {
    height: auto;
    width: 412px;
  }
  .page-works-category-item a:hover {
    border-color: #ff6900;
    background-color: #fffaf8;
  }
  .works-detail-link a:hover {
    border-color: #ff6900;
  }
  .page-crew-list {
    justify-content: center;
    grid-template-columns: repeat(2, 640px);
    gap: 40px;
  }
  .page-crew-item {
    display: flex;
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-crew-image {
    flex-shrink: 0;
  }
  .page-crew-title {
    margin-bottom: 24px;
  }
  .page-company dl {
    max-width: 800px;
  }
  .page-company dl div {
    margin-bottom: 48px;
    padding-inline: 8px;
  }
  .page-company dl div dt {
    margin-right: 112px;
  }
  .page-company-map {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-company-map:hover {
    border-color: #ff6900;
  }
  .page-contact .smf-button-control button {
    transition: all 0.3s ease;
  }
  .page-contact .smf-button-control button::before {
    transition: all 0.3s ease;
  }
  .page-contact .smf-button-control button:hover {
    background-color: #ff6900;
  }
	
}/*# sourceMappingURL=style.css.map */