/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  overflow-x: clip;
  color: #111111;
  font-size: 1rem;
  font-family: "hiragino-mincho-pron", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}
body.is_scroll_locked {
  position: fixed;
  width: 100%;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
}

video,
img,
picture,
svg {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a,
span {
  display: inline-block;
}

button {
  border: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.l-header {
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 4.6875rem;
}
@media (min-width: 768px) {
  .l-header {
    height: 10.4375rem;
  }
}

.l-main {
  position: relative;
  overflow: clip;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 40.125rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 1.3125rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 73.75rem;
    padding: 0 3.125rem;
  }
}
.l-inner.-narrow {
  max-width: 40.125rem;
  padding: 0 1.3125rem;
}
@media (min-width: 768px) {
  .l-inner.-narrow {
    max-width: 75rem;
    padding: 0 3.125rem;
  }
}

.l-section {
  -webkit-margin-before: -0.0625rem;
  z-index: 3;
  position: relative;
  margin-block-start: -0.0625rem;
}

.l-section.-isolation {
  z-index: auto !important;
  isolation: auto !important;
}

.c-hamburger {
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  border: 0.0625rem solid #ffffff;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
  transition: color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-hamburger {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .c-hamburger:hover {
    opacity: 0.5;
  }
  .c-hamburger:focus {
    outline: none;
    opacity: 0.5;
  }
  .c-hamburger:focus-visible {
    outline: none;
    opacity: 0.5;
  }
}

.p-header.is_scrollGsap .c-hamburger {
  border-color: #002147;
  color: #002147;
}

.c-hamburger.is_open {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.c-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .c-heading {
    gap: 0.375rem;
  }
}

.c-heading__en {
  color: #002147;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-heading__en {
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

.c-heading__ja {
  color: #002147;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-heading__ja {
    font-size: 1.5rem;
  }
}

.c-button {
  display: inline-block;
  min-width: 11.875rem;
  padding: 0.5625rem 1.0625rem;
  border: 0.0625rem solid #002147;
  color: #002147;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.66;
  text-align: center;
  transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button {
    min-width: 18rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    border-color: transparent;
    background: #002147;
    color: #ffffff;
  }
}
.c-button:focus {
  outline: none;
}
.c-button:focus-visible {
  border-color: transparent;
  outline: none;
  background: #002147;
  color: #ffffff;
}

.c-button.-white {
  border-color: #ffffff;
  color: #ffffff;
}
@media (any-hover: hover) {
  .c-button.-white:hover {
    border-color: transparent;
    background: #ffffff;
    color: #002147;
  }
}
.c-button.-white:focus {
  outline: none;
}
.c-button.-white:focus-visible {
  border-color: transparent;
  outline: none;
  background: #ffffff;
  color: #002147;
}

.c-link {
  -webkit-padding-start: 1.75rem;
  display: inline-block;
  position: relative;
  padding-inline-start: 1.75rem;
  color: #000000;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 2;
  text-align: center;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-link {
    -webkit-padding-start: 1.8125rem;
    padding-inline-start: 1.8125rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.c-link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 0.8125rem;
  translate: 0 -50%;
  background: url(../img/c-link_icon.webp) no-repeat center center/cover;
  content: "";
}

@media (any-hover: hover) {
  .c-link:hover {
    opacity: 0.5;
  }
}
.c-link:focus {
  outline: none;
}
.c-link:focus-visible {
  outline: none;
  opacity: 0.5;
}

.c-page-top {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 7.5rem;
  width: 2.25rem;
  height: 4.375rem;
}

.c-page-top__link {
  display: block;
}

.c-page-top__line {
  position: relative;
  width: 0.0625rem;
  height: 4.375rem;
  background: #999999;
  transition: height 0.3s ease-out, translate 0.3s ease-out;
}
.c-page-top__line::before {
  -webkit-transform-origin: left top;
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1.25rem;
  height: 0.0625rem;
  transform-origin: left top;
  rotate: 57deg;
  background: #999999;
  content: "";
}

@media (any-hover: hover) {
  .c-page-top__link:hover .c-page-top__line {
    height: 5rem;
    translate: 0 -0.625rem;
  }
}
.c-page-top__link:focus {
  outline: none;
}
.c-page-top__link:focus-visible {
  outline: none;
}
.c-page-top__link:focus-visible .c-page-top__line {
  height: 5rem;
  translate: 0 -0.625rem;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 1.75rem;
  border-bottom: 0.0625rem solid transparent;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  transition: all 0.3s ease;
}
.c-form-text::-webkit-input-placeholder {
  color: #999999;
}
.c-form-text:-ms-input-placeholder {
  color: #999999;
}
.c-form-text::-ms-input-placeholder {
  color: #999999;
}
.c-form-text::placeholder {
  color: #999999;
}
@media (min-width: 768px) {
  .c-form-text {
    height: 2.1875rem;
    padding-inline: 2rem 0;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
@media (any-hover: hover) {
  .c-form-text:hover {
    opacity: 0.7;
  }
}
.c-form-text:focus, .c-form-text:active {
  outline: none;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 27.625rem;
  padding: 1.25rem 1.375rem;
  border: 0.0625rem solid #999999;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  resize: none;
  transition: all 0.3s ease;
}
.c-form-textarea::-webkit-input-placeholder {
  color: #999999;
}
.c-form-textarea:-ms-input-placeholder {
  color: #999999;
}
.c-form-textarea::-ms-input-placeholder {
  color: #999999;
}
.c-form-textarea::placeholder {
  color: #999999;
}
@media (min-width: 768px) {
  .c-form-textarea {
    height: 30.5rem;
    padding: 1.625rem 2rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    opacity: 0.7;
  }
}
.c-form-textarea:focus, .c-form-textarea:active {
  outline: none;
}

.p-header {
  padding: 1.25rem 1.0625rem 0rem 0.3125rem;
  transition: background-color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-header {
    padding: 2.8125rem 2.5rem 0rem;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-header__inner {
    align-items: flex-start;
  }
}

.p-header__logo {
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.p-header__logoText {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

.p-header__logoMark {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/logo-white.svg);
  display: block;
  width: 13.75rem;
  height: 2.625rem;
  background: #ffffff;
  mask-image: url(../img/logo-white.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-header__logoMark {
    width: 15rem;
    height: 3.125rem;
  }
}

.p-header__right {
  display: flex;
  align-items: flex-start;
  gap: 2.25rem;
}

.p-header__nav {
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.p-header__list {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}

.p-header__item {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-header__link {
  display: block;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.27em;
  transition: translate 0.3s ease-out;
}

.p-header__hamburger {
  position: relative;
  width: 3.4375rem;
}
@media (min-width: 768px) {
  .p-header__hamburger {
    width: 5.3125rem;
  }
}

.p-header.is_scrollGsap .p-header__logoMark {
  background: #002147;
}
.p-header.is_scrollGsap .p-header__nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (any-hover: hover) {
  .p-header__link:hover {
    translate: 0 -0.75rem;
  }
}
.p-header__link:focus {
  outline: none;
}
.p-header__link:focus-visible {
  translate: 0 -0.75rem;
  outline: none;
}

.p-header__logo:focus {
  outline: none;
}
.p-header__logo:focus-visible {
  outline: none;
}

.p-header.is_drawerOpen .p-header__logo {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 768px) {
  .p-header.is_drawerOpen .p-header__logo {
    visibility: visible;
    opacity: 0.3;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .p-header.is_drawerOpen .p-header__nav {
    visibility: hidden;
    opacity: 0;
  }
}

.p-drawer__overlay {
  visibility: hidden;
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 69, 92, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media (min-width: 768px) {
  body.is_fixed .p-drawer__overlay {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
  }
}

.p-drawer {
  visibility: hidden;
  z-index: 103;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 7.6875rem 2.0625rem;
  overflow-y: auto;
  background: #002147;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-drawer {
    width: 60%;
    max-width: 45.5rem;
    padding: 13.375rem 2.0625rem 10.875rem;
  }
}

@media (min-width: 768px) {
  .p-drawer__inner {
    width: 30.125rem;
    margin-inline: auto;
  }
}

.p-drawer__closeButton {
  z-index: 104;
  position: fixed;
  top: 1.25rem;
  right: 1.0625rem;
}
@media (min-width: 768px) {
  .p-drawer__closeButton {
    top: 2.8125rem;
    right: 2.5rem;
  }
}

.p-drawer__logo {
  display: block;
}

.p-drawer__logoImage {
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-drawer__logoImage {
    -webkit-margin-start: 1.25rem;
    width: 18.625rem;
    margin-inline-start: 1.25rem;
  }
}

.p-drawer__content {
  -webkit-margin-before: 3.75rem;
  position: relative;
  margin-block-start: 3.75rem;
  padding-inline: 1.4375rem;
}
@media (min-width: 768px) {
  .p-drawer__content {
    padding-inline: 1rem;
  }
}

.p-drawer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 2.0625rem;
}
@media (min-width: 768px) {
  .p-drawer__list {
    gap: 1.75rem 3.25rem;
  }
}

.p-drawer__item {
  width: 6.625rem;
}
@media (min-width: 768px) {
  .p-drawer__item {
    width: 8.4375rem;
  }
}

.p-drawer__link {
  display: block;
  padding-block: 0.625rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-drawer__link {
    font-size: 1.25rem;
  }
}

.p-drawer__subList {
  -webkit-margin-before: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.25rem;
  gap: 0rem;
}
@media (min-width: 768px) {
  .p-drawer__subList {
    -webkit-margin-before: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-block-start: 1rem;
    gap: 0rem 2.1875rem;
  }
}

.p-drawer__subItem {
  display: block;
}
@media (min-width: 768px) {
  .p-drawer__subItem:nth-child(odd) {
    width: 14.5rem;
  }
}

.p-drawer__subLink {
  -webkit-padding-start: 2.5625rem;
  display: block;
  position: relative;
  padding-inline-start: 2.5625rem;
  padding-block: 0.625rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.43;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-drawer__subLink {
    -webkit-padding-start: 3.5rem;
    padding-inline-start: 3.5rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.p-drawer__subLink::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.875rem;
  height: 0.0625rem;
  translate: 0 -50%;
  background: #ffffff;
  content: "";
}

.p-drawer__snsLink {
  -webkit-margin-before: 2.125rem;
  -webkit-padding-start: 2.5625rem;
  display: block;
  position: relative;
  margin-block-start: 2.125rem;
  padding-inline-start: 2.5625rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-drawer__snsLink {
    -webkit-margin-before: 3.0625rem;
    -webkit-padding-start: 2.8125rem;
    margin-block-start: 3.0625rem;
    padding-inline-start: 2.8125rem;
  }
}
.p-drawer__snsLink::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.875rem;
  height: 0.0625rem;
  translate: 0 -50%;
  background: #ffffff;
  content: "";
}

.p-drawer__buttonWrapper {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-drawer__buttonWrapper {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
  }
}

.p-drawer__button {
  display: inline-block;
  padding: 0.625rem 1.0625rem;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.67;
  text-align: center;
  transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-drawer__button {
    padding-block: 0.8125rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-drawer__copy {
  -webkit-transform-origin: right center;
  position: absolute;
  right: 0.1875rem;
  bottom: -5.8125rem;
  transform-origin: right center;
  rotate: 90deg;
}
@media (min-width: 768px) {
  .p-drawer__copy {
    right: -4.0625rem;
    bottom: -3.875rem;
  }
}

.p-drawer__copyText {
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-drawer__copyText {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }
}

.p-drawer__item.-fullWidth {
  width: 100%;
}

@media (any-hover: hover) {
  .p-drawer__link:hover,
  .p-drawer__subLink:hover,
  .p-drawer__snsLink:hover {
    color: #b8ac84;
  }
}
.p-drawer__link:focus,
.p-drawer__subLink:focus,
.p-drawer__snsLink:focus {
  outline: none;
}
.p-drawer__link:focus-visible,
.p-drawer__subLink:focus-visible,
.p-drawer__snsLink:focus-visible {
  outline: none;
  color: #b8ac84;
}

@media (any-hover: hover) {
  .p-drawer__button:hover {
    border-color: transparent;
    background: #ffffff;
    color: #002147;
  }
}
.p-drawer__button:focus {
  outline: none;
}
.p-drawer__button:focus-visible {
  border-color: transparent;
  outline: none;
  background: #ffffff;
  color: #002147;
}

.p-drawer.is_open {
  visibility: visible;
  opacity: 1;
}

.p-bg {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/sp/p-bg.webp) no-repeat center center/cover;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-bg {
    background: url(../img/p-bg.webp) no-repeat center center/cover;
  }
}

.p-top-fv {
  height: 100vh;
  min-height: 37.5rem;
}

.p-top-fv__inner {
  padding-inline: 1.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__inner {
    padding-inline: 1.25rem;
  }
}

.p-top-fv__bg {
  --veil-alpha: 0;
  --veil-blur: 0px;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  position: relative;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  overflow: hidden;
}
.p-top-fv__bg::after {
  -webkit-backdrop-filter: blur(var(--veil-blur));
  z-index: 2;
  position: absolute;
  min-height: 37.5rem;
  inset: 0;
  translate: 0 0.625rem;
  backdrop-filter: blur(var(--veil-blur));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, calc(0.4 * var(--veil-alpha))) 80%, rgba(255, 255, 255, calc(1 * var(--veil-alpha))) 100%);
  content: "";
  pointer-events: none;
}

.p-top-fv__swiper-container,
.p-top-fv__swiper,
.p-top-fv__swiper-wrapper,
.p-top-fv__swiper-slide {
  position: relative;
  pointer-events: none;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-top-fv__swiper-container .swiper-slide-active img,
.p-top-fv__swiper-container .swiper-slide-duplicate-active img,
.p-top-fv__swiper-container .swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
  animation: zoomUp 7s linear 0s normal both;
}
.p-top-fv__swiper-container .p-top-fv__swiper-image {
  position: relative;
}
.p-top-fv__swiper-container .p-top-fv__swiper-image img {
  width: 100%;
  height: 100vh;
  min-height: 37.5rem;
}

.p-top-fv__logo {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-top-fv__logo img {
  width: 8rem;
}
@media (min-width: 768px) {
  .p-top-fv__logo img {
    width: 14.0625rem;
    translate: 1.875rem 0.9375rem;
  }
}

.p-top-fv__text {
  z-index: 3;
  position: absolute;
  bottom: 4.6875rem;
  left: 1.4375rem;
  color: #999999;
  font-size: 3.3125rem;
  line-height: 1.12;
  letter-spacing: 0.14em;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .p-top-fv__text {
    bottom: 2.125rem;
    font-size: 9.375rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-followArea {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
}

.p-followArea__link {
  border-radius: 1.875rem 0 0 0;
  background: #133154;
}

.p-followArea__content {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 13.625rem;
  height: 3.4375rem;
  padding: 0.75rem 0.875rem 0.375rem 1.375rem;
}
@media (min-width: 768px) {
  .p-followArea__content {
    width: 21.6875rem;
    height: 5.625rem;
    padding: 0.75rem 1.5rem 0.375rem 1.375rem;
  }
}

.p-followArea__text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-followArea__text {
    font-size: 0.875rem;
  }
}

.p-followArea__number {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .p-followArea__number {
    -webkit-margin-before: 0.375rem;
    margin-block-start: 0.375rem;
    font-size: 1.5625rem;
  }
  .p-followArea__number span {
    font-size: 1rem;
  }
}

.p-top-about {
  padding-block: 6.625rem 6.375rem;
}
@media (min-width: 768px) {
  .p-top-about {
    padding-block: 12.8125rem 12.6875rem;
  }
}

.p-top-about__list {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-top-about__list {
    -webkit-margin-before: 12.5rem;
    margin-block-start: 12.5rem;
  }
}

.p-top-about__item {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .p-top-about__item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.p-top-about__textArea {
  padding-block: 3.25rem 3.125rem;
}
@media (min-width: 768px) {
  .p-top-about__textArea {
    padding-block: 0rem;
  }
}

.p-top-about__imageArea {
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .p-top-about__imageArea {
    top: unset;
  }
}

.p-top-about__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-top-about__button {
    -webkit-margin-before: 2.8125rem;
    margin-block-start: 2.8125rem;
    translate: -9.5625rem;
  }
}

.p-top-about__item:first-child {
  -webkit-padding-before: 12.5625rem;
  padding-block-start: 12.5625rem;
}
@media (min-width: 768px) {
  .p-top-about__item:first-child {
    -webkit-padding-before: 15.0625rem;
    padding-block-start: 15.0625rem;
  }
}
@media (min-width: 768px) {
  .p-top-about__item:first-child .p-top-about__textArea {
    -webkit-padding-start: 34.5rem;
    padding-inline-start: 34.5rem;
  }
}
.p-top-about__item:first-child .p-top-about__imageArea {
  left: 0;
}
@media (min-width: 768px) {
  .p-top-about__item:first-child .p-top-about__imageArea {
    top: unset;
    bottom: 0;
    left: calc(50% - 45rem);
  }
}
.p-top-about__item:first-child .p-top-about__image img {
  width: 16.6875rem;
}
@media (min-width: 768px) {
  .p-top-about__item:first-child .p-top-about__image img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
.p-top-about__item:nth-child(2) {
  -webkit-padding-before: 15.1875rem;
  padding-block-start: 15.1875rem;
}
@media (min-width: 768px) {
  .p-top-about__item:nth-child(2) {
    -webkit-padding-before: 8.9375rem;
    padding-block-start: 8.9375rem;
  }
}
@media (min-width: 768px) {
  .p-top-about__item:nth-child(2) .p-top-about__textArea {
    -webkit-padding-after: 14.375rem;
    padding-block-end: 14.375rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top-about__item:nth-child(2) .p-top-about__textArea {
    -webkit-padding-end: 34.375rem;
    padding-inline-end: 34.375rem;
  }
}
.p-top-about__item:nth-child(2) .p-top-about__imageArea {
  right: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-top-about__item:nth-child(2) .p-top-about__imageArea {
    top: 8.6875rem;
    right: calc(50% - 45rem);
  }
}
.p-top-about__item:nth-child(2) .p-top-about__image img {
  width: 20.1875rem;
}
@media (min-width: 768px) {
  .p-top-about__item:nth-child(2) .p-top-about__image img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
.p-top-about__item:last-child {
  -webkit-padding-before: 15.875rem;
  padding-block-start: 15.875rem;
}
@media (min-width: 768px) {
  .p-top-about__item:last-child {
    -webkit-padding-before: 0.625rem;
    padding-block-start: 0.625rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top-about__item:last-child .p-top-about__textArea {
    -webkit-padding-end: 34.375rem;
    padding-inline-end: 34.375rem;
  }
}
.p-top-about__item:last-child .p-top-about__imageArea {
  left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-top-about__item:last-child .p-top-about__imageArea {
    top: 9.1875rem;
    right: 0;
    left: unset;
  }
}
.p-top-about__item:last-child .p-top-about__image img {
  width: 11.875rem;
}
@media (min-width: 768px) {
  .p-top-about__item:last-child .p-top-about__image img {
    aspect-ratio: 347/464;
    width: 21.6875rem;
  }
}

.p-top-products {
  -webkit-padding-before: 6.25rem;
  --bg-alpha: 1;
  --bg-blur: 0px;
  padding-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-top-products {
    -webkit-padding-before: 12.75rem;
    padding-block-start: 12.75rem;
  }
}
.p-top-products::before {
  -webkit-filter: blur(var(--bg-blur));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 46.25rem;
  background: #f1f3f6;
  content: "";
  filter: blur(var(--bg-blur));
  opacity: var(--bg-alpha);
  transition: none;
}
@media (min-width: 768px) {
  .p-top-products::before {
    height: 56.125rem;
  }
}

.p-top-products__inner {
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  .p-top-products__heading {
    -webkit-margin-start: auto;
    width: 61.625rem;
    margin-inline-start: auto;
  }
}

.p-top-products__panels {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-top-products__panels {
    -webkit-margin-before: 5rem;
    margin-block-start: 5rem;
  }
}

.p-top-products__foot {
  position: relative;
  padding-block: 21.5rem 34.6875rem;
}
@media (min-width: 768px) {
  .p-top-products__foot {
    padding-block: 22.9375rem 56.25rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .p-top-products__footTextArea {
    -webkit-padding-start: 34.375rem;
    padding-inline-start: 34.375rem;
  }
}

.p-top-products__footImage {
  position: absolute;
}
.p-top-products__footImage:nth-of-type(1) {
  top: 6.25rem;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top-products__footImage:nth-of-type(1) {
    top: 7.75rem;
    left: calc(50% - 45rem);
  }
}
.p-top-products__footImage:nth-of-type(1) img {
  aspect-ratio: 257/194;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-top-products__footImage:nth-of-type(1) img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
.p-top-products__footImage:nth-of-type(2) {
  bottom: 22.625rem;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top-products__footImage:nth-of-type(2) {
    bottom: 31.8125rem;
    left: calc(50% - 33.6875rem);
  }
}
.p-top-products__footImage:nth-of-type(2) img {
  aspect-ratio: 190/142;
  width: 11.875rem;
}
@media (min-width: 768px) {
  .p-top-products__footImage:nth-of-type(2) img {
    aspect-ratio: 438/327;
    width: 27.375rem;
  }
}
.p-top-products__footImage:nth-of-type(3) {
  right: calc(50% - 50vw);
  bottom: 6.25rem;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top-products__footImage:nth-of-type(3) {
    right: calc(50% - 45rem);
    bottom: 12.5rem;
  }
}
.p-top-products__footImage:nth-of-type(3) img {
  aspect-ratio: 290/218;
  width: 18.125rem;
}
@media (min-width: 768px) {
  .p-top-products__footImage:nth-of-type(3) img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}

.p-textarea__title {
  color: #002147;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-textarea__title {
    font-size: 1.5rem;
  }
}

.p-textarea__text {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-textarea__text {
    -webkit-margin-before: 3.3125rem;
    margin-block-start: 3.3125rem;
    padding-inline: 0;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-textarea__title.-lh145 {
  line-height: 1.45;
}
.p-textarea__title.-nowrap {
  white-space: nowrap;
}

.p-textarea__text.-noPadding {
  padding-inline: 0;
}

.p-panels-scroll {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  height: 24.875rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-panels-scroll {
    height: 43.75rem;
    gap: 1.625rem;
  }
}

.p-panels-scroll__panel {
  flex-shrink: 0;
  width: 18.75rem;
  height: 100%;
}
@media (min-width: 768px) {
  .p-panels-scroll__panel {
    width: 32.9375rem;
  }
}

.p-panels-scroll__image img {
  aspect-ratio: 300/398;
  width: 18.75rem;
}
@media (min-width: 768px) {
  .p-panels-scroll__image img {
    aspect-ratio: 527/700;
    width: 32.9375rem;
  }
}

.p-top-news {
  padding-block: 6.4375rem 6.25rem;
}
@media (min-width: 768px) {
  .p-top-news {
    padding-block: 12.8125rem 12.5rem;
  }
}

@media (min-width: 768px) {
  .p-top-news__inner {
    -webkit-padding-start: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-inline-start: 0;
  }
}

@media (min-width: 768px) {
  .p-top-news__heading {
    -webkit-margin-start: -0.6875rem;
    flex-shrink: 0;
    margin-inline-start: -0.6875rem;
  }
}

.p-top-news__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__content {
    -webkit-margin-before: 0.375rem;
    width: 50.3125rem;
    margin-block-start: 0.375rem;
  }
}

.p-top-news__list {
  border-top: 0.0625rem solid #111111;
}

.p-top-news__item {
  display: block;
}

.p-top-news__button {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-news__button {
    position: absolute;
    bottom: 0;
    left: -0.6875rem;
  }
}

.p-gallery__swiper-container {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-gallery__swiper-wrapper {
  transition-timing-function: linear;
}

.p-gallery__swiper-slide {
  width: 8.9375rem;
}
@media (min-width: 768px) {
  .p-gallery__swiper-slide {
    width: 22.25rem;
  }
}
.p-gallery__swiper-slide img {
  aspect-ratio: 142/107;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-gallery__swiper-slide img {
    aspect-ratio: 356/300;
  }
}

.p-service-menu__content {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-service-menu__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .p-service-menu__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-service-menu__item {
  display: block;
  height: 7.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-service-menu__item {
    height: 28.125rem;
  }
}

.p-service-menu__link {
  position: relative;
}

.p-service-menu__text {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .p-service-menu__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    top: 52%;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.25em;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}

.p-service-menu__image {
  position: relative;
  height: 7.5rem;
}
@media (min-width: 768px) {
  .p-service-menu__image {
    height: 28.125rem;
  }
}
.p-service-menu__image::before {
  display: block;
  position: absolute;
  inset: 0;
  background: #27323e;
  background-blend-mode: multiply;
  content: "";
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
.p-service-menu__image img {
  aspect-ratio: 390/120;
  width: 100%;
}
@media (min-width: 768px) {
  .p-service-menu__image img {
    aspect-ratio: 720/450;
  }
}

.p-service-menu__imageCaption {
  display: none;
}
@media (min-width: 768px) {
  .p-service-menu__imageCaption {
    display: block;
    z-index: 3;
    position: absolute;
    right: 1.375rem;
    bottom: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 2.91;
  }
}

@media (any-hover: hover) {
  .p-service-menu__link:hover .p-service-menu__image::before {
    opacity: 0.8;
  }
}
.p-service-menu__link:focus {
  outline: none;
}
.p-service-menu__link:focus-visible {
  outline: none;
}
.p-service-menu__link:focus-visible .p-service-menu__image::before {
  opacity: 0.8;
}

.p-top-repair {
  --bg-alpha: 1;
  --bg-blur: 0px;
  padding-block: 6.5625rem 6.25rem;
}
@media (min-width: 768px) {
  .p-top-repair {
    padding-block: 12.75rem 12.5rem;
  }
}
.p-top-repair::before {
  -webkit-filter: blur(var(--bg-blur));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 46.25rem;
  background: #f1f3f6;
  content: "";
  filter: blur(var(--bg-blur));
  opacity: var(--bg-alpha);
  transition: none;
}
@media (min-width: 768px) {
  .p-top-repair::before {
    height: 56.125rem;
  }
}

.p-top-repair__inner {
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  .p-top-repair__heading {
    -webkit-margin-start: auto;
    width: 61.625rem;
    margin-inline-start: auto;
  }
}

.p-top-repair__content {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-top-repair__content {
    -webkit-margin-before: 7.375rem;
    position: relative;
    margin-block-start: 7.375rem;
  }
}

.p-top-repair__button {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-repair__button {
    -webkit-margin-before: 0;
    position: absolute;
    top: 7.6875rem;
    right: 0;
    margin-block-start: 0;
  }
}

.p-repair-menu__content {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-repair-menu__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .p-repair-menu__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-repair-menu__item {
  display: block;
  height: 7.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-repair-menu__item {
    height: 28rem;
  }
}

.p-repair-menu__link {
  position: relative;
}

.p-repair-menu__text {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .p-repair-menu__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    top: 52%;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.25em;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}

.p-repair-menu__image {
  position: relative;
  height: 7.5rem;
}
@media (min-width: 768px) {
  .p-repair-menu__image {
    height: 28rem;
  }
}
.p-repair-menu__image::before {
  display: block;
  position: absolute;
  inset: 0;
  background: #27323e;
  background-blend-mode: multiply;
  content: "";
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
.p-repair-menu__image img {
  aspect-ratio: 390/120;
  width: 100%;
}
@media (min-width: 768px) {
  .p-repair-menu__image img {
    aspect-ratio: 720/448;
  }
}

@media (any-hover: hover) {
  .p-repair-menu__link:hover .p-repair-menu__image::before {
    opacity: 0.8;
  }
}
.p-repair-menu__link:focus {
  outline: none;
}
.p-repair-menu__link:focus-visible {
  outline: none;
}
.p-repair-menu__link:focus-visible .p-repair-menu__image::before {
  opacity: 0.8;
}

.p-top-qa {
  padding-block: 6.4375rem 6.3125rem;
}
@media (min-width: 768px) {
  .p-top-qa {
    padding-block: 12.8125rem 12.1875rem;
  }
}

@media (min-width: 768px) {
  .p-top-qa__inner {
    -webkit-padding-start: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 33.8125rem;
    padding-inline-start: 0;
  }
}

@media (min-width: 768px) {
  .p-top-qa__heading {
    -webkit-margin-start: -0.6875rem;
    width: 18.75rem;
    margin-inline-start: -0.6875rem;
  }
}

.p-top-qa__lead {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-qa__lead {
    -webkit-margin-before: 4.4375rem;
    margin-block-start: 4.4375rem;
    padding-inline: 1.375rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

@media (min-width: 768px) {
  .p-top-qa__content {
    -webkit-margin-before: 1rem;
    flex-shrink: 0;
    width: 50.3125rem;
    margin-block-start: 1rem;
  }
}

.p-top-qa__item {
  display: block;
}

.p-top-qa__button {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-qa__button {
    position: absolute;
    bottom: 0;
    left: -0.6875rem;
  }
}

@media (any-hover: hover) {
  .p-top-qa__link:hover .p-top-qa__line {
    width: 2.1875rem;
    translate: 0.625rem 0;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-top-qa__link:hover .p-top-qa__line {
    width: 3.625rem;
    translate: 1.25rem 0;
  }
}
.p-top-qa__link:focus {
  outline: none;
}
.p-top-qa__link:focus-visible {
  outline: none;
}
.p-top-qa__link:focus-visible .p-top-qa__line {
  width: 2.1875rem;
  translate: 0.625rem 0;
}
@media (min-width: 768px) {
  .p-top-qa__link:focus-visible .p-top-qa__line {
    width: 3.625rem;
    translate: 1.25rem 0;
  }
}

.p-qa-box {
  -webkit-padding-start: 0.625rem;
  padding-inline-start: 0.625rem;
  border-bottom: 0.0625rem solid #111111;
  font-size: 0.875rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-qa-box {
    -webkit-padding-start: 4.4375rem;
    padding-inline-start: 4.4375rem;
  }
}

.p-qa-box__summary {
  list-style: none;
  transition: opacity 0.3s ease-out;
}
.p-qa-box__summary::-webkit-details-marker, .p-qa-box__summary::marker {
  display: none;
}
.p-qa-box__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-qa-box__q {
  display: block;
  position: relative;
  padding-block: 1.875rem 0.9375rem;
}
@media (min-width: 768px) {
  .p-qa-box__q {
    padding-block: 1.6875rem 1.625rem;
  }
}
.p-qa-box__q::before, .p-qa-box__q::after {
  position: absolute;
  background: #000000;
  content: "";
}
.p-qa-box__q::before {
  top: 3rem;
  right: 1.125rem;
  width: 1rem;
  height: 0.0625rem;
}
@media (min-width: 768px) {
  .p-qa-box__q::before {
    top: 2.4375rem;
    right: 1.625rem;
  }
}
.p-qa-box__q::after {
  top: 2.5rem;
  right: 1.625rem;
  width: 0.0625rem;
  height: 1rem;
  transition: rotate 0.3s ease-out, opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-qa-box__q::after {
    top: 2rem;
    right: 2.125rem;
  }
}
@media (any-hover: hover) {
  .p-qa-box__q:hover {
    cursor: pointer;
  }
}

details.is_opened .p-qa-box__q::after {
  rotate: 90deg;
  opacity: 0;
}

.p-qa-box__q-text {
  position: relative;
  padding-inline: 2.125rem 2.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__q-text {
    padding-inline: 7rem 5.9375rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}
.p-qa-box__q-text::before {
  position: absolute;
  top: 0.1875rem;
  left: 0.25rem;
  content: "Q";
  color: #002147;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-qa-box__q-text::before {
    top: -0.375rem;
    left: 0;
    font-size: 2rem;
  }
}

.p-qa-box__a {
  -webkit-padding-after: 1.5rem;
  padding-block-end: 1.5rem;
}
@media (min-width: 768px) {
  .p-qa-box__a {
    -webkit-padding-after: 1.4375rem;
    padding-block-end: 1.4375rem;
  }
}

.p-qa-box__a-text {
  position: relative;
  padding-inline: 2.125rem 2.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__a-text {
    padding-inline: 7rem 5.9375rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}
.p-qa-box__a-text::before {
  position: absolute;
  top: 0.1875rem;
  left: 0.25rem;
  content: "A";
  color: #002147;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-qa-box__a-text::before {
    top: -0.375rem;
    left: 0;
    font-size: 2rem;
  }
}

.p-cta {
  padding-block: 3.5rem 3.125rem;
  background: #002147;
}
@media (min-width: 768px) {
  .p-cta {
    padding-block: 6.9375rem 6.25rem;
  }
}

.p-cta__inner {
  color: #ffffff;
}

.p-cta__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-cta__ja {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2.1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__ja {
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
}

.p-cta__en {
  -webkit-margin-before: -0.25rem;
  margin-block-start: -0.25rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__en {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
    font-size: 1.375rem;
  }
}

.p-cta__content {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-cta__content {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-cta__tel {
  display: block;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.82;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__tel {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.p-cta__hour {
  -webkit-margin-before: 0.1875rem;
  margin-block-start: 0.1875rem;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__hour {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
  }
}

.p-cta__text {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  font-size: 0.75rem;
  line-height: 2.83;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__text {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.88889;
  }
}

.p-cta__button {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__button {
    -webkit-margin-before: 2.8125rem;
    margin-block-start: 2.8125rem;
  }
}

.p-instagram {
  padding-block: 3.5rem 3.125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-instagram {
    padding-block: 7.9375rem 7rem;
  }
}

.p-instagram__heading {
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .p-instagram__heading {
    font-size: 1.375rem;
  }
}

.p-instagram__content {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .p-instagram__content {
    margin-inline: 0;
    overflow-x: visible !important;
  }
}

.p-instagram__link {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-instagram__link {
    -webkit-margin-before: 2.0625rem;
    margin-block-start: 2.0625rem;
  }
}

.p-instagram__content .sb_instagram_header {
  display: none;
}
.p-instagram__content #sb_instagram #sbi_images {
  padding-block: 3.125rem 1.875rem !important;
  overflow-x: scroll;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-instagram__content #sb_instagram #sbi_images {
    padding-block: 4.3125rem 2.5rem !important;
    overflow-x: visible !important;
    gap: 1.25rem;
  }
}
.p-instagram__content .sbi_item {
  width: 7.6875rem !important;
}
@media (min-width: 768px) {
  .p-instagram__content .sbi_item {
    width: 15.9375rem !important;
  }
}
.p-instagram__content #sbi_load {
  display: none;
}

.p-map__content {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-map__wrapper iframe {
  aspect-ratio: 390/327;
  width: 100%;
}
@media (min-width: 768px) {
  .p-map__wrapper iframe {
    aspect-ratio: 1440/460;
  }
}

.p-footer {
  padding-block: 6.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-footer {
    padding-block: 5.6875rem 6.25rem;
  }
}

.p-footer__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-footer__heading {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

.p-footer__logo {
  display: block;
}

.p-footer__logoImage {
  display: inline-block;
}
.p-footer__logoImage img {
  width: 15rem;
}

.p-footer__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-footer__content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__tel {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__tel {
    -webkit-margin-before: 1.3125rem;
    -webkit-padding-start: 1.4375rem;
    margin-block-start: 1.3125rem;
    padding-inline-start: 1.4375rem;
    text-align: left;
  }
}

.p-footer__fax {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__fax {
    -webkit-padding-start: 1.4375rem;
    padding-inline-start: 1.4375rem;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: left;
  }
}

.p-footer__address {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__address {
    -webkit-padding-start: 1.4375rem;
    padding-inline-start: 1.4375rem;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: left;
  }
}

.p-footer__hour {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__hour {
    -webkit-padding-start: 1.4375rem;
    padding-inline-start: 1.4375rem;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: left;
  }
}

.p-footer__nav {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-footer__nav {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-footer__list {
  display: flex;
  justify-content: center;
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .p-footer__list {
    gap: 1.75rem;
  }
}

.p-footer__item {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: block;
  writing-mode: vertical-rl;
}

.p-footer__link {
  color: #000000;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.35em;
  transition: translate 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer__link {
    font-size: 1rem;
  }
}

.p-footer__copy {
  -webkit-margin-before: 2.9375rem;
  margin-block-start: 2.9375rem;
}
@media (min-width: 768px) {
  .p-footer__copy {
    -webkit-margin-before: 2.3125rem;
    margin-block-start: 2.3125rem;
  }
}

.p-footer__copy-text {
  display: block;
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__copy-text {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

@media (any-hover: hover) {
  .p-footer__link:hover {
    translate: 0 -0.75rem;
  }
}
.p-footer__link:focus {
  outline: none;
}
.p-footer__link:focus-visible {
  translate: 0 -0.75rem;
  outline: none;
}

.p-footer__logo:focus {
  outline: none;
}
.p-footer__logo:focus-visible {
  outline: none;
}

.p-article {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding: 0.9375rem 2.75rem 0.875rem 0.625rem;
  border-bottom: 0.0625rem solid #111111;
}
@media (min-width: 768px) {
  .p-article {
    flex-direction: row;
    padding: 1.5625rem 5.75rem 1.5rem;
    gap: 1.25rem;
  }
}

.p-article__time {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-article__time {
    flex-shrink: 0;
    width: 10.1875rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-article__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-article__title {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-article__line {
  position: absolute;
  top: 3.875rem;
  right: 0.875rem;
  width: 1.5625rem;
  height: 0.0625rem;
  background: #000000;
  transition: width 0.3s ease-out, translate 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-article__line {
    top: 3.0625rem;
    right: 1.5rem;
    width: 2.375rem;
  }
}
.p-article__line::after {
  -webkit-transform-origin: right bottom;
  display: block;
  position: absolute;
  right: 0;
  width: 0.8125rem;
  height: 0.0625rem;
  transform-origin: right bottom;
  rotate: 38deg;
  background: #000000;
  content: "";
}
@media (min-width: 768px) {
  .p-article__line::after {
    width: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-article:hover .p-article__line {
    width: 2.1875rem;
    translate: 0.625rem 0;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-article:hover .p-article__line {
    width: 3.625rem;
    translate: 1.25rem 0;
  }
}
.p-article:focus {
  outline: none;
}
.p-article:focus-visible {
  outline: none;
}
.p-article:focus-visible .p-article__line {
  width: 2.1875rem;
  translate: 0.625rem 0;
}
@media (min-width: 768px) {
  .p-article:focus-visible .p-article__line {
    width: 3.625rem;
    translate: 1.25rem 0;
  }
}

.p-page-fv {
  height: 100vh;
  min-height: 37.5rem;
}

.p-page-fv__inner {
  padding-inline: 1.3125rem;
}
@media (min-width: 768px) {
  .p-page-fv__inner {
    padding-inline: 1.25rem;
  }
}

.p-page-fv__content {
  position: relative;
}

.p-page-fv__title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 2;
  position: absolute;
  top: 47.6%;
  left: 50%;
  translate: -50% -50%;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .p-page-fv__title {
    top: 49%;
    font-size: 2.25rem;
    letter-spacing: 0.4em;
    white-space: nowrap;
  }
}

.p-page-fv__bg {
  --veil-alpha: 0;
  --veil-blur: 0px;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  position: relative;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  overflow: hidden;
}
.p-page-fv__bg::before {
  z-index: 1;
  position: absolute;
  min-height: 37.5rem;
  inset: 0;
  background: #27323e;
  content: "";
  opacity: 0.5;
}
.p-page-fv__bg::after {
  -webkit-backdrop-filter: blur(var(--veil-blur));
  z-index: 2;
  position: absolute;
  min-height: 37.5rem;
  inset: 0;
  translate: 0 0.625rem;
  backdrop-filter: blur(var(--veil-blur));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, calc(0.4 * var(--veil-alpha))) 80%, rgba(255, 255, 255, calc(1 * var(--veil-alpha))) 100%);
  content: "";
  pointer-events: none;
}
.p-page-fv__bg img {
  height: 100vh;
  min-height: 37.5rem;
}

.p-page-fv__bgCaption {
  z-index: 4;
  position: absolute;
  right: 0;
  bottom: -1rem;
  padding-inline: 0.375rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-page-fv__bgCaption {
    bottom: -1.25rem;
    padding-inline: 1.375rem;
    font-size: 0.75rem;
  }
}

.p-page-fv__logo {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-page-fv__logo img {
  width: 8rem;
}
@media (min-width: 768px) {
  .p-page-fv__logo img {
    width: 14.0625rem;
    translate: 1.875rem 0.9375rem;
  }
}

.p-page-fv__text {
  z-index: 3;
  position: absolute;
  bottom: 3.6875rem;
  left: 0.375rem;
  color: #999999;
  font-size: 4.5rem;
  line-height: 1.12;
  letter-spacing: 0.14em;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .p-page-fv__text {
    bottom: 1.0625rem;
    left: 0.6875rem;
    font-size: 9.375rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-page-fv__text.-flow {
  bottom: 3.5625rem;
  left: -0.1875rem;
  font-size: 7.375rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-page-fv__text.-flow {
    bottom: 1.0625rem;
    left: 0.6875rem;
    font-size: 9.375rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.p-page-fv__text.-question {
  bottom: 4.1875rem;
  left: -0.1875rem;
  font-size: 3.875rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .p-page-fv__text.-question {
    bottom: 1.0625rem;
    left: 0.6875rem;
    font-size: 9.375rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.p-page-fv__text.-company {
  bottom: 4.1875rem;
  left: -0.1875rem;
  font-size: 3.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-page-fv__text.-company {
    bottom: 1.0625rem;
    left: 0.6875rem;
    font-size: 9.375rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-service-introduction {
  padding-block: 6.5625rem 6.125rem;
}
@media (min-width: 768px) {
  .p-service-introduction {
    padding-block: 12.8125rem 12.5rem;
  }
}

.p-service-introduction__text {
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-service-introduction__text {
    padding-inline: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-service-introduction__main {
  position: relative;
  padding-block: 21.9375rem 39.1875rem;
}
@media (min-width: 768px) {
  .p-service-introduction__main {
    padding-block: 27.4375rem 54rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .p-service-introduction__textArea {
    -webkit-padding-start: 34.375rem;
    padding-inline-start: 34.375rem;
  }
}

.p-service-introduction__image {
  position: absolute;
}
.p-service-introduction__image:nth-of-type(1) {
  top: 6.25rem;
  left: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-service-introduction__image:nth-of-type(1) {
    top: 12.5rem;
    left: calc(50% - 45rem);
  }
}
.p-service-introduction__image:nth-of-type(1) img {
  aspect-ratio: 267/201;
  width: 16.6875rem;
}
@media (min-width: 768px) {
  .p-service-introduction__image:nth-of-type(1) img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
.p-service-introduction__image:nth-of-type(2) {
  right: calc(50% - 50vw);
  bottom: 27.1875rem;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-service-introduction__image:nth-of-type(2) {
    right: unset;
    bottom: 27.1875rem;
    left: calc(50% - 33.6875rem);
  }
}
.p-service-introduction__image:nth-of-type(2) img {
  aspect-ratio: 190/142;
  width: 11.875rem;
}
@media (min-width: 768px) {
  .p-service-introduction__image:nth-of-type(2) img {
    aspect-ratio: 438/327;
    width: 27.375rem;
  }
}
.p-service-introduction__image:nth-of-type(3) {
  bottom: 13.25rem;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-service-introduction__image:nth-of-type(3) {
    right: calc(50% - 45rem);
    bottom: 7.875rem;
    left: unset;
  }
}
.p-service-introduction__image:nth-of-type(3) img {
  aspect-ratio: 257/193;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-service-introduction__image:nth-of-type(3) img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}

.p-service-introduction__text.-absolute {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
}
@media (min-width: 768px) {
  .p-service-introduction__text.-absolute {
    bottom: 7.1875rem;
    width: 33.125rem;
  }
}

.p-service-case {
  --bg-alpha: 1;
  --bg-blur: 0px;
  padding-block: 6.5rem 6.25rem;
}
@media (min-width: 768px) {
  .p-service-case {
    padding-block: 12.75rem 12.5rem;
  }
}
.p-service-case::before {
  -webkit-filter: blur(var(--bg-blur));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 46.25rem;
  background: #f1f3f6;
  content: "";
  filter: blur(var(--bg-blur));
  opacity: var(--bg-alpha);
  transition: none;
}
@media (min-width: 768px) {
  .p-service-case::before {
    height: 56.125rem;
  }
}

.p-service-case__inner {
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  .p-service-case__heading {
    -webkit-margin-start: 3.25rem;
    margin-inline-start: 3.25rem;
  }
}

.p-service-case__content {
  -webkit-margin-before: 3.125rem;
  position: relative;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-service-case__content {
    -webkit-margin-before: 7.125rem;
    margin-block-start: 7.125rem;
  }
}

.p-service-case__button {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-service-case__button {
    -webkit-margin-before: 0;
    position: absolute;
    top: -1.25rem;
    right: 0;
    margin-block-start: 0;
  }
}

.p-repair-case {
  padding-block: 6.5rem 6.25rem;
}
@media (min-width: 768px) {
  .p-repair-case {
    padding-block: 12.75rem 12.5rem;
  }
}

@media (min-width: 768px) {
  .p-repair-case__inner {
    max-width: 84.75rem;
  }
}

@media (min-width: 768px) {
  .p-repair-case__heading {
    -webkit-margin-start: 5.625rem;
    width: 56.0625rem;
    margin-inline-start: 5.625rem;
  }
}

.p-repair-case__content {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-repair-case__content {
    -webkit-margin-before: 12.3125rem;
    margin-block-start: 12.3125rem;
  }
}

.p-repair-case__text {
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-repair-case__text {
    -webkit-margin-start: 5.625rem;
    width: 56.0625rem;
    margin-inline-start: 5.625rem;
    padding-inline: 0;
    font-size: 1rem;
    line-height: 2.18;
  }
}

.p-repair-case__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (min-width: 768px) {
  .p-repair-case__list {
    gap: 10.1875rem;
  }
}

.p-repair-case__item {
  display: flex;
  flex-direction: column-reverse;
}

.p-repair-case__textArea {
  -webkit-margin-before: 1.0625rem;
  margin-block-start: 1.0625rem;
}
@media (min-width: 768px) {
  .p-repair-case__textArea {
    -webkit-margin-before: 3.25rem;
    position: relative;
    width: 56.0625rem;
    margin-inline: auto;
    margin-block-start: 3.25rem;
  }
}

.p-repair-case__button {
  position: absolute;
  top: 0.3125rem;
  right: 0;
}

.p-repair-case__imageArea {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-padding-end: 2.5rem;
  display: flex;
  margin-inline-end: calc(50% - 50vw);
  padding-inline-end: 2.5rem;
  overflow-x: scroll;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-repair-case__imageArea {
    -webkit-margin-end: 0;
    -webkit-padding-end: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
    overflow-x: visible;
    gap: 1.25rem;
  }
}

.p-repair-case__imageWrapper {
  -webkit-padding-after: 0.9375rem;
  flex-shrink: 0;
  padding-block-end: 0.9375rem;
}
@media (min-width: 768px) {
  .p-repair-case__imageWrapper {
    -webkit-padding-after: 0;
    width: calc((100% - 1.25rem) / 2);
    padding-block-end: 0;
  }
}

.p-repair-case__image {
  width: 17.3125rem;
}
@media (min-width: 768px) {
  .p-repair-case__image {
    width: 100%;
  }
}
.p-repair-case__image img {
  aspect-ratio: 277/209;
}
@media (min-width: 768px) {
  .p-repair-case__image img {
    aspect-ratio: 618/465;
  }
}

.p-repair-case__caption {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-repair-case__caption {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    font-size: 1rem;
    line-height: 2.18;
  }
}

.p-storage-about {
  padding-block: 6.5625rem 8.375rem;
}
@media (min-width: 768px) {
  .p-storage-about {
    padding-block: 12.75rem;
  }
}

.p-storage-about__content {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-storage-about__content {
    -webkit-margin-before: 12.3125rem;
    margin-block-start: 12.3125rem;
  }
}

.p-storage-about__main {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  padding-inline: 1.4375rem;
  padding-block: 3.875rem 1.9375rem;
  background: url(../img/sp/p-storage-about_listBg.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-storage-about__main {
    padding-block: 9.375rem 5.9375rem;
    background: url(../img/p-storage-about_listBg.webp) no-repeat center center/cover;
  }
}

.p-storage-about__mainTitle {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-storage-about__mainTitle {
    font-size: 1.5rem;
  }
}

.p-storage-about__list {
  -webkit-margin-before: 1.875rem;
  -webkit-padding-after: 1.25rem;
  -webkit-padding-end: 2.5rem;
  -webkit-margin-end: calc(50% - 50vw);
  display: flex;
  align-items: flex-start;
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 1.875rem;
  padding-inline-end: 2.5rem;
  padding-block-end: 1.25rem;
  overflow-x: auto;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .p-storage-about__list {
    -webkit-margin-before: 3.875rem;
    -webkit-padding-after: 0;
    -webkit-padding-end: 0;
    max-width: 67.5625rem;
    margin-inline: auto;
    margin-block-start: 3.875rem;
    padding-inline-end: 0;
    padding-block-end: 0;
    overflow-x: visible;
    gap: 1.1875rem;
  }
}

.p-storage-about__item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column-reverse;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-storage-about__item {
    width: calc((100% - 2.375rem) / 3);
    gap: 2.1875rem;
  }
}

.p-storage-about__textArea {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .p-storage-about__textArea {
    height: 3.125rem;
  }
}

.p-storage-about__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-storage-about__text {
    font-size: 1rem;
    line-height: 1.5625;
  }
}

.p-storage-about__image img {
  aspect-ratio: 277/209;
  width: 17.3125rem;
}
@media (min-width: 768px) {
  .p-storage-about__image img {
    aspect-ratio: 347/261;
    width: 100%;
  }
}

.p-storage-about__foot {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-storage-about__foot {
    -webkit-margin-before: 12.5rem;
    margin-block-start: 12.5rem;
  }
}

.p-storage-about__footList {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-storage-about__footList {
    gap: 7.75rem;
  }
}

.p-storage-about__footItem {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-storage-about__footItem {
    position: relative;
    gap: 3.125rem;
  }
}
@media (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(1) {
    -webkit-padding-before: 18.8125rem;
    flex-direction: row-reverse;
    padding-block-start: 18.8125rem;
  }
}
.p-storage-about__footItem:nth-of-type(1) .p-storage-about__footImageArea {
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(1) .p-storage-about__footImageArea {
    margin-inline: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(1) .p-storage-about__footImageArea {
    top: 0rem;
    left: calc(50% - 45rem);
  }
}
.p-storage-about__footItem:nth-of-type(1) .p-storage-about__footImage img {
  aspect-ratio: 267/201;
  width: 16.6875rem;
}
@media (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(1) .p-storage-about__footImage img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(1) .p-storage-about__footTextArea {
    -webkit-padding-start: 34.25rem;
    padding-inline-start: 34.25rem;
  }
}
@media (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(2) {
    -webkit-padding-before: 15.9375rem;
    flex-direction: row;
    padding-block-start: 15.9375rem;
  }
}
.p-storage-about__footItem:nth-of-type(2) .p-storage-about__footImageArea {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(2) .p-storage-about__footImageArea {
    margin-inline: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(2) .p-storage-about__footImageArea {
    top: unset;
    right: calc(50% - 45rem);
    bottom: 0;
  }
}
.p-storage-about__footItem:nth-of-type(2) .p-storage-about__footImage img {
  aspect-ratio: 324/245;
  width: 20.25rem;
}
@media (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(2) .p-storage-about__footImage img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-storage-about__footItem:nth-of-type(2) .p-storage-about__footTextArea {
    -webkit-padding-end: 33.1875rem;
    padding-inline-end: 33.1875rem;
  }
}

.p-storage-about__footTextArea {
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-storage-about__footTextArea {
    padding-inline: 0;
  }
}

.p-storage-about__footText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-storage-about__footText {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

@media (min-width: 768px) {
  .p-storage-about__footImageArea {
    position: absolute;
  }
}

.p-heading__text {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-heading__text {
    -webkit-margin-before: 4.6875rem;
    margin-block-start: 4.6875rem;
    padding-inline: 0;
    color: #000000;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-storage-secret {
  -webkit-padding-before: 6.3125rem;
  padding-block-start: 6.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-storage-secret {
    padding-block: 12.5rem 2.75rem;
  }
}

.p-storage-secret__content {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-storage-secret__content {
    -webkit-margin-before: 6.0625rem;
    margin-block-start: 6.0625rem;
  }
}

.p-storage-secret__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-storage-secret__list {
    -webkit-margin-end: calc(50% - 50vw);
    -webkit-margin-start: calc(50% - 50vw);
    flex-direction: row;
    align-items: flex-start;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
  }
}

.p-storage-secret__item {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .p-storage-secret__item {
    flex-shrink: 0;
    width: 50%;
  }
}

.p-storage-secret__textArea {
  z-index: 3;
  position: relative;
  padding-inline: 0.625rem;
  translate: 0 -3.5625rem;
}
@media (min-width: 768px) {
  .p-storage-secret__textArea {
    max-width: 40.25rem;
    margin-inline: auto;
    padding-inline: 0;
    translate: 0 -6.5625rem;
  }
}

.p-storage-secret__textWrapper {
  padding: 2rem 1.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-storage-secret__textWrapper {
    padding: 4.5rem 3.5625rem 5.5rem;
  }
}

.p-storage-secret__title {
  color: #002147;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-storage-secret__title {
    font-size: 1.5rem;
  }
}

.p-storage-secret__text {
  -webkit-margin-before: 1.9375rem;
  margin-block-start: 1.9375rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-storage-secret__text {
    -webkit-margin-before: 3.0625rem;
    margin-block-start: 3.0625rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-storage-secret__imageArea {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-storage-secret__imageArea {
    margin-inline: 0;
  }
}

.p-storage-secret__image {
  position: relative;
}
.p-storage-secret__image img {
  aspect-ratio: 390/292;
}
@media (min-width: 768px) {
  .p-storage-secret__image img {
    aspect-ratio: 720/541;
    max-height: 37.5rem;
  }
}

.p-storage-secret__imageCaption {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 1.375rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 2.91;
}

.p-flow {
  padding-block: 6.5625rem 6.3125rem;
}
@media (min-width: 768px) {
  .p-flow {
    padding-block: 12.5rem 10.6875rem;
  }
}

.p-flow__content {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-flow__content {
    -webkit-margin-before: 12.5rem;
    margin-block-start: 12.5rem;
  }
}

.p-flow__item {
  -webkit-padding-after: 1.875rem;
  position: relative;
  padding-block-end: 1.875rem;
}
.p-flow__item:nth-of-type(1) {
  -webkit-padding-before: 14.6875rem;
  padding-block-start: 14.6875rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(1) {
    -webkit-padding-before: 8rem;
    padding-block-start: 8rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(1) {
    -webkit-padding-start: 34.375rem;
    padding-inline-start: 34.375rem;
  }
}
.p-flow__item:nth-of-type(1) .p-flow__imageArea {
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(1) .p-flow__imageArea {
    top: unset;
    bottom: 1.9375rem;
    left: calc(50% - 45rem);
  }
}
.p-flow__item:nth-of-type(1) .p-flow__imageArea img {
  aspect-ratio: 267/201;
  width: 16.6875rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(1) .p-flow__imageArea img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
.p-flow__item:nth-of-type(2) {
  -webkit-padding-before: 21.9375rem;
  padding-block-start: 21.9375rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(2) {
    -webkit-padding-before: 9.375rem;
    padding-block-start: 9.375rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(2) {
    -webkit-padding-end: 34.5625rem;
    padding-inline-end: 34.5625rem;
  }
}
.p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(2) {
  top: 0;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(2) {
    top: 7.125rem;
    right: calc(50% - 45rem);
  }
}
.p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(2) img {
  aspect-ratio: 190/143;
  width: 11.875rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(2) img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
.p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(3) {
  top: 5.6875rem;
  left: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(3) {
    top: unset;
    right: 0;
    bottom: -15.8125rem;
    left: unset;
  }
}
.p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(3) img {
  aspect-ratio: 167/224;
  width: 10.4375rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(2) .p-flow__imageArea:nth-of-type(3) img {
    aspect-ratio: 347/464;
    width: 21.6875rem;
  }
}
.p-flow__item:nth-of-type(3) {
  -webkit-padding-before: 20.625rem;
  padding-block-start: 20.625rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(3) {
    -webkit-padding-before: 22.3125rem;
    padding-block-start: 22.3125rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(3) {
    -webkit-padding-start: 34.375rem;
    padding-inline-start: 34.375rem;
  }
}
.p-flow__item:nth-of-type(3) .p-flow__imageArea {
  top: 0;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(3) .p-flow__imageArea {
    top: 7.0625rem;
    right: unset;
    left: calc(50% - 45rem);
  }
}
.p-flow__item:nth-of-type(3) .p-flow__imageArea img {
  aspect-ratio: 223/296;
  width: 13.9375rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(3) .p-flow__imageArea img {
    aspect-ratio: 527/700;
    width: 32.9375rem;
  }
}
.p-flow__item:nth-of-type(4) {
  -webkit-padding-before: 14.25rem;
  padding-block-start: 14.25rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(4) {
    -webkit-padding-before: 17.1875rem;
    padding-block-start: 17.1875rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(4) {
    -webkit-padding-end: 34.375rem;
    padding-inline-end: 34.375rem;
  }
}
.p-flow__item:nth-of-type(4) .p-flow__imageArea {
  top: 0;
  right: 0.875rem;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(4) .p-flow__imageArea {
    top: 16.8125rem;
    right: calc(50% - 45rem);
  }
}
.p-flow__item:nth-of-type(4) .p-flow__imageArea img {
  aspect-ratio: 256/193;
  width: 16rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(4) .p-flow__imageArea img {
    aspect-ratio: 618/465;
    width: 38.625rem;
  }
}
.p-flow__item:nth-of-type(5) {
  -webkit-padding-before: 18rem;
  padding-block-start: 18rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(5) {
    -webkit-padding-before: 29.3125rem;
    padding-block-start: 29.3125rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(5) {
    -webkit-padding-start: 34.375rem;
    padding-inline-start: 34.375rem;
  }
}
.p-flow__item:nth-of-type(5) .p-flow__imageArea {
  top: 0;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-flow__item:nth-of-type(5) .p-flow__imageArea {
    top: unset;
    bottom: 1.875rem;
    left: 0;
  }
}
.p-flow__item:nth-of-type(5) .p-flow__imageArea img {
  aspect-ratio: 190/253;
  width: 11.875rem;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(5) .p-flow__imageArea img {
    aspect-ratio: 438/585;
    width: 27.375rem;
  }
}

.p-flow__head {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .p-flow__head {
    gap: 0.25rem;
  }
}

.p-flow__number {
  color: #002147;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-flow__number {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

.p-flow__title {
  color: #002147;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-flow__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.p-flow__text {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-flow__text {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
    padding-inline: 0;
    color: var(--111111, #111);
    font-size: 1rem;
    line-height: 2.1875;
  }
}
.p-flow__text + .p-flow__text {
  -webkit-margin-before: 2.8125rem;
  margin-block-start: 2.8125rem;
}
@media (min-width: 768px) {
  .p-flow__text + .p-flow__text {
    -webkit-margin-before: 3.1875rem;
    margin-block-start: 3.1875rem;
  }
}

.p-flow__imageArea {
  position: absolute;
}

.p-flow__subList {
  -webkit-margin-before: 0.9375rem;
  -webkit-padding-end: 0.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.9375rem;
  padding-inline-end: 0.6875rem;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-flow__subList {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
    gap: 1.6875rem;
  }
}

.p-flow__subTitle {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-flow__subTitle {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-flow__subText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-flow__subText {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
.p-flow__subText + .p-flow__subText {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-flow__subText + .p-flow__subText {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-flow__subList.-mbs32-59 {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-flow__subList.-mbs32-59 {
    -webkit-margin-before: 3.6875rem;
    margin-block-start: 3.6875rem;
  }
}
@media (min-width: 768px) {
  .p-flow__subList.-mbs39 {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
  }
}
@media (min-width: 768px) {
  .p-flow__subList.-fullWidth {
    -webkit-margin-end: -27.8125rem;
    margin-inline-end: -27.8125rem;
  }
}

.p-qa {
  padding-block: 6.4375rem 6.3125rem;
}
@media (min-width: 768px) {
  .p-qa {
    padding-block: 12.8125rem 12.1875rem;
  }
}

@media (min-width: 768px) {
  .p-qa__inner {
    -webkit-padding-start: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 33.8125rem;
    padding-inline-start: 0;
  }
}

@media (min-width: 768px) {
  .p-qa__heading {
    -webkit-margin-start: -0.6875rem;
    width: 18.75rem;
    margin-inline-start: -0.6875rem;
  }
}

.p-qa__lead {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-qa__lead {
    -webkit-margin-before: 4.4375rem;
    margin-block-start: 4.4375rem;
    padding-inline: 0;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

@media (min-width: 768px) {
  .p-qa__content {
    -webkit-margin-before: 1rem;
    flex-shrink: 0;
    width: 50.3125rem;
    margin-block-start: 1rem;
  }
}

.p-qa__item {
  display: block;
}

.p-qa__button {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-qa__button {
    position: absolute;
    bottom: 0;
    left: -0.6875rem;
  }
}

@media (any-hover: hover) {
  .p-qa__link:hover .p-qa__line {
    width: 2.1875rem;
    translate: 0.625rem 0;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-qa__link:hover .p-qa__line {
    width: 3.625rem;
    translate: 1.25rem 0;
  }
}
.p-qa__link:focus {
  outline: none;
}
.p-qa__link:focus-visible {
  outline: none;
}
.p-qa__link:focus-visible .p-qa__line {
  width: 2.1875rem;
  translate: 0.625rem 0;
}
@media (min-width: 768px) {
  .p-qa__link:focus-visible .p-qa__line {
    width: 3.625rem;
    translate: 1.25rem 0;
  }
}

.p-company-philosophy {
  -webkit-padding-before: 6.4375rem;
  padding-block-start: 6.4375rem;
}
@media (min-width: 768px) {
  .p-company-philosophy {
    -webkit-padding-before: 12.5rem;
    padding-block-start: 12.5rem;
  }
}

.p-company-philosophy__title {
  color: #002147;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-company-philosophy__title {
    font-size: 2.25rem;
  }
}

.p-company-philosophy__content {
  -webkit-margin-before: 2.125rem;
  margin-block-start: 2.125rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__content {
    -webkit-margin-before: 3.25rem;
    margin-block-start: 3.25rem;
  }
}

.p-company-philosophy__list {
  display: flex;
  flex-direction: column;
  padding-inline: 0.625rem;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__list {
    padding-inline: 3.5625rem 0;
    gap: 2.4375rem;
  }
}

.p-company-philosophy__item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__item {
    gap: 5.6875rem;
  }
}

.p-company-philosophy__number {
  flex-shrink: 0;
  color: #999999;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-company-philosophy__number {
    font-size: 3.125rem;
  }
}

.p-company-philosophy__text {
  -webkit-margin-before: -0.0625rem;
  flex-grow: 1;
  margin-block-start: -0.0625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-company-philosophy__text {
    -webkit-margin-before: 0.6875rem;
    margin-block-start: 0.6875rem;
    font-size: 1.375rem;
    line-height: 2.045;
    letter-spacing: 0.15em;
  }
}

.p-company-philosophy__deco {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
  color: #999999;
  font-size: 1.625rem;
  line-height: 1.3;
  text-align: center;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .p-company-philosophy__deco {
    -webkit-margin-before: 4.3125rem;
    margin-block-start: 4.3125rem;
    translate: 0.3125rem;
    font-size: 5rem;
    line-height: 2.25;
    text-align: right;
  }
}

.p-company-message {
  -webkit-padding-before: 27.875rem;
  padding-block-start: 27.875rem;
}
@media (min-width: 768px) {
  .p-company-message {
    -webkit-padding-before: 28.4375rem;
    padding-block-start: 28.4375rem;
  }
}

.p-company-message__content {
  position: relative;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-company-message__content {
    -webkit-padding-start: 34.4375rem;
    padding-inline-start: 34.4375rem;
  }
}

.p-company-message__text {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-company-message__text {
    -webkit-margin-before: 11.625rem;
    margin-block-start: 11.625rem;
    padding-inline: 0;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-company-message__name {
  -webkit-padding-end: 0.75rem;
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  padding-inline-end: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.13em;
  text-align: right;
}
@media (min-width: 768px) {
  .p-company-message__name {
    -webkit-padding-end: 0;
    -webkit-margin-before: 0.8125rem;
    margin-block-start: 0.8125rem;
    padding-inline-end: 0;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-company-message__imageArea {
  position: absolute;
  top: -21.375rem;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-company-message__imageArea {
    top: -15.875rem;
    right: unset;
    left: calc(50% - 45rem);
  }
}

.p-company-message__image img {
  aspect-ratio: 290/290;
  width: 18.125rem;
}
@media (min-width: 768px) {
  .p-company-message__image img {
    aspect-ratio: 638/638;
    width: 39.875rem;
  }
}

.p-company-information {
  padding-block: 6.5rem 17.75rem;
}
@media (min-width: 768px) {
  .p-company-information {
    padding-block: 12.6875rem 30.375rem;
  }
}

.p-company-information__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-company-information__inner {
    flex-direction: row;
    max-width: 77.625rem;
    gap: 2.3125rem;
    translate: -2rem;
  }
}

@media (min-width: 768px) {
  .p-company-information__heading {
    flex-shrink: 0;
    width: 18.75rem;
  }
}

.p-company-information__content {
  -webkit-margin-before: 1.875rem;
  position: relative;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-company-information__content {
    -webkit-margin-before: 0.5rem;
    flex-grow: 1;
    margin-block-start: 0.5rem;
  }
}

.p-company-information__image:nth-of-type(1) {
  position: absolute;
  bottom: -24.8125rem;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-company-information__image:nth-of-type(1) {
    bottom: -41.5rem;
    left: calc(50% - 42.375rem);
  }
}
.p-company-information__image:nth-of-type(1) img {
  aspect-ratio: 223/298;
  width: 13.9375rem;
}
@media (min-width: 768px) {
  .p-company-information__image:nth-of-type(1) img {
    aspect-ratio: 347/464;
    width: 21.6875rem;
  }
}
.p-company-information__image:nth-of-type(2) {
  position: absolute;
  right: calc(50% - 50vw);
  bottom: -38.625rem;
}
@media (min-width: 768px) {
  .p-company-information__image:nth-of-type(2) {
    right: calc(50% - 36.375rem);
    bottom: -51.3125rem;
  }
}
.p-company-information__image:nth-of-type(2) img {
  aspect-ratio: 257/160;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-company-information__image:nth-of-type(2) img {
    aspect-ratio: 710/444;
    width: 44.375rem;
  }
}

.p-table {
  width: 100%;
  border-top: 0.0625rem solid #111111;
}

.p-table__wrapper {
  width: 100%;
}

.p-table__tableRow {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem 0.625rem 0.875rem;
  border-bottom: 0.0625rem solid #111111;
}
@media (min-width: 768px) {
  .p-table__tableRow {
    flex-direction: row;
    padding: 1.5625rem 5.75rem 1.5rem;
    gap: 1.25rem;
  }
}

.p-table__tableHead {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-table__tableHead {
    flex-shrink: 0;
    width: 10.1875rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-table__tableData {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-table__tableData {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-company-history {
  padding-block: 27.1875rem 6.25rem;
  background: #f1f3f6;
}
@media (min-width: 768px) {
  .p-company-history {
    padding-block: 33.8125rem 12.5rem;
  }
}

.p-company-history__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-company-history__inner {
    flex-direction: row;
    max-width: 77.625rem;
    gap: 6.9375rem;
    translate: -2rem;
  }
}

@media (min-width: 768px) {
  .p-company-history__heading {
    width: 33.875rem;
  }
}

.p-company-history__content {
  -webkit-margin-before: 5rem;
  margin-block-start: 5rem;
}
@media (min-width: 768px) {
  .p-company-history__content {
    -webkit-margin-before: 0.875rem;
    flex-grow: 1;
    margin-block-start: 0.875rem;
  }
}

.p-contact-head {
  z-index: 5;
}

.p-contact-head__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .p-contact-head__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .p-contact-head__item:nth-child(2) {
    pointer-events: none;
  }
}

.p-contact-head__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11.875rem;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-contact-head__link {
    height: 21.875rem;
  }
}

.p-contact-head__text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 2.8;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact-head__text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.p-contact-head__tel {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.82609;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact-head__tel {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 2.375rem;
    line-height: 1.10526;
  }
}

.p-contact-head__hour {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact-head__hour {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-contact-head__buttonWrapper {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .p-contact-head__buttonWrapper {
    -webkit-margin-before: 2.3125rem;
    margin-block-start: 2.3125rem;
  }
}

.p-contact-head__button {
  display: inline-block;
  min-width: 11.875rem;
  padding: 0.5625rem 1.0625rem;
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.66;
  text-align: center;
  transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-contact-head__button {
    min-width: 18rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-contact-head__item.-tel {
  background: #3e3e3e;
}
.p-contact-head__item.-line {
  background: #1d2e42;
}

@media (any-hover: hover) {
  .p-contact-head__link:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }
  .p-contact-head__link:hover .p-contact-head__button {
    border-color: transparent;
    background: #ffffff;
    color: #002147;
  }
}
.p-contact-head__link:focus {
  outline: none;
}
.p-contact-head__link:focus-visible {
  -webkit-filter: brightness(60%);
  outline: none;
  filter: brightness(60%);
}
.p-contact-head__link:focus-visible .p-contact-head__button {
  border-color: transparent;
  background: #ffffff;
  color: #002147;
}

.p-form__table {
  display: flex;
  flex-direction: column;
  border-top: 0.0625rem solid #111111;
}
.p-form__table tbody {
  display: contents;
}

.p-form__privacy {
  -webkit-margin-before: 3.125rem;
  height: 19.625rem;
  margin-inline: 0.3125rem 0.625rem;
  margin-block-start: 3.125rem;
  padding: 1.5625rem 2.0625rem 1.625rem 1.4375rem;
  overflow-y: scroll;
  border: 0.0625rem solid #111111;
  font-size: 0.625rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-form__privacy {
    -webkit-margin-before: 5rem;
    width: 56rem;
    height: 18.5rem;
    margin-inline: auto;
    margin-block-start: 5rem;
    padding: 2.3125rem 3.0625rem 2.5625rem 2.5rem;
    font-size: 0.875rem;
    line-height: 1.71429;
  }
}

.p-form__privacyText + .p-form__privacyText {
  -webkit-margin-before: 1.3125rem;
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.3125rem;
  margin-block-start: 1.5rem;
}

.p-form__button {
  -webkit-margin-before: 2.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 2.8125rem;
}
@media (min-width: 768px) {
  .p-form__button {
    -webkit-margin-before: 5rem;
    margin-block-start: 5rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.625rem !important;
  margin: 0;
  margin-block-start: 0.625rem !important;
  padding: 0;
  border: none !important;
  color: #fb5b5b;
  font-weight: 600;
  font-size: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  -webkit-margin-before: 0.625rem !important;
  margin: 0 !important;
  margin-block-start: 0.625rem !important;
  padding: 0 !important;
  border: none !important;
  color: #fb5b5b !important;
  font-weight: 600;
  font-size: 1rem;
  text-align: center !important;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.75rem 0.625rem 0.6875rem;
  gap: 0.3125rem;
  border-bottom: 0.0625rem solid #111111;
}
@media (min-width: 768px) {
  .p-form-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 1.5625rem 4.5rem 1.5rem 5.75rem;
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-form-item__head {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    width: 10.1875rem;
    margin-block-start: 0;
  }
}

.p-form-item__body {
  flex-grow: 1;
}

.p-form-item.-large {
  padding-block: 0.75rem 1.75rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-form-item.-large {
    padding-block: 1.5625rem 1.9375rem;
    gap: 1.25rem;
  }
  .p-form-item.-large .p-form-item__body {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
  }
}

.p-form-head__name {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-form-head__name {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-contact-form {
  padding-block: 6.25rem;
}
@media (min-width: 768px) {
  .p-contact-form {
    padding-block: 12.5rem;
  }
}

.p-hanging-scroll {
  padding-block: 6.75rem 6.25rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll {
    padding-block: 12.6875rem 9.625rem;
  }
}

@media (min-width: 768px) {
  .p-hanging-scroll__inner {
    max-width: 81.25rem;
  }
}

@media (min-width: 768px) {
  .p-hanging-scroll__heading {
    max-width: 67.5rem;
    margin-inline: auto;
  }
}

.p-hanging-scroll__content {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__content {
    -webkit-margin-before: 12.5rem;
    margin-block-start: 12.5rem;
  }
}

.p-hanging-scroll__item {
  -webkit-padding-after: 3.125rem;
  position: relative;
  padding-block-end: 3.125rem;
}
.p-hanging-scroll__item:nth-of-type(1) {
  -webkit-padding-before: 22.9375rem;
  padding-block-start: 22.9375rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(1) {
    -webkit-padding-before: 9.1875rem;
    padding-block-start: 9.1875rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(1) {
    -webkit-padding-start: 31.75rem;
    padding-inline-start: 31.75rem;
  }
}
.p-hanging-scroll__item:nth-of-type(1) .p-hanging-scroll__imageArea {
  top: 0;
  left: 0;
}
.p-hanging-scroll__item:nth-of-type(1) .p-hanging-scroll__image img {
  aspect-ratio: 234/312;
  width: 14.625rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(1) .p-hanging-scroll__image img {
    aspect-ratio: 408/545;
    width: 25.5rem;
  }
}
.p-hanging-scroll__item:nth-of-type(2) {
  -webkit-padding-before: 17.0625rem;
  padding-block-start: 17.0625rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(2) {
    -webkit-padding-before: 8.625rem;
    padding-block-start: 8.625rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(2) {
    -webkit-padding-end: 38.125rem;
    padding-inline-end: 38.125rem;
  }
}
.p-hanging-scroll__item:nth-of-type(2) .p-hanging-scroll__imageArea {
  top: 0;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(2) .p-hanging-scroll__imageArea {
    top: 14.9375rem;
    right: calc(50% - 45rem);
  }
}
.p-hanging-scroll__item:nth-of-type(2) .p-hanging-scroll__image img {
  aspect-ratio: 290/218;
  width: 18.125rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(2) .p-hanging-scroll__image img {
    aspect-ratio: 608/457;
    width: 38rem;
  }
}
.p-hanging-scroll__item:nth-of-type(3) {
  -webkit-padding-before: 16.1875rem;
  padding-block-start: 16.1875rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(3) {
    -webkit-padding-before: 8.5625rem;
    padding-block-start: 8.5625rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(3) {
    -webkit-padding-start: 31.8125rem;
    padding-inline-start: 31.8125rem;
  }
}
.p-hanging-scroll__item:nth-of-type(3) .p-hanging-scroll__imageArea {
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(3) .p-hanging-scroll__imageArea {
    top: 11.25rem;
    left: calc(50% - 45rem);
  }
}
.p-hanging-scroll__item:nth-of-type(3) .p-hanging-scroll__image img {
  aspect-ratio: 267/200;
  width: 16.6875rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(3) .p-hanging-scroll__image img {
    aspect-ratio: 507/380;
    width: 31.6875rem;
  }
}
.p-hanging-scroll__item:nth-of-type(4) {
  -webkit-padding-before: 15.625rem;
  padding-block-start: 15.625rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(4) {
    -webkit-padding-before: 8.25rem;
    padding-block-start: 8.25rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(4) {
    -webkit-padding-end: 29rem;
    padding-inline-end: 29rem;
  }
}
.p-hanging-scroll__item:nth-of-type(4) .p-hanging-scroll__imageArea {
  top: 1.0625rem;
  right: 0.3125rem;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(4) .p-hanging-scroll__imageArea {
    top: unset;
    right: 0;
    bottom: -1.8125rem;
  }
}
.p-hanging-scroll__item:nth-of-type(4) .p-hanging-scroll__image img {
  aspect-ratio: 134/180;
  width: 8.375rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(4) .p-hanging-scroll__image img {
    aspect-ratio: 337/451;
    width: 21.75rem;
  }
}
.p-hanging-scroll__item:nth-of-type(5) {
  -webkit-padding-before: 15.5rem;
  padding-block-start: 15.5rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(5) {
    -webkit-padding-before: 6.4375rem;
    padding-block-start: 6.4375rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(5) {
    -webkit-padding-end: 38.125rem;
    padding-inline-end: 38.125rem;
  }
}
.p-hanging-scroll__item:nth-of-type(5) .p-hanging-scroll__imageArea {
  top: 0;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(5) .p-hanging-scroll__imageArea {
    top: 5.875rem;
    right: calc(50% - 45rem);
    left: unset;
  }
}
.p-hanging-scroll__item:nth-of-type(5) .p-hanging-scroll__image img {
  aspect-ratio: 257/193;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__item:nth-of-type(5) .p-hanging-scroll__image img {
    aspect-ratio: 608/457;
    width: 38rem;
  }
}

.p-hanging-scroll__textArea + .p-hanging-scroll__textArea {
  -webkit-margin-before: 6.5625rem;
  margin-block-start: 6.5625rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__textArea + .p-hanging-scroll__textArea {
    -webkit-margin-before: 11.6875rem;
    margin-block-start: 11.6875rem;
  }
}

.p-hanging-scroll__imageArea {
  position: absolute;
}

.p-hanging-scroll__image {
  position: relative;
}
.p-hanging-scroll__imageCaption {
  position: absolute;
  bottom: -1rem;
  padding-inline: 0.375rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-hanging-scroll__imageCaption {
    bottom: -1.25rem;
    padding-inline: 1.375rem;
    font-size: 0.75rem;
  }
}
.p-hanging-scroll__imageCaption.-left {
  left: 0;
}
.p-hanging-scroll__imageCaption.-right {
  right: 0;
}

.p-hanging-scroll__subList {
  -webkit-margin-before: 0.9375rem;
  -webkit-padding-end: 0.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.9375rem;
  padding-inline-end: 0.6875rem;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__subList {
    -webkit-margin-before: 2.0625rem;
    margin-block-start: 2.0625rem;
    gap: 1.875rem;
  }
}

.p-hanging-scroll__subTitle {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-hanging-scroll__subTitle {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-hanging-scroll__subText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-hanging-scroll__subText {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
.p-hanging-scroll__subText + .p-hanging-scroll__subText {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-hanging-scroll__subText + .p-hanging-scroll__subText {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-hanging-scroll__listTitle {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-hanging-scroll__listTitle {
    -webkit-margin-before: 1.3125rem;
    margin-block-start: 1.3125rem;
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .p-hanging-scroll__processList {
    -webkit-margin-before: 1.4375rem;
    margin-block-start: 1.4375rem;
  }
}

.p-hanging-scroll__processItem {
  -webkit-padding-end: 0.625rem;
  padding-inline-end: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-hanging-scroll__processItem {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-ancient-documents {
  padding-block: 6.5rem 0;
}
@media (min-width: 768px) {
  .p-ancient-documents {
    padding-block: 12.8125rem 8.4375rem;
  }
}

.p-ancient-documents__heading {
  -webkit-padding-end: 0.3125rem;
  padding-inline-end: 0.3125rem;
}

.p-ancient-documents__content {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__content {
    -webkit-margin-before: 12.4375rem;
    margin-block-start: 12.4375rem;
  }
}

.p-ancient-documents__item {
  -webkit-padding-after: 3.125rem;
  position: relative;
  padding-block-end: 3.125rem;
}
.p-ancient-documents__item:nth-of-type(1) {
  -webkit-padding-before: 16.8125rem;
  padding-block-start: 16.8125rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(1) {
    -webkit-padding-before: 9.5rem;
    padding-block-start: 9.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(1) {
    -webkit-padding-start: 34.375rem;
    padding-inline-start: 34.375rem;
  }
}
.p-ancient-documents__item:nth-of-type(1) .p-ancient-documents__imageArea {
  top: 0;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(1) .p-ancient-documents__imageArea {
    left: calc(50% - 45rem);
  }
}
.p-ancient-documents__item:nth-of-type(1) .p-ancient-documents__image img {
  aspect-ratio: 290/219;
  width: 18.125rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(1) .p-ancient-documents__image img {
    aspect-ratio: 608/458;
    width: 38rem;
  }
}
.p-ancient-documents__item:nth-of-type(2) {
  -webkit-padding-before: 24.625rem;
  padding-block-start: 24.625rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(2) {
    -webkit-padding-before: 8.1875rem;
    padding-block-start: 8.1875rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(2) {
    -webkit-padding-end: 24.0625rem;
    padding-inline-end: 24.0625rem;
  }
}
.p-ancient-documents__item:nth-of-type(2) .p-ancient-documents__imageArea {
  top: 0;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(2) .p-ancient-documents__imageArea {
    top: 4.5625rem;
    right: calc(50% - 45rem);
  }
}
.p-ancient-documents__item:nth-of-type(2) .p-ancient-documents__image img {
  aspect-ratio: 257/342;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(2) .p-ancient-documents__image img {
    aspect-ratio: 455/604;
    width: 28.4375rem;
  }
}
.p-ancient-documents__item:nth-of-type(3) {
  -webkit-padding-before: 29.25rem;
  padding-block-start: 29.25rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(3) {
    -webkit-padding-before: 70.75rem;
    padding-block-start: 70.75rem;
  }
}
.p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(2) {
  top: 0rem;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(2) {
    top: 8.125rem;
    right: calc(50% - 45rem);
  }
}
.p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(2) .p-ancient-documents__image img {
  aspect-ratio: 257/193;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(2) .p-ancient-documents__image img {
    aspect-ratio: 802/603;
    width: 50.125rem;
  }
}
.p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(3) {
  top: 14.875rem;
  left: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(3) {
    top: 30.3125rem;
    right: calc(50% - 45rem);
  }
}
.p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(3) .p-ancient-documents__image img {
  aspect-ratio: 134/180;
  width: 8.375rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__item:nth-of-type(3) .p-ancient-documents__imageArea:nth-of-type(3) .p-ancient-documents__image img {
    aspect-ratio: 347/464;
    width: 21.6875rem;
  }
}

.p-ancient-documents__group + .p-ancient-documents__group {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__group + .p-ancient-documents__group {
    -webkit-margin-before: 7.0625rem;
    margin-block-start: 7.0625rem;
  }
}

.p-ancient-documents__subList {
  -webkit-margin-before: 0.9375rem;
  -webkit-padding-end: 0.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.9375rem;
  padding-inline-end: 0.6875rem;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__subList {
    -webkit-margin-before: 2.0625rem;
    margin-block-start: 2.0625rem;
    gap: 1.875rem;
  }
}

.p-ancient-documents__subTitle {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-ancient-documents__subTitle {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-ancient-documents__subText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-ancient-documents__subText {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
.p-ancient-documents__subText + .p-ancient-documents__subText {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-ancient-documents__subText + .p-ancient-documents__subText {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-ancient-documents__imageArea {
  position: absolute;
}

@media (min-width: 768px) {
  .p-ancient-documents__group.-fullWidth {
    -webkit-margin-before: 11.25rem;
    -webkit-margin-end: -24.0625rem;
    margin-inline-end: -24.0625rem;
    margin-block-start: 11.25rem;
  }
}

.p-ancient-foot {
  -webkit-padding-after: 6.25rem;
  padding-block-end: 6.25rem;
}
@media (min-width: 768px) {
  .p-ancient-foot {
    -webkit-padding-after: 12.625rem;
    padding-block-end: 12.625rem;
  }
}

.p-ancient-foot__content {
  display: flex;
  flex-direction: column;
}

.p-ancient-foot__textArea {
  -webkit-margin-before: 2.375rem;
  order: 2;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-ancient-foot__textArea {
    -webkit-margin-before: 11.25rem;
    margin-block-start: 11.25rem;
  }
}

.p-ancient-foot__imageArea {
  -webkit-margin-end: calc(50% - 50vw);
  display: flex;
  order: 1;
  margin-inline-end: calc(50% - 50vw);
  overflow-x: scroll;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-ancient-foot__imageArea {
    margin-inline: -5.5rem;
    overflow-x: visible;
    gap: 1.25rem;
  }
}

.p-ancient-foot__imageWrapper {
  -webkit-padding-after: 0.9375rem;
  flex-shrink: 0;
  padding-block-end: 0.9375rem;
}
@media (min-width: 768px) {
  .p-ancient-foot__imageWrapper {
    -webkit-padding-after: 0;
    width: calc((100% - 1.25rem) / 2);
    padding-block-end: 0;
  }
}

.p-ancient-foot__image {
  width: 17.3125rem;
}
@media (min-width: 768px) {
  .p-ancient-foot__image {
    width: 100%;
  }
}
.p-ancient-foot__image img {
  aspect-ratio: 277/209;
}
@media (min-width: 768px) {
  .p-ancient-foot__image img {
    aspect-ratio: 618/465;
  }
}

.p-ancient-foot__caption {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-ancient-foot__caption {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    font-size: 1rem;
    line-height: 2.18;
  }
}

.p-ancient-foot__movie {
  -webkit-margin-before: 3.125rem;
  order: 3;
  margin-block-start: 3.125rem;
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-ancient-foot__movie {
    -webkit-margin-before: 7.6875rem;
    width: 56.0625rem;
    margin-inline: auto;
    margin-block-start: 7.6875rem;
    padding-inline: 0;
  }
}
.p-ancient-foot__movie video {
  aspect-ratio: 324/190;
  width: 100%;
}
@media (min-width: 768px) {
  .p-ancient-foot__movie video {
    aspect-ratio: 897/528;
  }
}

.p-folding-screen {
  padding-block: 6.75rem 6.25rem;
}
@media (min-width: 768px) {
  .p-folding-screen {
    padding-block: 12.5625rem 8.25rem;
  }
}

.p-folding-screen__heading {
  -webkit-padding-end: 0.3125rem;
  padding-inline-end: 0.3125rem;
}

.p-folding-screen__content {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-folding-screen__content {
    -webkit-margin-before: 12.4375rem;
    margin-block-start: 12.4375rem;
  }
}

.p-folding-screen__item {
  -webkit-padding-after: 3.125rem;
  position: relative;
  padding-block-end: 3.125rem;
}
.p-folding-screen__item:nth-of-type(1) {
  -webkit-padding-before: 16.8125rem;
  padding-block-start: 16.8125rem;
}
@media (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(1) {
    -webkit-padding-before: 4.8125rem;
    padding-block-start: 4.8125rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(1) {
    -webkit-padding-start: 28.6875rem;
    padding-inline-start: 28.6875rem;
  }
}
.p-folding-screen__item:nth-of-type(1) .p-folding-screen__imageArea {
  top: 0;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(1) .p-folding-screen__imageArea {
    left: calc(50% - 45rem);
  }
}
.p-folding-screen__item:nth-of-type(1) .p-folding-screen__image img {
  aspect-ratio: 290/219;
  width: 18.125rem;
}
@media (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(1) .p-folding-screen__image img {
    aspect-ratio: 547/412;
    width: 34.1875rem;
  }
}
.p-folding-screen__item:nth-of-type(2) {
  -webkit-padding-before: 24.9375rem;
  padding-block-start: 24.9375rem;
}
@media (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(2) {
    -webkit-padding-before: 11.5rem;
    padding-block-start: 11.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(2) {
    -webkit-padding-end: 28rem;
    padding-inline-end: 28rem;
  }
}
.p-folding-screen__item:nth-of-type(2) .p-folding-screen__imageArea {
  top: 0;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(2) .p-folding-screen__imageArea {
    top: 6.6875rem;
    right: calc(50% - 45rem);
  }
}
.p-folding-screen__item:nth-of-type(2) .p-folding-screen__image img {
  aspect-ratio: 257/342;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(2) .p-folding-screen__image img {
    aspect-ratio: 455/604;
    width: 28.4375rem;
  }
}
.p-folding-screen__item:nth-of-type(3) {
  -webkit-padding-before: 29.25rem;
  padding-block-start: 29.25rem;
}
@media (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(3) {
    -webkit-padding-before: 70.75rem;
    padding-block-start: 70.75rem;
  }
}
.p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(2) {
  top: 0rem;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(2) {
    top: 8.1875rem;
    right: calc(50% - 45rem);
  }
}
.p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(2) .p-folding-screen__image img {
  aspect-ratio: 257/193;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(2) .p-folding-screen__image img {
    aspect-ratio: 802/603;
    width: 50.125rem;
  }
}
.p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(3) {
  top: 14.875rem;
  left: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(3) {
    top: 30.3125rem;
    right: calc(50% - 45rem);
  }
}
.p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(3) .p-folding-screen__image img {
  aspect-ratio: 134/180;
  width: 8.375rem;
}
@media (min-width: 768px) {
  .p-folding-screen__item:nth-of-type(3) .p-folding-screen__imageArea:nth-of-type(3) .p-folding-screen__image img {
    aspect-ratio: 347/464;
    width: 21.6875rem;
  }
}

.p-folding-screen__textArea + .p-folding-screen__textArea {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-folding-screen__textArea + .p-folding-screen__textArea {
    -webkit-margin-before: 11rem;
    margin-block-start: 11rem;
  }
}

.p-folding-screen__group + .p-folding-screen__group {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-folding-screen__group + .p-folding-screen__group {
    -webkit-margin-before: 7.0625rem;
    margin-block-start: 7.0625rem;
  }
}

.p-folding-screen__subList {
  -webkit-margin-before: 0.9375rem;
  -webkit-padding-end: 0.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.9375rem;
  padding-inline-end: 0.6875rem;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-folding-screen__subList {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
    gap: 1.6875rem;
  }
}

.p-folding-screen__subTitle {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-folding-screen__subTitle {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-folding-screen__subText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-folding-screen__subText {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
.p-folding-screen__subText + .p-folding-screen__subText {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-folding-screen__subText + .p-folding-screen__subText {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-folding-screen__imageArea {
  position: absolute;
}

.p-folding-screen__imageCaption {
  position: absolute;
  bottom: -1rem;
  padding-inline: 0.375rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-folding-screen__imageCaption {
    bottom: -1.25rem;
    padding-inline: 1.375rem;
    font-size: 0.75rem;
  }
}
.p-folding-screen__imageCaption.-left {
  left: 0;
}
.p-folding-screen__imageCaption.-right {
  right: 0;
}

@media (min-width: 768px) {
  .p-folding-screen__group.-fullWidth {
    -webkit-margin-end: -27.8125rem;
    margin-inline-end: -27.8125rem;
  }
}

.p-folding-screen__subList.-mbs32-59 {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-folding-screen__subList.-mbs32-59 {
    -webkit-margin-before: 3.6875rem;
    margin-block-start: 3.6875rem;
  }
}
@media (min-width: 768px) {
  .p-folding-screen__subList.-mbs39 {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
  }
}
@media (min-width: 768px) {
  .p-folding-screen__subList.-fullWidth {
    -webkit-margin-end: -27.8125rem;
    margin-inline-end: -27.8125rem;
  }
}

.p-sliding-door {
  padding-block: 6.75rem 0rem;
}
@media (min-width: 768px) {
  .p-sliding-door {
    padding-block: 12.5625rem 8.25rem;
  }
}

.p-sliding-door__heading {
  -webkit-padding-end: 0.3125rem;
  padding-inline-end: 0.3125rem;
}

.p-sliding-door__content {
  -webkit-margin-before: 6.25rem;
  margin-block-start: 6.25rem;
}
@media (min-width: 768px) {
  .p-sliding-door__content {
    -webkit-margin-before: 12.4375rem;
    margin-block-start: 12.4375rem;
  }
}

.p-sliding-door__item {
  -webkit-padding-after: 3.125rem;
  position: relative;
  padding-block-end: 3.125rem;
}
.p-sliding-door__item:nth-of-type(1) {
  -webkit-padding-before: 16.8125rem;
  padding-block-start: 16.8125rem;
}
@media (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(1) {
    -webkit-padding-before: 4.5rem;
    padding-block-start: 4.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(1) {
    -webkit-padding-start: 28.6875rem;
    padding-inline-start: 28.6875rem;
  }
}
.p-sliding-door__item:nth-of-type(1) .p-sliding-door__imageArea {
  top: 0;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(1) .p-sliding-door__imageArea {
    left: calc(50% - 45rem);
  }
}
.p-sliding-door__item:nth-of-type(1) .p-sliding-door__image img {
  aspect-ratio: 290/219;
  width: 18.125rem;
}
@media (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(1) .p-sliding-door__image img {
    aspect-ratio: 547/412;
    width: 34.1875rem;
  }
}
.p-sliding-door__item:nth-of-type(2) {
  -webkit-padding-before: 24.9375rem;
  padding-block-start: 24.9375rem;
}
@media (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(2) {
    -webkit-padding-before: 11.25rem;
    padding-block-start: 11.25rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(2) {
    -webkit-padding-end: 28rem;
    padding-inline-end: 28rem;
  }
}
.p-sliding-door__item:nth-of-type(2) .p-sliding-door__imageArea {
  top: 0;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(2) .p-sliding-door__imageArea {
    top: 10.6875rem;
    right: calc(50% - 45rem);
  }
}
.p-sliding-door__item:nth-of-type(2) .p-sliding-door__image img {
  aspect-ratio: 257/342;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(2) .p-sliding-door__image img {
    aspect-ratio: 455/604;
    width: 28.4375rem;
  }
}
.p-sliding-door__item:nth-of-type(3) {
  -webkit-padding-before: 29.8125rem;
  padding-block-start: 29.8125rem;
}
@media (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(3) {
    -webkit-padding-before: 55.3125rem;
    padding-block-start: 55.3125rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(3) {
    -webkit-padding-start: 28.625rem;
    padding-inline-start: 28.625rem;
  }
}
.p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(2) {
  top: 0rem;
  right: calc(50% - 50vw);
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(2) {
    top: 8.1875rem;
    right: calc(50% - 45rem);
  }
}
.p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(2) .p-sliding-door__image img {
  aspect-ratio: 257/193;
  width: 16.0625rem;
}
@media (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(2) .p-sliding-door__image img {
    aspect-ratio: 802/603;
    width: 50.125rem;
  }
}
.p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(3) {
  top: 14.875rem;
  left: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(3) {
    top: 30.3125rem;
    right: calc(50% - 45rem);
  }
}
.p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(3) .p-sliding-door__image img {
  aspect-ratio: 134/180;
  width: 8.375rem;
}
@media (min-width: 768px) {
  .p-sliding-door__item:nth-of-type(3) .p-sliding-door__imageArea:nth-of-type(3) .p-sliding-door__image img {
    aspect-ratio: 347/464;
    width: 21.6875rem;
  }
}

.p-sliding-door__textArea + .p-sliding-door__textArea {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-sliding-door__textArea + .p-sliding-door__textArea {
    -webkit-margin-before: 11.75rem;
    margin-block-start: 11.75rem;
  }
}

.p-sliding-door__group + .p-sliding-door__group {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-sliding-door__group + .p-sliding-door__group {
    -webkit-margin-before: 11.5rem;
    margin-block-start: 11.5rem;
  }
}

.p-sliding-door__subList {
  -webkit-margin-before: 0.9375rem;
  -webkit-padding-end: 0.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.9375rem;
  padding-inline-end: 0.6875rem;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-sliding-door__subList {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
    gap: 1.6875rem;
  }
}

.p-sliding-door__subTitle {
  color: #002147;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-sliding-door__subTitle {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-sliding-door__subText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-sliding-door__subText {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}
.p-sliding-door__subText + .p-sliding-door__subText {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-sliding-door__subText + .p-sliding-door__subText {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-sliding-door__imageArea {
  position: absolute;
}

.p-sliding-door__imageCaption {
  position: absolute;
  bottom: -1rem;
  padding-inline: 0.375rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-sliding-door__imageCaption {
    bottom: -1.25rem;
    padding-inline: 1.375rem;
    font-size: 0.75rem;
  }
}
.p-sliding-door__imageCaption.-left {
  left: 0;
}
.p-sliding-door__imageCaption.-right {
  right: 0;
}

@media (min-width: 768px) {
  .p-sliding-door__group.-fullWidth {
    -webkit-margin-end: -27.8125rem;
    margin-inline-end: -27.8125rem;
  }
}

.p-sliding-door__subList.-mbs33-54 {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
}
@media (min-width: 768px) {
  .p-sliding-door__subList.-mbs33-54 {
    -webkit-margin-before: 3.375rem;
    margin-block-start: 3.375rem;
  }
}
.p-sliding-door__subList.-mbs32-59 {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-sliding-door__subList.-mbs32-59 {
    -webkit-margin-before: 3.6875rem;
    margin-block-start: 3.6875rem;
  }
}
@media (min-width: 768px) {
  .p-sliding-door__subList.-mbs39 {
    -webkit-margin-before: 2.4375rem;
    margin-block-start: 2.4375rem;
  }
}
@media (min-width: 768px) {
  .p-sliding-door__subList.-fullWidth {
    -webkit-margin-end: -27.8125rem;
    margin-inline-end: -27.8125rem;
  }
}

.p-404 {
  min-height: 100vh;
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-404 {
    min-height: calc(100vh - 25rem);
  }
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-height: 100vh;
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-404__inner {
    min-height: calc(100vh - 25rem);
  }
}

.p-404__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}

.p-404__title {
  color: #000000;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-404__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }
}

.p-404__button {
  -webkit-margin-before: 2.1875rem;
  margin-inline: auto;
  margin-block-start: 2.1875rem;
}
@media (min-width: 768px) {
  .p-404__button {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.p-thanks {
  min-height: 100vh;
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-thanks {
    min-height: calc(100vh - 25rem);
  }
}

.p-thanks__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-height: 100vh;
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-thanks__inner {
    min-height: calc(100vh - 25rem);
  }
}

.p-thanks__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}

.p-thanks__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-thanks__button {
  -webkit-margin-before: 2.1875rem;
  margin-inline: auto;
  margin-block-start: 2.1875rem;
}
@media (min-width: 768px) {
  .p-thanks__button {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.p-news {
  padding-block: 6.25rem;
}

.p-news__list {
  display: flex;
  flex-direction: column;
  border-top: 0.0625rem solid #111111;
}

.p-news__item {
  display: block;
  width: 100%;
}

.p-news__pagination {
  -webkit-margin-before: 3.75rem;
  margin-block-start: 3.75rem;
}
@media (min-width: 768px) {
  .p-news__pagination {
    -webkit-margin-before: 6.25rem;
    margin-block-start: 6.25rem;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .nav-links {
    gap: 0.4375rem;
  }
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid #002147;
  color: #002147;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .page-numbers {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }
}
.page-numbers.current {
  border-color: transparent;
  background: #002147;
  color: #ffffff;
  pointer-events: none;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.prev, .page-numbers.next {
  width: 1.375rem;
  height: 1.375rem;
  border: none;
  border-right: 0.0625rem solid #002147;
  border-bottom: 0.0625rem solid #002147;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .page-numbers.prev, .page-numbers.next {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.page-numbers.prev {
  rotate: 135deg;
}
.page-numbers.next {
  rotate: -45deg;
}

@media (any-hover: hover) {
  .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
    border-color: transparent;
    background: #002147;
    color: #ffffff;
  }
  .page-numbers.prev:hover .p-pagination__arrow, .page-numbers.next:hover .p-pagination__arrow {
    opacity: 0.7;
  }
}
.page-numbers:focus {
  outline: none;
}
.page-numbers:not(.prev):not(.next):not(.current):not(.dots):focus-visible {
  border-color: transparent;
  outline: none;
  background: #002147;
  color: #ffffff;
}
.page-numbers.prev:focus-visible .p-pagination__arrow, .page-numbers.next:focus-visible .p-pagination__arrow {
  opacity: 0.7;
}

.p-pagination-post {
  -ms-grid-columns: (1fr)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-pagination-post {
    padding-inline: 1.375rem;
  }
}

.p-pagination-post__item {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 4.25rem;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-pagination-post__item {
    min-height: 5.625rem;
  }
}
.p-pagination-post__item.-prev {
  justify-content: flex-start;
}
.p-pagination-post__item.-next {
  justify-content: flex-end;
}

.p-pagination-post__arrow-l {
  display: block;
  position: relative;
  width: 1.5625rem;
  height: 0.0625rem;
  background: #111111;
  transition: width 0.3s ease-out, translate 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-pagination-post__arrow-l {
    width: 2.375rem;
  }
}
.p-pagination-post__arrow-l::after {
  -webkit-transform-origin: left bottom;
  display: block;
  position: absolute;
  right: auto;
  left: 0;
  width: 0.8125rem;
  height: 0.0625rem;
  transform-origin: left bottom;
  rotate: -38deg;
  background: #111111;
  content: "";
}
@media (min-width: 768px) {
  .p-pagination-post__arrow-l::after {
    width: 1.25rem;
  }
}

.p-pagination-post__arrow-r {
  display: block;
  position: relative;
  width: 1.5625rem;
  height: 0.0625rem;
  background: #111111;
  transition: width 0.3s ease-out, translate 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-pagination-post__arrow-r {
    width: 2.375rem;
  }
}
.p-pagination-post__arrow-r::after {
  -webkit-transform-origin: right bottom;
  display: block;
  position: absolute;
  right: 0;
  width: 0.8125rem;
  height: 0.0625rem;
  transform-origin: right bottom;
  rotate: 38deg;
  background: #111111;
  content: "";
}
@media (min-width: 768px) {
  .p-pagination-post__arrow-r::after {
    width: 1.25rem;
  }
}

.p-pagination-post__link {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-pagination-post__link {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-pagination-post__item.-prev:hover .p-pagination-post__arrow-l {
    width: 2.1875rem;
    translate: -0.625rem 0;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-pagination-post__item.-prev:hover .p-pagination-post__arrow-l {
    width: 3.625rem;
    translate: -1.25rem 0;
  }
}
@media (any-hover: hover) {
  .p-pagination-post__item.-next:hover .p-pagination-post__arrow-r {
    width: 2.1875rem;
    translate: 0.625rem 0;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-pagination-post__item.-next:hover .p-pagination-post__arrow-r {
    width: 3.625rem;
    translate: 1.25rem 0;
  }
}
.p-pagination-post__item:focus {
  outline: none;
}
.p-pagination-post__item:focus-visible {
  outline: 0.125rem solid #111111;
  outline-offset: 0.25rem;
}

@media (any-hover: hover) {
  .p-pagination-post__link:hover {
    opacity: 0.5;
  }
}
.p-pagination-post__link:focus {
  outline: none;
}
.p-pagination-post__link:focus-visible {
  outline: none;
  opacity: 0.5;
}

.p-single {
  padding-block: 6.25rem;
}
@media (min-width: 768px) {
  .p-single {
    padding-block: 12.5rem;
  }
}

.p-single__head {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-single__head {
    gap: 1.25rem;
  }
}

.p-single__date {
  color: #002147;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-single__date {
    font-size: 1.5rem;
  }
}

.p-single__title {
  color: #002147;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.66667;
}
@media (min-width: 768px) {
  .p-single__title {
    font-size: 1.625rem;
    line-height: 1.69231;
  }
}

.p-single__body {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single__body {
    -webkit-margin-before: 5rem;
    margin-block-start: 5rem;
  }
}
.p-single__body > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single__body > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single__body h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5rem 1rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.125rem solid #002147;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-single__body h2 {
    margin-block: 2.25rem 1.5rem;
    font-size: 1.5rem;
  }
}
.p-single__body h3 {
  -webkit-padding-start: 0.875rem;
  position: relative;
  margin-block: 1.5rem 1rem;
  padding-inline-start: 0.875rem;
  border-left: 0.125rem solid #002147;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h3 {
    -webkit-padding-start: 1.5rem;
    margin-block: 2.25rem 1.5rem;
    padding-inline-start: 1.5rem;
    font-size: 1.375rem;
  }
}
.p-single__body p {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-single__body p {
    font-size: 1rem;
  }
}
.p-single__body p + p {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single__body p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}
.p-single__body b,
.p-single__body strong {
  font-weight: 700;
}
.p-single__body a {
  color: #002147;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single__body a:hover {
    opacity: 0.7;
  }
}
.p-single__body a:focus {
  outline: none;
}
.p-single__body a:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-single__body figure {
  width: 100%;
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single__body figure {
    margin-block: 1.5rem 1rem;
  }
}
.p-single__body figcaption {
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-single__body figcaption {
    font-size: 0.875rem;
  }
}
.p-single__body img {
  width: 100%;
}

.p-single__pagination {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single__pagination {
    -webkit-margin-before: 5rem;
    margin-block-start: 5rem;
  }
}

.p-opening {
  display: flex;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}

.p-opening__mask {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002147;
}

.p-opening__logo {
  visibility: hidden;
  z-index: 3;
  opacity: 0;
}
.p-opening__logo img {
  width: 8rem;
}
@media (min-width: 768px) {
  .p-opening__logo img {
    width: 14.0625rem;
    translate: 1.875rem 0.9375rem;
  }
}

.u-only__sp {
  display: block;
}
@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}

.u-only__pc {
  display: none;
}
@media (min-width: 768px) {
  .u-only__pc {
    display: block !important;
  }
}

@media screen and (orientation: landscape) {
  .u-only__portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .u-only__landscape {
    display: none !important;
  }
}
.u-separate {
  margin-block: 24px;
}

.u-pointerNone {
  pointer-events: none !important;
}

.u-pointerNone__sp {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .u-pointerNone__sp {
    pointer-events: none !important;
  }
}

.u-pointerNone__pc {
  pointer-events: none;
}
@media (min-width: 768px) {
  .u-pointerNone__pc {
    pointer-events: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */