@charset "UTF-8";
html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  line-height: 1.428;
  color: #000;
  font-family: Outfit, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.09em;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-sp {
    display: none !important;
  }
}
.sticky {
  position: sticky;
}

.spacer {
  flex-grow: 1 !important;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table:not([class]) {
  margin: 1em 0;
}
table td > *:first-child {
  margin-top: 0;
}
table td > *:last-child {
  margin-bottom: 0;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s;
}
.js-fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.overlay {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
.overlay.is-active {
  pointer-events: auto;
  opacity: 0.95;
  z-index: 500;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.gmap {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .gmap {
    aspect-ratio: 1/1;
  }
}

.youtube iframe,
.gmap iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.scroll-prevent {
  overflow: hidden;
}

.has-theme-color-color {
  color: #e78d33;
}

.has-theme-color-background-color {
  background: #e78d33;
}

.has-theme-black-color {
  color: #000;
}

.has-theme-black-background-color {
  background: #000;
}

.has-theme-grey-color {
  color: #ebebeb;
}

.has-theme-grey-background-color {
  background: #ebebeb;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

input {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
}
input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email] {
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background: #fff;
  line-height: 1.428;
  color: inherit;
  font-size: inherit;
}
input[type=text].min, input[type=number].min, input[type=password].min, input[type=tel].min, input[type=email].min {
  width: 2em;
}
input[type=text].very-short, input[type=text].code-min, input[type=number].very-short, input[type=number].code-min, input[type=password].very-short, input[type=password].code-min, input[type=tel].very-short, input[type=tel].code-min, input[type=email].very-short, input[type=email].code-min {
  width: 4em;
}
input[type=text].code, input[type=text].month, input[type=number].code, input[type=number].month, input[type=password].code, input[type=password].month, input[type=tel].code, input[type=tel].month, input[type=email].code, input[type=email].month {
  width: 6em;
}
input[type=text].date, input[type=number].date, input[type=password].date, input[type=tel].date, input[type=email].date {
  width: 100px;
}
input[type=text].short, input[type=number].short, input[type=password].short, input[type=tel].short, input[type=email].short {
  width: 160px;
}
input[type=text].full, input[type=number].full, input[type=password].full, input[type=tel].full, input[type=email].full {
  width: 100%;
}
input[type=radio], input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
input[type=radio] + span, input[type=checkbox] + span {
  padding-left: 26px;
  position: relative;
}
input[type=radio] + span:empty, input[type=checkbox] + span:empty {
  padding-left: 20px;
}
input[type=radio] + span::before, input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid #ccc;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
input[type=radio] + span {
  color: #999;
}
input[type=radio] + span::before {
  border: 1px solid #000;
  border-radius: 50%;
}
input[type=radio]:checked + span {
  color: #000;
}
input[type=radio]:checked + span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
input[type=checkbox]:checked + span::before {
  border-color: #000;
  background: #000;
}
input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/check.svg") no-repeat center/contain;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.select-styled {
  display: inline-block;
  position: relative;
}
.select-styled::before {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

select {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: "";
  background: none #fff;
  vertical-align: middle;
  line-height: 1.428;
  font-size: inherit;
  color: inherit;
  padding: 4px 30px 4px 10px;
  border: 1px solid #ccc !important;
  border-radius: 3px;
}

textarea {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 10px 20px;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  min-height: calc(7.14em + 22px);
  background-color: #fff;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.428;
}

.has-caption {
  position: relative;
}
.has-caption .caption:not(:empty) {
  display: inline-block;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.has-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1254901961);
}

.has-border {
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.l-header__logo {
  position: fixed;
  top: 20px;
  z-index: 1001;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 1;
}
body.home .l-header__logo {
  top: 30px;
}
@media screen and (max-width: 768px) {
  body.home .l-header__logo {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 15px;
    padding: 0 0 0 15px;
  }
}
.l-header__logo img {
  width: 220px;
}
body.home .l-header__logo img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  body.home .l-header__logo img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 180px;
  }
}
.l-header__content {
  width: 100%;
  max-width: 1480px;
  height: 120px;
  margin: 0 auto;
  padding: 40px 40px 0;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1560px) {
  .l-header__content {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__content {
    height: 80px;
    padding: 20px 20px 0;
  }
}
.l-header__spacer {
  flex-grow: 1;
}
.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .l-header__nav {
    align-items: flex-start;
  }
}
.l-header__toggleBtn {
  flex: 0 0 auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  width: 34px;
  height: 34px;
  transform-origin: center;
  transition: transform 0.2s;
}
.l-header.is-active .l-header__toggleBtn {
  transform: scale(1, -1);
}
.l-header__toggleBtnArrow {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 24px;
  height: 24px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  transform-origin: right bottom;
  margin-bottom: -12px;
}
@media screen and (max-width: 768px) {
  .l-header__toggleBtnArrow {
    width: 20px;
    height: 20px;
    border-width: 3px;
    margin-bottom: -9px;
  }
}
.l-header__toggleMenu {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1560px) {
  .l-header__toggleMenu {
    right: -20px;
  }
}
.l-header.is-active .l-header__toggleMenu {
  pointer-events: auto;
  opacity: 1;
}
.l-header__toggleMenuScroll {
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  max-height: 100vh;
  width: 100%;
  padding: 0;
}
.l-header__globalMenu {
  padding: 120px 40px 20px 20px;
  opacity: 0;
  transform: translateY(-30px);
  width: 240px;
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 1560px) {
  .l-header__globalMenu {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__globalMenu {
    padding: 120px 20px 20px;
    width: 100svw;
  }
}
.l-header.is-active .l-header__globalMenu {
  opacity: 1;
  transform: translateY(0);
}
.l-header__globalMenuList {
  margin: 0;
  padding: 30px 0 30px 28px;
  list-style: none;
  border-left: 1px solid #000;
  width: 100%;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-header__globalMenuList {
    padding: 0;
    border-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.l-header__globalMenuList li {
  text-transform: uppercase;
}
.l-header__globalMenuList li:not(:first-child) {
  margin-top: 24px;
}
body:not(:has(#overlay.is-active)):has(div[id*=-slide02].is-active) .l-header__globalMenuList li a, body:not(:has(#overlay.is-active)):has(div[id*=-slide06].is-active) .l-header__globalMenuList li a {
  position: relative;
}
body:not(:has(#overlay.is-active)):has(div[id*=-slide02].is-active) .l-header__globalMenuList li a::before, body:not(:has(#overlay.is-active)):has(div[id*=-slide06].is-active) .l-header__globalMenuList li a::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -1px;
  top: -3px;
  z-index: -1;
}
.l-header__globalMenuList li:not(.contact) a {
  position: relative;
}
.l-header__globalMenuList li:not(.contact) a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.2s;
}
.l-header__globalMenuList li:not(.contact) a:hover::after {
  transform: scaleX(1);
}
.l-header__globalMenuList li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 4px 0 0;
  border-radius: 100px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .l-header__globalMenuList li.contact a {
    min-width: 140px;
  }
}
.l-header__globalMenuList li.contact a:hover {
  background: #e78d33;
  color: #fff;
}

.l-main {
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 1560px) {
  .l-main {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 0 20px;
  }
}
.l-main__heading {
  max-width: 1480px;
  height: 200px;
  margin: 0 auto;
  padding: 0 0 30px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main__heading {
    padding: 30px 20px 24px 20px;
  }
}
.l-main__headingBg {
  display: block;
  width: 100svw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
.l-main__headingBg::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: var(--main-heading-image);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.l-main__headingBg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.5019607843) 70%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.l-main__title {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-main__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-main__title .ja {
  font-weight: 600;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-main__title .ja {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 28px;
    font-size: min(5.5vw, 26px);
  }
}
.l-main__title .en {
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-main__title .en {
    font-size: min(4vw, 16px);
  }
}
.l-main__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main__content {
    padding: 30px 0 70px;
  }
}
.l-main__content.wide {
  max-width: 1200px;
}
.l-main__content * {
  line-height: 1.7;
}
.l-main__content h2[class=wp-block-heading] {
  margin: 60px 0 30px;
  font-weight: 600;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .l-main__content h2[class=wp-block-heading] {
    margin: 40px 0 20px;
    font-size: 1.5rem;
  }
}
.l-main__content h2.type1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px;
  padding: 6px 30px;
  border: 2px solid #000;
  font-weight: 600;
  font-size: 1.5rem;
}
.l-main__content h2.type2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px;
  padding: 6px 30px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.l-main__content h3[class=wp-block-heading] {
  margin: 60px 0 30px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-main__content h3[class=wp-block-heading] {
    margin: 40px 0 20px;
    font-size: 1.25rem;
  }
}
.l-main__content h2:first-child,
.l-main__content h3:first-child,
.l-main__content h4:first-child {
  margin-top: 0;
}
.l-main__content p {
  line-height: 2;
}
.l-main__content a {
  text-decoration: underline;
}
.l-main__content nav.navigation.pagination {
  margin: 60px 0 0;
}
.l-main__content nav.navigation.pagination h2 {
  margin: 0;
  padding: 0;
}
.l-main__content nav.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #999;
}
.l-main__content nav.navigation.pagination .nav-links .page-numbers {
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
}
.l-main__content nav.navigation.pagination .nav-links .page-numbers.next, .l-main__content nav.navigation.pagination .nav-links .page-numbers.prev {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.l-main__content nav.navigation.pagination .nav-links .page-numbers.next::after, .l-main__content nav.navigation.pagination .nav-links .page-numbers.prev::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/arrow_circled.svg") no-repeat center/contain;
}
.l-main__content nav.navigation.pagination .nav-links .page-numbers.next:hover::after, .l-main__content nav.navigation.pagination .nav-links .page-numbers.prev:hover::after {
  background-image: url("../img/arrow_colored_circled.svg");
}
.l-main__content nav.navigation.pagination .nav-links .page-numbers.prev::after {
  order: -1;
  transform: rotate(180deg);
}
.l-main__content .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.l-main__content .wp-block-image :where(figcaption) {
  margin-top: 0;
  padding: 5px 10px;
  background: #f5f5f5;
  color: #666;
  text-align: right;
  font-size: 1rem;
}
.l-main__content .wp-block-image :where(figcaption) a {
  color: inherit;
  text-decoration: underline;
}
.l-main__content .wp-block-table.default table {
  margin: 0;
}
.l-main__content .wp-block-table.default table td {
  padding: 20px 16px;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: top;
  text-align: left;
  line-height: 2;
}
.l-main__content .wp-block-table.default table td:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-main__content .wp-block-table.default table,
  .l-main__content .wp-block-table.default tbody,
  .l-main__content .wp-block-table.default tr,
  .l-main__content .wp-block-table.default td {
    display: block;
  }
  .l-main__content .wp-block-table.default td {
    padding: 20px 0 10px !important;
  }
  .l-main__content .wp-block-table.default td:first-child {
    font-weight: 600;
  }
  .l-main__content .wp-block-table.default td:last-child {
    padding: 10px 0 20px !important;
  }
  .l-main__content .wp-block-table.default td:not(:last-child) {
    border-bottom: 0;
  }
}
.l-main__content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.l-main__content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-main__content .wp-block-buttons.is-layout-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-main__content .wp-block-button.default {
    width: 100%;
  }
}
.l-main__content .wp-block-button.default a {
  min-width: 330px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 16px 40px;
  border-radius: 100px;
  background: #000;
  color: #e78d33;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-main__content .wp-block-button.default a {
    min-width: auto;
    width: 100%;
    font-size: min(4vw, 18px);
  }
}
.l-main__content .wp-block-button.default a:hover {
  background: #e78d33;
  color: #000;
}
.l-main__content .wp-block-button.arrow a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  background: transparent;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.l-main__content .wp-block-button.arrow a::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
.l-main__content .wp-block-button.arrow a:hover::after {
  background-image: url("../img/arrow_colored.svg");
}

