@charset "UTF-8";
/* Reset css */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

body,
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

textarea {
  overflow: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* end */
/* ============================================ */
* {
  -webkit-font-synthesis: none;
  font-synthesis: none;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; /* 最低でも画面分の高さを確保 */
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

body:has(#menu-btn-check:checked) {
  overflow: clip;
  height: 100vh;
}

body.page-id-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.page-id-7 main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

#about,
#who,
#what,
#style,
#mission,
#check,
#staff,
#works,
#flow,
#access,
#contact,
#faq {
  scroll-margin-top: 85px; /* ヘッダーの高さに合わせて調整 */
}
@media screen and (max-width: 767px) {
  #about,
  #who,
  #what,
  #style,
  #mission,
  #check,
  #staff,
  #works,
  #flow,
  #access,
  #contact,
  #faq {
    scroll-margin-top: 20px; /* ヘッダーの高さに合わせて調整 */
  }
}

a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

::-webkit-input-placeholder {
  color: #D7765D;
}

::-moz-placeholder {
  color: #D7765D;
}

:-ms-input-placeholder {
  color: #D7765D;
}

::-ms-input-placeholder {
  color: #D7765D;
}

::placeholder {
  color: #D7765D;
}

.command.rainbow-mode {
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet));
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  background-size: 200% auto;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: rainbow-glow 2s linear infinite;
          animation: rainbow-glow 2s linear infinite;
}

@-webkit-keyframes rainbow-glow {
  to {
    background-position: 200% center;
  }
}

@keyframes rainbow-glow {
  to {
    background-position: 200% center;
  }
}
.l-inner {
  width: 100%;
  max-width: 1440px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}

.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  height: 7.5rem;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__container {
    height: auto;
    padding: 0.625rem 1.25rem;
  }
}

.p-header__container h1 {
  width: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__container h1 {
    width: 9.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__menu {
    display: none;
  }
}

.p-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  width: 100%;
}

.p-header__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  background-color: #c30d23;
  border-radius: 50%;
  font-family: nickel-gothic-variable, sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 0.625rem;
}

.p-header__icon-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__icon-wrap {
    display: block;
  }
}

.dock-icon {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  vertical-align: middle;
  display: inline-block;
}

.dock-icon.level-0 {
  width: 5.9375rem;
  height: 5.9375rem;
  font-size: 1.125rem;
}

.dock-icon.--small.level-0 {
  font-size: 0.75rem;
}

.p-footer__container {
  text-align: center;
}

.p-footer__container img {
  max-width: 13.125rem;
  margin: 1.5625rem 0;
}

.p-footer__container p {
  padding: 1.5625rem 0;
  font-size: 0.875rem;
  color: #fff;
  background-color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-footer__container p {
    padding-bottom: 5rem;
  }
}

.c-headline {
  position: absolute;
  top: 4.375rem;
  font-size: 7.5rem;
  font-family: nickel-gothic-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-headline {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
    font-size: 3.5rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    left: 0;
  }
}

.c-headline.--red {
  color: #c30d23;
}

.c-headline.--white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-headline.--who, .c-headline.--what, .c-headline.--style, .c-headline.--mission, .c-headline.--point {
    font-size: 3rem;
  }
}

.c-headline.--faq span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-headline.--faq span {
    font-size: 0.875rem;
  }
}

.c-topBtn {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-topBtn {
    font-size: 1.25rem;
  }
}

.c-topBtn::before {
  content: "";
  width: 2.3125rem;
  height: 2.3125rem;
  border: 0;
  border-top: solid 0.25rem #fff;
  border-right: solid 0.25rem #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -1.5625rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-topBtn::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

/* ハンバーガーボタン
------------------------------------------------ */
.c-hamburger {
  display: none;
  position: sticky;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 20;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger span {
  position: relative;
  display: block;
  background-color: #c30d23;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .c-hamburger span {
    height: 0.25rem;
  }
}

.c-hamburger.open {
  /*background-color: rgba($blue, 0.95);*/
}

@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(1) {
    width: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    width: 2.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(3) {
    width: 2.5rem;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-hamburger.open span:nth-child(1) {
    width: 2.5rem;
    top: 0.875rem;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.c-hamburger.open span:nth-child(2) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .c-hamburger.open span:nth-child(3) {
    width: 2.5rem;
    top: -0.625rem;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.c-formBtn {
  position: fixed;
  z-index: 30;
}

.c-formBtn.--pc {
  top: clamp(200px, 50%, 600px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.375rem;
  width: 5rem;
}

.c-formBtn.--sp {
  position: fixed;
  bottom: -0.0625rem;
  width: 100%;
  z-index: 9998;
  padding-bottom: env(safe-area-inset-bottom);
}

.c-formBtn.--sp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.p-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  height: 100dvh;
  z-index: 15;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background-color: #c30d23;
  clip-path: circle(0% at top right);
  -webkit-transition: clip-path 0.8s ease-in-out, visibility 0.8s;
  transition: clip-path 0.8s ease-in-out, visibility 0.8s;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    width: 100%;
  }
}

.p-drawer.open {
  clip-path: circle(150% at top right);
  visibility: visible;
}

.p-drawer h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 12.5rem;
  margin-top: auto;
  text-align: center;
}

.p-drawer__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-drawer__navigation-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  padding: 0 1rem;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.2);
}
.p-drawer__navigation-wrap::-webkit-scrollbar {
  width: 3px;
}
.p-drawer__navigation-wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.p-drawer__navigation-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.p-drawer__navigation-wrap h2 {
  text-align: center;
  color: #fff;
}

.p-drawer__navigation-item {
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-drawer__navigation-item {
    font-size: 1rem;
  }
}

.p-drawer__navigation-item a {
  padding-left: 1rem;
}

.p-drawer__navigation-item > a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.p-drawer__navigation-item:last-child {
  border-bottom: none;
}

.p-drawer__navigation-item > a::after {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.9375rem;
  border-radius: 50%;
  background-color: #fff;
  color: #c30d23;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-drawer__navigation-item a:hover::after {
  right: 0.625rem;
}

.p-drawer__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: auto;
}

.p-drawer__info p {
  font-size: 0.875rem;
  color: #fff;
}

.is-fixed {
  height: 100%;
  overflow: hidden;
}

.p-mv {
  position: relative;
}

.p-mv__slideText {
  font-size: 2rem;
  font-family: "vdl-lineg", sans-serif;
  color: #c30d23;
  background-color: #fff100;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__slideText {
    font-size: 1.125rem;
  }
}

.p-mv__slideText-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.p-mv__slideText-box p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 2rem;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__slideText-box p {
    padding-left: 1rem;
  }
}

.p-mv__slideText-box p:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  overflow: hidden;
}

.p-mv__slideText-box p:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
  overflow: hidden;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.p-mv__wrap {
  color: #fff;
  background-color: #c30d23;
}

.p-mv__container {
  max-width: 80rem;
  margin-inline: auto;
  padding: 2.5rem 0 3rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__container {
    max-width: 31.25rem;
    padding-bottom: 5rem;
    overflow: visible;
  }
}

.p-mv__copy {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-family: ta-koigokoro, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    line-height: 2;
  }
}

.p-mv__chara__box {
  position: relative;
  max-width: 48rem;
  margin-top: -5rem;
  margin-inline: auto;
}

.p-mv__rogo {
  width: 36.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__rogo {
    width: 23.125rem;
  }
}

.p-mv__chara {
  position: absolute;
  width: 15.625rem;
}

.p-mv__chara.--1 {
  top: 8.125rem;
  left: 2.5rem;
  width: 21.875rem;
  z-index: 1003;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--1 {
    width: 20rem;
    top: 6.875rem;
    left: 0rem;
  }
}

.p-mv__chara.--2 {
  top: 9.375rem;
  right: 2.5rem;
  width: 21.875rem;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--2 {
    top: 7.5rem;
    right: -1.25rem;
    width: 20rem;
  }
}

.p-mv__chara.--3 {
  top: 0;
  left: -1.25rem;
  z-index: 1002;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--3 {
    top: 3.125rem;
    left: -5.3125rem;
    width: 21.875rem;
  }
}

.p-mv__chara.--4 {
  top: -1.25rem;
  left: 4.375rem;
  width: 23.75rem;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--4 {
    top: 6.875rem;
    left: -8.125rem;
    width: 20.625rem;
    z-index: 1002;
  }
}

.p-mv__chara.--5 {
  top: 6.25rem;
  right: -6.25rem;
  width: 21.875rem;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--5 {
    top: 5.625rem;
    right: -6.25rem;
    width: 21.875rem;
  }
}

.p-mv__chara.--6 {
  top: 15.625rem;
  right: -2.8125rem;
  left: 0;
  z-index: 1004;
  width: 40rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--6 {
    top: 15.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 31.875rem;
  }
}

.p-mv__chara.--7 {
  top: 1.875rem;
  left: -4.0625rem;
  z-index: 1000;
  width: 25rem;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--7 {
    top: 0;
    width: 23.125rem;
    left: -6.875rem;
  }
}

.p-mv__chara.--8 {
  top: -1.25rem;
  right: -2.8125rem;
  left: 0;
  z-index: 1003;
  width: 17.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--8 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1001;
    max-width: 15rem;
  }
}

.p-mv__chara.--9 {
  top: 0;
  right: -6.25rem;
  z-index: 1000;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__chara.--9 {
    top: 0;
    width: 23.125rem;
    z-index: 1000;
  }
}

.p-mv__desc {
  margin-top: 45rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 2.3;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__desc {
    margin-top: 39rem;
    padding: 0 2%;
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
    line-height: 1.7;
  }
}

.p-mv__features {
  max-width: 60.625rem;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .p-mv__features {
    max-width: 25rem;
  }
}

.p-mv__features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}

.p-mv__features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10.625rem;
  width: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__features ul li {
    width: 7.1875rem;
    height: 7.1875rem;
  }
}

.p-mv__serif {
  position: fixed;
  top: clamp(1.5rem, 10%, 37.5rem);
  left: -11.875rem;
  max-width: 10.625rem;
}

.p-about {
  position: relative;
  padding-top: 3.5rem;
  color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 5rem;
    padding: 4rem 4% 0;
  }
}

.p-about__copy {
  position: relative;
  z-index: 50;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 7px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about__copy {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.7;
    z-index: 0;
  }
}

.p-about__rogo {
  width: 21.25rem;
  margin: 0 auto 4rem;
}

.p-about__desc {
  margin-bottom: 12.5rem;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    max-width: 23.125rem;
    margin-inline: auto;
    margin-bottom: 18.75rem;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}

.p-about__chara-box {
  position: relative;
  max-width: 31.25rem;
  margin: 0 auto;
}

.p-about__chara1, .p-about__chara2 {
  position: absolute;
  bottom: 0;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-about__chara1, .p-about__chara2 {
    width: 13.75rem;
  }
}

.p-about__chara1 {
  left: -40%;
}
@media screen and (max-width: 767px) {
  .p-about__chara1 {
    left: 0;
  }
}

.p-about__chara2 {
  left: 60%;
}
@media screen and (max-width: 767px) {
  .p-about__chara2 {
    left: auto;
    right: 0;
  }
}

.p-who {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  color: #fff;
  background-color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-who {
    position: relative;
    padding-bottom: 31.25rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-who__container {
    padding: 0 4%;
  }
}

.p-who__headcopy {
  max-width: 17.5rem;
  margin-inline: auto;
  margin-bottom: 1.875rem;
  padding: 0.3125rem 0;
  text-align: center;
  font-size: 2.5rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 50px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-who__headcopy {
    max-width: 11.25rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-who__container h3 {
  margin-bottom: 2.125rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 5px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-who__container h3 {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-who__desc {
  margin-bottom: 2.125rem;
  text-align: center;
  letter-spacing: 3px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-who__desc {
    padding-right: 0.625rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}

.p-who__list {
  position: relative;
  max-width: 33.75rem;
  margin-inline: auto;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-who__list {
    position: static;
  }
}

.p-who__list li {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 1.25rem;
  letter-spacing: 1px;
}

.p-who__list li + li {
  margin-top: 1.25rem;
}

.p-who__list li p:first-child {
  padding: 0.3125rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}

.p-who__list li p:last-child {
  padding: 0.3125rem;
  color: #fff;
  font-size: 0.8125rem;
  background-color: #c30d23;
  border-radius: 0 0 1.25rem 1.25rem;
}

.p-who__chara1, .p-who__chara2 {
  position: absolute;
  max-width: 28.75rem;
}
@media screen and (max-width: 767px) {
  .p-who__chara1, .p-who__chara2 {
    max-width: 19.375rem;
  }
}

.p-who__chara1 {
  top: -40%;
  left: -67%;
}
@media screen and (max-width: 767px) {
  .p-who__chara1 {
    top: auto;
    left: -1.875rem;
    bottom: 0;
  }
}

.p-who__chara2 {
  top: -27%;
  right: -67%;
}
@media screen and (max-width: 767px) {
  .p-who__chara2 {
    top: auto;
    right: -1.875rem;
    bottom: 0;
  }
}

.p-what {
  position: relative;
  padding-top: 3.5rem;
  color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-what {
    padding: 4rem 4% 0;
  }
}

.p-what__container h3 {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 7px;
}
@media screen and (max-width: 767px) {
  .p-what__container h3 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-what__container > p {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-what__container > p {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

.p-what__list {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-what__list {
    max-width: 33.75rem;
    margin-inline: auto;
    margin-bottom: 3.5rem;
  }
}

.p-what__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  max-width: 65.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-what__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0.625rem;
  }
}

.p-what__list ul li {
  width: 22%;
  text-align: center;
  color: #fff;
  background-color: #c30d23;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-what__list ul li {
    width: 48%;
  }
}

.p-what__list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.625rem 0.625rem 1.5625rem;
}

.p-what__list ul li h4 {
  margin-bottom: 1.875rem;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 2.1875rem 2.1875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-what__list ul li h4 {
    margin-bottom: 0.9375rem;
    font-size: 0.75rem;
  }
}

.p-what__list ul li img {
  max-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-what__list ul li img {
    max-width: 5.625rem;
  }
}

.p-what__list ul li:nth-child(3) img {
  max-width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-what__list ul li:nth-child(3) img {
    max-width: 3.125rem;
  }
}

.p-what__desc {
  position: relative;
  max-width: 40.625rem;
  margin-inline: auto;
  padding-bottom: 10rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-what__desc {
    padding-bottom: 25rem;
    letter-spacing: 1px;
    line-height: 1.7;
  }
}

.p-what__desc p + p {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-what__desc p + p {
    margin-top: 2rem;
  }
}

.p-what__desc span a {
  padding: 0.5rem 1.25rem;
  font-size: 1.375rem;
  color: #fff;
  background-color: #c30d23;
  border-radius: 1.5625rem;
}

.p-what__chara-box {
  position: absolute;
  bottom: 0;
  right: -23.125rem;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-what__chara-box {
    right: 0;
    max-width: 21.875rem;
  }
}

.modaal-container {
  max-width: 40.625rem !important;
  color: #fff !important;
  border-radius: 25px !important;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .modaal-container {
    max-width: 21.875rem;
  }
}

.modaal-content-container {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-top: 1.875rem !important;
    padding-right: 0.625rem !important;
    padding-bottom: 1.875rem !important;
    padding-left: 0.625rem !important;
  }
}

.p-what__popup {
  padding: 1.875rem;
  border-radius: 25px;
  background-color: #c30d23;
}

.p-what__popup-copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  letter-spacing: 1px;
  color: #c30d23;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-what__popup-copy {
    font-size: 0.875rem;
  }
}

.modaal-content-container h5 {
  padding: 0.625rem 0;
  text-align: center;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .modaal-content-container h5 {
    font-size: 1.5rem;
  }
}

.modaal-content-container img {
  margin-bottom: 2rem;
}

.p-what__popup-desc {
  padding: 0.8125rem;
  text-align: center;
  color: #c30d23;
  background-color: #fff;
  border-radius: 15px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-what__popup-desc {
    font-size: 0.75rem;
  }
}

.p-what__popup-desc.--koukoku {
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-what__popup-desc.--koukoku {
    text-align: left;
  }
}

.p-what__popup-border {
  border: 4px solid #fff;
  border-radius: 0.75rem;
}

.hide-area {
  display: none;
}

.p-style {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
  color: #fff;
  background-color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-style {
    padding-bottom: 4rem;
  }
}

.p-style__container h3 {
  margin-bottom: 5rem;
  font-size: 2.5rem;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-style__container h3 {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-style__container h3 span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-style__container h3 span {
    font-size: 2.5rem;
  }
}

.p-style__headcopy {
  max-width: 17.5rem;
  margin-inline: auto;
  margin-bottom: 4.375rem;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 2.5rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 50px;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-style__headcopy {
    max-width: 11.25rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-style__list {
  max-width: 71.875rem;
  margin-inline: auto;
}

.p-style__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-style__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 9.375rem;
  }
}

.p-style__list ul li {
  position: relative;
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-style__list ul li {
    width: 100%;
  }
}

.p-style__list ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 75% 50%);
}
@media screen and (max-width: 767px) {
  .p-style__list ul li::after {
    top: auto;
    right: auto;
    bottom: -5.625rem;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%) rotate(90deg);
            transform: translateY(0) translateX(-50%) rotate(90deg);
  }
}

.p-style__list ul li:last-child::after {
  display: none;
}

.p-style__list__number {
  margin-bottom: 0.9375rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-style__list__number {
    font-size: 2rem;
  }
}

.p-style__list__img {
  position: relative;
  margin-bottom: 3.5rem;
  padding: 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-style__list__img {
    max-width: 25rem;
    margin-inline: auto;
    margin-bottom: 1.5rem;
  }
}

.p-style__list__desc {
  line-height: 2.5;
  letter-spacing: 0.0625rem;
}

.p-mission {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-mission {
    padding-inline: 4%;
  }
}

.p-mission__container h3 {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.2;
  letter-spacing: 7px;
}
@media screen and (max-width: 767px) {
  .p-mission__container h3 {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

.p-mission__headcopy {
  max-width: 31.25rem;
  margin-inline: auto;
  margin-bottom: 3.375rem;
  padding: 1.25rem 0;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 3px;
  color: #fff;
  background-color: #c30d23;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-mission__headcopy {
    max-width: 23.125rem;
    margin-bottom: 2.5rem;
    padding: 0.625rem 0;
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
}

.p-mission__container > p {
  margin-bottom: 1.875rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-mission__container > p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
}

.p-mission__img {
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-point {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  background-color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding-inline: 4%;
    overflow: hidden;
  }
}

.p-point__container h3 {
  margin-bottom: 2.125rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 5px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-point__container h3 {
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

.p-point__list {
  position: relative;
  max-width: 37.5rem;
  margin-inline: auto;
  margin-bottom: 3.75rem;
}

.p-point__list li {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 1.25rem;
}

.p-point__list li + li {
  margin-top: 1.25rem;
}

.p-point__list li p:first-child {
  padding: 0.3125rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}

.p-point__list li p:last-child {
  padding: 0.3125rem;
  color: #fff;
  font-size: 0.8125rem;
  background-color: #c30d23;
  border-radius: 0 0 1.25rem 1.25rem;
}

.p-point__copy {
  position: relative;
  max-width: 37.5rem;
  margin-inline: auto;
  padding: 1.5rem 0 2rem;
  text-align: center;
  color: #c30d23;
  border-radius: 75px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-point__copy {
    border-radius: 25px;
  }
}

.p-point__copy p:first-child {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-point__copy p:first-child {
    font-size: 0.875rem;
  }
}

.p-point__copy p:nth-child(2) {
  font-size: 1.75rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-point__copy p:nth-child(2) {
    font-size: 1rem;
  }
}

.p-point__chara1, .p-point__chara2 {
  position: absolute;
  max-width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .p-point__chara1, .p-point__chara2 {
    max-width: 10rem;
  }
}

.p-point__chara1 {
  bottom: -21%;
  left: -44%;
}
@media screen and (max-width: 767px) {
  .p-point__chara1 {
    bottom: -30%;
    left: -4.375rem;
  }
}

.p-point__chara2 {
  bottom: -21%;
  right: -46%;
}
@media screen and (max-width: 767px) {
  .p-point__chara2 {
    bottom: -30%;
    right: -4.375rem;
  }
}

.p-staff {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 6.5rem;
  color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding-bottom: 3.5rem;
  }
}

.p-staff__container h3 {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 5px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-staff__container h3 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-staff__list {
  max-width: 75rem;
  margin-inline: auto;
}

.p-staff__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-staff__list ul li {
  width: 33%;
}

.p-staff__list ul li:nth-child(1) {
  -webkit-animation: float_11 5s ease-in-out infinite;
          animation: float_11 5s ease-in-out infinite;
}
@-webkit-keyframes float_11 {
  0% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0rem) rotate(6deg);
            transform: translateY(0rem) rotate(6deg);
  }
  100% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
}
@keyframes float_11 {
  0% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0rem) rotate(6deg);
            transform: translateY(0rem) rotate(6deg);
  }
  100% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes float_11 {
    0% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0rem) rotate(6deg);
              transform: translateY(0rem) rotate(6deg);
    }
    100% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
  }
  @keyframes float_11 {
    0% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0rem) rotate(6deg);
              transform: translateY(0rem) rotate(6deg);
    }
    100% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
  }
}

.p-staff__list ul li:nth-child(2) {
  width: 30%;
  -webkit-animation: float_12 5s ease-in-out infinite;
          animation: float_12 5s ease-in-out infinite;
}
@-webkit-keyframes float_12 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes float_12 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes float_12 {
    0% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(0rem);
              transform: translateY(0rem);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @keyframes float_12 {
    0% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    50% {
      -webkit-transform: translateY(0rem);
              transform: translateY(0rem);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
}

.p-staff__list ul li:nth-child(3) {
  -webkit-animation: float_13 5s ease-in-out infinite;
          animation: float_13 5s ease-in-out infinite;
}
@-webkit-keyframes float_13 {
  0% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0rem) rotate(-6deg);
            transform: translateY(0rem) rotate(-6deg);
  }
  100% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
}
@keyframes float_13 {
  0% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0rem) rotate(-6deg);
            transform: translateY(0rem) rotate(-6deg);
  }
  100% {
    -webkit-transform: translateY(50px) rotate(0);
            transform: translateY(50px) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes float_13 {
    0% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0rem) rotate(-6deg);
              transform: translateY(0rem) rotate(-6deg);
    }
    100% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
  }
  @keyframes float_13 {
    0% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
    50% {
      -webkit-transform: translateY(0rem) rotate(-6deg);
              transform: translateY(0rem) rotate(-6deg);
    }
    100% {
      -webkit-transform: translateY(30px) rotate(0);
              transform: translateY(30px) rotate(0);
    }
  }
}

.p-staff__popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 13px solid #c30d23;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .p-staff__popup__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-staff__popup__img {
  position: relative;
  width: 50%;
  background-color: #f2d2c4;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 767px) {
  .p-staff__popup__img {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
}

.p-staff__popup__img.--1 img {
  position: absolute;
  top: 0rem;
  left: -6rem;
  max-width: none;
  width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .p-staff__popup__img.--1 img {
    position: relative;
    width: 12.5rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-inline: auto;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

.p-staff__popup__img.--2 img {
  position: absolute;
  bottom: 0;
  left: -6rem;
  max-width: none;
  width: 26.875rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-staff__popup__img.--2 img {
    position: relative;
    width: 20.625rem;
    top: 0;
    left: 43%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-inline: auto;
    padding-top: 4.375rem;
  }
}

.p-staff__popup__img.--3 img {
  position: absolute;
  top: -8rem;
  bottom: auto;
  left: -6.875rem;
  max-width: none;
  width: 31.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-staff__popup__img.--3 img {
    position: relative;
    width: 12.5rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-staff__popup__text-box {
  width: 50%;
  padding: 1.5rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 767px) {
  .p-staff__popup__text-box {
    width: 100%;
    border-radius: 0 0 12px 12px;
  }
}

.p-staff__popup__text-name {
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.p-staff__popup__text-profile {
  margin-bottom: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 5px solid #c30d23;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.p-staff__popup__text {
  letter-spacing: 1px;
}

.p-works {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  background-color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding-inline: 4%;
  }
}

.p-works__container h3 {
  margin-bottom: 2.125rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 5px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-works__container h3 {
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
}

.p-works__container > p {
  margin-bottom: 1.875rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 3px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__container > p {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

.p-works__gallery {
  max-width: 43.75rem;
  margin-inline: auto;
  padding: 21.25rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .p-works__gallery {
    padding: 8.5rem 0;
    font-size: 1.5rem;
  }
}

.p-flow {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 6.5rem;
  color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-inline: 4%;
    padding-bottom: 3.5rem;
  }
}

.p-flow__container {
  text-align: center;
}

.p-flow__container h3 {
  margin-bottom: 3.5rem;
  font-size: 2.5rem;
  letter-spacing: 5px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-flow__container h3 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-flow__container > p {
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-flow__container > p {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
}

.p-flow__img {
  max-width: 37.5rem;
  margin-inline: auto;
  margin-bottom: 3.5rem;
}

.p-flow__copy {
  font-size: 2.25rem;
  letter-spacing: 7px;
  font-family: ta-koigokoro, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-flow__copy {
    line-height: 1.8;
  }
}

.p-access {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  background-color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-inline: 4%;
  }
}

.p-access__container h3 {
  margin-bottom: 2.125rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-access__container h3 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-access__name {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-access__name {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}

.p-access__companyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-access__companyList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5rem;
  }
}

.p-access__company, .p-access__map {
  text-align: center;
}

.p-access__company img {
  margin-bottom: 1.25rem;
}

.p-access__map {
  margin-bottom: 1.25rem;
}

.p-access__map iframe {
  width: 100%;
  height: 15.5rem;
}

.p-access__address {
  font-size: 0.875rem;
  line-height: 2;
}

.p-access__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.625rem;
  padding: 0.1875rem 0.625rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 25px;
  letter-spacing: 2px;
}

.p-contact {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-inline: 4%;
  }
}

.p-contact__container h3 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact__container h3 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-contact__container > p {
  margin-bottom: 3.375rem;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-contact__container > p {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

.p-contact__form > p {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.p-contact__form__container {
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-contact__form__container > p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-contact__form__container > p {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
  }
}

.p-contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form-name {
    margin-bottom: 0.5rem;
  }
}

.p-contact__form-item.--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4rem;
}

.p-contact__form-name span {
  margin-left: 0.3125rem;
  padding: 0.1875rem 0.3125rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #c30d23;
}

.p-contact__form-input {
  position: relative;
  width: 70%;
  padding: 0.3125rem 0.625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__form-input {
    width: 100%;
    padding: 0.3125rem 0;
  }
}

.p-contact__form-input select, .p-contact__form-input input {
  width: 100%;
  padding: 0.625rem;
  color: #fff;
  background-color: #c30d23;
  cursor: pointer;
}

.p-contact__form-input:has(select)::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  border-top: solid 0.25rem #fff;
  border-right: solid 0.25rem #fff;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 20%;
  left: auto;
  right: 1.875rem;
  margin: 0 auto;
  pointer-events: none;
}

.p-contact__form-input textarea {
  width: 100%;
  padding: 0.625rem;
  color: #fff;
  background-color: #c30d23;
}

.p-contact__form-item + .p-contact__form-item {
  margin-top: 1.875rem;
}

.p-contact__form-send {
  text-align: center;
}

.p-contact__form-send input {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin-inline: auto;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: #c30d23;
  border-radius: 50%;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.p-faq {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3.375rem;
  color: #fff;
  background-color: #c30d23;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    padding-inline: 4%;
  }
}

.p-faq__container h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-faq__container h3 {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-faq__container > p {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-faq__container > p {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

.p-faq__accordion-area {
  max-width: 34.375rem;
  margin-inline: auto;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-area {
    margin-bottom: 5rem;
  }
}

.p-faq__accordion-area li {
  margin: 0.625rem 0;
  border-bottom: 0.1875rem solid #fff;
}

.title {
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .title {
    padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  }
}

.title span {
  margin-right: 0.5rem;
  font-size: 2rem;
  vertical-align: middle;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 0.3125rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}

.title::before {
  top: 42%;
  right: 0.9375rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title::after {
  top: 42%;
  right: 0.9375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box {
  display: none;
  padding: 0 1.25rem 1.25rem 3.9375rem;
}

.box p {
  color: #fff100;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 2px;
}

.p-finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #c30d23;
}

.p-finish__container {
  text-align: center;
}

.p-finish__container p {
  margin-bottom: 3rem;
  line-height: 2;
}

.p-finish__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-finish__top a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 1.25rem;
  color: #c30d23;
  background-color: #fff;
  border-radius: 25px;
}/*# sourceMappingURL=style.css.map */