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

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

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

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

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

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;
  -webkit-text-decoration: underline dotted;
          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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # 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] {
  color: inherit;
  cursor: pointer;
}

/* 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;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/*=====
Mixin
=====*/
/*=====
変数
=====*/
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url(fonts/Noto_Sans_JP/NotoSansJP-Thin.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url(fonts/Noto_Sans_JP/NotoSansJP-SemiBold.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  src: url(fonts/Noto_Serif_JP/NotoSerifJP-Medium.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-weight: 100;
  src: url(fonts/Lato/Lato-Thin.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-weight: 300;
  src: url(fonts/Lato/Lato-Light.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-weight: 400;
  src: url(fonts/Lato/Lato-Regular.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-weight: 500;
  src: url(fonts/Lato/Lato-Bold.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 700;
  src: url(fonts/Inter/Inter_18pt-Thin.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 400;
  src: url(fonts/Inter/Inter_18pt-Regular.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 500;
  src: url(fonts/Inter/Inter_18pt-Medium.ttf) format("TrueType");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 700;
  src: url(fonts/Inter/Inter_18pt-Bold.ttf) format("TrueType");
}
:root {
  --font-main: "Noto Sans JP", sans-serif;
  --font-sub: "Noto Serif JP", serif;
  --font-en: "Lato", serif;
  --font-en2: "Inter", serif;
}

:root {
  --mobile-height: 750px;
}

html {
  font-size: 10px;
  scrollbar-width: none;
}

body {
  background-color: #000000;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
}
body.fixed {
  overflow: hidden;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img {
  width: 100%;
}

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

.h2 {
  font-size: min(13.3vw, 54px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.text_white {
  color: #ffffff;
}

.text_accent {
  color: #e7b50c;
}

.bg_black {
  background-color: #000000;
}

.bg_yellow {
  background-color: #C4AC42;
}

.spacer {
  background-color: gray;
  height: 750px;
  height: var(--mobile-height);
  width: 100%;
}

.spacer:nth-of-type(1) {
  margin-bottom: 1050px;
}

/* ===============================================
# メイン
=============================================== */
.p-gallery-container {
  background-color: rgba(4, 3, 8, 0.8);
  height: 750px;
  height: var(--mobile-height);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-gallery-end {
  height: 750px;
  height: var(--mobile-height);
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translate(10%, -10%);
      -ms-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
  visibility: hidden;
  width: 100%;
}

.column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.column img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.column img + img {
  margin-top: 20px;
}

.l-header {
  background-color: transparent;
  color: #ffffff;
  height: 50px;
  position: relative;
  z-index: 2;
}

.l-footer {
  background-color: #000000;
  position: relative;
  z-index: 3;
}

.l-inner {
  margin-left: 20px;
  width: calc(100% - 40px);
}

.l-service {
  background-color: #ffffff;
  padding-block: 96px;
  position: relative;
}
.l-service__background {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 2;
}
.l-service video {
  height: 100% !important;
  left: 0;
  max-height: 100% !important;
  max-width: 100vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw !important;
  z-index: 1;
}

.l-concept {
  background-color: #000000;
  position: relative;
}
.l-concept__background {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.c-container--s {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-hamburger {
  z-index: 999;
}
.c-hamburger__button {
  display: block;
  height: 20px;
  position: absolute;
  right: 5vw;
  top: 16px;
  width: 28px;
  z-index: 100;
}
.c-hamburger__button.is-active {
  position: fixed;
  right: 5vw;
  top: 16px;
}
.c-hamburger__line {
  background-color: #ffffff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  width: 28px;
}
.c-hamburger__line1 {
  top: 0;
}
.c-hamburger__line1.is-active {
  background-color: #ffffff;
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__line2 {
  top: 9px;
}
.c-hamburger__line2.is-active {
  opacity: 0;
}
.c-hamburger__line3 {
  top: 18px;
}
.c-hamburger__line3.is-active {
  background-color: #ffffff;
  top: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-hamburger__nav {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 60px 20px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}
.c-hamburger__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.c-hamburger__item {
  border-bottom: 1px dashed #ffffff;
}
.c-hamburger__link {
  color: #ffffff;
  display: block;
  padding: 12px;
}
.c-hamburger__link:hover {
  opacity: 0.8;
}

.c-split {
  display: inline-block;
}
.c-split--block {
  display: block;
}

.c-button {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: min(3.73vw, 1.4rem);
  font-weight: bold;
  height: 50px;
  letter-spacing: 0.1em;
  line-height: 48px;
  margin-inline: auto;
  max-width: 430px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 80%;
}
.c-button:hover {
  background-color: transparent;
  color: #ffffff;
}

.p-section__header.mb {
  margin-bottom: 35px;
}
.p-section__title {
  font-family: "Lato", serif;
  font-weight: 400;
}

.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: min(4.5vw, 25px);
  padding-right: min(2.5vw, 25px);
  position: relative;
}
.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__logo-link {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__logo-link:hover {
  opacity: 0.7;
}
.p-header__nav {
  display: none;
}
.p-header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__item {
  display: block;
  margin-left: 32px;
}
.p-header__link {
  display: block;
  font-family: "Lato", serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header__link::before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.p-header__link:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.p-header__cta {
  display: none;
  min-width: min(15vw, 180px);
}
.p-header__cta a {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  padding-bottom: 6px;
  padding-inline: 10px;
  padding-top: 6px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-header__cta a:hover {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.p-header__cta a .en {
  font-family: "Lato", serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.p-header__cta a .jp {
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-footer__inner::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.p-footer__inner video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}
.p-footer__contents {
  color: #ffffff;
}
.p-footer__contents p {
  font-size: min(3.73vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.p-footer__copyright {
  bottom: 20px;
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.p-mv {
  background-color: #FFF;
  height: 750px;
  height: var(--mobile-height);
  margin-top: -50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-mv__contents {
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: right;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-mv__title {
  font-size: 9vw;
  font-weight: 100;
  letter-spacing: 0.07em;
  line-height: 1.2;
  margin-bottom: 18px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.p-mv__subtitle {
  font-size: 3.74vw;
  font-weight: 500;
  letter-spacing: 0.27em;
}
.p-mv__scroll {
  bottom: 30px;
  height: 60px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  width: 1px;
  z-index: 1;
}
.p-mv__scroll-line {
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  height: 60px;
  width: 1px;
}
.p-mv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv::before {
  content: "";
  display: block;
  padding-top: 750px;
  padding-top: var(--mobile-height);
}
.p-mv video {
  height: 750px;
  height: var(--mobile-height);
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
.p-faq {
  color: #ffffff;
  margin-top: -5px;
  padding-top: 70px;
}
.p-faq__title {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__body {
  padding-bottom: 80px;
}
.p-faq__item:has(+ .p-faq__item) {
  margin-bottom: 10px;
}
.p-faq__item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222;
  cursor: pointer;
  display: grid;
  font-size: min(3.7vw, 1.4rem);
  font-weight: 500;
  gap: 16px;
  grid-template-columns: 1fr 16px;
  letter-spacing: 0.15em;
  padding: 15px;
}
.p-faq__item-title.is-active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-faq__item-title .icon {
  display: none;
  font-family: "Lato", serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.p-faq__item-contents {
  display: grid;
  grid-template-rows: 0fr;
  padding-inline: 8px;
  padding-top: 11px;
  -webkit-transition: grid-template-rows 0.2s ease-out;
  -o-transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.p-faq__item-contents[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.p-faq__item-inner {
  overflow: hidden;
}
.p-faq__item-answer {
  font-size: min(2.8vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.15em;
}

.p-service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.p-service h2 {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.p-service__grid {
  display: grid;
  gap: 20px;
}
.p-service__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: grid;
  grid-template-columns: 60px 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.p-service__item-header {
  font-weight: bold;
}
.p-service__item-point {
  font-family: "Inter";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 5px;
}
.p-service__item-number {
  font-family: "Inter";
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1;
}
.p-service__item-body {
  border-left: 1px solid #ffffff;
  margin-left: 5vw;
  padding-left: 7vw;
  text-align: left;
}
.p-service__item-title {
  font-size: min(4.8vw, 1.8rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-service__item-subtitle {
  font-size: min(4.26vw, 1.6rem);
  line-height: 1.5;
}
.p-service__bg {
  background-color: #ffffff;
  width: 100vw;
  z-index: -1;
}

.p-counseling {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-counseling::before {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-counseling__inner {
  position: relative;
  z-index: 2;
}
.p-counseling__text {
  color: #ffffff;
  font-size: min(4.26vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
.p-counseling__text:has(+ .p-counseling__button) {
  margin-bottom: 30px;
}
.p-counseling__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-concept {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 140px;
  position: relative;
}
.p-concept__contents {
  margin-top: -164px;
  position: relative;
  z-index: 2;
}
.p-concept__title {
  margin-bottom: 32px;
}
.p-concept__subtitle {
  font-size: min(5.93vw, 28px);
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-bottom: 24px;
}
.p-concept__text {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-concept__media {
  position: relative;
}
.p-concept__media::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 31, 29, 0)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgba(36, 31, 29, 0), rgb(0, 0, 0));
  background: linear-gradient(to bottom, rgba(36, 31, 29, 0), rgb(0, 0, 0));
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.p-concept__media::after {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.p-concept__image {
  aspect-ratio: 1/1.05;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right 22% top 0;
     object-position: right 22% top 0;
  z-index: -2;
}

.p-gallery {
  color: #ffffff;
  display: block;
  height: 750px;
  height: var(--mobile-height);
  position: relative;
}
.p-gallery-wrap {
  height: 750px;
  height: var(--mobile-height);
  left: 0;
  max-width: 100vw !important;
  position: fixed;
  top: 0;
  width: 100vw !important;
  z-index: -2;
}
.p-gallery-spacer {
  height: 750px;
  height: var(--mobile-height);
  max-height: 750px;
  max-height: var(--mobile-height);
}
.p-gallery__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.p-gallery__text {
  font-size: min(4.8vw, 18px);
  left: 20px;
  letter-spacing: 0.2em;
  line-height: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  z-index: 1;
}
.p-gallery__media {
  position: absolute;
  right: 20%;
  top: 0;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  width: 70%;
  z-index: -2;
}
.p-gallery__media-list {
  display: grid;
  gap: 5px;
}
.p-gallery__media-list:nth-child(2) {
  display: none;
}
.p-gallery__media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
}
.p-gallery__media-item > div:has(.before) {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.p-gallery__media-item > div:has(.before)::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-gallery__media-item img {
  border-radius: 10px;
}

.p-detail {
  background-color: #222;
  padding-bottom: 50px;
  padding-top: 40px;
}
.p-detail__header {
  color: #ffffff;
  margin-bottom: 32px;
}
.p-detail__grid {
  display: grid;
  gap: 30px;
  padding-inline: 10px;
}
.p-detail__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.07em;
  min-height: 100px;
  position: relative;
}
.p-detail__item .inner {
  width: 100%;
}
.p-detail__item .label {
  background-color: #000000;
  color: #ffffff;
  left: 0;
  position: absolute;
  z-index: 1;
}
.p-detail__item .label--small {
  font-size: 1.2rem;
  min-width: 110px;
  padding: 4px 0;
  text-align: center;
  top: 12px;
}
.p-detail__item .label--large {
  font-size: 1.6rem;
  padding: 2px 5px 3px 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-detail__item .data {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(5.3vw, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: right;
}
.p-detail__item .data span {
  font-family: "Inter";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.p-detail__item .abs {
  bottom: 10px;
  font-size: 10px;
  position: absolute;
  right: 10px;
}
.p-detail__item._2018 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(4.26vw, 16px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  padding-top: 18px;
}
.p-detail__item._2018 span {
  font-size: min(6.13vw, 20px);
}
.p-detail__item._2018 span.year {
  font-family: "Inter";
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
}
.p-detail__item._2018 span.year small {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
.p-detail__item._2018 span.bg_black {
  display: inline-block;
  line-height: 1;
  padding: 4px 8px 8px;
}
.p-detail__item._2018 .justify {
  display: block;
  -webkit-transform: translateX(7px);
      -ms-transform: translateX(7px);
          transform: translateX(7px);
}
.p-detail__item._2018 .center {
  display: inline-block;
}
.p-detail__item._current, .p-detail__item._history {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-detail__item._current {
  padding-top: 16px;
}
.p-detail__item._current .data {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-7px);
      -ms-transform: translateX(-7px);
          transform: translateX(-7px);
}
.p-detail__item._people {
  padding: 12px;
}
.p-detail__item._people .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  padding-top: 16px;
  position: relative;
}
.p-detail__item._people .inner svg {
  -webkit-transform: translateY(36px);
      -ms-transform: translateY(36px);
          transform: translateY(36px);
  width: 100%;
}
.p-detail__item._people ._people__number {
  opacity: 0;
}
.p-detail__item._people ._people__line {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.p-detail__item._people .data {
  left: 50%;
  position: absolute;
  top: 40px;
  -webkit-transform: translateX(calc(-50% + 10px));
      -ms-transform: translateX(calc(-50% + 10px));
          transform: translateX(calc(-50% + 10px));
}
.p-detail__item._age .inner {
  padding-block: 16px;
  padding-inline: 12px;
}
.p-detail__item._age .graph {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  position: relative;
  width: min(100%, 230px);
}
.p-detail__item._age .graph__date {
  font-size: 2.4rem;
}
.p-detail__item._age .graph__date span {
  font-family: "Inter";
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1;
}
.p-detail__item._age .age {
  margin-inline: auto;
  padding-top: 16px;
  position: relative;
  width: 75%;
}
.p-detail__item._age .age__average {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
.p-detail__item._age .age__average span {
  font-family: "Inter";
  font-size: min(12vw, 4rem);
  line-height: 1;
}
.p-detail__item._age .age__header-item {
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0;
  position: absolute;
}
.p-detail__item._age .age__header-item.age_target1 {
  bottom: 0;
  left: 0;
}
.p-detail__item._age .age__header-item.age_target2 {
  bottom: 0;
  right: 0;
}
.p-detail__item._age .age__header-item span {
  font-family: "Inter";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-detail__item._age .age__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  position: relative;
  width: calc(100% - 44px);
}
.p-detail__item._age .age__footer-circle {
  background-color: #222;
  border-radius: 50%;
  display: block;
  height: 16px;
  width: 16px;
}
.p-detail__item._age .age__footer-line {
  background-color: #222;
  height: 4px;
  width: calc(100% - 30px);
}
.p-detail__item._age .age .age_target1, .p-detail__item._age .age .age_target2 {
  opacity: 0;
}
.p-detail__item._age .pi-graph {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 100%;
}
.p-detail__item._age #red {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
  stroke-dasharray: 100;
}
.p-detail__item._age #red.is-active {
  -webkit-animation: red 2s ease-in-out forwards;
          animation: red 2s ease-in-out forwards;
}
.p-detail__item._age #blue {
  fill: none;
  stroke: rgba(0, 0, 0, 0.25);
  stroke-width: 4;
  stroke-dasharray: 100;
}
.p-detail__item._age #blue.is-active {
  -webkit-animation: blue 2s ease-in-out forwards;
          animation: blue 2s ease-in-out forwards;
}
.p-detail__item._age .enko {
  fill: none;
  stroke-width: 14;
  stroke-dasharray: 100;
  /* 最初は非表示状態 */
  stroke-dashoffset: 100;
}
.p-detail__item._occupation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-detail__item._occupation .inner {
  overflow: hidden;
  padding: 56px 16px 16px;
  position: relative;
}
.p-detail__item._occupation ._occupation__bg {
  background-color: #E9E9E9;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-detail__item._residence {
  padding: 32px 8px 16px;
}
.p-detail__item._residence .data {
  -webkit-transform: translateX(17px);
      -ms-transform: translateX(17px);
          transform: translateX(17px);
}
.p-detail__item._residence ._residence__title {
  font-size: min(4.53vw, 17px);
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-detail__item._residence ._residence__caption {
  font-size: min(3vw, 12px);
}
.p-detail__item._residence ._residence__media {
  padding-inline: 10vw;
}
.p-detail__item._residence ._residence__media svg {
  opacity: 0;
}
.p-detail__item._residence ._residence__media .kanto path {
  fill: #000 !important;
}
.p-detail__item._residence ._residence__media .chubu path {
  fill: #333 !important;
}
.p-detail__item._residence ._residence__media .kansai path {
  fill: #333 !important;
}
.p-detail__item._residence ._residence__media .kyushu path {
  fill: #555 !important;
}
.p-detail__item._residence ._residence__media .chugoku path {
  fill: #666 !important;
}
.p-detail__item._residence ._residence__media .hokkaido path {
  fill: #888 !important;
}
.p-detail__item._residence ._residence__media .tohoku path {
  fill: #888 !important;
}
.p-detail__item._residence ._residence__media .shikoku path {
  fill: #aaa !important;
}
.p-detail__item._residence .mouse-cursor {
  height: 20px;
  left: -10px;
  pointer-events: none;
  position: fixed;
  top: -22px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
}
.p-detail__item._residence .mouse-cursor-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F3F3;
  color: #27220d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
  padding-left: 4px;
  padding-right: 4px;
}
.p-detail__item._student {
  position: relative;
}
.p-detail__item._student .inner {
  padding: 32px 12px;
}
.p-detail__item._student ._student__ratio {
  font-size: 4rem;
  margin-inline: auto;
  position: relative;
  width: 75%;
}
.p-detail__item._student ._student__ratio::before, .p-detail__item._student ._student__ratio::after {
  bottom: 0;
  content: "";
  height: 16px;
  position: absolute;
}
.p-detail__item._student ._student__ratio::before {
  background-color: #e7b50c;
  left: 0;
  width: 15%;
}
.p-detail__item._student ._student__ratio::after {
  background-color: #000000;
  right: 0;
  width: 85%;
}
.p-detail__item._student ._student__ratio ._student__line {
  background-color: #ffffff;
  bottom: -1px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.p-detail__item._student ._student__ratio .data {
  padding-bottom: 25px;
  padding-inline: 0;
  position: relative;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}
.p-detail .js-countUp-target, .p-detail .js-countUp-target2, .p-detail .js-countUp-target3, .p-detail .js-countUp-target4, .p-detail .js-countUp-target5, .p-detail .js-countUp-target6 {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.p-detail .js-countUp-target.is-active, .p-detail .js-countUp-target2.is-active, .p-detail .js-countUp-target3.is-active, .p-detail .js-countUp-target4.is-active, .p-detail .js-countUp-target5.is-active, .p-detail .js-countUp-target6.is-active {
  opacity: 1;
}
.p-detail .js-countUp-target {
  min-width: 115px;
}
.p-detail .js-countUp-target2 {
  min-width: 130px;
}
.p-detail .js-countUp-target3 {
  min-width: 63px;
}
.p-detail .js-countUp-target4 {
  min-width: 60px;
}
.p-detail .js-countUp-target5 {
  min-width: 60px;
}
.p-detail .js-countUp-target6 {
  min-width: 90px;
}

@-webkit-keyframes blue {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes blue {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes red {
  to {
    stroke-dashoffset: 85;
  }
}
@keyframes red {
  to {
    stroke-dashoffset: 85;
  }
}
.p-important {
  background-color: rgb(40, 40, 40);
  color: #ffffff;
  display: block;
  margin-top: -70px;
  padding-bottom: 80px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.p-important::before {
  background-image: url(../images/concept/important_pc.webp);
  background-position: top -20% left 60%;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-important__inner {
  padding-inline: 0;
}
.p-important__contents {
  margin-bottom: 45px;
}
.p-important__contents-header {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.p-important__contents-header p:nth-child(1) {
  font-size: min(3.73vw, 14px);
  letter-spacing: 0.06em;
}
.p-important__contents-header p:nth-child(2) {
  font-size: min(6.13vw, 23px);
  font-weight: 500;
  letter-spacing: 0.07em;
}
.p-important__contents-header p:nth-child(3) {
  font-size: min(12.26vw, 46px);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}
.p-important__contents-header p:nth-child(3) .number {
  font-family: "Inter";
  font-size: min(18.66vw, 70px);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.p-important__text {
  font-size: min(4vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-important__media {
  margin-bottom: 32px;
  margin-inline: auto;
  overflow: hidden;
  padding-right: 2px;
  position: relative;
  text-align: center;
}
.p-important__media .cover {
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 8px);
  z-index: 1;
}

.p-scroll {
  background-color: #000000;
  padding-block: 64px;
  position: relative;
}
.p-scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-scroll-infinity__wrap:has(+ .p-scroll-infinity__wrap) {
  margin-bottom: 10px;
}
.p-scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.p-scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 15s infinite linear 0.5s both;
          animation: infinity-scroll-left 15s infinite linear 0.5s both;
}
.p-scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 15s infinite linear 0.5s both;
          animation: infinity-scroll-right 15s infinite linear 0.5s both;
}
.p-scroll-infinity__item {
  border-radius: 10px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  width: 50vw;
}
.p-scroll-infinity__item:nth-child(1) {
  z-index: 1;
}
.p-scroll-infinity__item:nth-child(1) img {
  -webkit-transform: skew(20deg) scale(1.35) !important;
      -ms-transform: skew(20deg) scale(1.35) !important;
          transform: skew(20deg) scale(1.35) !important;
  -webkit-transform-origin: center !important;
      -ms-transform-origin: center !important;
          transform-origin: center !important;
}
.p-scroll-infinity__item:nth-child(2) {
  z-index: 2;
}
.p-scroll-infinity__item:nth-child(3) {
  z-index: 3;
}
.p-scroll-infinity__item:nth-child(4) {
  z-index: 4;
}
.p-scroll-infinity__item:nth-child(5) {
  z-index: 5;
}
.p-scroll-infinity__item:nth-child(6) {
  z-index: 6;
}
.p-scroll-infinity__item img {
  -webkit-transform: skew(20deg) scale(1.5);
      -ms-transform: skew(20deg) scale(1.5);
          transform: skew(20deg) scale(1.5);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  width: 100%;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
:root {
  --flow_header_height: 265px ;
}

.p-flow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.p-flow-wrap {
  overflow: hidden;
  position: relative;
}
.p-flow-wrap .pin-spacer {
  background-color: #222;
}
.p-flow__body {
  padding-top: 32px;
}
.p-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-left: 20vw;
  width: 600%;
}
.p-flow__item {
  background-color: #ffffff;
  color: #000000;
  padding: 40px 15px;
  -webkit-transform: skew(-5deg);
      -ms-transform: skew(-5deg);
          transform: skew(-5deg);
}
.p-flow__item-media {
  margin-bottom: 12px;
  position: relative;
}
.p-flow__item-media::before {
  border-bottom: solid 90px transparent;
  border-left: solid 90px #ffffff;
  content: "";
  display: block;
  height: 0;
  left: -3px;
  position: absolute;
  top: -3px;
  width: calc(100% - 40px);
}
.p-flow__item-media .number {
  color: #222;
  font-family: "Lato", serif;
  font-size: min(10.6vw, 4rem);
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
.p-flow__item-media img {
  aspect-ratio: 12/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.p-flow__item-title {
  color: #222;
  font-size: min(5.3vw, 20px);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.p-flow__item-subtitle {
  border-bottom: 1px solid #000000;
  color: #222;
  font-size: min(4vw, 15px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.p-flow__item-text {
  color: #222;
  font-size: min(3vw, 12px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.p-flow-scroll {
  --scaleX: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  height: 4px;
  left: 0;
  position: absolute;
  top: calc(100vh - 8px);
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
  width: 100%;
  z-index: 5;
}
.p-flow-scroll::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(var(--scaleX));
      -ms-transform: scaleX(var(--scaleX));
          transform: scaleX(var(--scaleX));
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  width: 100%;
}

.p-interview {
  padding-top: 60px;
}
.p-interview__header {
  padding-bottom: 32px;
}
.p-interview__body {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
.p-interview__progress {
  display: none;
}
.p-interview__progress-number span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter";
  font-size: 2rem;
  margin-top: 40px;
}
.p-interview__progress-number span.is-active {
  color: #ffffff;
}
.p-interview__progress-bar {
  --scaleY:0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 4px 4px;
  display: block;
  height: 572px;
  overflow: hidden;
  position: relative;
  width: 2.5px;
}
.p-interview__progress-bar::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  -webkit-transform: scaleY(var(--scaleY));
      -ms-transform: scaleY(var(--scaleY));
          transform: scaleY(var(--scaleY));
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  width: 100%;
}
.p-interview__slider-item {
  width: 100vw;
}
.p-interview__slider-link {
  display: block;
}
.p-interview__slider-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-interview__slider-media img {
  aspect-ratio: 4/4.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 50%;
}
.p-interview__slider-text {
  color: #ffffff;
  padding: 24px 16px 96px;
  text-align: center;
}
.p-interview__slider-text p.p-interview__slider-title {
  font-size: min(4.5vw, 28px);
  font-weight: bold;
}
.p-interview__slider-text p.p-interview__slider-title + p {
  margin-top: 24px;
  text-align: left;
}
.p-interview__slider-number {
  color: #ffffff;
  font-family: "Inter";
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
.p-interview__slider-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-interview__slider-more::after {
  -webkit-animation: circleBorder 2s ease infinite forwards;
          animation: circleBorder 2s ease infinite forwards;
  border: 1px solid #eaeaea;
  content: "";
  height: 48px;
  left: -10px;
  opacity: 0.2;
  position: absolute;
  top: -11px;
  width: calc(100% + 20px);
  z-index: 1;
}
.p-interview__slider-more svg, .p-interview__slider-more span {
  position: relative;
  z-index: 2;
}
.p-interview__slider-more span {
  font-family: "Lato", serif;
  letter-spacing: 0.1em;
}
.p-interview__slider .mouse-cursor--interview {
  display: none;
}
.p-interview__slider .mouse-cursor--interview.is-active {
  display: block;
  height: 20px;
  left: -15px;
  pointer-events: none;
  position: fixed;
  top: -75px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
}
.p-interview__slider .mouse-cursor-text--interview {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: colorChange 3s ease infinite forwards;
          animation: colorChange 3s ease infinite forwards;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 100px;
}

@-webkit-keyframes colorChange {
  0% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background: rgba(200, 200, 200, 0.5);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes colorChange {
  0% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background: rgba(200, 200, 200, 0.5);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes colorSize {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes colorSize {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes circleBorder {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}
@keyframes circleBorder {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}
.p-page {
  display: block;
}
.p-page__header {
  position: relative;
}
.p-page__header::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-page__header img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page__title-- {
  background-color: transparent;
  bottom: 3vh;
  color: #FFF;
  left: 5vw;
  position: absolute;
  width: 90%;
}
.p-page__title-- .p-page__title {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.p-page__body {
  padding-bottom: 64px;
}
.p-page__inner {
  background-color: #ffffff;
  padding-block: 48px;
}
.p-page__info {
  margin-bottom: 32px;
}
.p-page__info-date {
  display: block;
  margin-bottom: 32px;
}
.p-page__info-profile {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-page__title {
  background-color: #000000;
  color: #ffffff;
  font-size: min(4.8vw, 1.8rem);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 16px;
}
.p-page__section:has(+ .p-page__section) {
  margin-bottom: 64px;
}
.p-page__section h2 {
  border-left: 4px solid #222;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 16px;
}
.p-page__section p {
  font-size: 1.4rem;
}
.p-page__section--image {
  margin-inline: auto;
  width: 80%;
}
.p-page__section--image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page__change {
  margin-top: -2px;
  padding-top: 0;
}
.p-page__change-title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 32px;
}
.p-page__change-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-page__change-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page__change-arrow svg {
  -webkit-transform: rotate(86deg);
      -ms-transform: rotate(86deg);
          transform: rotate(86deg);
}
.p-page__footer {
  background-color: #333;
  color: #ffffff;
  margin-bottom: 128px;
}
.p-page__other-title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 16px;
}
.p-page__other-scroll {
  padding-bottom: 16px;
}
.p-page__other-grid {
  display: grid;
  gap: 24px 8px;
  grid-template-columns: repeat(3, 1fr);
}
.p-page__other-media {
  margin-bottom: 8px;
}
.p-page__other-heading {
  font-size: 1.3rem;
  line-height: 1.25;
}
.p-page__other-heading span {
  font-size: min(2.6vw, 1.1rem);
}
.p-page__other-heading span.c-split .line {
  display: none;
}

.p-loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100svh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.p-loading__text {
  width: 100%;
}
.p-loading__title {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-animation: typing 3s steps(14), effect 0.272s step-end 11 forwards;
          animation: typing 3s steps(14), effect 0.272s step-end 11 forwards;
  border-right: 3px solid #ffffff;
  font-size: min(4.5vw, 42px);
  font-weight: 100;
  letter-spacing: 0.4em;
  margin-inline: auto;
  overflow: hidden;
  white-space: nowrap;
  width: 35ch;
}
.p-loading__subtitle {
  font-size: min(1.25vw, 18px);
  letter-spacing: 0.13em;
}

@-webkit-keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 35ch;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 35ch;
  }
}
@-webkit-keyframes effect {
  50% {
    border-color: transparent;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}
#loading-screen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#loading-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-inline: auto;
  max-width: 90vw;
  position: relative;
  text-align: center;
  width: 100%;
}

#loading-percentage {
  background-color: #111;
  font-family: "Inter", serif;
  font-size: 20px;
  left: 0;
  padding-left: 8px;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

#loading-bar {
  background: #555;
  border-radius: 1px;
  height: 2px;
  overflow: hidden;
  width: calc(100% - 35px);
}

#loading-bar-fill {
  background: #fff;
  height: 100%;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0%;
}

.loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2em;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}

.p-loading__text {
  color: #FFF;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 101;
}

.count_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  gap: 16px;
  margin-inline: auto;
  max-width: 90vw;
  text-align: center;
  width: 100%;
}

.count_number {
  font-size: 20px;
}

.progress_bar {
  height: 1px;
  position: relative;
  width: 100%;
}

#progress_bar_count {
  background-image: -o-linear-gradient(315deg, #666 0%, #999 48%, #eee 100%);
  background-image: linear-gradient(-225deg, #666 0%, #999 48%, #eee 100%);
  height: 100%;
  left: 0;
  position: absolute;
  width: 0%; /* 初期値は0% */
}

.progress_text {
  display: none; /* 最初は非表示 */
  font-size: 20px;
  left: 50%;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.area {
  bottom: 5vh;
  left: 5vw;
  margin-inline: auto;
  max-width: 90vw;
  position: absolute;
  width: 100%;
}
.area__line {
  background-color: #888;
  height: 1px;
  width: calc(100% - 82px);
}
.area__number {
  background-color: #222;
  bottom: -17px;
  color: #FFF;
  font-size: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.area__number.is-active {
  -webkit-animation: identifier 1.5s forwards ease;
          animation: identifier 1.5s forwards ease;
}

@-webkit-keyframes identifier {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100% - 62px));
            transform: translateX(calc(100% - 62px));
  }
}

@keyframes identifier {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(100% - 62px));
            transform: translateX(calc(100% - 62px));
  }
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-mbxs {
  margin-bottom: 8px;
}
.u-mbs {
  margin-bottom: 16px;
}
.u-mbm {
  margin-bottom: 24px;
}
.u-mbl {
  margin-bottom: 48px;
}

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

.u-pc {
  display: none;
}

/*================================================
Foundation
================================================*/
/*================================================
Layout
================================================*/
/*================================================
Object
================================================*/
@media (min-width: 400px) {
  :root {
    --mobile-height: 850px;
  }
  html {
    font-size: 10px;
  }
}
@media (min-width: 520px) {
  :root {
    --mobile-height: 100vh;
  }
  html {
    font-size: 10px;
  }
  .spacer:nth-of-type(1) {
    margin-bottom: 150vh;
  }
  .l-service {
    min-height: 100vh;
  }
  .p-service {
    min-height: 100vh;
  }
  .p-service__bg {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
  .c-container {
    max-width: 90vw;
  }
  .p-footer__contents p {
    font-size: min(2.6vw, 2rem);
  }
  .p-faq {
    padding-bottom: 80px;
    padding-top: 160px;
  }
  .p-faq__item-title {
    font-size: 1.8rem;
    padding: 16px 24px;
  }
  .p-faq__item-answer {
    font-size: 1.6rem;
    padding-bottom: 24px;
  }
  .p-service__item {
    padding: 40px;
  }
  .p-service__item-body {
    padding-left: 5vw;
  }
  .p-service__item-title {
    font-size: 2.2rem;
  }
  .p-service__item-subtitle {
    font-size: 1.8rem;
  }
  .p-counseling__text {
    font-size: min(2.6vw, 2rem);
  }
  .p-concept__contents {
    margin-top: -75%;
  }
  .p-gallery__media {
    right: 10%;
    top: 20%;
    width: 85%;
  }
  .p-detail__item._2018 .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-detail__item._2018 .justify {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5vw;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .p-important::before {
    aspect-ratio: 1/1.25;
    background-position: top;
    background-size: cover;
  }
  .p-flow__item-text {
    font-size: min(1.6vw, 24px);
  }
  .p-interview__slider-text p.p-interview__slider-title + p {
    font-size: 18px;
  }
  .p-page__change-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-page__other-heading span.c-split .line {
    display: inline-block;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
    position: relative;
  }
  .h2 {
    font-size: min(5.515vw, 80px);
  }
  .column {
    width: 50%;
  }
  .l-inner {
    width: 100%;
  }
  .c-button {
    font-size: 2rem;
    height: 77px;
    line-height: 75px;
  }
  .p-header__logo-link {
    font-size: 2.8rem;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__nav {
    display: block;
  }
  .p-header__cta {
    min-width: min(12.5vw, 180px);
  }
  .p-header__cta a {
    padding-inline: 0;
    padding-top: 9px;
  }
  .p-footer__contents p {
    font-size: 2.4rem;
    margin-bottom: 80px;
  }
  .p-mv__title {
    font-size: 3.2vw;
    line-height: 1.02;
  }
  .p-mv__subtitle {
    font-size: 1.5vw;
  }
  .p-faq__title {
    position: relative;
  }
  .p-faq__body {
    padding-bottom: 67px;
  }
  .p-faq__list {
    margin-inline: auto;
    max-width: 900px;
  }
  .p-faq__item:has(+ .p-faq__item) {
    margin-bottom: 20px;
  }
  .p-faq__item-title {
    font-size: 2rem;
    gap: 32px;
    grid-template-columns: 1fr 26px;
    padding: 16px 24px;
  }
  .p-faq__item-title .icon {
    font-size: 6rem;
  }
  .p-faq__item-title svg {
    width: 26px;
  }
  .p-faq__item-contents {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
  }
  .p-faq__item-answer {
    font-size: 1.6rem;
    padding-bottom: 8px;
  }
  .p-service__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-service__item {
    display: block;
    padding: 40px 30px 60px;
  }
  .p-service__item-header {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
  .p-service__item-point {
    font-size: 2.4rem;
  }
  .p-service__item-number {
    font-size: 6.4rem;
  }
  .p-service__item-body {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .p-service__item-title {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
  .p-service__item-subtitle {
    font-size: 1.8rem;
  }
  .p-counseling__text {
    font-size: 2.8rem;
  }
  .p-concept {
    display: block;
    height: 100vh;
  }
  .p-concept__contents {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }
  .p-concept__title {
    margin-bottom: 60px;
  }
  .p-concept__subtitle {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .p-concept__text {
    font-size: 1.6rem;
  }
  .p-concept__media::before {
    display: none;
  }
  .p-concept__image {
    aspect-ratio: auto;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-gallery__text {
    font-size: min(1.66vw, 24px);
    width: 100%;
  }
  .p-gallery__media-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .p-gallery__media-list {
    gap: 10px;
  }
  .p-gallery__media-list:nth-child(2) {
    display: grid;
  }
  .p-gallery__media-item {
    gap: 10px;
  }
  .p-detail {
    padding-bottom: 160px;
    padding-top: 64px;
  }
  .p-detail__body {
    max-width: 90vw;
  }
  .p-detail__grid {
    gap: 24px;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
  }
  .p-detail__item .label--large {
    font-size: 2.8rem;
    padding: 3px 8px 5px 49px;
  }
  .p-detail__item .data {
    font-size: 3rem;
    padding-right: 0;
  }
  .p-detail__item .data span {
    font-size: min(5vw, 6rem);
  }
  .p-detail__item._2018 {
    font-size: min(3.26vw, 14px);
    padding-block: 24px;
  }
  .p-detail__item._2018 span.year {
    font-size: min(5vw, 6rem);
  }
  .p-detail__item._current .data {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 32px;
  }
  .p-detail__item._people {
    padding: 32px 16px;
  }
  .p-detail__item._people .inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-block: 0;
  }
  .p-detail__item._people .inner svg {
    -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
            transform: translateY(16px);
  }
  .p-detail__item._people .data {
    left: 0;
    top: 45px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .p-detail__item._age .inner {
    padding-bottom: 0;
    padding-inline: 3vw;
  }
  .p-detail__item._age .age {
    padding-top: 0;
  }
  .p-detail__item._age .age__average {
    margin-left: -10px;
    margin-top: 16px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .p-detail__item._age .age__average span {
    font-size: min(5vw, 6rem);
  }
  .p-detail__item._age .age__footer {
    width: calc(100% - 60px);
  }
  .p-detail__item._occupation .inner {
    padding-bottom: 16px;
    padding-top: 56px;
  }
  .p-detail__item._residence {
    padding-bottom: 32px;
    padding-inline: 0;
    padding-top: 32px;
  }
  .p-detail__item._residence .data {
    bottom: 5vh;
    position: absolute;
    right: 8%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .p-detail__item._residence ._residence__title {
    font-size: min(2.083vw, 30px);
    margin-bottom: 15px;
  }
  .p-detail__item._residence ._residence__caption {
    font-size: min(1.25vw, 18px);
  }
  .p-detail__item._residence ._residence__media {
    padding-inline: 0;
    text-align: left;
  }
  .p-detail__item._residence ._residence__media svg {
    max-width: 90%;
  }
  .p-detail__item._student ._student__ratio .data {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .p-detail__item._student ._student__ratio .data small {
    font-size: 2rem;
  }
  .p-detail__item._2018 {
    font-size: min(2.94vw, 34px);
    grid-column: 1/3;
    grid-row: 1/2;
    padding-bottom: 14px;
    padding-top: 24px;
  }
  .p-detail__item._2018 span {
    font-size: min(2.2vw, 32px);
  }
  .p-detail__item._people {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .p-detail__item._age {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .p-detail__item._student {
    grid-column: 3/4;
    grid-row: 3/5;
  }
  .p-detail__item._current {
    grid-column: 1/2;
    grid-row: 4/5;
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .p-detail__item._residence {
    grid-column: 2/3;
    grid-row: 2/5;
  }
  .p-detail .js-countUp-target {
    min-width: 125px;
  }
  .p-detail .js-countUp-target2 {
    min-width: 150px;
  }
  .p-detail .js-countUp-target3 {
    min-width: 65px;
  }
  .p-detail .js-countUp-target4 {
    min-width: 72px;
  }
  .p-detail .js-countUp-target5 {
    min-width: 62px;
  }
  .p-detail .js-countUp-target6 {
    min-width: 130px;
  }
  .p-important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    left: 50%;
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 70px;
    position: absolute;
    top: 200vh;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  .p-important::before {
    aspect-ratio: auto;
    background-image: url(../images/concept/important.webp);
    background-position: right;
    background-size: cover;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    z-index: -1;
  }
  .p-important__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
  .p-important__contents {
    width: 48%;
  }
  .p-important__contents-header {
    text-align: left;
  }
  .p-important__contents-header p:nth-child(3) .number {
    font-size: min(6.57916vw, 94.74px);
  }
  .p-important__text {
    font-size: min(1.25vw, 1.6rem);
    line-height: 2.1;
  }
  .p-important__media {
    margin-bottom: 0;
    margin-inline: 0;
    width: 52%;
  }
  .p-scroll {
    padding-block: 128px;
  }
  .p-scroll-infinity__item {
    margin-right: 10px;
    width: 16.6666666667vw;
  }
  .p-flow {
    padding-bottom: 0;
  }
  .p-flow__header {
    padding-bottom: 32px;
  }
  .p-flow__body {
    max-width: 1100px;
    padding-top: 0;
  }
  .p-flow__inner {
    padding-left: 0;
  }
  .p-flow__inner {
    gap: 60px;
  }
  .p-flow__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: min(5vh, 60px) min(4.16vw, 60px);
    width: 70vw;
  }
  .p-flow__item-inner {
    display: grid;
    gap: min(3vw, 48px);
    grid-template-columns: repeat(2, 1fr);
  }
  .p-flow__item-media {
    margin-bottom: 0;
  }
  .p-flow__item-media::before {
    border-bottom: solid 140px transparent;
    border-left: solid 140px #ffffff;
  }
  .p-flow__item-media .number {
    font-size: min(4vw, 5.6rem);
    top: 10px;
  }
  .p-flow__item-media img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-flow__item-contents {
    padding-top: min(5vh, 60px);
  }
  .p-flow__item-title {
    font-size: min(2.2vw, 28px);
    text-align: left;
  }
  .p-flow__item-subtitle {
    font-size: min(1.7vw, 20px);
    margin-bottom: 32px;
    padding-bottom: 32px;
    text-align: left;
  }
  .p-flow__item-text {
    font-size: min(1.25vw, 16px);
  }
  .p-flow-scroll {
    display: none;
  }
  .p-flow-scroll::before {
    display: none;
  }
  .p-interview__slider-text p.p-interview__slider-title + p {
    font-size: 14px;
  }
  .p-page__header img {
    aspect-ratio: 5/2;
    -o-object-position: top 30% left 0;
       object-position: top 30% left 0;
  }
  .p-page__title-- {
    bottom: 5vh;
    left: 10vw;
    width: 80%;
  }
  .p-page__body {
    padding-block: 96px;
  }
  .p-page__inner {
    max-width: 1200px;
    padding-block: 64px;
    padding-inline: min(3vw, 64px);
  }
  .p-page__info {
    margin-bottom: 64px;
  }
  .p-page__info-profile {
    font-size: 2.4rem;
  }
  .p-page__title {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
  .p-page__section h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .p-page__section p {
    font-size: 1.5rem;
  }
  .p-page__section--image {
    width: 45%;
  }
  .p-page__section--image img {
    aspect-ratio: 1/1;
  }
  .p-page__change {
    padding-bottom: 2.5vw;
    padding-inline: 2.5%;
  }
  .p-page__change-title {
    font-size: 3rem;
  }
  .p-page__change-arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-page__change-arrow svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .p-page__other-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .p-page__other-scroll {
    padding-bottomx: 0;
    overflow: hidden;
  }
  .p-page__other-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-page__other-heading {
    font-size: 1.6rem;
  }
  .p-page__other-heading span {
    font-size: 1.3rem;
  }
  .p-loading__title {
    -webkit-animation: typing 3s steps(14), effect 0.272s step-end 11 forwards;
            animation: typing 3s steps(14), effect 0.272s step-end 11 forwards;
    font-size: 1.916vw;
  }
  #loading-percentage {
    padding-left: 16px;
  }
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
  .l-header {
    height: 90px;
  }
  .p-mv {
    margin-top: -90px;
  }
  .p-mv video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
  }
  .p-service__grid {
    gap: 40px;
  }
  .p-gallery__media {
    right: 10%;
    top: 0;
    width: 60%;
  }
  .p-detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-detail__item .inner {
    padding-inline: 2.5vw;
  }
  .p-detail__item .label--small {
    font-size: 2rem;
    padding: 5px 14px 5px 37px;
    top: 16px;
  }
  .p-detail__item._2018 .center {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .p-detail__item._2018 .center.ml {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .p-detail__item._2018 .ml {
    margin-left: 16px;
  }
  .p-detail__item._people .data {
    left: 2.5vw;
    top: 64px;
  }
  .p-detail__item._student .inner {
    padding-block: 0;
    padding-inline: 3vw;
  }
  .p-important {
    padding-bottom: 100px;
    padding-top: 140px;
  }
  .p-important::before {
    background-size: contain;
  }
  .p-important__contents-header p:nth-child(1) {
    font-size: min(1.1805vw, 17px);
    margin-bottom: 16px;
  }
  .p-important__contents-header p:nth-child(2) {
    font-size: min(2.182638vw, 31.43px);
  }
  .p-important__contents-header p:nth-child(3) {
    font-size: min(4.3861vw, 63.16px);
    margin-bottom: 40px;
  }
  .p-flow__item {
    padding: min(5vh, 60px) min(4.16vw, 60px);
  }
  .p-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    position: relative;
  }
  .p-interview__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    height: 100vh;
    left: 2.5vw;
    padding-inline: 0 !important;
    padding-top: 60px;
    position: sticky;
    top: 0;
    width: 15vw;
  }
  .p-interview__header h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-interview__header::before {
    background-color: #000000;
    content: "";
    display: block;
    height: 60px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 99;
  }
  .p-interview__body {
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 60px;
    width: 80vw;
  }
  .p-interview__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-interview__slider-item {
    margin-bottom: 15vh;
    position: relative;
    width: 100%;
  }
  .p-interview__slider-text {
    padding: 24px 24px 24px 0;
    text-align: left;
    z-index: 1;
  }
  .p-interview__slider-text p.p-interview__slider-title {
    font-size: min(3vw, 28px);
  }
  .p-interview__slider-more {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-interview__slider-more::after {
    display: none;
  }
  .p-interview__slider img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .u-mbxs {
    margin-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
  .c-container {
    max-width: 1680px;
  }
  .p-gallery__text {
    font-size: min(1.8vw, 32px);
  }
  .p-detail__item._age .age__header-item span {
    font-size: 2.4rem;
    line-height: 20px;
  }
  .p-detail__item._age .age__footer-circle {
    height: 20px;
    width: 20px;
  }
  .p-detail__item._age .age__footer-line {
    width: calc(100% - 36px);
  }
  .p-flow__body {
    max-width: auto;
  }
  .p-flow__item {
    padding: min(6.5vh, 80px) min(6.5vh, 80px);
  }
  .p-flow__item-media::before {
    border-bottom: solid 180px transparent;
    border-left: solid 200px #ffffff;
  }
  .p-flow__item-media .number {
    font-size: min(3.125vw, 8rem);
  }
  .p-flow__item-title {
    font-size: min(2vw, 40px);
  }
  .p-flow__item-subtitle {
    font-size: min(3.5vw, 24px);
    line-height: 2;
  }
  .p-flow__item-text {
    font-size: min(2vw, 20px);
    line-height: 1.6;
  }
  .p-interview__header {
    left: 5vw;
  }
  .p-interview__body {
    margin-left: 10vw;
    margin-right: 15vw;
    position: relative;
    width: 75vw;
  }
  .p-interview__slider-text p.p-interview__slider-title + p {
    font-size: 16px;
  }
  .p-page__inner {
    max-width: 1200px;
  }
}
@media (min-width: 375px) {
  .p-detail__item .data span {
    font-size: 4.5rem;
  }
  .p-detail__item._2018 span.year {
    font-size: 4.5rem;
  }
  .p-detail__item._people .inner {
    padding-block: 16px;
  }
  .p-detail__item._people .inner svg {
    -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
            transform: translateY(16px);
  }
  .p-detail__item._age .age__average span {
    font-size: min(12vw, 4.5rem);
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .p-interview__header h2 {
    font-size: 4.515vw;
    text-align: left;
  }
}