.l-footer {
  padding: 50px 40px 40px;
  background: #ebebeb;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__navList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: 500;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.l-footer__navList li a {
  position: relative;
}
.l-footer__navList li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.2s;
  transform-origin: left;
  transform: scaleX(0);
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-footer__navList li a:hover::before {
  transform: scaleX(1);
}
.l-footer__copyright {
  margin-top: 120px;
  font-weight: 500;
  font-size: 0.75rem;
}

.c-btn {
  min-width: 330px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 16px 40px;
  border-radius: 100px;
  background: #000;
  color: #e78d33;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-btn {
    min-width: auto;
    width: 100%;
    font-size: min(4vw, 18px);
  }
}
.c-btn:hover {
  background: #e78d33;
  color: #000;
}
.c-btn.centering {
  margin: 0 auto;
}

.c-form dl {
  margin: 0;
  padding: 0;
}
.c-form dl dt {
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}
.c-form dl dt.separate {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
}
.c-form dl dt.required::after {
  content: "必須";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px;
  border-radius: 3px;
  background: #bc0303;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
}
.c-form dl dt p {
  line-height: 1.5;
}
.c-form dl dt p:first-child {
  margin-top: 0;
}
.c-form dl dt p:last-child {
  margin-bottom: 0;
}
.c-form dl dd {
  margin: 0;
  padding: 0;
}
.c-form dl dd p {
  line-height: 2;
}
.c-form dl dd p:first-child {
  margin-top: 0;
}
.c-form dl dd p:last-child {
  margin-bottom: 0;
}
.c-form dl dd .policy-contact {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.c-form dl dd .policy-contact strong {
  font-size: 1.5rem;
}
.c-form hr {
  margin: 30px 0;
  border: 0;
  border-top: 2px solid #bfbfbf;
  background: transparent;
}
.c-form h3.wp-block-heading {
  margin: 30px 0 10px;
  font-size: 1.25rem;
}
.c-form ul li > *:first-child {
  margin-top: 0;
}
.c-form ul li > *:last-child {
  margin-bottom: 0;
}
.c-form__acceptance {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.c-form__acceptance::after {
  content: "必須";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px;
  border-radius: 3px;
  background: #bc0303;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
}
.c-form__submit {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.c-form__submit p {
  margin: 0;
}
.c-form__submit .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.c-form__submit input[type=submit] {
  min-width: 330px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 16px 40px;
  border: 0;
  border-radius: 100px;
  background: #e78d33;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form__submit input[type=submit] {
    min-width: auto;
    width: 80vw;
    font-size: min(4vw, 18px);
  }
}
.c-form__submit input[type=submit][disabled] {
  background: #999;
}
.c-form__submit input[type=submit]:not([disabled]):hover {
  transform: scale(1.1);
}
.c-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.c-form .wpcf7-not-valid-tip {
  color: #bc0303;
}

.c-worksList {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-worksList__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 40px) / 3);
  padding: 20px;
  text-decoration: none !important;
  transition: ease 0.2s;
}
@media screen and (max-width: 1199px) {
  .c-worksList__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-worksList__item {
    width: 100%;
  }
}
.c-worksList__item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
}
.c-worksList__itemImg {
  aspect-ratio: 1/1;
}
.c-worksList__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-worksList__itemTitle {
  margin-top: 5px;
  font-weight: 600;
  font-size: 1.125rem;
}
.c-worksList__itemPrice {
  font-weight: 600;
  font-size: 1.125rem;
}
.c-worksList__itemPrice span::before {
  content: "価格: ";
  font-weight: 400;
  font-size: 0.875rem;
}
.c-worksList__itemPrice span::after {
  content: "円（税込）";
  font-weight: 400;
  font-size: 0.875rem;
}
.c-worksList__itemPrice.is-soldout {
  position: relative;
}
.c-worksList__itemPrice.is-soldout::before {
  content: "";
  width: 100%;
  height: 0;
  border-top: 3px double #f00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.c-worksList__itemPrice.is-soldout::after {
  content: "売り切れ";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  border: 1px solid #f00;
  border-radius: 3px;
  background: #fff;
  color: #f00;
  font-weight: 500;
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.c-worksList__itemSpec {
  font-weight: 500;
  font-size: 0.875rem;
}
.c-worksList__itemSpec .size::before {
  content: "サイズ: ";
  font-weight: 400;
}
.c-worksList__itemSpec .material::before {
  content: "素材: ";
  font-weight: 400;
}
.c-worksList__itemBtn {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  padding: 2px 12px;
  border: 1px solid #e78d33;
  border-radius: 3px;
  color: #e78d33;
  overflow: hidden;
  transition: 0.2s ease;
  position: relative;
  z-index: 1;
}
.c-worksList__itemBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  background: #e78d33;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s ease;
  transform-origin: left;
  transform: translateX(-101%);
}
.c-inventoryList__item:hover .c-worksList__itemBtn {
  color: #fff;
}
.c-inventoryList__item:hover .c-worksList__itemBtn::before {
  transform: translateX(0);
}

.c-worksDetail__heading {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-worksDetail__heading {
    text-align: left;
  }
}
.c-worksDetail__splide {
  margin: 0 auto;
}
.c-worksDetail__splide .splide__arrow {
  width: 59px;
  height: 59px;
  background: transparent;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-worksDetail__splide .splide__arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -10px;
    transform: translateY(100%);
  }
}
.c-worksDetail__splide .splide__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/arrow_circled.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.c-worksDetail__splide .splide__arrow:disabled::before {
  opacity: 0.5;
}
.c-worksDetail__splide .splide__arrow--prev {
  left: -139px;
}
@media screen and (max-width: 1199px) {
  .c-worksDetail__splide .splide__arrow--prev {
    left: -69px;
  }
}
@media screen and (max-width: 768px) {
  .c-worksDetail__splide .splide__arrow--prev {
    left: 0;
  }
}
.c-worksDetail__splide .splide__arrow--prev::before {
  transform: rotate(180deg);
}
.c-worksDetail__splide .splide__arrow--next {
  right: -139px;
}
@media screen and (max-width: 1199px) {
  .c-worksDetail__splide .splide__arrow--next {
    right: -69px;
  }
}
@media screen and (max-width: 768px) {
  .c-worksDetail__splide .splide__arrow--next {
    right: 0;
  }
}
.c-worksDetail__splide .splide__pagination {
  bottom: -30px;
}
.c-worksDetail__splide .splide__pagination__page.is-active {
  background: #666;
}
.c-worksDetail__splideThumb {
  max-width: 800px;
  margin: 13px auto 70px;
}
@media screen and (max-width: 1199px) {
  .c-worksDetail__splideThumb {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .c-worksDetail__splideThumb {
    margin-top: 58px;
  }
}
.c-worksDetail__item {
  aspect-ratio: 1/1;
  height: 100%;
}
.c-worksDetail__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-worksDetail__itemThumbList {
  align-items: flex-start;
}
.c-worksDetail__itemThumb {
  aspect-ratio: 1/1;
}
.c-worksDetail__itemThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-worksDetail__body {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .c-worksDetail__body {
    max-width: 750px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-worksDetail__body {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-worksDetail__spec {
    width: 100%;
  }
}
.c-worksDetail__itemHeading {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.125rem;
}
.c-worksDetail__itemHeading:first-child {
  margin-top: 0;
}
.c-worksDetail__itemHeading::before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background: #e78d33;
}
.c-worksDetail__table {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-worksDetail__table {
    width: 100%;
  }
}
.c-worksDetail__table td {
  padding: 8px 10px 6px;
  border-bottom: 1px solid #ddd;
}
.c-worksDetail__table td:first-child {
  padding-left: 0;
  white-space: nowrap;
  font-weight: 500;
}
.c-worksDetail__price {
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.c-worksDetail__priceTotal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.c-worksDetail__priceTotal::before {
  content: "";
}
.c-worksDetail__priceTotal .num {
  font-weight: 600;
  font-size: 1.5rem;
}
.c-worksDetail__priceTotal.is-soldout > span {
  padding-left: 10px;
  padding-right: calc(6em + 10px);
  position: relative;
}
.c-worksDetail__priceTotal.is-soldout > span::before {
  content: "";
  width: 100%;
  height: 0;
  border-top: 3px double #f00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.c-worksDetail__priceTotal.is-soldout > span::after {
  content: "売り切れ";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  padding: 2px 10px;
  border: 1px solid #f00;
  border-radius: 3px;
  background: #fff;
  color: #f00;
  font-weight: 500;
  font-size: 0.9375rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.c-worksDetail__priceNotes:not(:empty) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.c-worksDetail__description {
  flex-grow: 1;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c-worksDetail__description {
    width: 100%;
  }
}
.c-worksDetail__description > *:first-child {
  margin-top: 0;
}
.c-worksDetail__description > *:last-child {
  margin-bottom: 0;
}
.c-worksDetail__description p,
.c-worksDetail__description ul,
.c-worksDetail__description ol,
.c-worksDetail__description dl {
  font-size: 1rem;
}
.c-worksDetail__description h3.wp-block-heading {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.125rem;
}
.c-worksDetail__description h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background: #e78d33;
}
.c-worksDetail__more {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
}
.c-worksDetail__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}
.c-worksDetail__moreBtn::before {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .c-worksDetail__moreBtn::before {
    width: 30px;
    height: 30px;
  }
}
.c-worksDetail__moreBtn:hover::before {
  background-image: url("../img/arrow_colored.svg");
}
.c-worksDetail__preOrderBtn {
  margin-top: 60px;
}

.c-eventList {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-eventList__item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-eventList__item {
    padding: 12px;
  }
}
.c-eventList__item.is-opened .c-eventList__itemTitle::after {
  transform: rotate(180deg);
}
.c-eventList__itemSummary {
  list-style: none;
  cursor: pointer;
}
.c-eventList__itemSummary::-webkit-details-marker {
  display: none;
}
.c-eventList__itemSummary:hover .c-eventList__itemTitle::after {
  background-image: url("../img/triangle_colored.svg");
}
.c-eventList__itemMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-eventList__itemMeta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.c-eventList__itemDate {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: #e78d33;
}
@media screen and (max-width: 768px) {
  .c-eventList__itemDate {
    flex-wrap: wrap;
  }
}
.c-eventList__itemDate .end:not(:empty)::before {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-eventList__itemDate .end:not(:empty)::before {
    margin: 0 5px;
  }
}
.c-eventList__itemDate.under-adjustment::after {
  content: "調整中";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #999;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-eventList__itemDate.under-adjustment::after {
    padding: 4px 8px;
    font-size: 0.875rem;
  }
}
.c-eventList__itemPlace {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 4px;
  background: #e78d33;
  color: #fff;
  line-height: 1;
}
.c-eventList__itemTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 14px;
  padding-left: 4px;
  border-top: 1px solid #bfbfbf;
  font-weight: 600;
  font-size: 1.125rem;
}
.c-eventList__itemTitle::after {
  content: "";
  display: block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: url("../img/triangle.svg") no-repeat center/contain;
  transform: rotate(90deg);
  transition: 0.2s;
  flex-shrink: 0;
}
.c-eventList__itemContent {
  overflow: hidden;
}
.c-eventList__itemContent .site {
  margin-top: 20px;
}
.c-eventList__itemContent .site a {
  display: flex;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 14px 6px 18px;
  border-radius: 100px;
  background: #e78d33;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.c-eventList__itemContent .site a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Symbols Outlined";
}
.c-eventList__itemContent .gmap {
  margin-top: 20px;
}

.c-columnList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-columnList__item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .c-columnList__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-columnList__item {
    width: 100%;
  }
}
.c-columnList__itemThumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: 38/25;
}
.c-columnList__itemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.2s;
  transform: scale(1);
}
.c-columnList__itemThumbnail:hover img {
  transform: scale(1.1);
}
.c-columnList__itemMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.c-columnList__itemCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-columnList__itemDate {
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.9375rem;
}
.c-columnList__itemCategory {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #9f9f9f;
  color: #333;
  font-size: 0.8125rem;
}
.c-columnList__itemTitle {
  color: #333;
  font-size: 1rem;
}

.c-columnDetail__heading {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-columnDetail__heading {
    font-size: 1.5625rem;
  }
}
.c-columnDetail__meta {
  margin: 0 0 60px;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-columnDetail__meta {
    margin-bottom: 40px;
  }
}
.c-columnDetail__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-columnDetail__category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #9f9f9f;
  color: #333;
  font-size: 0.8125rem;
}
.c-columnDetail__date {
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.9375rem;
}
.c-columnDetail__thumbnail {
  display: block;
  margin: 0 0 60px;
  aspect-ratio: 38/25;
}
@media screen and (max-width: 768px) {
  .c-columnDetail__thumbnail {
    margin-bottom: 40px;
  }
}
.c-columnDetail__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-columnDetail__more {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
}
.c-columnDetail__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}
.c-columnDetail__moreBtn::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
.c-columnDetail__moreBtn:hover::after {
  background-image: url("../img/arrow_colored.svg");
}

.c-faq details.is-opened summary {
  border-bottom: 0;
}
.c-faq details.is-opened summary::after {
  transform: rotate(180deg);
}
.c-faq summary {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-faq summary {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.c-faq summary::-webkit-details-marker {
  display: none;
}
.c-faq summary::after {
  content: "";
  display: block;
  width: 44px;
  height: 14px;
  background: url("../img/arrow_down.svg") no-repeat left center/contain;
  flex-shrink: 0;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  .c-faq summary::after {
    width: 20px;
    height: 12px;
  }
}
.c-faq summary > span {
  display: block;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.c-faq summary + div {
  overflow: hidden;
}
.c-faq summary + div div {
  padding: 0 0 40px 28px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .c-faq summary + div div {
    padding: 0 0 30px 28px;
  }
}
.c-faq summary + div div > *:first-child {
  margin-top: 0;
}
.c-faq summary + div div > *:last-child {
  margin-bottom: 0;
}

.c-footContact {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin: 0;
  padding: 60px 40px;
  background: var(--foot-contact-image) no-repeat center/cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-footContact {
    margin: 70px 0 0;
  }
}
body.home .c-footContact {
  margin: 140px 0 0;
}
.p-homeWorks + .c-footContact {
  margin-top: 225px;
}
.c-footContact__heading {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-footContact__heading .en {
  font-weight: 500;
  font-size: 1.875rem;
  text-transform: uppercase;
}
.c-footContact__heading .ja {
  font-weight: 400;
  font-size: 0.8125rem;
}
.c-footContact__body {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-size: 0.875rem;
}
.c-footContact__body > *:first-child {
  margin-top: 0;
}
.c-footContact__body > *:last-child {
  margin-bottom: 0;
}
.c-footContact__btns {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-footContact__btns {
    flex-direction: column;
  }
}
.c-footContact__btn {
  min-width: 330px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 16px 40px;
  border-radius: 100px;
  background: #e78d33;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: ease 0.2s;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-footContact__btn {
    min-width: auto;
    width: 100%;
    font-size: min(4vw, 18px);
  }
}
.c-footContact__btn:hover {
  transform: scale(1.1);
}
.c-footContact__btn[href^="tel:"]::before {
  content: "\e0b0";
  font-family: "Material Symbols Outlined";
}

.wpc-filter-chips-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wpc-filter-chips-list:has(li) {
  margin-bottom: 20px;
}
.wpc-filter-chips-list li {
  margin: 0 !important;
}
.wpc-filter-chips-list li a {
  height: 100%;
  padding-left: 14px !important;
  padding-right: 14px !important;
  display: flex !important;
  align-items: center !important;
}
.wpc-filter-chips-list li a * {
  line-height: 1.428;
  letter-spacing: 0;
}

.wpc-filters-widget-wrapper {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}
.wpc-filters-widget-wrapper .wpc-instead-of-posts-found {
  display: none;
}
.wpc-filters-widget-wrapper .wpc-filters-section {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wpc-filters-widget-wrapper .wpc-filters-section {
    width: 100%;
  }
}
.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-title {
  font-weight: 500;
}
.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content * {
  line-height: 1.428;
}
.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content select {
  margin: 0;
}
.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content:has(select) {
  position: relative;
}
.wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content:has(select)::before {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.wpc-edit-filter-set {
  display: none;
}

.wpc-filters-widget-top-container {
  background: transparent !important;
}
.wpc-filters-widget-top-container::before {
  background: transparent !important;
}

.p-home__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 50px 7px;
  border: 2px solid #000;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home__heading {
    margin-bottom: 110px;
  }
}
.p-home__heading .en {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.5625rem;
  position: relative;
}
.p-home__heading .en::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e78d33;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -10%);
  z-index: -1;
}
.p-home__heading .ja {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 0.8125rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .p-home__heading .ja {
    flex-direction: column;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%, 100%);
  }
}
.p-home__heading .ja::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-home__heading .ja::before {
    width: 1px;
    height: 40px;
  }
}
.p-home__headingVertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
  padding: 30px 10px;
  border: 2px solid #000;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
.p-home__headingVertical .en {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.5625rem;
  position: relative;
}
.p-home__headingVertical .en::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e78d33;
  position: absolute;
  left: auto;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-home__headingVertical .ja {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 0.8125rem;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 100%);
}
.p-home__headingVertical .ja::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #000;
}

@-moz-document url-prefix() {
  .p-home__headingVertical .en::before {
    left: 50%;
  }
}
.p-homeFirst__item {
  height: 100svh;
}
@media screen and (max-width: 768px) {
  .p-homeFirst__item:nth-child(1) img, .p-homeFirst__item:nth-child(3) img, .p-homeFirst__item:nth-child(5) img {
    -o-object-position: 25% 50%;
       object-position: 25% 50%;
  }
  .p-homeFirst__item:nth-child(2) img {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
  .p-homeFirst__item:nth-child(4) img {
    -o-object-position: 45% 50%;
       object-position: 45% 50%;
  }
}
.p-homeFirst__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-homePrinciple {
  padding: 100px 0 150px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple {
    padding: 50px 20px 75px;
  }
}
.p-homePrinciple__body {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple__body {
    text-align: left;
  }
}
.p-homePrinciple__body > *:first-child {
  margin-top: 0;
}
.p-homePrinciple__body > *:last-child {
  margin-bottom: 0;
}
.p-homePrinciple__body p {
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple__sign {
    align-self: flex-end;
  }
}

.p-homeWorks {
  margin: 0 0 0 40px;
  padding: 145px 0 0;
  display: flex;
}
@media screen and (min-width: 1560px) {
  .p-homeWorks {
    margin-left: calc((100svw - 1200px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-homeWorks {
    margin-left: 20px;
  }
}
.p-homeWorks__heading {
  flex-grow: 0;
  flex-shrink: 0;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-homeWorks__heading {
    width: 90px;
  }
}
.p-homeWorks__splide::before {
  content: "";
  width: 83.931%;
  height: calc(100% + 300px);
  background: #e78d33;
  position: absolute;
  top: -145px;
  right: 0;
  z-index: -1;
  transition: 1s;
  transform-origin: right;
  transform: scaleX(0);
}
.p-homeWorks__splide.is-animated::before {
  transform: scaleX(1);
}
.p-homeWorks__splide .splide__arrow {
  width: 59px;
  height: 59px;
  background: transparent;
  transition: 0.2s;
}
.p-homeWorks__splide .splide__arrow::before {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_splide.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.p-homeWorks__splide .splide__arrow:disabled::before {
  opacity: 0.5;
}
.p-homeWorks__splide .splide__arrow--prev::before {
  transform: rotate(180deg);
}
.p-homeWorks__item {
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
}
.p-homeWorks__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeWorks__more {
  margin: 35px 40px 0 0;
  display: flex;
  justify-content: flex-end;
}
.p-homeWorks__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.p-homeWorks__moreBtn::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
.p-homeWorks__moreBtn:hover::after {
  background-image: url("../img/arrow_colored_circled.svg");
}

.p-homeWorks + .p-homeInstagram {
  margin-top: 225px;
}
.p-homeInstagram__body {
  margin: 50px auto;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .p-homeInstagram__body {
    margin: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-homeInstagram__body {
    margin: 50px 20px;
  }
}

.p-homeAbout {
  max-width: 1200px;
  margin: 140px auto 0;
  padding: 80px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-homeAbout {
    margin: 140px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-homeAbout {
    margin: 70px 20px 0;
  }
}
.p-homeAbout::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.p-homeAbout__heading {
  flex-grow: 0;
  flex-shrink: 0;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-homeAbout__heading {
    width: 90px;
  }
}
.p-homeAbout__body {
  padding-top: 50px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-homeAbout__body {
    padding-top: 25px;
    width: calc(100% - 90px);
  }
}
.p-homeAbout__more {
  margin: 80px 0 0;
  display: flex;
  justify-content: flex-end;
}
.p-homeAbout__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.p-homeAbout__moreBtn::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
.p-homeAbout__moreBtn:hover::after {
  background-image: url("../img/arrow_colored.svg");
}

.p-homeColumn {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-homeColumn {
    margin: 50px 0;
  }
}
.p-homeColumn__splide {
  margin: 60px 45px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-homeColumn__splide {
    margin: 60px 20px;
  }
}
.p-homeColumn__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-homeColumn__itemThumbnail {
  display: block;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 430/287;
}
.p-homeColumn__itemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.2s;
  transform: scale(1);
}
.p-homeColumn__itemThumbnail:hover img {
  transform: scale(1.1);
}
.p-homeColumn__itemMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.p-homeColumn__itemCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-homeColumn__itemDate {
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.9375rem;
}
.p-homeColumn__itemCategory {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #9f9f9f;
  color: #333;
  font-size: 0.8125rem;
}
.p-homeColumn__itemTitle {
  color: #333;
  font-size: 1rem;
}
.p-homeColumn__more {
  margin: 0 45px;
  display: flex;
  justify-content: center;
}
.p-homeColumn__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.p-homeColumn__moreBtn::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
.p-homeColumn__moreBtn:hover::after {
  background-image: url("../img/arrow_colored.svg");
}

.p-newsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-newsList__item {
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
.p-newsList__item:first-child {
  padding-top: 0;
}
.p-newsList__itemMeta {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-newsList__itemMetaDate {
  font-weight: 500;
  font-size: 1.5625rem;
}
.p-newsList__itemMetaCategories {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-newsList__itemMetaCategory {
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #e78d33;
  color: #fff;
  font-size: 0.875rem;
}
.p-newsList__itemLink {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  font-size: 1.25rem;
  text-decoration: none !important;
}
.p-newsList__itemLink::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/arrow_right.svg") no-repeat center/contain;
  flex-grow: 0;
  flex-shrink: 0;
}

.p-news__meta {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-news__metaDate {
  color: #fff;
  font-weight: 500;
  font-size: 1.875rem;
}
.p-news__metaCategories {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-news__metaCategory {
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #e78d33;
  color: #fff;
  font-size: 1.0625rem;
}
.p-news__share {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-news__share a {
  display: block;
  width: 110px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-news__shareX {
  background-image: url("../img/btn_share_x.svg");
}
.p-news__shareFb {
  background-image: url("../img/btn_share_fb.svg");
}
.p-news__back {
  margin: 80px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 1.125rem;
  text-decoration: none !important;
}
.p-news__back::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../img/arrow_right_light.svg") no-repeat center/contain;
}/*# sourceMappingURL=style.css.map */