@charset "UTF-8";
.svc-other *,
.svc-other *::before,
.svc-other *::after {
  font-size: 10px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
}
.svc-other img {
  max-width: 100%;
  height: auto;
}
.svc-other figure {
  margin-bottom: 0 !important;
}
.svc-other h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
}
.svc-other h3::before {
  content: "";
  width: 30px;
  height: 1.5px;
  position: absolute;
  top: 9px;
  right: calc(100% + 10px);
  background-color: #333;
}

.svc-other {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 80px auto 100px;
}
.svc-other.svc-other__service {
  max-width: 1160px;
}
.svc-other__content {
  width: 100%;
  max-width: 950px;
  padding: 0 15px;
  margin: auto;
}
.svc-other__service .svc-other__content {
  max-width: unset;
  padding: 0;
}
.svc-other__grid {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 50px;
  gap: 15px;
}
.svc-other__item {
  /* width: 25%; */
  width: auto;
}
.svc-other__link {
  display: block;
}
.svc-other__img {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  overflow: unset !important;
}
.svc-other__link.web .svc-other__img {
  max-width: 166px;
}
.svc-other__link.creative .svc-other__img {
  max-width: 96px;
}
.svc-other__link.movie .svc-other__img {
  max-width: 188px;
}
.svc-other__link.sign .svc-other__img {
  max-width: 128px;
}
.svc-other__link.maintenance .svc-other__img {
  max-width: 195px;
}
.svc-other__img img {
  display: block;
  width: 100%;
}
.svc-other__link .svc-other__img img.hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
}
.svc-other__link.web .svc-other__img img.hover {
  max-width: 166px;
}
.svc-other__link.creative .svc-other__img img.hover {
  max-width: 96px;
}
.svc-other__link.movie .svc-other__img img.hover {
  max-width: 188px;
}
.svc-other__link.sign .svc-other__img img.hover {
  max-width: 128px;
}
.svc-other__link.maintenance .svc-other__img img.hover {
  max-width: 195px;
}
.svc-other__link:hover .svc-other__img img.hover {
  transition: 0.3s;
  top: -15px;
  left: -10px;
  opacity: 1;
}
.svc-other__link .ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #767676;
  margin-top: 10px;
}
.svc-other__link.creative .ttl {
  padding-left: 15px;
}
.svc-other__link.movie .ttl {
  padding-right: 30px;
}
.svc-other__link.sign .ttl {
  padding-left: 15px;
}
.svc-other__link.maintenance .ttl {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .svc-other h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    line-height: 1;
  }
  .svc-other h3::before {
    content: "";
    width: 30px;
    height: 1.5px;
    position: absolute;
    top: 9px;
    right: calc(100% + 8px);
    background-color: #333;
  }

  .svc-other {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 60px auto 80px;
  }
  .svc-other__content {
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: auto;
  }
  .svc-other__grid {
    display: flex;
    justify-content: unset;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 50px;
  }
  .svc-other__item {
    width: calc(50% - 10px);
  }
  .svc-other__link {
    display: block;
  }
  .svc-other__img {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    overflow: unset !important;
  }
  .svc-other__link.web .svc-other__img {
    max-width: 124px;
  }
  .svc-other__link.creative .svc-other__img {
    max-width: 72px;
  }
  .svc-other__link.movie .svc-other__img {
    max-width: 141px;
  }
  .svc-other__link.sign .svc-other__img {
    max-width: 96px;
  }
  .svc-other__link.maintenance .svc-other__img {
    max-width: 146px;
  }
  .svc-other__img img {
    display: block;
    width: 100%;
  }
  .svc-other__img img.hover {
    display: none;
  }
  .svc-other__link .ttl {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    text-align: center;
    color: #767676;
    margin-top: 10px;
  }
  .svc-other__link.creative .ttl {
    padding-left: 0;
  }
  .svc-other__link.movie .ttl {
    padding-right: 0;
  }
  .svc-other__link.sign .ttl {
    padding-left: 0;
  }
  .svc-other__link.maintenance .ttl {
    padding-right: 0;
  }

  .svc-other__service .svc-other__grid {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px 10px;
    margin-top: 50px;
  }
  .svc-other__service .svc-other__item {
    width: calc(33.333% - 6.666px);
  }
  .svc-other__service .svc-other__link.web .svc-other__img {
    max-width: 93px;
  }
  .svc-other__service .svc-other__link.creative .svc-other__img {
    max-width: 54px;
  }
  .svc-other__service .svc-other__link.sign .svc-other__img {
    max-width: 72px;
  }
  .svc-other__service .svc-other__link.movie .svc-other__img {
    max-width: 94px;
  }
  .svc-other__service .svc-other__link.maintenance .svc-other__img {
    max-width: 98px;
  }
  .svc-other__service .svc-other__link .ttl {
    white-space: nowrap;
  }
}

.svc-our *,
.svc-our *::before,
.svc-our *::after {
  font-size: 10px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
}
.svc-our h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
}
.svc-our h3::before {
  content: "";
  width: 30px;
  height: 1.5px;
  position: absolute;
  top: 9px;
  right: calc(100% + 10px);
  background-color: #333;
}
@media only screen and (max-width: 768px) {
  .svc-our h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    line-height: 1;
  }
  .svc-our h3::before {
    content: "";
    width: 30px;
    height: 1.5px;
    position: absolute;
    top: 9px;
    right: calc(100% + 8px);
    background-color: #333;
  }
}

.svc-our {
  margin: 90px auto;
}
.svc-our__ttl {
  width: 100%;
  max-width: 1150px;
  margin: auto;
  padding: 0 20px;
}
.svc-our__content {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 15px 0;
}
.svc-our__grid {
  display: flex;
  justify-content: space-between;
}
.svc-our__item {
  width: auto;
  padding: 0 10px;
}
.svc-our__item.creative,
.svc-our__item.sign {
  padding: 0 20px;
}
.svc-our__link {
  display: block;
  width: 100%;
}
.svc-our__img {
  position: relative;
}
.svc-our__img figure img {
  width: 100%;
}
.svc-our__img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.svc-our__link:hover .svc-our__img .hover {
  top: -15px;
  left: -10px;
  opacity: 1;
  transition: 0.3s;
}
.svc-our__item .ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #767676;
  margin-top: 10px;
}
.svc-our__item.creative .ttl {
  padding-left: 15px;
}
.svc-our__item.movie .ttl {
  padding-right: 30px;
}
.svc-our__item.sign .ttl {
  padding-left: 15px;
}
.svc-our__item.maintenance .ttl {
  padding-right: 40px;
}
.svc-our__content.child {
  max-width: 960px;
}
@media only screen and (max-width: 960px) {
  .svc-our__item.creative,
  .svc-our__item.sign {
    padding: 0 10px;
  }
  .svc-our__item.creative .ttl,
  .svc-our__item.movie .ttl,
  .svc-our__item.sign .ttl,
  .svc-our__item.maintenance .ttl {
    padding-right: 0;
    padding-left: 0;
  }
  .svc-our__link:hover .svc-our__img .hover {
    opacity: 0;
  }
}
@media only screen and (max-width: 800px) {
  .svc-our__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px 0;
  }
  .svc-our__item {
    width: 33.333%;
    padding: 0;
  }
  .svc-our__item.creative,
  .svc-our__item.sign {
    padding: 0;
  }
  .svc-our__img figure {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 90%;
    margin-bottom: 5px;
  }
  .svc-our__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .svc-our__item .ttl {
    margin-top: 0;
    font-size: 18px;
  }
  .svc-our__item.creative .ttl {
    padding-left: 0;
  }
  .svc-our__item.movie .ttl {
    padding-right: 0;
  }
  .svc-our__item.sign .ttl {
    padding-left: 0;
  }
  .svc-our__item.maintenance .ttl {
    padding-right: 0;
  }
  .svc-our__content.child .svc-our__item {
    width: 50%;
    padding: 0 15px;
  }
}

.titleBox + .svc-our {
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .titleBox + .svc-our .svc-our__content {
    padding: 20px 15px 0;
  }
}

/* 2025.6.27追記 */
.service_sub#service div.serviceBox {
  overflow: visible;
  padding-bottom: 0;
}
.editor-area .menu-container {
  position: relative;
  text-align: left;
}
.editor-area .menu-container::before {
  content: "";
  display: block;
  background-color: rgb(194 215 209 / 40%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.editor-area .menu-container.movie::before {
  background-color: #e8cec5;
}
.editor-area .menu-container .wp-block-group__inner-container {
  background: #fff;
  padding-block: clamp(1rem, 0.319rem + 3.404vw, 2.5rem);
  position: relative;
  border-radius: 10px;
}
.editor-area .sign-price-container .wp-block-group__inner-container > * {
  margin-inline: auto;
  max-width: 800px;
}
/* table */
.editor-area .sign-price-container .wp-block-table {
  margin-block: 0 2em;
}
.editor-area .sign-price-container .wp-block-table::before,
.editor-area .sign-price-container .wp-block-table::after {
  content: none;
}
.editor-area .sign-price-container .wp-block-table table {
  min-width: inherit;
}
.editor-area .sign-price-container .wp-block-table thead {
  border: none;
}
.editor-area .sign-price-container .wp-block-table td,
.editor-area .sign-price-container .wp-block-table th {
  padding: 0.5em;
  line-height: 1.5;
  border-color: #bfbfbf;
  text-align: center;
}
.editor-area .sign-price-container .wp-block-table th {
  text-align: center;
  background: #e6efed;
  color: #559281;
}
.editor-area .sign-price-container .wp-block-table td {
  background: #fff;
}
.editor-area .sign-price-container .wp-block-table td.has-text-align-right {
  text-align: right;
}

/* 見出し */
.editor-area .sign-price-container h3.wp-block-heading.font-jp {
  /* color: #559181; */
  font-size: 1.2em;
  position: relative;
  letter-spacing: 0;
}
.editor-area .menu-container .wp-block-button__link {
  background-color: #559281;
  border-radius: 0;
  font-weight: bold;
}
.editor-area .menu-container.movie .wp-block-button__link {
  background-color: #e8cec5;
}
.editor-area .menu-container .wp-block-button__link:hover {
  color: #fff;
  opacity: 0.7;
}

.service-contact__btn {
  padding-bottom: clamp(2.5rem, 1.365rem + 5.674vw, 5rem);
}
.service-contact__btn.movie {
  background: #e8cec5;
}
.service-contact__btn.sign {
  background: rgb(194 215 209 / 40%);
}
.service-contact__btn .contact__btn {
  text-align: center;
  margin-top: 0;
}

.contact__btn a {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.25);
  display: inline-block;
  width: auto;
  padding: 1em 0.5em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  width: 90%;
  max-width: 600px;
}
.contact__btn a:hover {
  background-color: #fff;
}
