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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.428;
  color: #000;
  font-family: Montserrat, "M PLUS 1", 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: 769px) {
  .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: 1s ease;
}
.js-fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

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

.youtube iframe,
.gmap iframe {
  width: 100%;
  height: 100%;
}

.scroll-prevent {
  overflow: hidden;
}

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

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

.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: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: 0.5s ease;
  background: #fff;
}
.l-header.is-scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.l-header.is-home {
  position: fixed;
  background: transparent;
}
.l-header.is-home.is-scrolled {
  background: #fff;
}
.l-header__content {
  width: 100%;
  height: 80px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1560px) {
  .l-header__content {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__content {
    height: 60px;
    padding: 0 20px;
  }
}
.is-home .l-header__content {
  height: auto;
  padding: 40px 40px 0;
}
@media screen and (min-width: 1560px) {
  .is-home .l-header__content {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .is-home .l-header__content {
    padding: 20px 20px 0;
  }
}
.is-home.is-scrolled .l-header__content {
  height: 80px;
  padding: 0 40px;
}
@media screen and (min-width: 1560px) {
  .is-home.is-scrolled .l-header__content {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .is-home.is-scrolled .l-header__content {
    height: 60px;
    padding: 0 20px;
  }
}
.l-header__logo {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  position: relative;
}
.is-home .l-header__logo::before {
  content: "";
  content: none;
  display: block;
  width: calc(100% + 60px);
  height: calc(100% + 80px);
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: -30px;
  top: -40px;
  z-index: -1;
}
.is-home.is-scrolled .l-header__logo::before {
  opacity: 0;
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  width: auto;
  height: 60px;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  .l-header__logo a img {
    height: 50px;
  }
}
.is-home .l-header__logo a img {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .is-home .l-header__logo a img {
    height: 70px;
  }
}
.is-home.is-scrolled .l-header__logo a img {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .is-home.is-scrolled .l-header__logo a img {
    height: 50px;
  }
}
.l-header__spacer {
  flex-grow: 1;
}
.l-header__nav {
  margin: 0;
}
.l-header__menu {
  margin: 0;
  display: flex;
  transition: 0.5s ease;
}
@media screen and (min-width: 1200px) {
  .is-home .l-header__menu {
    opacity: 0;
    pointer-events: none;
  }
  .is-home.is-scrolled .l-header__menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__menu {
    display: none;
  }
  .l-header__menu.is-active {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100svh;
    padding: 100px 20px 20px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }
}
.l-header__menuList {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .l-header__menuList {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__menuList li {
    width: 500px;
    padding: 12px 0;
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menuList li {
    width: 100%;
  }
}
.l-header__menuList li a {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .l-header__menuList li a {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__menuList li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: 0.2s;
}
@media screen and (max-width: 1199px) {
  .l-header__menuList li a::after {
    content: "\e5e1";
    font-family: "Material Symbols Outlined";
    width: auto;
    height: auto;
    background: transparent;
    transform: scaleX(1);
  }
}
.l-header__menuList li a:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width: 1199px) {
  .l-header__menuList li.contact {
    margin-top: 30px;
    padding: 0;
    border-bottom: 0;
  }
}
.l-header__menuList li.contact a {
  padding: 3px 18px;
  border: 2px solid #557;
  border-radius: 100px;
  color: #fff;
  transition: 0.2s ease;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .l-header__menuList li.contact a {
    padding: 10px 18px;
    justify-content: center;
    font-size: 1rem;
  }
}
.l-header__menuList li.contact a::before {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  background: #557;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s ease;
  transform-origin: left;
  transform: translateX(0);
}
.l-header__menuList li.contact a:hover {
  color: #557;
}
.l-header__menuList li.contact a:hover::before {
  transform: translateX(101%);
}
.l-header__menuList li.contact a::after {
  content: none;
}
.l-header__hamburger {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 22px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    top: 20px;
    right: 20px;
  }
}
.l-header__hamburger span {
  background-color: #000;
  border: none;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.l-header__hamburger span:nth-of-type(2) {
  top: 10px;
}
.l-header__hamburger span:nth-of-type(3) {
  top: 20px;
}
@media screen and (min-width: 1200px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger.is-active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
}
.l-header__hamburger.is-active .middle {
  opacity: 0;
}
.l-header__hamburger.is-active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.l-main {
  width: 100%;
  position: relative;
}
.l-main__heading {
  max-width: 1480px;
  height: auto;
  min-height: 140px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-main__heading::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: #557;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.l-main__heading.is-group-color::before {
  background: var(--group-color);
}
.l-main__title {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.l-main__title .en {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: min(4vw, 16px);
  text-transform: uppercase;
}
.l-main__title .ja {
  margin-top: 8px;
  font-size: min(5.5vw, 26px);
}
.l-main__content {
  width: 100%;
  max-width: 1200px;
  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 * {
  line-height: 1.7;
}
.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 {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-main__content p {
    font-size: 1rem;
  }
}
.l-main__content ul,
.l-main__content ol,
.l-main__content dl {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-main__content ul,
  .l-main__content ol,
  .l-main__content dl {
    font-size: 1rem;
  }
}
.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_blue.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;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-main__content .wp-block-table.default table {
    font-size: 1rem;
  }
}
.l-main__content .wp-block-table.default table td {
  padding: 15px;
  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;
  font-weight: 500;
}
@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: 15px 0 0 !important;
  }
  .l-main__content .wp-block-table.default td:first-child {
    font-weight: 500;
  }
  .l-main__content .wp-block-table.default td:last-child {
    padding: 10px 0 !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: #557;
  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) {
  .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 {
  transform: scale(1.1);
}
.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_blue.svg");
}

.l-footer__copyright {
  font-weight: 500;
  font-size: 0.875rem;
}

.c-btn {
  min-width: 330px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 16px 40px;
  border-radius: 100px;
  background: #000;
  color: #557;
  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: #557;
  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.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 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: #557;
  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]: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-characterDetail {
  display: flex;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-characterDetail {
    flex-direction: column;
  }
}
.c-characterDetail__prev {
  width: 60px;
  height: 100svh;
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-characterDetail__prev {
    width: 30px;
  }
}
.c-characterDetail__prev a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/arrow_circled.svg") no-repeat center/contain;
  transform: scale(-1, 1);
}
.c-characterDetail__next {
  width: 60px;
  height: 100svh;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-characterDetail__next {
    width: 30px;
  }
}
.c-characterDetail__next a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/arrow_circled.svg") no-repeat center/contain;
}
.c-characterDetail__img {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-characterDetail__img {
    width: 100%;
  }
}
.c-characterDetail__img > div {
  aspect-ratio: 1199/2560;
  max-height: 100svh;
  margin: 0 auto;
}
.c-characterDetail__aside {
  width: 50%;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .c-characterDetail__aside {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
  }
}
.c-characterDetail__name {
  color: #557;
}
.c-characterDetail__name .en {
  text-transform: uppercase;
  font-weight: 700;
  font-size: min(3.2vw, 16px);
}
.c-characterDetail__name .ja {
  margin: 10px 0 20px;
  line-height: 1;
  font-weight: 700;
  font-size: min(9.6vw, 56px);
}
.c-characterDetail__heading {
  border-bottom: #446 solid 2px;
  line-height: 1;
  font-size: 30px;
  padding: 0 0 12px;
  margin: 32px 0 0;
}
.c-characterDetail__profile {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 12px;
  border-bottom: rgba(68, 68, 102, 0.2) solid 2px;
}
.c-characterDetail__profile dl {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.c-characterDetail__profile dl dt {
  font-weight: 600;
}
.c-characterDetail__profile dl:nth-last-child(2),
.c-characterDetail__profile dl:nth-last-child(2) ~ dl {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .c-characterDetail__profile dl:nth-last-child(2),
  .c-characterDetail__profile dl:nth-last-child(2) ~ dl {
    width: calc(50% - 5px);
  }
}
.c-characterDetail__description {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-characterDetail__description {
    width: 100%;
  }
}
.c-characterDetail__description > *:first-child {
  margin-top: 0;
}
.c-characterDetail__description > *:last-child {
  margin-bottom: 0;
}
.c-characterDetail__description p,
.c-characterDetail__description ul,
.c-characterDetail__description ol,
.c-characterDetail__description dl {
  font-size: 1rem;
}

.c-characterList {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .c-characterList {
    margin: 80px 0 0;
  }
}
.c-characterList__item {
  display: flex;
  flex-direction: column;
  margin: 0 -100px;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-characterList__item {
    margin: 0 -50px;
  }
}
.c-characterList__item:nth-child(1), .c-characterList__item:nth-child(5) {
  z-index: 1;
}
.c-characterList__item:nth-child(2), .c-characterList__item:nth-child(4) {
  z-index: 2;
}
.c-characterList__item:nth-child(3) {
  z-index: 3;
}
.c-characterList__itemLink {
  display: block;
  width: calc(100% - 200px);
  height: 100%;
  pointer-events: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-characterList__itemLink {
    width: calc(100% - 100px);
  }
}
.c-characterList__description {
  max-width: 800px;
  margin: 80px auto;
  padding: 40px;
  border-radius: 8px;
  background: #eee;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-characterList__description {
    margin: 80px 20px;
  }
}
.c-characterList__description > *:first-child {
  margin-top: 0;
}
.c-characterList__description > *:last-child {
  margin-bottom: 0;
}

.c-groupList {
  max-width: 800px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-groupList {
    flex-direction: column;
    padding: 0 20px;
  }
}
.c-groupList__item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .c-groupList__item {
    width: 100%;
  }
}
.c-groupList__item img {
  border-radius: 0 0 8px 8px;
}
.c-groupList__itemName {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 18px;
}

.c-inventoryDetail__heading {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__heading {
    text-align: left;
  }
}
.c-inventoryDetail__splide {
  margin: 0 auto;
}
.c-inventoryDetail__splide .splide__arrow {
  width: 59px;
  height: 59px;
  background: transparent;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__splide .splide__arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -10px;
    transform: translateY(100%);
  }
}
.c-inventoryDetail__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-inventoryDetail__splide .splide__arrow:disabled::before {
  opacity: 0.5;
}
.c-inventoryDetail__splide .splide__arrow--prev {
  left: -139px;
}
@media screen and (max-width: 1199px) {
  .c-inventoryDetail__splide .splide__arrow--prev {
    left: -69px;
  }
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__splide .splide__arrow--prev {
    left: 0;
  }
}
.c-inventoryDetail__splide .splide__arrow--prev::before {
  transform: rotate(180deg);
}
.c-inventoryDetail__splide .splide__arrow--next {
  right: -139px;
}
@media screen and (max-width: 1199px) {
  .c-inventoryDetail__splide .splide__arrow--next {
    right: -69px;
  }
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__splide .splide__arrow--next {
    right: 0;
  }
}
.c-inventoryDetail__splide .splide__pagination {
  bottom: -30px;
}
.c-inventoryDetail__splide .splide__pagination__page.is-active {
  background: #666;
}
.c-inventoryDetail__splideThumb {
  max-width: 800px;
  margin: 13px auto 70px;
}
@media screen and (max-width: 1199px) {
  .c-inventoryDetail__splideThumb {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__splideThumb {
    margin-top: 58px;
  }
}
.c-inventoryDetail__item {
  aspect-ratio: 3/2;
  height: 100%;
}
.c-inventoryDetail__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-inventoryDetail__body {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .c-inventoryDetail__body {
    max-width: 750px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__body {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__spec {
    width: 100%;
  }
}
.c-inventoryDetail__itemHeading {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.125rem;
}
.c-inventoryDetail__itemHeading::before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background: #557;
}
.c-inventoryDetail__table {
  border-top: 1px solid #ddd;
}
.c-inventoryDetail__table td {
  padding: 8px 10px 6px;
  border-bottom: 1px solid #ddd;
}
.c-inventoryDetail__table td:first-child {
  padding-left: 0;
  white-space: nowrap;
  font-weight: 500;
}
.c-inventoryDetail__price {
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.c-inventoryDetail__priceTotal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.c-inventoryDetail__priceTotal::before {
  content: "総額（税込）";
}
.c-inventoryDetail__priceTotal .num {
  font-weight: 600;
  font-size: 1.5rem;
}
.c-inventoryDetail__priceTotal.is-soldout > span {
  padding-left: 10px;
  padding-right: calc(6em + 10px);
  position: relative;
}
.c-inventoryDetail__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-inventoryDetail__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-inventoryDetail__priceNotes:not(:empty) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.c-inventoryDetail__description {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .c-inventoryDetail__description {
    width: 100%;
  }
}
.c-inventoryDetail__description > *:first-child {
  margin-top: 0;
}
.c-inventoryDetail__description > *:last-child {
  margin-bottom: 0;
}
.c-inventoryDetail__description p,
.c-inventoryDetail__description ul,
.c-inventoryDetail__description ol,
.c-inventoryDetail__description dl {
  font-size: 1rem;
}
.c-inventoryDetail__description h3.wp-block-heading {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.125rem;
}
.c-inventoryDetail__description h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background: #557;
}
.c-inventoryDetail__more {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
}
.c-inventoryDetail__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-inventoryDetail__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-inventoryDetail__moreBtn::before {
    width: 30px;
    height: 30px;
  }
}
.c-inventoryDetail__moreBtn:hover::before {
  background-image: url("../img/arrow_blue.svg");
}

.c-categoryList {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.c-categoryList__item a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 40px;
  border: 2px solid #557;
  border-radius: 100px;
  text-decoration: none !important;
  color: #557;
  font-weight: 500;
  font-size: 1.125rem;
  transition: 0.2s ease;
}
.c-categoryList__item a.is-current {
  background: #557;
  color: #fff;
}
.c-categoryList__item a[data-num] {
  padding: 5px 20px 5px 40px;
}
.c-categoryList__item a[data-num]::after {
  content: attr(data-num);
  display: inline-block;
  padding: 3px 12px;
  border-radius: 100px;
  background: #557;
  color: #fff;
  line-height: 1;
  font-size: 0.8125rem;
}
.c-categoryList__item a[data-num].is-current::after {
  background: #fff;
  color: #557;
}
.c-categoryList__item a:hover {
  transform: translateY(-5px);
}

.c-deliveryList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-deliveryList__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 30px) / 2);
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-deliveryList__item {
    width: 100%;
  }
}
.c-deliveryList__itemImg {
  aspect-ratio: 3/2;
}
.c-deliveryList__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-deliveryList__itemTitle {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.c-deliveryList__itemTitle .name {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryList__itemTitle .name {
    font-size: 1.125rem;
  }
}
.c-deliveryList__itemTitle .attribute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 3px;
  background: #f5f5f5;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryList__itemTitle .attribute {
    font-size: 0.875rem;
  }
}
.c-deliveryList__itemTitle .attribute > div {
  display: flex;
  align-items: center;
}
.c-deliveryList__itemTitle .attribute > div:not(:first-child)::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
}
.c-deliveryList__itemInfo > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryList__itemInfo > div {
    font-size: 0.875rem;
  }
}
.c-deliveryList__itemInfo > div::before {
  font-weight: 500;
}
.c-deliveryList__itemInfo .model::before {
  content: "車種";
}
.c-deliveryList__itemInfo .distance::before {
  content: "走行距離";
}
.c-deliveryList__itemInfo .date::before {
  content: "納車日";
}
.c-deliveryList__itemComment {
  margin-top: 20px;
}
.c-deliveryList__itemComment::before {
  content: attr(data-name) "からのコメント";
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryList__itemComment::before {
    font-size: 0.875rem;
  }
}
.c-deliveryList__itemComment > *:first-child {
  margin-top: 0;
}
.c-deliveryList__itemComment > *:last-child {
  margin-bottom: 0;
}

.c-deliveryDetail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-deliveryDetail__title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.c-deliveryDetail__title .name {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryDetail__title .name {
    font-size: 1.125rem;
  }
}
.c-deliveryDetail__title .attribute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 3px;
  background: #f5f5f5;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryDetail__title .attribute {
    font-size: 0.875rem;
  }
}
.c-deliveryDetail__title .attribute > div {
  display: flex;
  align-items: center;
}
.c-deliveryDetail__title .attribute > div:not(:first-child)::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
}
.c-deliveryDetail__thumbnail {
  aspect-ratio: 3/2;
}
.c-deliveryDetail__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-deliveryDetail__info > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryDetail__info > div {
    font-size: 0.875rem;
  }
}
.c-deliveryDetail__info > div::before {
  font-weight: 500;
}
.c-deliveryDetail__info .model::before {
  content: "車種";
}
.c-deliveryDetail__info .distance::before {
  content: "走行距離";
}
.c-deliveryDetail__info .date::before {
  content: "納車日";
}
.c-deliveryDetail__comment::before {
  content: attr(data-name) "からのコメント";
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-deliveryDetail__comment::before {
    font-size: 0.875rem;
  }
}
.c-deliveryDetail__comment > *:first-child {
  margin-top: 0;
}
.c-deliveryDetail__comment > *:last-child {
  margin-bottom: 0;
}
.c-deliveryDetail__more {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
}
.c-deliveryDetail__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-deliveryDetail__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-deliveryDetail__moreBtn::before {
    width: 30px;
    height: 30px;
  }
}
.c-deliveryDetail__moreBtn:hover::before {
  background-image: url("../img/arrow_blue.svg");
}

.c-blogList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-blogList__item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .c-blogList__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-blogList__item {
    width: 100%;
  }
}
.c-blogList__itemThumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.c-blogList__itemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.2s;
  transform: scale(1);
}
.c-blogList__itemThumbnail:hover img {
  transform: scale(1.1);
}
.c-blogList__itemMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.c-blogList__itemDate {
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.9375rem;
}
.c-blogList__itemCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-blogList__itemCategory {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #9f9f9f;
  color: #333;
  text-decoration: none !important;
  font-size: 0.8125rem;
}
.c-blogList__itemTitle {
  color: #333;
  font-size: 1rem;
}

.c-blogDetail__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-blogDetail__heading {
    font-size: 1.5625rem;
  }
}
.c-blogDetail__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-blogDetail__meta {
    margin-bottom: 40px;
  }
}
.c-blogDetail__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-blogDetail__category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #9f9f9f;
  color: #333;
  text-decoration: none !important;
  font-size: 0.8125rem;
}
.c-blogDetail__date {
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 0.9375rem;
}
.c-blogDetail__thumbnail {
  display: block;
  margin: 0 0 60px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  .c-blogDetail__thumbnail {
    margin-bottom: 40px;
  }
}
.c-blogDetail__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blogDetail__more {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
}
.c-blogDetail__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-blogDetail__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-blogDetail__moreBtn::before {
    width: 30px;
    height: 30px;
  }
}
.c-blogDetail__moreBtn:hover::before {
  background-image: url("../img/arrow_blue.svg");
}

.c-jobList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-jobList__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 30px) / 2);
  padding: 20px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .c-jobList__item {
    width: 100%;
  }
}
.c-jobList__itemImg {
  aspect-ratio: 3/2;
}
.c-jobList__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-jobList__itemTitle {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-jobList__itemTitle {
    font-size: 1.125rem;
  }
}
.c-jobList__itemTitle::before {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background: #557;
}
.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;
  padding: 60px 40px;
  background: var(--foot-contact-image) no-repeat center/cover;
  color: #fff;
}
.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.875rem;
}
.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__btn {
  min-width: 330px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 16px 40px;
  border-radius: 100px;
  background: #f3f50f;
  color: #000;
  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-footContact__btn {
    min-width: auto;
    width: 100%;
    font-size: min(4vw, 18px);
  }
}
.c-footContact__btn:hover {
  transform: scale(1.1);
}

.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;
}

.p-home__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 50px;
  border: 2px solid #000;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home__heading {
    margin-bottom: 80px;
  }
}
.p-home__heading .en {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home__heading .en {
    font-size: 1.25rem;
  }
}
.p-home__heading .en::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f50f;
  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.875rem;
  white-space: nowrap;
  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;
  margin: 0;
  padding: 30px 10px;
  border: 2px solid #000;
  font-weight: 500;
  position: relative;
}
.p-home__headingVertical .en {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home__headingVertical .en {
    font-size: 1.25rem;
  }
}
.p-home__headingVertical .en::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f50f;
  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.875rem;
  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 {
  height: 100svh;
  position: relative;
}
.p-homeFirst__splideItem {
  width: 100%;
  height: 100svh;
}
@media screen and (min-width: 1200px) {
  .p-homeFirst__splideItem:nth-child(1) img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-homeFirst__splideItem:nth-child(0) img {
    -o-object-position: 25% 50%;
       object-position: 25% 50%;
  }
}
.p-homeFirst__splideItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeFirst__content {
  width: 100%;
  max-width: 1480px;
  height: 100svh;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1560px) {
  .p-homeFirst__content {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .p-homeFirst__content {
    padding: 0 30px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-homeFirst__content {
    padding: 0 20px;
    gap: 10px;
  }
}
.p-homeFirst__catchcopy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 30svw;
  padding: 0 0 0 1svw;
  background: rgba(255, 255, 255, 0.7);
  color: #557;
  font-weight: 600;
  font-size: 4svw;
}
@media screen and (max-width: 768px) {
  .p-homeFirst__catchcopy {
    margin: 0;
    font-size: 10svw;
  }
}
.p-homeFirst__catchcopy.is-animated {
  --x: 0;
}
.p-homeFirst__catchcopy .char {
  overflow: hidden;
}
.p-homeFirst__catchcopy .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.p-homeFirst__leadcopy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 120px 30svw;
}
@media screen and (max-width: 768px) {
  .p-homeFirst__leadcopy {
    gap: 10px;
    margin: 40px 0;
  }
}
.p-homeFirst__leadcopy .line {
  display: inline-block;
  padding: 0 0 0 1svw;
  color: transparent;
  font-weight: 600;
  font-size: 3svw;
  transition: 0.5s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-homeFirst__leadcopy .line {
    font-size: 6svw;
  }
}
.p-homeFirst__leadcopy .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #557;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s ease;
  transform-origin: left;
  transform: scaleX(0);
}
.p-homeFirst__leadcopy .line.is-animated {
  color: #fff;
}
.p-homeFirst__leadcopy .line.is-animated::before {
  transform: scaleX(1);
}

.p-homePrinciple {
  overflow: hidden;
  padding: 150px 0 250px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple {
    padding: 50px 20px 100px;
  }
}
.p-homePrinciple::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/home_principle_bg.webp") no-repeat bottom left/contain;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 1s ease;
  transform-origin: left;
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .p-homePrinciple::before {
    background-size: 150%;
    opacity: 0.25;
  }
}
.p-homePrinciple.is-animated::before {
  transform: translateX(0);
}
.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 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple__body p {
    margin: 160px auto;
    letter-spacing: 0.05em;
    font-size: 3.5svw;
  }
}
.p-homePrinciple__body p:first-child::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: url("../img/home_principle_img_01.webp") no-repeat center/cover;
  position: absolute;
  left: -260px;
  top: -60px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple__body p:first-child::before {
    width: 100px;
    height: 100px;
    left: 10px;
    top: auto;
    bottom: -140px;
  }
}
.p-homePrinciple__body p:last-child {
  font-weight: 600;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple__body p:last-child {
    letter-spacing: 0.05em;
    font-size: 3.8svw;
  }
}
.p-homePrinciple__body p:last-child::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: url("../img/home_principle_img_02.webp") no-repeat center/cover;
  position: absolute;
  right: -240px;
  top: 0;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .p-homePrinciple__body p:last-child::before {
    width: 100px;
    height: 100px;
    right: 10px;
    top: -140px;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.p-homeBlog {
  margin: -80px 40px 80px;
}
@media screen and (min-width: 1560px) {
  .p-homeBlog {
    margin: -80px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-homeBlog {
    margin: -40px 20px 80px;
  }
}
.p-homeBlog__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 60px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-homeBlog__content {
    padding: 40px 20px 20px;
  }
}
.p-homeBlog__list {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__list {
    margin: 0 auto 20px;
  }
}
.p-homeBlog__item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #46466b;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__item {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
}
.p-homeBlog__itemCategories {
  flex-grow: 0;
  flex-shrink: 0;
  width: 130px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__itemCategories {
    width: 110px;
  }
}
.p-homeBlog__itemCategory {
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #557;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__itemCategory {
    width: 110px;
    font-size: 0.8125rem;
  }
}
.p-homeBlog__itemDate {
  flex-grow: 0;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__itemDate {
    width: calc(100% - 20px - 110px);
    font-weight: 400;
    font-size: 1rem;
  }
}
.p-homeBlog__itemLink {
  width: 100%;
  font-weight: 500;
  font-size: 1.125rem;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__itemLink {
    font-size: 1rem;
  }
}
.p-homeBlog__more {
  margin: 0 60px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__more {
    margin: 0;
  }
}
.p-homeBlog__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.p-homeBlog__moreBtn::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-homeBlog__moreBtn::after {
    width: 30px;
    height: 30px;
  }
}
.p-homeBlog__moreBtn:hover::after {
  background-image: url("../img/arrow_blue.svg");
}

.p-homePoints__body {
  margin: 50px auto;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .p-homePoints__body {
    margin: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-homePoints__body {
    margin: 50px 20px;
  }
}
.p-homePoints__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}
.p-homePoints__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 50%;
  padding: 60px 50px;
  border: 1px solid #707070;
  border-top: 0;
  overflow: hidden;
  counter-increment: number 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-homePoints__item {
    width: 100%;
  }
}
.p-homePoints__item:nth-child(-n+2) {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-homePoints__item:nth-child(-n+2) {
    border-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-homePoints__item:nth-child(1) {
    border-top: 1px solid #707070;
  }
}
.p-homePoints__item:nth-child(2n) {
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .p-homePoints__item:nth-child(2n) {
    border-left: 1px solid #707070;
  }
}
.p-homePoints__item::before {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.p-homePoints__item::after {
  content: counter(number);
  color: #f3f50f;
  font-weight: 700;
  font-size: 24svw;
  line-height: 1;
  position: absolute;
  right: -2svw;
  bottom: -4svw;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-homePoints__item::after {
    font-size: 50svw;
    right: -4.5svw;
    bottom: auto;
    top: -8svw;
  }
}
.p-homePoints__itemIcon {
  width: 100px;
  margin-bottom: 10px;
}
.p-homePoints__itemTitle {
  margin: 0 !important;
  padding: 5px 20px !important;
  color: #000;
  font-weight: 600 !important;
  font-size: 22px !important;
  position: relative;
  transition: 1s;
}
.p-homePoints__itemTitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: 1s;
}
.p-homePoints__itemTitle.is-animated {
  color: #fff;
}
.p-homePoints__itemTitle.is-animated::before {
  transform: scaleX(1);
}
.p-homePoints__itemDescription {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
}

.p-homeInventory {
  margin: 0 0 0 40px;
  padding: 145px 0 0;
  display: flex;
}
@media screen and (min-width: 1560px) {
  .p-homeInventory {
    margin-left: calc((100svw - 1200px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-homeInventory {
    margin-left: 20px;
  }
}
.p-homeInventory__heading {
  flex-grow: 0;
  flex-shrink: 0;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-homeInventory__heading {
    width: 80px;
  }
}
.p-homeInventory__body {
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .p-homeInventory__body {
    width: calc(100% - 80px);
  }
}
.p-homeInventory__splide::before {
  content: "";
  width: 83.931%;
  height: calc(100% + 300px);
  background: #f3f50f;
  position: absolute;
  top: -145px;
  right: 0;
  z-index: -1;
  transition: 1s;
  transform-origin: right;
  transform: scaleX(0);
}
.p-homeInventory__splide.is-animated::before {
  transform: scaleX(1);
}
.p-homeInventory__splide .splide__arrow {
  width: 59px;
  height: 59px;
  background: transparent;
  transition: 0.2s;
}
.p-homeInventory__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-homeInventory__splide .splide__arrow:disabled::before {
  opacity: 0.5;
}
.p-homeInventory__splide .splide__arrow--prev::before {
  transform: rotate(180deg);
}
.p-homeInventory__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.p-homeInventory__itemImg {
  aspect-ratio: 3/2;
}
.p-homeInventory__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeInventory__itemTitle {
  margin-top: 5px;
  font-weight: 600;
  font-size: 1.125rem;
}
.p-homeInventory__itemPrice {
  font-weight: 600;
  font-size: 1.125rem;
}
.p-homeInventory__itemPrice span::before {
  content: "総額: ";
  font-weight: 400;
  font-size: 0.875rem;
}
.p-homeInventory__itemPrice span::after {
  content: "円（税込）";
  font-weight: 400;
  font-size: 0.875rem;
}
.p-homeInventory__itemPrice.is-soldout {
  position: relative;
}
.p-homeInventory__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;
}
@media screen and (max-width: 768px) {
  .p-homeInventory__itemPrice.is-soldout::before {
    top: 0.6em;
    transform: translateY(0);
  }
}
.p-homeInventory__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;
}
@media screen and (max-width: 768px) {
  .p-homeInventory__itemPrice.is-soldout::after {
    top: 0;
    transform: translateY(0);
  }
}
.p-homeInventory__itemSpec {
  font-weight: 500;
  font-size: 0.875rem;
}
.p-homeInventory__itemSpec .year::before {
  content: "年式: ";
  font-weight: 400;
}
.p-homeInventory__itemSpec .distance::before {
  content: "走行距離: ";
  font-weight: 400;
}
.p-homeInventory__itemSpec .inspection::before {
  content: "車検残: ";
  font-weight: 400;
}
.p-homeInventory__itemBtn {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  padding: 2px 12px;
  border: 1px solid #557;
  border-radius: 3px;
  color: #557;
  overflow: hidden;
  transition: 0.2s ease;
  position: relative;
  z-index: 1;
}
.p-homeInventory__itemBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  background: #557;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s ease;
  transform-origin: left;
  transform: translateX(-101%);
}
.p-homeInventory__itemBtn:hover {
  color: #fff;
}
.p-homeInventory__itemBtn:hover::before {
  transform: translateX(0);
}
.p-homeInventory__more {
  margin: 35px 40px 0 0;
  display: flex;
  justify-content: flex-end;
}
.p-homeInventory__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.p-homeInventory__moreBtn::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-homeInventory__moreBtn::after {
    width: 30px;
    height: 30px;
  }
}
.p-homeInventory__moreBtn:hover::after {
  background-image: url("../img/arrow_yellow_circled.svg");
}

.p-homeDelivery {
  margin: 100px 0 0;
}
.p-homeInventory + .p-homeDelivery {
  margin-top: 225px;
}
@media screen and (max-width: 768px) {
  .p-homeDelivery {
    margin: 50px 0;
  }
}
.p-homeDelivery__splide {
  margin: 60px 45px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-homeDelivery__splide {
    margin: 60px 20px;
  }
}
.p-homeDelivery__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-homeDelivery__itemThumbnail {
  display: block;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 3/2;
}
.p-homeDelivery__itemThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.2s;
  transform: scale(1);
}
.p-homeDelivery__itemThumbnail:hover img {
  transform: scale(1.1);
}
.p-homeDelivery__itemTitle {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.p-homeDelivery__itemTitle .name {
  font-weight: 600;
  font-size: 1rem;
}
.p-homeDelivery__itemTitle .attribute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 3px;
  background: #f5f5f5;
  font-weight: 500;
  font-size: 0.875rem;
}
.p-homeDelivery__itemTitle .attribute > div {
  display: flex;
  align-items: center;
}
.p-homeDelivery__itemTitle .attribute > div:not(:first-child)::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
}
.p-homeDelivery__itemComment {
  font-size: 1rem;
}
.p-homeDelivery__itemBtn {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  padding: 2px 12px;
  border: 1px solid #557;
  border-radius: 3px;
  color: #557;
  font-size: 0.875rem;
  overflow: hidden;
  transition: 0.2s ease;
  position: relative;
  z-index: 1;
}
.p-homeDelivery__itemBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  background: #557;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s ease;
  transform-origin: left;
  transform: translateX(-101%);
}
.p-homeDelivery__itemBtn:hover {
  color: #fff;
}
.p-homeDelivery__itemBtn:hover::before {
  transform: translateX(0);
}
.p-homeDelivery__more {
  margin: 0 45px;
  display: flex;
  justify-content: flex-end;
}
.p-homeDelivery__moreBtn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.p-homeDelivery__moreBtn::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-homeDelivery__moreBtn::after {
    width: 30px;
    height: 30px;
  }
}
.p-homeDelivery__moreBtn:hover::after {
  background-image: url("../img/arrow_blue.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: #557;
  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: #557;
  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 */