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

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

body {
  margin: 0;
  padding: 0;
  background: #fdfcfa;
  line-height: 1.428;
  color: #333;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

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

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

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .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: #b71b0f;
}

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

.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: #e7ddcf;
}
body.scroll-prevent .l-header {
  position: fixed;
}
.l-header.is-scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.l-header__content {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__content {
    height: 60px;
    padding: 0 20px;
  }
}
.l-header__logo {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  font-weight: 500;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-header__logo::before {
  content: "";
  display: block;
  width: 44px;
  height: 38px;
  background: url("../img/logo_mark.webp") no-repeat center/contain;
}
.l-header__spacer {
  flex-grow: 1;
}
.l-header__nav {
  margin: 0;
}
.l-header__menu {
  margin: 0;
  padding-right: 180px;
  display: flex;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
  }
  .l-header__menu.is-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 91.466svw;
    height: 100svh;
    padding: 100px 20px 20px;
    background: #e7ddcf;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }
}
.l-header__menuTitleSp {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__menuTitleSp {
    display: none;
  }
}
.l-header__menuTitleSp .en {
  color: #d3b38c;
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.l-header__menuTitleSp .ja {
  font-weight: 500;
  font-size: 0.875rem;
}
.l-header__menuLogo {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__menuLogo {
    display: none;
  }
}
.l-header__menuLogo::before {
  content: "";
  display: block;
  width: 100px;
  height: 80px;
  background: url("../img/logo.webp") no-repeat center/contain;
}
.l-header__menuList {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__menuList {
    flex-direction: column;
    gap: 32px;
  }
}
.l-header__menuList li a {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.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: 767px) {
  .l-header__menuList li a::after {
    content: none;
  }
}
.l-header__menuList li a:hover::after {
  transform: scaleX(1);
}
.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: 767px) {
  .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: 768px) {
  .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__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .l-main__content .wp-block-buttons.is-layout-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .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: #b71b0f;
  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: 767px) {
  .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: #b71b0f;
  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: 767px) {
  .c-btn {
    min-width: auto;
    width: 100%;
    font-size: min(4vw, 18px);
  }
}
.c-btn:hover {
  background: #b71b0f;
  color: #000;
}
.c-btn.centering {
  margin: 0 auto;
}

.c-form dl {
  margin: 80px 0 0;
  padding: 0;
}
.c-form dl dt {
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-form dl dt {
    margin: 0 0 8px;
    font-size: 1rem;
  }
}
.c-form dl dt::before {
  content: "任意";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  background: #b4b4b4;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-form dl dt::before {
    font-size: 0.75rem;
  }
}
.c-form dl dt.required::before {
  content: "必須";
  background: #b71b0f;
}
.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 0 24px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-form dl dd {
    margin: 0 0 12px;
  }
}
.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: 0 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form__acceptance {
    margin: 0 0 40px;
  }
}
.c-form__acceptance::after {
  content: "必須";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  background: #b71b0f;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
}
.c-form__acceptance p:first-child {
  margin-top: 0;
}
.c-form__acceptance p:last-child {
  margin-bottom: 0;
}
.c-form__acceptance a {
  text-decoration: underline;
}
.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: 320px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 16px 40px;
  border: 0;
  background: #b71b0f;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .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: #b71b0f;
}

.p-home__heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section#howto .p-home__heading {
  align-items: center;
}
.p-home__heading .en {
  color: #d3b38c;
  font-weight: 400;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-home__heading .en {
    font-size: 2.5rem;
  }
}
.p-home__heading .ja {
  font-weight: 500;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-home__heading .ja {
    font-size: 1.125rem;
  }
}
section#value .p-home__heading .ja {
  margin-left: 40px;
}
.p-home__heading .sub {
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-home__heading .sub {
    font-size: 0.75rem;
    gap: 8px;
  }
}
.p-home__heading .sub::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-home__heading .sub::before {
    width: 30px;
  }
}
section#howto .p-home__heading .sub::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  section#howto .p-home__heading .sub::after {
    width: 30px;
  }
}
section#issues .p-home__heading .sub, section#value .p-home__heading .sub {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  section#issues .p-home__heading .sub, section#value .p-home__heading .sub {
    margin-left: 20px;
  }
}
.p-home__heading2 {
  margin: 120px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-home__heading2 {
    margin: 60px auto 0;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-home__heading2::after {
  content: "";
  display: block;
  margin-top: 32px;
  width: 80px;
  height: 1px;
  background: #b71b0f;
}
@media screen and (max-width: 767px) {
  .p-home__heading2::after {
    margin-top: 16px;
    width: 60px;
  }
}
.p-home__heading2 span:first-child {
  position: relative;
}
.p-home__heading2 span:first-child::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #b71b0f;
  position: absolute;
  left: -20px;
  top: 0;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-home__heading2 span:first-child::before {
    width: 18px;
    height: 18px;
    left: 10px;
    top: -10px;
  }
}
.p-home__cta {
  width: 790px;
  height: 80px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  background: #e7ddcf;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-home__cta {
    width: 100%;
    height: auto;
    padding: 30px 0 16px;
    flex-direction: column;
  }
}
.p-home__cta2 {
  width: 404px;
  height: 59px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #e7ddcf;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home__cta2 {
    width: 100%;
    height: auto;
    padding: 30px 0 16px;
    flex-direction: column;
  }
}
.p-home__cta2::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: url("../img/cta_btn.svg") no-repeat center/contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-home__cta2::before {
    width: 80px;
    height: 80px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
  }
}
.p-home__cta2:hover::before {
  transform: translate(-100%, -50%) scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-home__cta2:hover::before {
    transform: translate(-50%, -70%) scale(1.1);
  }
}
.p-home__ctaTxt {
  flex-grow: 1;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-home__ctaTxt {
    gap: 12px;
    text-align: center;
    font-size: 0.875rem;
  }
}
.p-home__ctaTxt::after {
  content: "";
  display: block;
  width: 13.8564064606px;
  height: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #b71b0f;
}
.p-home__ctaBtn {
  flex-shrink: 0;
  width: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home__ctaBtn {
    width: 80px;
    order: -1;
  }
}
.p-home__ctaBtn::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: url("../img/cta_btn.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-home__ctaBtn::before {
    width: 80px;
    height: 80px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -110%);
  }
}
a:hover .p-home__ctaBtn::before {
  transform: translateY(-50%) scale(1.1);
}
@media screen and (max-width: 767px) {
  a:hover .p-home__ctaBtn::before {
    transform: translate(-50%, -110%) scale(1.1);
  }
}
.p-home__contact {
  position: fixed;
  right: 80px;
  bottom: 20px;
  z-index: 1001;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: url("../img/cta_btn.svg") no-repeat center/contain;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-home__contact {
    right: 15px;
    bottom: 80px;
    width: 80px;
    height: 80px;
  }
  body.scroll-prevent .p-home__contact {
    z-index: 98;
  }
}
.p-home__contact:hover {
  transform: scale(1.1);
}
.p-home__contact.is-off {
  opacity: 0;
  pointer-events: none;
}

.p-homeFv {
  height: calc(100svh - 60px);
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeFv {
    height: 100svh;
    flex-direction: column;
    gap: 0;
    justify-content: space-around;
    align-items: stretch;
  }
}
.p-homeFv::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: url("../img/bg.webp") repeat center/1440px 800px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-homeFv::before {
    background: url("../img/bg_sp.webp") repeat center/375px 667px;
  }
}
.p-homeFv__heading {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-homeFv__heading {
    gap: 30px;
    align-items: stretch;
    align-self: center;
  }
}
.p-homeFv__headingTitle {
  margin: 0;
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: min(5vh, 38px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-homeFv__headingTitle {
    margin-top: 1.2em;
    text-indent: -1.2em;
    font-size: 7vw;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
}
.p-homeFv__headingLine {
  order: -1;
  margin: 0;
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: min(2vh, 18px);
  line-height: 2.2;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-homeFv__headingLine::after {
  content: "";
  display: block;
  width: 100px;
  height: 80px;
  background: url("../img/logo.webp") no-repeat center/contain;
}
.p-homeFv__headingLineSp {
  order: -1;
  margin: 0;
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: 4vw;
  line-height: 2.2;
  letter-spacing: 0.02em;
  transform: translateY(6%);
  position: relative;
}
.p-homeFv__headingLineSp::after {
  content: "";
  display: block;
  width: 65px;
  height: 52px;
  background: url("../img/logo.webp") no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-homeFv__slide {
    order: -1;
    height: 100%;
    width: calc((100svh - 60px) / 800 * 735);
  }
}
@media screen and (max-width: 767px) {
  .p-homeFv__slide {
    width: 91.466vw;
  }
}
.p-homeFv__slide div {
  height: 100%;
}
.p-homeFv__slideItem img {
  max-height: 100%;
  width: auto;
}

.p-homeIssues {
  padding: 120px 0 160px;
  background: #fdfcfa;
}
@media screen and (max-width: 767px) {
  .p-homeIssues {
    padding: 60px 16px 80px;
  }
}
.p-homeIssues__heading {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.p-homeIssues__headingVert {
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: absolute;
  right: 8%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-homeIssues__headingVert {
    font-size: 1.25rem;
    right: 4%;
    top: 100%;
    margin-top: 100px;
  }
}
.p-homeIssues__items {
  counter-reset: num;
  margin: 80px auto 220px;
  padding: 0;
  list-style: none;
  max-width: 1315px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-homeIssues__items {
    margin: 80px auto 160px;
    flex-direction: column;
    align-items: stretch;
    gap: 80px;
  }
}
.p-homeIssues__item {
  counter-increment: num;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.p-homeIssues__item h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-homeIssues__item h3 {
    margin: 10px 0;
    font-size: 1.125rem;
  }
}
.p-homeIssues__item p {
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-homeIssues__item p {
    font-size: 0.875rem;
  }
}
.p-homeIssues__item:nth-child(1) {
  width: 25.323%;
}
@media screen and (max-width: 767px) {
  .p-homeIssues__item:nth-child(1) {
    width: 100%;
  }
}
.p-homeIssues__item:nth-child(1) p {
  letter-spacing: 0;
}
.p-homeIssues__item:nth-child(2) {
  width: 25.323%;
  margin-left: 6.083%;
}
@media screen and (max-width: 767px) {
  .p-homeIssues__item:nth-child(2) {
    width: auto;
    margin-left: 0;
    align-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-homeIssues__item:nth-child(2) h3 {
    order: -2;
  }
  .p-homeIssues__item:nth-child(2) p {
    order: -1;
    margin-bottom: 20px;
  }
}
.p-homeIssues__item:nth-child(3) {
  width: 35.437%;
  margin-left: 8.365%;
  transform: translateY(50px);
}
@media screen and (max-width: 767px) {
  .p-homeIssues__item:nth-child(3) {
    width: 100%;
    margin-left: 0;
    transform: 0;
  }
}
.p-homeIssues__itemImg {
  position: relative;
}
@media screen and (max-width: 767px) {
  li:nth-child(1) .p-homeIssues__itemImg {
    width: 240px;
  }
  li:nth-child(2) .p-homeIssues__itemImg {
    width: 240px;
    align-self: flex-end;
  }
  li:nth-child(3) .p-homeIssues__itemImg {
    width: 320px;
  }
}
.p-homeIssues__itemImg::before {
  content: counter(num, decimal-leading-zero);
  display: inline-block;
  color: #d3b38c;
  font-family: "Klee One";
  font-weight: 600;
  font-size: 3.125rem;
  position: absolute;
}
li:nth-child(1) .p-homeIssues__itemImg::before {
  right: 10px;
  top: 0;
  transform: translateY(-60%);
}
li:nth-child(2) .p-homeIssues__itemImg::before {
  right: 10px;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  li:nth-child(2) .p-homeIssues__itemImg::before {
    bottom: auto;
    top: 0;
    transform: translateY(-60%);
  }
}
li:nth-child(3) .p-homeIssues__itemImg::before {
  left: 10px;
  top: 0;
  transform: translateY(-60%);
}

.p-homeHowto {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeHowto {
    padding: 60px 16px 80px;
  }
}
.p-homeHowto::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: url("../img/bg.webp") repeat center/1440px 800px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-homeHowto::before {
    background: url("../img/bg_sp.webp") repeat center/375px 667px;
  }
}
.p-homeHowto__items {
  counter-reset: num;
  margin: 80px 0 160px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-homeHowto__items {
    margin: 40px 0 80px;
    gap: 40px;
  }
}
.p-homeHowto__item {
  counter-increment: num;
  padding: 20px 0;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeHowto__item {
    padding: 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-homeHowto__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-82px);
  }
}
.p-homeHowto__itemHeading {
  flex-shrink: 0;
  width: 295px;
  min-height: 180px;
  border-right: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-homeHowto__itemHeading {
    width: 100%;
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    font-size: 1.75rem;
    position: relative;
  }
  .p-homeHowto__itemHeading::after {
    content: "";
    display: block;
    width: 240px;
    height: 1px;
    background: #ececec;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.p-homeHowto__itemHeading::before {
  content: "STEP " counter(num, decimal-leading-zero);
  display: block;
  color: #d3b38c;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-homeHowto__itemHeading::before {
    font-size: 1rem;
  }
}
.p-homeHowto__itemBody {
  padding: 0 145px 0 75px;
  font-weight: 600;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-homeHowto__itemBody {
    padding: 0 20px 20px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  li:nth-child(3) .p-homeHowto__itemBody {
    letter-spacing: 0;
  }
}

.p-homeVision {
  padding: 0 0 120px;
  background: #fdfcfa;
}
@media screen and (max-width: 767px) {
  .p-homeVision {
    padding: 0 0 60px;
  }
}
.p-homeVision__heading {
  position: relative;
}
.p-homeVision__headingText {
  width: 90svw;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  color: #fff;
}
.p-homeVision__headingText h2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  letter-spacing: 0.2em;
}
.p-homeVision__headingText h2 .en {
  font-weight: 400;
  font-size: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-homeVision__headingText h2 .en {
    font-size: 2.5rem;
  }
}
.p-homeVision__headingText h2 .ja {
  font-weight: 500;
  font-size: 2.375rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-homeVision__headingText h2 .ja {
    font-size: 1.125rem;
    margin-top: 35px;
  }
}
.p-homeVision__headingText h2 .sub {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.2;
  text-orientation: upright;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-homeVision__headingText h2 .sub {
    font-size: 0.9375rem;
    letter-spacing: 0.18em;
    margin-top: 60px;
  }
}

.p-homeValue {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeValue {
    padding: 60px 16px 80px;
  }
}
.p-homeValue::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: url("../img/bg.webp") repeat center/1440px 800px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-homeValue::before {
    background: url("../img/bg_sp.webp") repeat center/375px 667px;
  }
}
.p-homeValue__items {
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 162px;
}
@media screen and (max-width: 767px) {
  .p-homeValue__items {
    margin: 40px 0 0;
    gap: 82px;
  }
}
.p-homeValue__item {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeValue__item {
    flex-direction: column;
    gap: 16px;
  }
}
.p-homeValue__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-82px);
}
@media screen and (max-width: 767px) {
  .p-homeValue__item:not(:first-child)::before {
    transform: translateY(-42px);
  }
}
.p-homeValue__itemImg {
  flex-shrink: 0;
  width: 520px;
}
@media screen and (max-width: 767px) {
  .p-homeValue__itemImg {
    width: 100%;
  }
}
.p-homeValue__itemContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-homeValue__itemContent h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-homeValue__itemContent h3 {
    font-size: 1.125rem;
  }
}
.p-homeValue__itemContent p {
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-homeValue__itemContent p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-homePresident {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-homePresident {
    padding: 80px 16px 80px;
  }
}
.p-homePresident__profile {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-homePresident__profile {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.p-homePresident__profile img {
  width: 300px;
  aspect-ratio: 300/360;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-homePresident__profile img {
    width: 200px;
  }
}
.p-homePresident__profileBody {
  width: 542px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-homePresident__profileBody {
    width: auto;
  }
}
.p-homePresident__profileBody h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-homePresident__profileBody h3 {
    font-size: 1.25rem;
  }
}
.p-homePresident__profileBody p {
  margin: 0;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-homePresident__profileBody p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-homePresident__message {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-homePresident__message {
    margin-top: 50px;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-homePresident__cta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-homePresident__cta {
    width: 100%;
    margin: 100px 0 0;
  }
}

.p-homeAbout__heading {
  aspect-ratio: 1440/960;
  padding: 80px 0;
  background: url("../img/about_heading.webp") no-repeat center/cover;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__heading {
    aspect-ratio: 375/730;
    padding: 40px 16px;
    background-image: url("../img/about_heading_sp.webp");
  }
}
.p-homeAbout__heading h2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-homeAbout__heading h2 .en {
  font-weight: 500;
  font-size: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__heading h2 .en {
    font-size: 2.5rem;
  }
}
.p-homeAbout__heading h2 .ja {
  font-weight: 600;
  font-size: 1.125rem;
}
.p-homeAbout__heading p:nth-of-type(1) {
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__heading p:nth-of-type(1) {
    font-size: 1.375rem;
    margin-top: 40px;
  }
}
.p-homeAbout__heading p:nth-of-type(2) {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 3.2;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__heading p:nth-of-type(2) {
    font-size: 0.9375rem;
    line-height: 2.2;
  }
}
.p-homeAbout__heading p:nth-of-type(3) {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.2;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__heading p:nth-of-type(3) {
    font-size: 0.9375rem;
    margin-top: 40px;
  }
}
.p-homeAbout__items {
  counter-reset: num;
  margin: 80px 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 56px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__items {
    margin: 40px 0;
    padding: 0 16px;
    flex-direction: column;
    gap: 40px;
  }
}
.p-homeAbout__item {
  counter-increment: num;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__item {
    width: 100%;
  }
}
.p-homeAbout__item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeAbout__item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__item h3 {
    order: -1;
    font-size: 1.125rem;
  }
}
.p-homeAbout__item h3::before {
  content: counter(num, decimal-leading-zero) " ";
  color: #d3b38c;
}
.p-homeAbout__item p {
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__item p {
    font-size: 0.875rem;
  }
}

.p-homeCommunity {
  padding: 80px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity {
    padding: 40px 0 80px;
  }
}
.p-homeCommunity::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: url("../img/bg.webp") repeat center/1440px 800px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity::before {
    background: url("../img/bg_sp.webp") repeat center/375px 667px;
  }
}
.p-homeCommunity__heading {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__heading {
    width: 100%;
    padding: 0 16px;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-homeCommunity__heading h2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__heading h2 {
    flex-direction: column;
    align-items: stretch;
  }
}
.p-homeCommunity__heading h2 .en {
  writing-mode: vertical-rl;
  color: #d3b38c;
  font-weight: 400;
  font-size: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__heading h2 .en {
    writing-mode: horizontal-tb;
    font-size: 2.5rem;
  }
}
.p-homeCommunity__heading h2 .ja {
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 2.375rem;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__heading h2 .ja {
    writing-mode: horizontal-tb;
    font-size: 1.125rem;
    gap: 12px;
  }
}
.p-homeCommunity__heading h2 .ja::before {
  content: "";
  display: block;
  width: 100px;
  height: 80px;
  background: url("../img/logo.webp") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__heading h2 .ja::before {
    width: 45px;
    height: 36px;
  }
}
.p-homeCommunity__headingContent {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__headingContent {
    margin-top: 40px;
  }
}
.p-homeCommunity__headingContent h3 {
  margin: 0;
  font-weight: 500;
  font-size: 2.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__headingContent h3 {
    font-size: 1.375rem;
  }
}
.p-homeCommunity__headingContent p {
  font-size: 1.25rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__headingContent p {
    font-size: 0.875rem;
  }
}
.p-homeCommunity__member {
  overflow: hidden;
  width: 100%;
  margin: 100px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__member {
    margin: 50px 0 80px;
  }
}
.p-homeCommunity__items {
  margin: 0;
  padding: 0;
  list-style: none;
  animation: slideScroll 60s linear infinite;
  display: inline-flex;
  width: 6320px;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__items {
    animation: slideScrollSp 60s linear infinite;
    width: 3520px;
  }
}
.p-homeCommunity__item {
  display: block;
  width: 300px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__item {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeCommunity__cta {
    padding: 0 16px;
  }
}

@keyframes slideScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3160px, 0, 0);
  }
}
@keyframes slideScrollSp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1760px, 0, 0);
  }
}
.p-homeService {
  padding: 80px 0 160px;
  background: #fdfcfa;
}
@media screen and (max-width: 767px) {
  .p-homeService {
    padding: 40px 16px 80px;
  }
}
.p-homeService__container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeService__container {
    width: 100%;
    padding: 240px 0 0;
  }
}
.p-homeService__container > h2 {
  margin: 0;
  color: #d3b38c;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0);
}
@media screen and (max-width: 767px) {
  .p-homeService__container > h2 {
    font-size: 2.5rem;
    transform: translate(0, 0);
  }
}
.p-homeService__container > p {
  margin: 0;
  font-weight: 500;
  font-size: 2.375rem;
  writing-mode: vertical-rl;
  position: absolute;
  right: 15%;
  top: 1em;
}
@media screen and (max-width: 767px) {
  .p-homeService__container > p {
    font-size: 1.125rem;
    right: 20%;
  }
}
.p-homeService__items {
  margin: 0;
  padding: 300px 0;
  list-style: none;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 120px;
}
@media screen and (max-width: 767px) {
  .p-homeService__items {
    padding: 0;
    flex-direction: column;
    row-gap: 40px;
  }
}
.p-homeService__item {
  width: calc((100% - 80px) / 2);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-homeService__item {
    width: 260px;
    gap: 8px;
  }
}
.p-homeService__item:nth-child(2n) {
  transform: translateY(220px);
}
@media screen and (max-width: 767px) {
  .p-homeService__item:nth-child(2n) {
    transform: translateY(0);
    align-self: flex-end;
  }
}
.p-homeService__item img {
  width: 100%;
  aspect-ratio: 480/285;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homeService__item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-homeService__item h3 {
    font-size: 1.125rem;
  }
}
.p-homeService__item p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-homeService__item p {
    font-size: 0.875rem;
  }
}

.p-homeContact {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeContact {
    padding: 40px 16px 80px;
  }
}
.p-homeContact::before {
  content: "";
  display: block;
  width: 100svw;
  height: 100%;
  background: url("../img/bg.webp") repeat center/1440px 800px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-homeContact::before {
    background: url("../img/bg_sp.webp") repeat center/375px 667px;
  }
}
.p-homeContact__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-homeContact__heading h2 {
  margin: 0;
  color: #d3b38c;
  font-weight: 400;
  font-size: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-homeContact__heading h2 {
    font-size: 2.5rem;
  }
}
.p-homeContact__heading p {
  margin: 0;
  font-weight: 500;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-homeContact__heading p {
    font-size: 1rem;
  }
}
.p-homeContact__foot {
  margin: 80px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-homeContact__foot {
    margin: 40px 0 80px;
  }
}
.p-homeContact__foot a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */