@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
*::before,
*::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  border: none;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

textarea {
  display: block;
  resize: vertical;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
  width: 100%;
}

time {
  display: block;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ミックスイン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

:root {
  --letter-spacing: 0.025em;
  --scrollbar-width: 0;
}

:where(*, *::before, *::after) {
  letter-spacing: var(--letter-spacing);
}

a {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

html {
  font-size: 0.63vw;
}

body {
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-break: strict;
  line-height: 1.5;
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  overflow-wrap: anywhere;
  transition: opacity 0.8s 0.5s ease-in-out;
  word-break: normal;
}

body.is-visible {
  opacity: 1;
}

body.fixed {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション見出し

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-heading {
  text-align: center;
}

.c-heading__en {
  --letter-spacing: 0.1em;
  color: #dc010b;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.13;
  text-transform: uppercase;
}

.c-heading__en .slash {
  font-size: 0.9em;
}

.c-heading__en:has(.slash) {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-heading__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.29;
  margin-top: 0.53em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  電話、営業時間

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-info--contact {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-info__tel {
  align-items: center;
  color: #db000b;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  gap: 0.6rem;
  padding-left: 0.3em;
}

.c-info__tel .fas {
  font-size: 0.8em;
  rotate: 10deg;
}

.c-info__tel:where(.c-info--contact *) {
  font-size: 4rem;
}

.c-info__info-text {
  --letter-spacing: 0.005em;
  background: #f7f8f5;
  font-size: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.42;
  padding: 0.2rem 0.8rem;
}

.c-info__info-text .small {
  font-size: 0.92em;
  margin-left: 0.3em;
}

.c-info__info-text:where(.c-info--contact *) {
  font-size: 1.6rem;
  text-align: center;
}

.l-inner {
  margin-inline: auto;
  max-width: 124.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.l-inner._small {
  max-width: 114.8rem;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: clip;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  アクセス

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-access {
  background: #fafafa;
  padding: 10.3rem 0 10rem;
}

.p-access__map-content {
  margin-top: 5rem;
}

.p-access__map {
  aspect-ratio: 1200/440;
  width: 100%;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  アコーディオン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-accordion__item {
  position: relative;
  z-index: 1;
}

.p-accordion__item::after {
  background: #333333;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  scale: 0 0.5;
  transform-origin: left bottom;
  transition: scale 0.5s;
  width: 100%;
  z-index: 1;
}

.p-accordion__item.is-animActive::after {
  scale: 1 0.5;
}

.p-accordion__details {
  overflow: hidden;
}

.p-accordion__summary {
  -ms-grid-columns: auto 1rem 1fr 1rem auto;
  -moz-column-gap: 1rem;
  align-items: start;
  color: #333;
  column-gap: 1rem;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 2.8rem 0;
  position: relative;
}

.p-accordion__summary::-webkit-details-marker {
  display: none;
}

.p-accordion__icon {
  --letter-spacing: 0.1em;
  color: #dc010b;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.p-accordion__summary-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.1em;
}

.p-accordion__toggle-icon {
  -ms-grid-row-align: center;
  align-self: center;
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 1.5rem;
}

.p-accordion__toggle-icon::before,
.p-accordion__toggle-icon::after {
  background-color: #db020b;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition-duration: 0.5s;
  translate: 0 -50%;
  width: 100%;
  z-index: 1;
}

.p-accordion__toggle-icon::before {
  transition-property: rotate;
}

.p-accordion__toggle-icon::after {
  rotate: 90deg;
  transition-property: rotate, opacity, visibility;
}

.p-accordion__toggle-icon:where(.p-accordion__details.is-open *)::before {
  rotate: 180deg;
}

.p-accordion__toggle-icon:where(.p-accordion__details.is-open *)::after {
  opacity: 0;
  rotate: 180deg;
  visibility: hidden;
}

.p-accordion__body {
  -ms-grid-columns: auto 1rem 1fr;
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
}

.p-accordion__body:where(.p-accordion__details.is-open *) {
  opacity: 1;
  padding-bottom: 2.8rem;
  transition: padding 0.3s, max-height 0.3s, opacity 0.7s;
}

.p-accordion__body-text {
  font-weight: 700;
  line-height: 2.25;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  会社案内

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-company {
  padding: 10.3rem 0 10rem;
}

.p-company__dl {
  margin-top: 5rem;
}

.p-company__info-content {
  -ms-grid-columns: 24rem 4rem 1fr;
  --letter-spacing: 0em;
  align-items: start;
  display: -ms-grid;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 4rem;
  grid-template-columns: 24rem 1fr;
  justify-content: space-between;
  line-height: 1.69;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.p-company__info-content:nth-of-type(n + 2) {
  padding-top: 3rem;
}

.p-company__info-content::after {
  background: #333333;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  scale: 0 0.5;
  transform-origin: left bottom;
  transition: scale 0.5s;
  width: 100%;
  z-index: 1;
}

.p-company__info-content.is-animActive::after {
  scale: 1 0.5;
}

.p-company__dt {
  color: #db000b;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  お問い合わせ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-contact {
  background: #fafafa;
  padding: 10.3rem 0 10rem;
}

.p-contact__container {
  background: #ebf0f7;
  display: block;
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 88rem;
  overflow: hidden;
  padding: 3.4rem 25rem 2.6rem 4.3rem;
  position: relative;
  position: relative;
  z-index: 1;
  z-index: 1;
}

.p-contact__container::before {
  background: #333333;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  scale: 1 0;
  top: 0;
  transform-origin: left top;
  transition: scale 0.2s;
  width: 0.2rem;
  z-index: 50;
}

.p-contact__container::after {
  background: #333333;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  scale: 0 1;
  transform-origin: left bottom;
  transition: scale 0.2s 0.2s;
  width: 100%;
  z-index: 50;
}

.p-contact__container.is-animActive::before {
  scale: 1 1;
}

.p-contact__container.is-animActive::after {
  scale: 1 1;
}

.p-contact__container-heading .first {
  --letter-spacing: 0.045em;
  background: #03c755;
  border-radius: 100vmax;
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  padding: 0.13em 0.95em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__container-heading .second {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  margin-top: -0.22em;
}

.p-contact__container-heading .line {
  color: #03c755;
  font-size: 17rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.p-contact__container-heading .last {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.36;
}

.p-contact__container-heading::before {
  background: #333333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  scale: 1 0;
  top: 0;
  transform-origin: right bottom;
  transition: scale 0.2s 0.4s;
  width: 0.2rem;
  z-index: 50;
}

.p-contact__container-heading::after {
  background: #333333;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 0;
  scale: 0 1;
  top: 0;
  transform-origin: right top;
  transition: scale 0.2s 0.6s;
  width: 100%;
  z-index: 50;
}

.p-contact__container-heading:where(.is-animActive *)::before {
  scale: 1 1;
}

.p-contact__container-heading:where(.is-animActive *)::after {
  scale: 1 1;
}

.p-contact__bottom-contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__bottom-contents::before {
  background: #fafafa;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s 0.8s ease-out;
  z-index: 40;
}

.p-contact__bottom-contents:where(.is-animActive *)::before {
  opacity: 0;
}

.p-contact__step-title {
  --letter-spacing: 0.1em;
  align-items: baseline;
  color: #03c755;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
}

.p-contact__step-title .number {
  font-size: 5rem;
}

.p-contact__step-title::before,
.p-contact__step-title::after {
  color: inherit;
  font-weight: 400;
  transform-origin: center bottom;
}

.p-contact__step-title::before {
  content: "＼";
  rotate: 5deg;
}

.p-contact__step-title::after {
  content: "／";
  rotate: -5deg;
}

.p-contact__bottom-list {
  display: flex;
  gap: 0.8rem;
}

.p-contact__bottom-item {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 1.3rem) 0%, 100% 50%, calc(100% - 1.3rem) 100%, 0% 100%);
  background: #1a1311;
  clip-path: polygon(0% 0%, calc(100% - 1.3rem) 0%, 100% 50%, calc(100% - 1.3rem) 100%, 0% 100%);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.21em 0.83em 0.21em 0.75em;
}

.p-contact__bottom-item:has(.line-icon) {
  align-items: center;
  display: flex;
  gap: 0.4rem;
  padding: 0.21em 0.83em 0.21em 0.38em;
}

.p-contact__bottom-item .line-icon {
  width: 2.9rem;
}

.p-contact__back-image {
  bottom: -0.2rem;
  position: absolute;
  right: 5.5rem;
  width: 28.3rem;
  z-index: -1;
}

.p-contact__info {
  margin-top: 4.8rem;
}

.p-contact__button-container {
  margin-inline: auto;
  margin-top: 3.2rem;
  width: min(100%, 36rem);
}

.p-contact__button {
  align-items: center;
  background: #db000b;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  gap: 0.8rem;
  justify-content: center;
  padding: 0.89em 1.11em;
}

.p-contact__button-icon {
  margin-top: 0.11em;
  width: 1.33em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  よくあるご質問

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-faq {
  padding: 10.3rem 0 10rem;
}

.p-faq__container {
  margin-top: 2.4rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フッター

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-footer {
  background: #fafafa;
}

.p-footer__top-container {
  padding: 4rem 0;
}

.p-footer__logo-content {
  display: block;
  margin-inline: auto;
  width: 34.2rem;
}

.p-footer__bottom-container {
  background: #1a1311;
  padding: 1.3rem 0;
}

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

.p-footer__copyright small {
  --letter-spacing: 0.08em;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.p-hamburger {
  display: none;
}

.p-hamburger__button {
  height: 2.3rem;
  position: relative;
  transition: opacity 0.5s;
  width: 3.4rem;
  z-index: 200;
}

.p-hamburger__button span {
  background-color: #db000b;
  display: block;
  height: 0.4rem;
  position: absolute;
  scale: 1 0.5;
  transition-duration: 0.5s;
  transition-property: translate, rotate, opacity, top, bottom, background-color;
  width: 100%;
}

.p-hamburger__button span:nth-of-type(1) {
  left: 0;
  top: 0;
}

.p-hamburger__button span:nth-of-type(2) {
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.p-hamburger__button[aria-expanded="true"] span {
  background-color: #fff;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(1) {
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(3) {
  bottom: 50%;
  rotate: -45deg;
  translate: 0 50%;
}

.p-hamburger__mask {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100vh;
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: visibility, opacity;
  visibility: hidden;
  width: 100%;
  z-index: 50;
}

.is-open .p-hamburger__mask {
  opacity: 1;
  visibility: visible;
}

.p-hamburger__nav-container {
  background-color: #333333;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-property: translate, visibility, opacity;
  translate: 10% 0;
  visibility: hidden;
  width: min(92%, 40rem);
  z-index: 100;
}

.is-open .p-hamburger__nav-container {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
}

.p-hamburger__nav {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: 100%;
  overflow-y: auto;
  padding: 10rem 2rem 12rem;
  width: 100%;
}

.p-hamburger__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-hamburger__item-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  gap: 0.8rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-transform: uppercase;
  transition: color 0.5s;
}

.p-hamburger__item-link::after {
  aspect-ratio: 1;
  background: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  transition: background 0.5s;
  width: 1rem;
}

.p-hamburger__item-link:where(.is-active *) {
  color: #db000b;
}

.p-hamburger__item-link:where(.is-active *)::after {
  background: #db000b;
}

.p-hamburger__cta-list {
  color: #fff;
}

.p-hamburger__cta-item:nth-of-type(n + 2) {
  margin-top: 2.4rem;
}

.p-hamburger__tel {
  align-items: center;
  color: #db000b;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  gap: 0.6rem;
}

.p-hamburger__tel .fas {
  font-size: 2rem;
  rotate: 10deg;
}

.p-hamburger__info-text {
  font-size: 1.4rem;
}

.p-hamburger__info-text .small {
  font-size: 0.8em;
}

.p-hamburger__contact-link {
  align-items: center;
  background: #db000b;
  color: #fff;
  display: flex;
  gap: 1.6rem;
  padding: 2rem;
}

.p-hamburger__contact-link .icon {
  width: 2.4rem;
}

.p-hamburger__contact-link .text {
  --letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.p-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 10rem;
  justify-content: space-between;
  padding-left: 3.2rem;
}

.p-header__logo-content {
  height: 100%;
}

.p-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: clamp(22rem, -63.4rem + 61vw, 34.2rem);
}

.p-header__nav {
  display: flex;
  gap: clamp(3.2rem, -19.2rem + 16vw, 6.4rem);
  height: 100%;
}

.p-header__list {
  align-items: center;
  display: flex;
  gap: 2.8rem;
  height: 100%;
}

.p-header__item {
  height: 100%;
}

.p-header__item-link {
  align-items: center;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  transition-duration: 0.5s;
  transition-property: color;
  z-index: 1;
}

.p-header__item-link::after {
  aspect-ratio: 1;
  background: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 65%;
  transition-duration: 0.5s;
  transition-property: background;
  translate: -50% 0;
  width: 1rem;
}

.p-header__item-link:where(.is-active *) {
  color: #dc010b;
}

.p-header__item-link:where(.is-active *)::after {
  background: #dc010b;
}

.p-header__cta-list {
  display: flex;
  gap: 2rem;
}

.p-header__contact-link {
  background: #db000b;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  height: 100%;
  padding: 2.4rem;
  place-content: center;
  place-items: center;
  width: 15rem;
}

.p-header__contact-link .icon {
  width: 1.9rem;
}

.p-header__contact-link .text {
  --letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  体験レッスン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-lesson {
  padding: 8rem 0;
}

.p-lesson__container {
  align-items: center;
  background-image: url(/_common/img/lesson@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  padding: 5.5rem 10.9rem 4.8rem 13.2rem;
}

.p-lesson__left-text {
  --letter-spacing: 0.1em;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1.17;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-lesson__right-content {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-lesson__heading {
  align-items: baseline;
  display: flex;
  font-size: 4.4rem;
  font-weight: 700;
  gap: 4rem;
  justify-content: space-between;
}

.p-lesson__heading .red {
  color: #db000b;
  font-size: 4.6rem;
}

.p-lesson__heading .number {
  font-size: 8rem;
  line-height: 1;
}

.p-lesson__heading-sub {
  background: #333333;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 0.6rem;
  padding: 0.35em 0.78em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  メニュー・料金

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-menu {
  background: url(/_common/img/menu-back@2x.jpg) no-repeat center center/cover;
  padding: 10.3rem 0 10rem;
}

.p-menu__list {
  margin-top: 4.8rem;
}

.p-menu__item {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 3.2rem;
  justify-content: space-between;
  min-height: 22.4rem;
  padding: 4.6rem 4.5rem 4.5rem 5.6rem;
  position: relative;
  z-index: 1;
}

.p-menu__item:nth-of-type(n + 2) {
  margin-top: 2rem;
}

.p-menu__item::before {
  background: #db000b;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  scale: 1 0;
  top: 0;
  transform-origin: left top;
  transition: scale 0.5s;
  width: 0.4rem;
  z-index: 5;
}

.p-menu__item.is-animActive::before {
  scale: 1 1;
}

.p-menu__en {
  --letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.17;
  text-transform: uppercase;
}

.p-menu__dt {
  color: #db000b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0.23em;
}

.p-menu__dd {
  font-weight: 700;
  line-height: 2;
  margin-top: 1em;
}

.p-menu__price {
  align-items: baseline;
  display: flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-menu__price .number {
  font-size: 5.5rem;
}

.p-menu__price .yen {
  font-size: 3.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  メインビジュアル

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-mv {
  margin-top: 10rem;
  overflow: hidden;
  padding: 7rem 7.7rem 10rem clamp(2.4rem, -29.4rem + 26.5vw, 13rem);
  position: relative;
  z-index: 1;
}

.p-mv::after {
  -webkit-animation-name: mvAnimImage;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: mvAnimImage;
  animation-timing-function: ease;
  background-image: url(/_common/img/mv-back@2x.jpg);
  background-position: 45% bottom;
  background-repeat: no-repeat;
  background-size: 160rem 100%;
  content: "";
  display: block;
  inset: 0;
  opacity: 0.4;
  position: absolute;
  scale: 1.2;
  translate: -10% 0;
  z-index: -10;
}

@-webkit-keyframes mvAnimImage {
  0% {
    opacity: 0;
    scale: 1.2;
    translate: -10% 0;
  }

  100% {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

@keyframes mvAnimImage {
  0% {
    opacity: 0;
    scale: 1.2;
    translate: -10% 0;
  }

  100% {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

@-webkit-keyframes mvAnimTexts {
  0% {
    opacity: 0;
    scale: 1.2;
    translate: -10% 0;
  }

  100% {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

@keyframes mvAnimTexts {
  0% {
    opacity: 0;
    scale: 1.2;
    translate: -10% 0;
  }

  100% {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

.p-mv__container {
  position: relative;
}

.p-mv__text-area {
  -webkit-animation-name: mvAnimTexts;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: mvAnimTexts;
  animation-timing-function: ease;
  border: 1rem solid #fff;
  opacity: 0;
  padding: 4.7rem 5.2rem 5.5rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.p-mv__top-texts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.p-mv__top-text {
  border: 0.1rem solid #dc010b;
  color: #dc010b;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.65;
  padding: 0.18em 0.47em;
}

.p-mv__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.76;
  margin-top: 0.2em;
  text-indent: -0.5em;
}

.p-mv__heading .red {
  color: #dc010b;
}

.p-mv__boxes {
  -ms-grid-columns: 1fr 1.5rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

.p-mv__box {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.83;
  padding: 1.8rem 1rem;
  position: relative;
  text-align: center;
}

.p-mv__box::before {
  background: #484848;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -10;
}

.p-mv__box::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #333333;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -5;
}

.p-mv__box .yellow {
  color: #fff841;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22;
  margin-top: 0.2rem;
}

.p-mv__box .large {
  font-size: 2rem;
}

.p-mv__bottom-text {
  font-weight: 700;
  line-height: 2;
  margin-top: 3.2rem;
}

.p-mv__human {
  -webkit-animation-name: mvAnimImage;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: mvAnimImage;
  animation-timing-function: ease;
  bottom: 0;
  height: auto;
  left: clamp(58rem, 11.8rem + 38.5vw, 73.4rem);
  opacity: 0.4;
  position: absolute;
  scale: 1.2;
  translate: -10% 0;
  width: clamp(46rem, 32.5rem + 11.25vw, 50.5rem);
  z-index: 10;
}

.p-mv__text-image {
  -webkit-animation-name: mvAnimTexts;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: mvAnimTexts;
  animation-timing-function: ease;
  height: auto;
  opacity: 0;
  position: absolute;
  right: clamp(-6rem, -24rem + 15vw, 0rem);
  top: 5.4rem;
  width: clamp(26rem, -5.2rem + 26vw, 36.4rem);
  z-index: 1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  reason

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-reason {
  background: #ebf0f7;
  padding: 9.6rem 0 10rem;
}

.p-reason__heading-container {
  position: relative;
  z-index: 1;
}

.p-reason__back-text {
  --letter-spacing: 0.12em;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 26rem;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-indent: 0.12em;
  text-transform: uppercase;
  top: 1rem;
  translate: -50% 0;
  white-space: nowrap;
  z-index: -1;
}

.p-reason__top-container {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  margin-top: 2.8rem;
  padding-right: clamp(2.4rem, -5.4rem + 6.5vw, 5rem);
  position: relative;
  z-index: 5;
}

.p-reason__human {
  flex: 1;
  opacity: 0;
  width: min(100%, 50.7rem);
}

.p-reason__human.is-animActive {
  -webkit-animation-name: animHuman;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: animHuman;
  animation-timing-function: ease;
}

.p-reason__human img {
  -o-object-fit: contain;
  aspect-ratio: 507/651;
  object-fit: contain;
}

@-webkit-keyframes animHuman {
  0% {
    opacity: 0;
    translate: -20% 0;
  }

  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes animHuman {
  0% {
    opacity: 0;
    translate: -20% 0;
  }

  100% {
    opacity: 1;
    translate: 0 0;
  }
}

.p-reason__dl {
  margin-top: 6rem;
  width: 59.2rem;
}

.p-reason__dt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 100;
}

.p-reason__dt-child {
  background: #db000b;
  display: block;
  padding: 0.2em 0.53em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-reason__dt-child:nth-of-type(2) {
  margin-top: 0.2em;
}

.p-reason__dd {
  margin-top: -2.8rem;
  padding-left: 2.8rem;
}

.p-reason__dd-list {
  background: #fff;
  padding: 6.2rem 4.4rem 4.6rem 6rem;
  position: relative;
  z-index: 1;
}

.p-reason__dd-list::before {
  background: #db000b;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  scale: 1 0;
  top: 0;
  transform-origin: left top;
  transition: scale 0.2s;
  width: 0.4rem;
  z-index: 50;
}

.p-reason__dd-list::after {
  background: #db000b;
  bottom: 0;
  content: "";
  display: block;
  height: 0.4rem;
  left: 0;
  position: absolute;
  scale: 0 1;
  transform-origin: left bottom;
  transition: scale 0.2s 0.2s;
  width: 100%;
  z-index: 50;
}

.p-reason__dd-list.is-animActive::before {
  scale: 1 1;
}

.p-reason__dd-list.is-animActive::after {
  scale: 1 1;
}

.p-reason__dd-item {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 0.5em;
  line-height: 2.1;
}

.p-reason__dd-item .red {
  color: #db000b;
}

.p-reason__dd-item .fas {
  color: #da000e;
  line-height: inherit;
}

.p-reason__dd-item:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}

.p-reason__dd-item:first-child::before {
  background: #db000b;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  scale: 1 0;
  top: 0;
  transform-origin: right bottom;
  transition: scale 0.2s 0.4s;
  width: 0.4rem;
  z-index: 50;
}

.p-reason__dd-item:first-child::after {
  background: #db000b;
  content: "";
  display: block;
  height: 0.4rem;
  position: absolute;
  right: 0;
  scale: 0 1;
  top: 0;
  transform-origin: right top;
  transition: scale 0.2s 0.6s;
  width: 100%;
  z-index: 50;
}

.p-reason__dd-item:first-child:where(.is-animActive *)::before {
  scale: 1 1;
}

.p-reason__dd-item:first-child:where(.is-animActive *)::after {
  scale: 1 1;
}

.p-reason__dd-item:nth-child(2)::before {
  background: #ebf0f7;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s 0.8s ease-out;
  z-index: 40;
}

.p-reason__dd-item:nth-child(2):where(.is-animActive *)::before {
  opacity: 0;
}

.p-reason__box-list {
  margin-top: -0.4rem;
  position: relative;
  z-index: 10;
}

.p-reason__box-item {
  background: #fff;
  padding: 5rem;
}

.p-reason__box-item:nth-of-type(n + 2) {
  margin-top: 3.4rem;
}

.p-reason__box-heading {
  align-items: center;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.p-reason__box-heading::after {
  background: #333333;
  content: "";
  display: block;
  flex: 1;
  height: 0.1rem;
  margin-left: 1.8rem;
  scale: 0;
  transform-origin: left top;
  transition: scale 0.5s;
  width: 100%;
}

.p-reason__box-heading.is-animActive::after {
  scale: 1;
}

.p-reason__media {
  align-items: center;
  display: flex;
  gap: 2.6rem;
  margin-top: 4rem;
}

.p-reason__media-image {
  aspect-ratio: 550/350;
  overflow: hidden;
  position: relative;
  width: 55rem;
  z-index: 1;
}

.p-reason__media-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  scale: 1.2;
  transition: opacity 0s 0.3s, scale 0.5s 0.3s;
  width: 100%;
}

.p-reason__media-image::before {
  background: #333333;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  translate: -110% 0;
  width: 100%;
  z-index: 5;
}

.p-reason__media-image.is-animActive::before {
  -webkit-animation: imageMask 0.6s ease-in-out forwards;
  animation: imageMask 0.6s ease-in-out forwards;
}

.p-reason__media-image.is-animActive img {
  opacity: 1;
  scale: 1;
}

@-webkit-keyframes imageMask {
  0% {
    translate: -110% 0;
  }

  40% {
    translate: 0 0;
  }

  60% {
    translate: 0 0;
  }

  100% {
    translate: 110% 0;
  }
}

@keyframes imageMask {
  0% {
    translate: -110% 0;
  }

  40% {
    translate: 0 0;
  }

  60% {
    translate: 0 0;
  }

  100% {
    translate: 110% 0;
  }
}

.p-reason__media-text {
  flex: 1;
  font-weight: 700;
  line-height: 1.5;
  line-height: 2.25;
}

.p-reason__child-heading {
  background: #ebf0f7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 5rem;
  padding: 0.31em 0.77em;
  text-align: center;
}

.p-reason__list {
  display: -ms-grid;
  display: grid;
  gap: 4rem 3.6rem;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  margin-top: 4rem;
}

.p-reason__item-image {
  aspect-ratio: 247/183;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-reason__item-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  scale: 1.2;
  transition: opacity 0s 0.3s, scale 0.5s 0.3s;
  width: 100%;
}

.p-reason__item-image::before {
  background: #333333;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  translate: -110% 0;
  width: 100%;
  z-index: 5;
}

.p-reason__item-image.is-animActive::before {
  -webkit-animation: imageMask 0.6s ease-in-out forwards;
  animation: imageMask 0.6s ease-in-out forwards;
}

.p-reason__item-image.is-animActive img {
  opacity: 1;
  scale: 1;
}

.p-reason__item-heading {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.29;
  margin-top: 1.8rem;
}

.p-reason__item-text {
  color: #da000e;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 0.2em;
}

.p-reason__item-text .fas {
  color: inherit;
  font-size: 1.11em;
  line-height: inherit;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ご予約

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-reserve {
  padding: 10rem 0;
}

.p-reserve__button-container {
  margin-inline: auto;
  margin-top: 4.8rem;
  width: min(100%, 36rem);
}

.p-reserve__button {
  align-items: center;
  background: #333333;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  gap: 0.8rem;
  justify-content: center;
  padding: 0.89em 1.11em;
  position: relative;
  z-index: 1;
}

.p-reserve__button-text {
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.p-reserve__button-text::after {
  content: ">";
  display: block;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
}

.js-text-animation {
  opacity: 0;
}

.js-text-animation span {
  opacity: 0;
  transition: opacity 0.3s ease, translate 0.3s ease;
  translate: 0 2rem;
}

.js-text-animation span.is-visible {
  opacity: 1;
  translate: 0;
}

.js-text-animation[data-animation="bounce"] span.is-visible {
  -webkit-animation: bounce 0.5s ease forwards;
  animation: bounce 0.5s ease forwards;
}

.js-text-animation[data-animation="rotate"] span.is-visible {
  -webkit-animation: rotate 0.5s ease forwards;
  animation: rotate 0.5s ease forwards;
}

.js-text-animation[data-animation="scale"] span.is-visible {
  -webkit-animation: scale 0.5s ease forwards;
  animation: scale 0.5s ease forwards;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    translate: 0 2rem;
  }

  50% {
    translate: 0 -1rem;
  }

  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    translate: 0 2rem;
  }

  50% {
    translate: 0 -1rem;
  }

  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    scale: 0;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    scale: 0;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

.u-pc {
  display: block;
}

.u-pc-ib {
  display: inline-block;
}

.u-sp {
  display: none;
}

.u-sp-ib {
  display: none;
}

.u-wrap {
  word-break: keep-all;
}

.u-wrap-sp wbr {
  display: none;
}

.u-wrap-pc {
  word-break: keep-all;
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-ib {
  display: inline-block;
}

.u-bl {
  display: block;
}

@media (max-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 1400px) {
  .p-hamburger {
    display: block;
  }

  .p-header__inner {
    height: 8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .p-header__logo {
    width: 34rem;
  }

  .p-header__nav {
    display: none;
  }

  .p-mv {
    margin-top: 8rem;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.83vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .p-hamburger__button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
