@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --ratio: 1.5;
  --s-3: calc(var(--s0) * 0.6875);
  --s-2: calc(var(--s0) * 0.75);
  --s-1: calc(var(--s0) * 0.875);
  --s0: 1rem;
  --s1: calc(var(--s0) * 1.25);
  --s2: calc(var(--s0) * var(--ratio));
  --s3: calc(var(--s0) * 2);
  --s4: calc(var(--s0) * 2.5);
  --s5: calc(var(--s2) * var(--ratio) * var(--ratio));
  --s8: calc(var(--s0) * 5);
  --s12: calc(var(--s0) * 8);
  --s12: calc(var(--s0) * 10);
  --font-size-smallest: var(--s-3);
  --font-size-small: var(--s-2);
  --font-size-smallish: var(--s-1);
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-biggest: var(--s2);
  --font-size-strong: var(--s3);
  --font-size-strongish: var(--s4);
  --font-size-strongest: var(--s5);
  --font-size-fv: var(--s8);
  --font-size-deco: var(--s12);
  --font-size-deco-big: var(--s16);
}

:root {
  --white: #FFFFFF;
  --white2: #F5F5F5;
  --white3: #F7F7F7;
  --white4: #EDEDED;
  --black: #1A1A1A;
  --black70: rgba(26, 26, 26, 0.7);
  --black-dark: #000000;
  --gold: #F3EACB;
  --gold2: #ECD480;
  --gold3: #B7911D;
  --gold4: #CCA11F;
  --gray: #B1B1B3;
  --gray2: #C4C4C4;
  --gray3: #888A93;
  --brown: #B37036;
  --emerald: #A8DACE;
  --green: #849B45;
  --purple: #7800C2;
  --purple2: #EED5FC;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

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

h2 {
  font-size: 10rem;
}

html {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

body {
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--black);
  font-family: "Noto Serif JP", serif;
}

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

p {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  transition: all 0.8s;
  opacity: 0.8;
  color: var(--black);
  text-decoration: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: top;
  width: 100%;
}

label {
  margin-bottom: 0;
}

/* Layout (prefix: l-)
    ------------------------------------------------*/
.l-header {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 0;
    padding: 16px 0;
  }
}
.l-header__wrapper {
  width: 100%;
  max-width: 1789px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  max-width: 258px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 152px;
  }
}
.l-header__body {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__nav {
  position: absolute;
  width: 36%;
  min-width: 480px;
  min-height: calc(100vh + 136px);
  height: 100%;
  padding-bottom: 64px;
  color: var(--black);
  background-color: var(--white2);
  overflow-y: auto;
  transition: right 0.4s;
  z-index: 9998;
  padding: 100px 16px 60px 16px;
  top: -50px;
  right: -150%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    min-width: 100%;
    top: 0;
  }
}
.l-header__nav.active {
  right: 0;
  display: block;
}
.l-header__nav[data-gjs-type=box] {
  display: block;
  right: 0;
}
.l-header__nav--inner {
  height: 100%;
  width: fit-content;
  margin: 0 auto;
}
.l-header__nav--link {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__nav--link {
    font-size: 0.875rem;
  }
}
.l-header__nav--link:last-child {
  margin-bottom: 0;
}
.l-header__nav--link::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--gold3);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.l-header__nav--link:hover {
  color: var(--gold3);
}
.l-header__nav--link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-header__nav--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  min-width: 186px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__nav--en {
    font-size: 1.625rem;
    min-width: 118px;
  }
}
.l-header__button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  width: 40px;
  height: 30px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-header__button {
    row-gap: 7px;
    width: 24px;
    height: 17px;
    top: -14px;
  }
}
.l-header__button .l-header__line {
  width: 40px;
  height: 2px;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-header__button .l-header__line {
    width: 20px;
  }
}
.l-header__button.active .l-header__line {
  background-color: var(--black);
}
.l-header__button.active .l-header__line:nth-child(1) {
  transform: translateY(14px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header__button.active .l-header__line:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
}
.l-header__button.active .l-header__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.4s;
}
.l-header__button.active .l-header__line:nth-child(3) {
  transform: translateY(-14px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-header__button.active .l-header__line:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
.l-header__sns {
  margin: 80px auto;
  width: fit-content;
}
.l-header__sns--link {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.l-header__sns--link:last-child {
  margin-bottom: 0;
}
.l-header__sns--link img {
  max-width: 60px;
}
.l-header__sns--text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  margin-left: 42px;
}
@media screen and (max-width: 768px) {
  .l-header__sns--text {
    font-size: 0.875rem;
  }
}

.c-button.l-header__web {
  margin-right: 79px;
}
@media screen and (max-width: 1800px) {
  .c-button.l-header__web {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-button.l-header__web {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .c-button.l-header__web {
    display: none;
  }
}

.l-header__nav--link[data-gjs-type=link-block]::before {
  content: none;
}

.l-footer__reservation {
  background: url("../images/footer_bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__reservation {
    padding: 64px 0;
  }
}
.l-footer__reservation--title {
  font-size: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__reservation--title {
    font-size: 2.25rem;
  }
}
.l-footer__reservation--text {
  color: var(--white);
  text-align: center;
  margin-top: 8px;
}
.l-footer__reservation--list {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__reservation--list {
    margin: 32px auto 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 220px;
  }
}
.l-footer__reservation--link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  margin-right: 80px;
}
@media screen and (max-width: 1800px) {
  .l-footer__reservation--link {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__reservation--link {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.l-footer__reservation--link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__reservation--link:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}
.l-footer__reservation--link:hover {
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  .l-footer__reservation--tel {
    margin: 0 auto;
  }
}
.l-footer__reservation--image {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__reservation--image {
    height: 50px;
  }
}
.l-footer__reservation--name {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__reservation--name {
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
  }
}
.l-footer__under {
  background: url("../images/footer_under.png") no-repeat;
  background-size: cover;
  padding: 120px 0 42px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__under {
    padding: 68px 0 36px 0;
  }
}
.l-footer__logo {
  max-width: 258px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    max-width: 120px;
    margin: 0 auto;
  }
}
.l-footer__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__row {
    flex-direction: column;
  }
}
.l-footer__name {
  display: flex;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .l-footer__name {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.l-footer__name--en {
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__name--en {
    font-size: 1.25rem;
  }
}
.l-footer__sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__sns {
    margin: 16px auto 0 auto;
    justify-content: center;
    max-width: 270px;
  }
}
.l-footer__sns--link {
  margin-right: 60px;
  max-width: 60px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer__sns--link {
    max-width: 44px;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__sns--link:first-of-type {
    margin-right: 36px;
  }
}
.l-footer__sns--link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .l-footer__sns--link:last-child {
    margin-bottom: 0;
  }
}
.l-footer__button.c-button {
  margin-left: 0;
}
.l-footer__nav {
  margin-left: 62px;
}
@media screen and (max-width: 1800px) {
  .l-footer__nav {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav--link {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}
.l-footer__nav--link:last-child {
  margin-bottom: 0;
}
.l-footer__nav--link::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--gold3);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.l-footer__nav--link:hover {
  color: var(--gold3);
}
.l-footer__nav--link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-footer__nav--en {
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
  min-width: 178px;
  line-height: 100%;
}
.l-footer__copy {
  text-align: center;
  margin-top: 120px;
  font-size: 0.75rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 64px;
  }
}

.l-footer__nav--link[data-gjs-type=link-block]::before {
  content: none;
}

.l-section {
  margin: 120px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin: 60px 0;
  }
}

.l-wrapper {
  position: relative;
  width: 100%;
  max-width: 1056px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}

.l-wrapper--smaller {
  position: relative;
  width: 100%;
  max-width: 962px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-button {
  background-color: var(--black70);
  color: var(--white);
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 76px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 50px;
    font-size: 0.875rem;
    min-width: 270px;
  }
}
.c-button > p {
  position: relative;
  padding-right: calc(32px + 1em);
}
@media screen and (max-width: 768px) {
  .c-button > p {
    padding-right: calc(24px + 1em);
  }
}
.c-button > p::after {
  content: "";
  display: inline-block;
  background: url("../images/arrow_white.svg") no-repeat;
  background-size: contain;
  width: 32px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button > p::after {
    width: 24px;
    height: 3px;
  }
}
.c-button:hover {
  opacity: 0.8;
  transition: all 0.8s;
  color: var(--white);
}
.c-button:hover > p::after {
  right: -16px;
  transition: all 0.8s;
}

.c-mv {
  background: url("../images/mv_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 560px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mv {
    min-height: 280px;
  }
}
.c-mv__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-mv__inner {
    top: 60%;
    right: 36px;
  }
}
.c-mv__en {
  font-size: 6rem;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .c-mv__en {
    font-size: 2.25rem;
  }
}
.c-mv__title {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--white4);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-mv__title {
    font-size: 0.875rem;
  }
}

.c-breadcrumbs {
  width: 100%;
  max-width: 1432px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.c-breadcrumbs__item {
  margin-right: 8px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-breadcrumbs__item:last-child {
  margin-right: 0;
}
.c-breadcrumbs__arrow {
  max-width: 5px;
  height: auto;
}

.c-heading {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
.c-heading::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  background-color: var(--white3);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-heading::before {
    height: 2px;
  }
}
.c-heading::after {
  content: "";
  display: inline-block;
  width: 30%;
  max-width: 178px;
  height: 8px;
  background-color: var(--black);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-heading::after {
    max-width: 78px;
    height: 2px;
  }
}
.c-heading--mbSmaller {
  margin-bottom: 24px;
}

.c-heading__right::before {
  margin-right: calc(50% - 50vw);
  left: 50%;
  width: 100vw;
}
.c-heading__right::after {
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 348px;
}
@media screen and (max-width: 768px) {
  .c-heading__right::after {
    width: 50%;
    max-width: 172px;
  }
}

.c-heading__left::before {
  margin-left: calc(50% - 50vw);
  right: 50%;
  width: 100vw;
  left: unset;
}
.c-heading__left::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 348px;
}
@media screen and (max-width: 768px) {
  .c-heading__left::after {
    width: 50%;
    max-width: 172px;
  }
}

.c-heading02 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-heading02 {
    font-size: 1.375rem;
  }
}

.c-media {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-media {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.c-media:last-child {
  margin-bottom: 0;
}
.c-media:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-media:nth-of-type(odd) {
    flex-direction: column;
  }
}
.c-media:nth-of-type(odd) .c-media__image::after {
  left: 10px;
  right: unset;
}
.c-media:nth-of-type(odd) .c-media__title {
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 1800px) {
  .c-media:nth-of-type(odd) .c-media__title {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .c-media:nth-of-type(odd) .c-media__title {
    padding-right: 0;
  }
}
.c-media:nth-of-type(odd) .c-media__text {
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 1800px) {
  .c-media:nth-of-type(odd) .c-media__text {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .c-media:nth-of-type(odd) .c-media__text {
    padding-right: 0;
  }
}
.c-media__image {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-media__image {
    width: 100%;
  }
}
.c-media__image::after {
  content: "";
  display: inline-block;
  background-color: var(--gold);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: -10px;
  z-index: -1;
}
.c-media__image--gray::after {
  background-color: var(--white3);
}
.c-media__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-media__body {
    width: 100%;
    margin-top: 24px;
  }
}
.c-media__title {
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 80px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 1800px) {
  .c-media__title {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .c-media__title {
    font-size: 1.125rem;
    padding-left: 0;
  }
}
.c-media__text {
  margin-top: 16px;
  padding-left: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 1800px) {
  .c-media__text {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .c-media__text {
    padding-left: 0;
  }
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
/* Project (prefix: p-)
    ------------------------------------------------*/
.p-top-mv {
  position: relative;
}
.p-top-mv img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 1100px;
}
@media screen and (max-width: 768px) {
  .p-top-mv img {
    height: 515px;
  }
}
.p-top-mv__title {
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  right: 12%;
  top: 42%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    font-size: 1.5rem;
    top: 22%;
  }
}
.p-top-mv__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title br {
    display: block;
  }
}
.p-top-mv__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-mv__button {
    display: flex;
    width: fit-content;
    position: absolute;
    top: 440px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-top__scroll {
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 377px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-top__scroll {
    bottom: 600px;
    font-size: 0.875rem;
  }
}
.p-top__scroll::after {
  content: "";
  display: inline-block;
  background: url("../images/scroll_arrow.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 83px;
  position: absolute;
  transform: rotate(-90deg);
  right: -56px;
  top: -17px;
}
@media screen and (max-width: 768px) {
  .p-top__scroll::after {
    top: -30px;
  }
}

.p-top-news {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--black70);
  padding: 56px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 30px 36px;
    position: unset;
    transform: unset;
  }
}
.p-top-news__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top-news__wrapper {
    flex-direction: column;
  }
}
.p-top-news__main {
  display: flex;
  align-items: center;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-top-news__main {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-news__en {
  font-size: 3rem;
  font-weight: 500;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 768px) {
  .p-top-news__en {
    font-size: 2.25rem;
  }
}
.p-top-news__title {
  font-size: 1rem;
  font-weight: normal;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 0.875rem;
  }
}
.p-top-news__heading {
  border-right: 1px solid var(--white);
  padding-right: 22px;
  min-width: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    border-right: none;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.p-top-news__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-news__header {
    margin-bottom: 12px;
  }
}
.p-top-news__date {
  color: var(--white);
}
.p-top-news__category {
  background-color: var(--gold2);
  padding: 4px 8px;
  margin-left: 8px;
  font-size: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-top-news__text {
  color: var(--white);
  margin-left: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .p-top-news__text {
    margin-left: 0;
  }
}
.p-top-news__button {
  color: var(--white);
  position: relative;
  width: 10%;
  min-width: 96px;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    margin-top: 20px;
  }
}
.p-top-news__button::after {
  content: "";
  display: inline-block;
  background: url("../images/arrow_white.svg") no-repeat;
  background-size: contain;
  width: 32px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-news__button:hover {
  opacity: 0.8;
  transition: all 0.8s;
  color: var(--white);
}
.p-top-news__button:hover::after {
  right: 0;
  transition: all 0.8s;
}
.p-top-news .webgene-blog {
  margin-left: 40px;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .p-top-news .webgene-blog {
    margin-left: 0;
    width: 100%;
  }
}
.p-top-news .webgene-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-news .webgene-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.p-top-news .webgene-item:last-child {
  margin-bottom: 0;
}

.p-top__title {
  font-size: 18.75rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: var(--gold);
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 6.25rem;
  }
}

.p-top-section {
  margin: 200px 0;
}
@media screen and (max-width: 768px) {
  .p-top-section {
    margin: 120px 0;
  }
}

.p-top-salon {
  padding-top: 140px;
  margin-top: 60px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-salon {
    padding-top: 58px;
  }
}
.p-top-salon__wrapper {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}
.p-top-salon__contents {
  background: url("../images/top_salon_bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 88px 0;
  margin-right: calc(50% - 50vw);
  margin-left: 216px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top-salon__contents {
    margin-left: 0;
    padding: 58px 20px;
    width: 100vw;
  }
}
.p-top-salon__contents::before {
  content: "";
  display: inline-block;
  background-color: rgba(210, 210, 210, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.p-top-salon__inner {
  width: 50%;
  max-width: 363px;
  margin-left: 323px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .p-top-salon__inner {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-salon__inner {
    margin-left: 0;
    width: 100%;
  }
}
.p-top-salon__title {
  position: absolute;
  top: -160px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-salon__title {
    top: -60px;
  }
}
.p-top-salon__lead {
  font-size: 2rem;
  font-weight: normal;
  color: var(--black-dark);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-salon__lead {
    font-size: 1.375rem;
  }
}
.p-top-salon__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-salon__text {
    margin-top: 24px;
  }
}
.p-top-salon__button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-salon__button {
    margin-top: 24px;
  }
}

.p-top-customer {
  background-color: var(--white);
  z-index: 0;
  position: relative;
}
.p-top-customer__media {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-customer__media {
    margin-bottom: 40px;
  }
}
.p-top-customer__media::after {
  content: "";
  display: inline-block;
  background: url("../images/top_customer_bg01.png") no-repeat;
  background-size: contain;
  width: 32%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-customer__media::after {
    width: 60%;
    height: 515px;
    top: 0;
  }
}
.p-top-customer__media:nth-child(even)::after {
  content: "";
  display: inline-block;
  background: url("../images/top_customer_bg02.png") no-repeat;
  background-size: contain;
  width: 40%;
  height: 100%;
  position: absolute;
  right: unset;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-customer__media:nth-child(even)::after {
    width: 100%;
    height: 515px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-customer__media:last-child {
    margin-bottom: 0;
  }
}
.p-top-customer__media--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-customer__media--inner {
    flex-direction: column;
  }
}
.p-top-customer__media--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-top-customer__media--reverse {
    flex-direction: column;
  }
}
.p-top-customer__media--reverse .p-top-customer__image {
  margin-right: calc(50% - 50vw);
}
.p-top-customer__media--reverse .p-top-customer__body {
  right: unset;
  left: 0;
}
.p-top-customer__image {
  margin-left: calc(50% - 50vw);
  height: 100%;
}
.p-top-customer__body {
  max-width: 390px;
  position: absolute;
  right: 0;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-top-customer__body {
    padding: 0;
    position: unset;
    max-width: unset;
    margin-top: 24px;
  }
}
.p-top-customer__title {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-top-customer__title {
    font-size: 1.375rem;
  }
}
.p-top-customer__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-customer__text {
    margin-top: 24px;
  }
}
.p-top-customer__button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-customer__button {
    margin-top: 24px;
  }
}

.p-top-menu {
  overflow: hidden;
}
.p-top-menu__wrapper {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-menu__wrapper {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-menu__wrapper .l-wrapper {
    padding-inline: 0;
  }
}
.p-top-menu__en {
  text-align: right;
  margin-bottom: -117px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__en {
    margin-bottom: -82px;
  }
}
.p-top-menu__title {
  font-size: 2rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top-menu__title {
    text-align: center;
  }
}
.p-top-menu__inner {
  background: url("../images/top_menu_bg.png") no-repeat;
  background-size: cover;
  padding: 96px 16px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__inner {
    padding: 48px 16px;
  }
}
.p-top-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0px auto 68px auto;
}
@media screen and (max-width: 1024px) {
  .p-top-menu__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__item {
    margin: 0px auto 48px auto;
  }
}
.p-top-menu__item:last-child {
  margin-bottom: 0;
}
.p-top-menu__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .p-top-menu__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-top-menu__item:nth-child(even) .p-top-menu__item--title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(even) .p-top-menu__item--title {
    margin-right: calc(50% - 50vw);
    text-align: center;
  }
}
.p-top-menu__item:nth-child(even) .p-top-menu__image {
  margin-left: 0;
  margin-right: -444px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(even) .p-top-menu__image {
    margin-right: calc(50% - 50vw);
  }
}
.p-top-menu__item:nth-child(even) .p-top-menu__item--text {
  padding-left: 0;
  padding-right: 68px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item:nth-child(even) .p-top-menu__item--text {
    padding-right: 0;
  }
}
.p-top-menu__image {
  margin-left: -444px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__image {
    margin-left: calc(50% - 50vw);
    width: 97vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-menu__body {
    margin-top: 24px;
  }
}
.p-top-menu__item--title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--white);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item--title {
    text-align: center;
    font-size: 1.375rem;
    margin-left: calc(50% - 50vw);
  }
}
.p-top-menu__item--text {
  color: var(--white);
  padding-left: 68px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item--text {
    padding-left: 0;
  }
}
.p-top-menu__button {
  margin: 58px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-menu__button {
    margin: 48px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__button.u-sp {
    display: flex;
  }
}

.p-top-staff__en {
  margin-bottom: -126px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-staff__en {
    margin-bottom: -20px;
  }
}
.p-top-staff__wrapper {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-staff__wrapper {
    padding-inline: 0;
  }
}
.p-top-staff__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 66px;
  min-height: 698px;
  background-color: var(--white3);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-staff__media {
    min-height: unset;
    flex-direction: column;
    margin-right: 0;
    margin-left: calc(50% - 50vw);
    padding: 66px 16px;
  }
}
.p-top-staff__media::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -42px;
  min-width: 1920px;
  right: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-staff__media::before {
    bottom: 16px;
    min-width: unset;
    right: -6px;
    width: calc(100% + 16px);
    height: calc(100% - 32px);
  }
}
.p-top-staff__image {
  width: 50%;
  padding-right: 80px;
}
@media screen and (max-width: 1800px) {
  .p-top-staff__image {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-staff__image {
    width: 100%;
    padding-right: 0;
  }
}
.p-top-staff__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-staff__body {
    width: 100%;
    margin-top: 24px;
  }
}
.p-top-staff__title {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-top-staff__title {
    text-align: center;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.p-top-staff__text {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-staff__text {
    margin-top: 0;
  }
}
.p-top-staff__button {
  margin: 80px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-staff__button {
    margin: 24px auto 0 auto;
  }
}

.p-top-recruit__en {
  margin-top: -153px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top-recruit__en {
    font-size: 14.375rem;
    margin-top: -108px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-recruit__en {
    font-size: 6.25rem;
    position: absolute;
    top: -82px;
    margin-top: 0;
  }
}
.p-top-recruit__wrapper {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__wrapper {
    padding-inline: 0;
  }
}
.p-top-recruit__inner {
  background: url("../images/top_recruit.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 150px;
  min-height: 505px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .p-top-recruit__inner {
    padding: 20px 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-recruit__inner {
    padding: 20px 20px;
    align-items: flex-end;
    min-height: 378px;
  }
}
.p-top-recruit__inner::after {
  content: "";
  display: inline-block;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.p-top-recruit__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__body {
    width: 100%;
  }
}
.p-top-recruit__title {
  color: var(--white);
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title {
    color: var(--black);
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.p-top-recruit__text {
  color: var(--white);
  margin-top: 32px;
}
.p-top-recruit__button {
  background-color: var(--white);
  color: var(--black);
  margin: 32px auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__button {
    margin: 16px auto 0 auto;
  }
}
.p-top-recruit__button > p::after {
  background: url(../images/arrow_black.svg) no-repeat;
  background-size: contain;
}
.p-top-recruit__button:hover {
  opacity: 0.8;
  transition: all 0.8s;
  color: var(--black);
}

.p-beginners__trouble--row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--row {
    flex-direction: column;
    max-width: 460px;
    margin: 0 auto;
  }
}
.p-beginners__trouble--item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--item {
    width: 100%;
  }
}
.p-beginners__trouble--text {
  text-align: center;
  font-size: 1.125rem;
  border-bottom: 1px solid;
  width: 100%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--text {
    font-size: 0.875rem;
    width: fit-content;
    padding: 0 1em;
    margin: 0 0 20px auto;
  }
  .p-beginners__trouble--text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--text:nth-child(even) {
    margin: 0 auto 20px 0;
  }
  .p-beginners__trouble--text:nth-child(even):last-child {
    margin-bottom: 0;
  }
}
.p-beginners__trouble--text::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid;
  width: 60px;
  position: absolute;
  bottom: -22px;
  right: -50px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--text::after {
    content: none;
  }
}
.p-beginners__trouble--text:nth-child(2)::after {
  content: none;
}
.p-beginners__trouble--text:nth-child(3)::after {
  bottom: 20px;
  right: -50px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--reverse .p-beginners__trouble--text {
    margin: 0 auto 20px 0;
  }
  .p-beginners__trouble--reverse .p-beginners__trouble--text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--reverse .p-beginners__trouble--text:nth-child(even) {
    margin: 0 0 20px auto;
  }
  .p-beginners__trouble--reverse .p-beginners__trouble--text:nth-child(even):last-child {
    margin-bottom: 0;
  }
}
.p-beginners__trouble--reverse .p-beginners__trouble--text::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid;
  width: 60px;
  position: absolute;
  bottom: -22px;
  left: -50px;
  right: auto;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--reverse .p-beginners__trouble--text::after {
    content: none;
  }
}
.p-beginners__trouble--reverse .p-beginners__trouble--text:nth-child(2)::after {
  content: none;
}
.p-beginners__trouble--reverse .p-beginners__trouble--text:nth-child(3)::after {
  bottom: 20px;
  left: -50px;
  transform: rotate(45deg);
}
.p-beginners__trouble--image {
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--image {
    padding: 0;
    max-width: 150px;
    margin: 20px auto;
  }
}
.p-beginners__trouble--arrow {
  display: block;
  max-width: 66px;
  height: auto;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .p-beginners__trouble--arrow {
    margin: 40px auto;
  }
}
.p-beginners__solution--bg {
  background: url("../images/beginners_trouble_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-beginners__solution--bg {
    padding-top: 50px;
  }
}
.p-beginners__solution--media {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-beginners__solution--media {
    flex-direction: column-reverse;
  }
}
.p-beginners__solution--image {
  width: 40%;
  height: auto;
  max-width: 467px;
  padding-right: 62px;
}
@media screen and (max-width: 768px) {
  .p-beginners__solution--image {
    width: 100%;
    padding-right: 0;
    margin: 56px auto 0 auto;
  }
}
.p-beginners__solution--body {
  width: 60%;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .p-beginners__solution--body {
    width: 100%;
    padding: 0;
  }
}
.p-beginners__solution--title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-beginners__solution--title {
    font-size: 1.375rem;
    width: fit-content;
    margin: 0 auto 24px auto;
  }
}
.p-beginners__flow {
  border-bottom: 2px solid rgba(26, 26, 26, 0.7);
}
@media screen and (max-width: 768px) {
  .p-beginners__flow {
    border-bottom: none;
    margin: 0 calc(50% - 50vw);
  }
}
.p-beginners__flow--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px 28px 46px;
}
@media screen and (max-width: 768px) {
  .p-beginners__flow--item {
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
  }
}
.p-beginners__flow--header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 112px;
}
@media screen and (max-width: 768px) {
  .p-beginners__flow--header {
    flex-direction: row;
    gap: 6px;
  }
}
.p-beginners__flow--step {
  color: var(--gold3);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.p-beginners__flow--number {
  color: var(--gold3);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-beginners__flow--number {
    font-size: 1.25rem;
  }
}
.p-beginners__flow--heading {
  color: var(--gold3);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.p-beginners__flow--arrow {
  width: 16px;
  height: auto;
}
.p-beginners__flow--image {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-beginners__flow--image {
    max-width: unset;
  }
}
.p-beginners__flow--text {
  max-width: 400px;
  padding: 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-beginners__flow--text {
    max-width: unset;
  }
}
.p-beginners__note {
  background-color: var(--white3);
  padding: 120px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-beginners__note {
    padding: 50px 16px;
    margin: 0 calc(50% - 50vw);
  }
}
.p-beginners__note::before {
  content: "";
  display: inline-block;
  border-top: 0 solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 80px solid var(--white);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-beginners__note::before {
    border-bottom: 40px solid transparent;
    border-left: 50px solid var(--white);
  }
}
.p-beginners__note::after {
  content: "";
  display: inline-block;
  border-bottom: 0 solid transparent;
  border-top: 70px solid transparent;
  border-right: 80px solid var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-beginners__note::after {
    border-top: 40px solid transparent;
    border-right: 50px solid var(--white);
  }
}
.p-beginners__note--title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-beginners__note--title {
    font-size: 1.375rem;
  }
}
.p-beginners__note--text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
  font-weight: normal;
}
.p-beginners__note--lead {
  margin-top: 40px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-beginners__note--lead {
    font-size: 1rem;
  }
}
.p-beginners__note--list {
  padding-left: 1.5em;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
.p-beginners__note--list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

.p-faq__list {
  margin-top: 32px;
}
.p-faq__question {
  color: var(--white);
  padding: 12px calc(30px + 1em) 12px 30px;
  background-color: rgba(26, 26, 26, 0.7);
  cursor: pointer;
  position: relative;
}
.p-faq__question::after {
  content: "";
  display: inline-block;
  background: url("../images/faq_arrow.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq__question::after {
    width: 14px;
    height: 14px;
  }
}
.p-faq__answer {
  display: none;
  padding: 24px 30px;
  background-color: var(--white3);
}
.p-faq__answer[data-gjs-type=paragraph] {
  display: block;
}

.p-second__mv {
  background: url(../images/mv_bg_second.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-second__lead {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-second__lead {
    font-size: 0.875rem;
    margin-bottom: 60px;
  }
}
.p-second__support {
  position: relative;
}
.p-second__support::before {
  content: "";
  display: inline-block;
  background: url("../images/second_support_bg01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 50%;
  max-width: 1367px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-second__support::before {
    max-width: 682px;
    width: 100%;
  }
}
.p-second__support::after {
  content: "";
  display: inline-block;
  background: url("../images/second_support_bg02.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  max-width: 1437px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-second__support::after {
    max-width: 717px;
    width: 100%;
  }
}
.p-second__homecare {
  background: url("../images/second_product_bg.png") no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-second__homecare {
    padding: 60px 0;
  }
}
.p-second__homecare--lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-top: 30px;
}
.p-second__product {
  border-top: 1px solid;
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-second__product {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.p-second__product--title {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-second__product--title {
    font-size: 1.125rem;
  }
}
.p-second__product--inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-second__product--inner {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.p-second__product--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-second__product--name {
  font-size: 1.25rem;
}
.p-second__product--price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.p-blog__mv {
  background: url(../images/mv_bg_blog.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-blog__link {
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 768px) {
  .p-blog__link {
    padding: 20px 0;
    flex-direction: column;
  }
}
.p-blog__header {
  display: flex;
  align-items: center;
  margin-right: 24px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-blog__header {
    margin-right: 0;
  }
}
.p-blog__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.p-blog__category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  display: inline;
  padding: 0 8px;
  background-color: var(--gold);
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-blog__category {
    font-size: 0.75rem;
    margin-left: 10px;
  }
}
.p-blog__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.p-blog .webgene-pagination {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-blog .webgene-pagination {
    margin-top: 32px;
  }
}
.p-blog .webgene-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-blog .webgene-pagination .number a {
  background-color: rgba(26, 26, 26, 0.7);
  color: var(--white);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
.p-blog .webgene-pagination .prev {
  background: url("../images/blog_arrow02.svg") no-repeat center;
  background-size: contain;
  width: 22px;
  height: 7px;
  display: block;
}
.p-blog .webgene-pagination .prev a {
  color: transparent;
  display: block;
  height: 100%;
  font-size: 0;
}
.p-blog .webgene-pagination .next {
  color: transparent;
  background: url("../images/blog_arrow.svg") no-repeat center;
  background-size: contain;
  width: 22px;
  height: 7px;
  display: block;
}
.p-blog .webgene-pagination .next a {
  color: transparent;
  display: block;
  height: 100%;
  font-size: 0;
}

.p-blog-detail__header {
  display: flex;
  align-items: center;
}
.p-blog-detail__header__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}
.p-blog-detail__header__category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: normal;
  background-color: var(--gold);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-blog-detail__header__category {
    margin-left: 10px;
  }
}
.p-blog-detail__title {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-blog-detail__title {
    font-size: 1.125rem;
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
.p-blog-detail__button {
  margin-top: 200px;
  min-height: 50px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-blog-detail__button {
    margin-top: 50px;
  }
}
.p-blog-detail__button > p {
  padding-left: calc(32px + 1em);
  padding-right: 0;
}
.p-blog-detail__button > p::after {
  background: url(../images/arrow_left_white.svg) no-repeat;
  background-size: contain;
  left: 0;
  right: unset;
}

@media screen and (max-width: 768px) {
    .p-price .c-heading02{
        font-size: 20px;
    }
}

.p-price__mv {
  background: url(../images/mv_bg_price.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-price__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
}
.p-price__contents {
  margin-top: 80px;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-price__contents {
    margin-top: 28px;
    padding: 30px 0;
  }
}
.p-price__contents::before {
  content: "";
  display: inline-block;
  background-color: var(--white3);
  position: absolute;
  top: 0;
  right: -128px;
  width: calc(100vw + 128px);
  height: 100%;
  z-index: -1;
}
.p-price__contents:nth-child(odd)::before {
  content: "";
  display: inline-block;
  background-color: var(--white3);
  position: absolute;
  top: 0;
  left: -128px;
  right: unset;
  width: calc(100vw + 128px);
  height: 100%;
  z-index: -1;
}
.p-price__contents:nth-child(odd) .p-price__ranking--en {
  left: unset;
  right: -448px;
}
@media screen and (max-width: 768px) {
  .p-price__contents:nth-child(odd) .p-price__ranking--en {
    right: -18px;
  }
}
.p-price__ranking--en {
  font-size: 13.6875rem;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  line-height: 100%;
  position: absolute;
  left: -507px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--en {
    font-size: 6.25rem;
    left: -18px;
  }
}
.p-price__ranking--title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-price__ranking--inner {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--inner {
    font-size: 1.5rem;
    grid-template-columns: 1fr;
  }
}
.p-price__ranking--card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-price__ranking--card:nth-child(2) .p-price__ranking--number {
  background-color: var(--gray);
}
.p-price__ranking--card:nth-child(3) .p-price__ranking--number {
  background-color: var(--brown);
}
.p-price__ranking--header {
  position: relative;
}
.p-price__ranking--number {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--gold4);
  color: var(--white);
  font-size: 2.125rem;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--number {
    font-size: 1.5rem;
    width: 45px;
    height: 45px;
  }
}
.p-price__ranking--heading {
  min-height: 58px;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-price__ranking--heading {
    font-size: 1rem;
    margin-top: 20px;
    min-height: unset;
  }
}
.p-price__ranking--text {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .p-price__ranking--text {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
.p-price__ranking--under {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--under {
    margin-top: 20px;
  }
}
.p-price__ranking--under img {
  display: inline;
  width: 24px;
  height: 24px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--under img {
    width: 20px;
    height: 20px;
    margin-top: 11px;
  }
}
.p-price__ranking--time {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--time {
    font-size: 0.875rem;
  }
}
.p-price__ranking--price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__ranking--price {
    font-size: 0.875rem;
  }
}
.p-price__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-price__nav {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}
.p-price__nav--link {
  background-color: var(--black70);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding: 12px;
}
.p-price__nav--link img {
  max-width: 10px;
  height: auto;
  margin-top: 4px;
}
.p-price__nav--link:hover {
  opacity: 0.8;
  transition: all 0.3s;
  color: var(--white);
}
.p-price__menu {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-price__menu {
    padding-top: 60px;
  }
}
.p-price__menu:first-of-type {
  padding-top: 0;
}
.p-price__title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding: 24px 0;
  background: url("../images/price_bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-price__title {
    font-size: 1.25rem;
    padding: 18px 0;
  }
}
.p-price__media {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-price__media {
    margin-top: 30px;
    flex-direction: column;
  }
}
.p-price__media--image {
  width: 40%;
  max-width: 396px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-price__media--image {
    width: 100%;
    max-width: unset;
  }
}
.p-price__media--body {
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-price__media--body {
    width: 100%;
    padding-left: 0;
    margin-top: 18px;
  }
}
.p-price__media--header {
  margin-bottom: 16px;
}
.p-price__media--category {
  background-color: var(--gold2);
  padding: 2px 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  display: inline;
}
.p-price__category--gold {
  background-color: var(--gold2);
}
.p-price__category--gray {
  background-color: var(--gray3);
  color: var(--white);
}
.p-price__category--emerald {
  background-color: var(--emerald);
  color: var(--white);
}
.p-price__category--green {
  background-color: var(--green);
  color: var(--white);
}
.p-price__category--black {
  border: 1px solid var(--black);
  background-color: unset;
}
.p-price__category--purple {
  border: 1px solid var(--purple);
  background-color: unset;
  color: var(--purple);
}
.p-price__category--purple02 {
  background-color: var(--purple2);
}
.p-price__category--beige {
  background-color: var(--gold);
}
.p-price__media--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__media--title {
    font-size: 1rem;
  }
}
.p-price__media--price {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-price__media--price {
    font-size: 0.875rem;
  }
}
.p-price__media--text {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.p-reason__mv {
  background: url(../images/mv_bg_reason.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-reason__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-reason__nav {
    grid-template-columns: 1fr;
    gap: 5px;
    width: 100%;
  }
}
.p-reason__nav--link {
  background-color: var(--black70);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding: 12px;
  min-width: 230px;
}
@media screen and (max-width: 768px) {
  .p-reason__nav--link {
    width: 100%;
  }
}
.p-reason__nav--link img {
  max-width: 10px;
  height: auto;
  margin-top: 4px;
}
.p-reason__nav--link:hover {
  opacity: 0.8;
  transition: all 0.3s;
  color: var(--white);
}
.p-reason__salon {
  background: url(../images/reason_bg.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-reason__salon {
    padding: 60px 0;
  }
}
.p-reason__salon .c-heading {
  color: var(--white);
}
.p-reason__salon .c-media__image::after {
  content: none;
}
.p-reason__salon .c-media__title {
  color: var(--white);
}
.p-reason__salon .c-media__text {
  color: var(--white);
}
.p-reason__trouble--item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-reason__trouble--item {
    margin-bottom: 60px;
  }
}
.p-reason__trouble--item:last-child {
  margin-bottom: 0;
}
.p-reason__trouble--title {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 10px 0;
  background-color: var(--black70);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-reason__trouble--title {
    font-size: 1.25rem;
    padding: 18px 0;
  }
}
.p-reason__trouble--inner {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-reason__trouble--inner {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.p-reason__trouble--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .p-reason__trouble--text {
    margin-bottom: 30px;
  }
}
.p-reason__advice {
  border: 1px solid;
  padding: 24px 20px;
}
@media screen and (max-width: 768px) {
  .p-reason__advice {
    padding: 20px 20px;
  }
}
.p-reason__advice--title {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.p-reason__advice--inner {
  width: fit-content;
  margin: 0 auto;
}
.p-reason__advice--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
.p-reason__advice--text:last-child {
  margin-bottom: 0;
}
.p-reason__advice--text::before {
  content: "";
  display: inline-block;
  background: url(../images/reason_advice.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 14px;
}
.p-reason__point {
  margin-top: 24px;
}
.p-reason__point--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.p-reason__point--row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 12px;
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-reason__point--row {
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;
    column-gap: 20px;
  }
}
.p-reason__point--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 10px;
}
.p-reason__point--item img {
    aspect-ratio: 358 / 242;
    object-fit: cover;
}
.p-reason__voice--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-reason__voice--inner {
    row-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__voice--inner {
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: unset;
    margin: 0 calc(50% - 50vw);
  }
}
.p-reason__voice--item {
  background-color: var(--white3);
}
.p-reason__voice--menu {
  background-color: var(--black70);
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  display: inline;
  padding: 4px 16px;
}
.p-reason__voice--category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  display: inline;
  margin-left: 6px;
}
.p-reason__voice--body {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.p-reason__voice--image {
  width: 20%;
}
.p-reason__voice--text {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  background-color: var(--white);
  padding: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-reason__voice--text {
    margin-left: 10px;
  }
}
.p-reason__voice--name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.p-reason__change--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 68px;
  column-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .p-reason__change--inner {
    row-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__change--inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
    column-gap: unset;
  }
}
.p-reason__change--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-reason__change--arrow {
  max-width: 34px;
  height: 100%;
  margin: 0 8px;
}
.p-reason__before {
  position: relative;
}
.p-reason__before--text {
  background-color: var(--black70);
  color: var(--white);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding: 4px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-reason__after {
  position: relative;
}
.p-reason__after--text {
  background-color: var(--gold2);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding: 4px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-recruit__mv {
  background: url(../images/mv_bg_recruit.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-recruit__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}

.p-recruit-intro {
  margin-top: 120px;
  padding-block: 120px;
  background-color: var(--white3);
}
@media screen and (max-width: 768px) {
  .p-recruit-intro {
    margin-top: 56px;
    padding-block: 42px 55px;
  }
}

.p-recruit-intro__terms {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__terms {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.p-recruit-intro__terms img {
  width: 38.4765625%;
  max-width: 394px;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__terms img {
    width: 100%;
  }
}

.p-recruit-terms {
  padding: 40px;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-recruit-terms {
    padding: 20px;
  }
}

.p-recruit-terms__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--black);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-terms__title {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
}

.p-recruit-terms__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-recruit-terms__list {
    row-gap: 8px;
  }
}

.p-recruit-terms__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-terms__item {
    font-size: 0.875rem;
    line-height: 1.8;
    padding-left: 16px;
  }
}
.p-recruit-terms__item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url("../images/icon_diamond.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-recruit-terms__item:before {
    top: 6px;
    width: 11px;
    height: 14px;
  }
}

.p-recruit-bubble {
  margin-top: 120px;
  display: flex;
  align-items: flex-start;
  column-gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-recruit-bubble {
    margin-top: 32px;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 22px;
  }
}
.p-recruit-bubble img {
  width: 208px;
}
@media screen and (max-width: 768px) {
  .p-recruit-bubble img {
    width: 150px;
  }
}

.p-recruit-bubble__box {
  width: calc(100% - 208px - 36px);
  padding: 40px;
  background-color: var(--white);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-bubble__box {
    width: 100%;
    padding: 20px;
  }
}
.p-recruit-bubble__box:before {
  content: "";
  position: absolute;
  top: 82px;
  left: -19px;
  width: 25px;
  height: 36px;
  background-color: var(--white);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-recruit-bubble__box:before {
    top: unset;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 40px;
    height: 22px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}

.p-recruit-bubble__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-recruit-bubble__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-recruit-merit {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-recruit-merit {
    margin-top: 62px;
  }
}

.p-recruit-merit__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-merit__title {
    font-size: 1.375rem;
    letter-spacing: 0.12em;
  }
}

.p-recruit-merit__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit-merit__list {
    margin-top: 30px;
    row-gap: 30px;
  }
}

.p-recruit-merit__item {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-merit__item {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
}
.p-recruit-merit__item img {
  max-width: 316px;
}
@media screen and (max-width: 768px) {
  .p-recruit-merit__item img {
    width: 74.63%;
  }
}

.p-recruit-merit__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 468px;
}
@media screen and (max-width: 768px) {
  .p-recruit-merit__wrap {
    row-gap: 10px;
  }
}

.p-recruit-merit__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-recruit-merit__lead {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-recruit-merit__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.p-recruit-recommend {
  margin-top: 120px;
  padding-block: 100px;
  background-image: url("../images/recruit-recommend-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-recruit-recommend {
    margin-top: 60px;
    padding-block: 80px 0;
  }
}

.p-recruit-recommend__inner {
  max-width: 824px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-recommend__inner {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 24px;
  }
}
.p-recruit-recommend__inner img {
  max-width: 309px;
}
@media screen and (max-width: 768px) {
  .p-recruit-recommend__inner img {
    width: 187px;
  }
}

.recruit-recommend__box {
  display: flex;
  flex-direction: column;
  row-gap: 54px;
}
@media screen and (max-width: 768px) {
  .recruit-recommend__box {
    row-gap: 30px;
  }
}

.p-recruit-recommend__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3334;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-recruit-recommend__title {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0.12em;
    text-align: center;
  }
}

.p-recruit-recommend__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-recommend__list {
    row-gap: 16px;
  }
}

.p-recruit-recommend__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-recommend__item {
    font-size: 0.875rem;
    line-height: 1.8;
    padding-left: 16px;
  }
}
.p-recruit-recommend__item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url("../images/icon_diamond.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-recruit-recommend__item:before {
    top: 6px;
    width: 11px;
    height: 14px;
  }
}

.p-recruit-require {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-recruit-require {
    margin-top: 60px;
  }
}

.p-recruit-require__tab {
  display: grid;
  align-items: end;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 12px;
}
@media screen and (max-width: 1024px) {
  .p-recruit-require__tab {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-require__tab {
    column-gap: 5px;
    row-gap: 5px;
  }
}

.p-recruit-require__tab-item {
  cursor: pointer;
  width: 100%;
  height: 60px;
  color: var(--gray2);
  text-align: center;
  padding: 20px 4px;
  border: 2px solid var(--gray2);
  border-bottom-width: 0px;
  position: relative;
  transform-origin: bottom center;
  transition: all 0.1s linear;
}
@media screen and (max-width: 1024px) {
  .p-recruit-require__tab-item {
    border-bottom-width: 2px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit-require__tab-item:hover {
    color: var(--black);
    border-color: var(--black);
  }
}
.p-recruit-require__tab-item.active {
  font-size: 1rem;
  color: var(--black);
  background-color: var(--white3);
  border-color: var(--white3);
  transform: scaleY(1.26667);
}
@media screen and (max-width: 1024px) {
  .p-recruit-require__tab-item.active {
    font-size: 0.875rem;
    transform: unset;
  }
}
.p-recruit-require__tab-item.active > p {
  transform: translate(-50%, -50%) scaleY(0.789515);
}
@media screen and (max-width: 1024px) {
  .p-recruit-require__tab-item.active > p {
    transform: translate(-50%, -50%);
  }
}
.p-recruit-require__tab-item > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear;
}
.p-recruit-require__tab-item > p > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-require__tab-item > p > br {
    display: block;
  }
}

.p-recruit-require__content {
  padding-block: 120px;
  padding-inline: 16px;
  background-color: var(--white3);
}
@media screen and (max-width: 768px) {
  .p-recruit-require__content {
    width: 100vw;
    margin-left: -16px;
    padding-block: 60px;
  }
}

.p-recruit-require__title {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.21em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-require__title {
    font-size: 1.375rem;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }
}

.p-recruit-require__item {
  display: none;
  max-width: 784px;
  margin-top: 40px;
  margin-inline: auto;
}
.p-recruit-require__item.show {
  display: block;
}
.p-recruit-require__item[data-gjs-type=box] {
  display: block;
}

.p-recruit-require__rows {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 24px;
  padding: 24px;
  border-top: 1px solid var(--gray2);
}
@media screen and (max-width: 768px) {
  .p-recruit-require__rows {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 12px 0;
    border-top: none;
    border-bottom: 1px solid var(--gray2);
  }
}

.p-recruit-require__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recruit-require__name {
    line-height: 1.85;
  }
}

.p-recruit-require__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-recruit-require__text {
    font-weight: 400;
    line-height: 1.85;
  }
}

.p-recruit-form {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-recruit-form {
    margin-top: 60px;
  }
}

.p-contact__mv {
  background: url(../images/mv_bg_contact.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-form__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.p-form__container {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-form__container {
    margin-top: 40px;
  }
}

.p-form__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-form__wrap {
    row-gap: 30px;
  }
}

.p-form__item {
  display: grid;
  grid-template-columns: 286px 1fr;
  align-items: start;
  column-gap: 18px;
}
@media screen and (max-width: 768px) {
  .p-form__item {
    grid-template-columns: 1fr;
    row-gap: 14px;
    column-gap: 0;
  }
}

.p-form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 14px;
  position: relative;
  margin-top: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-form__label {
    justify-content: flex-start;
    font-size: 0.875rem;
  }
}
.p-form__label.--required::after {
  content: "必須";
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background-color: var(--gold2);
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .p-form__label.--required::after {
    font-size: 0.75rem;
  }
}

.p-form__input {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background-color: var(--white3);
}
@media screen and (max-width: 768px) {
  .p-form__input {
    font-size: 0.875rem;
    padding: 8px 12px;
  }
}

.p-form__textarea {
  width: 100%;
  min-height: 165px;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background-color: var(--white3);
}
@media screen and (max-width: 768px) {
  .p-form__textarea {
    min-height: 120px;
    font-size: 0.875rem;
    padding: 8px 12px;
  }
}

.p-form__checkbox {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-form__checkbox {
    margin-top: 40px;
  }
}

.p-form__check {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .p-form__check--label {
    font-size: 0.875rem;
  }
}

.p-form-privacy {
  margin-top: 56px;
  padding: 40px 40px 20px;
  border: 1px solid var(--black);
  border-radius: 4px;
  overflow-y: auto;
  height: 316px;
}
@media screen and (max-width: 768px) {
  .p-form-privacy {
    margin-top: 40px;
    padding: 30px 24px 14px;
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .p-form-privacy__text {
    letter-spacing: 0.04em;
  }
}

.p-form__button {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-form__button {
    margin-top: 50px;
  }
}

.p-staff__mv {
  background: url(../images/mv_bg_staff.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-staff__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-staff__media {
    flex-direction: column;
  }
}
.p-staff__media--image {
  width: 40%;
  max-width: 385px;
  height: 100%;
  margin-right: 44px;
}
@media screen and (max-width: 768px) {
  .p-staff__media--image {
    width: 100%;
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-staff__media--body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-staff__media--body {
    width: 100%;
  }
}
.p-staff__media--salon {
  font-size: 1.25rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-staff__media--salon {
    font-size: 0.875rem;
  }
}
.p-staff__media--header {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid;
  padding-bottom: 12px;
}
.p-staff__media--name {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-staff__media--name {
    font-size: 1.25rem;
  }
}
.p-staff__media--en {
  font-size: 1.25rem;
  margin-left: 24px;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold3);
}
@media screen and (max-width: 768px) {
  .p-staff__media--en {
    font-size: 1rem;
  }
}
.p-staff__media--heading {
  margin-top: 12px;
}
.p-staff__message--heading {
  font-size: 1.25rem;
  color: var(--gold3);
  margin-bottom: 8px;
}
.p-staff__license {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .p-staff__license {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-staff__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 24px;
  column-gap: 62px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-staff__row {
    grid-template-columns: 1fr;
    row-gap: 28px;
    column-gap: unset;
  }
}
.p-staff__card--image {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-staff__card--image::after {
  content: "";
  display: inline-block;
  background-color: var(--white3);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -16px;
  bottom: 0;
  z-index: -1;
}
.p-staff__card--name {
  font-size: rewm(20);
  font-weight: bold;
}
.p-staff__card--en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: var(--gold4);
  line-height: 100%;
}
.p-staff__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 66px;
  column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .p-staff__gallery {
    grid-template-columns: 1fr;
    row-gap: 30px;
    column-gap: unset;
  }
}
.p-staff__gallery--title {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-staff__gallery--title {
    font-size: 1.125rem;
  }
}
.p-staff__gallery--text {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.p-staff__information {
  background-color: var(--white3);
  padding: 120px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-staff__information {
    padding: 50px 16px;
    margin: 0 calc(50% - 50vw);
  }
}
.p-staff__information::before {
  content: "";
  display: inline-block;
  border-top: 0 solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 80px solid var(--white);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-staff__information::before {
    border-bottom: 40px solid transparent;
    border-left: 50px solid var(--white);
  }
}
.p-staff__information::after {
  content: "";
  display: inline-block;
  border-bottom: 0 solid transparent;
  border-top: 70px solid transparent;
  border-right: 80px solid var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-staff__information::after {
    border-top: 40px solid transparent;
    border-right: 50px solid var(--white);
  }
}
.p-staff__information--inner {
  margin-top: 69px;
}
@media screen and (max-width: 768px) {
  .p-staff__information--inner {
    margin-top: 20px;
  }
}
.p-staff__information--item {
  padding: 24px 0;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .p-staff__information--item {
    padding: 20px 0;
    flex-direction: column;
  }
}
.p-staff__information--heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: 20%;
  min-width: 116px;
}
@media screen and (max-width: 768px) {
  .p-staff__information--heading {
    width: 100%;
    min-width: unset;
  }
}
.p-staff__information--text {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-staff__information--text {
    width: 100%;
    margin-top: 8px;
  }
}

.p-map iframe {
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .p-map iframe {
    height: 400px;
  }
}

/* Utility (prefix: u-)
    ------------------------------------------------*/
.u-height-full {
  height: 100%;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.u-light {
  font-weight: 300;
}

.u-normal {
  font-weight: normal;
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-fixed {
  position: fixed;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

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

.u-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
