/*! 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;
  background-color: #ffffff;
  color: #343434;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
}

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: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.875rem;
}
@media (min-width: 768px) {
  .l-header {
    height: 8.1875rem;
  }
}

.l-header.-recruit {
  height: 3.875rem;
}
@media (min-width: 768px) {
  .l-header.-recruit {
    height: 8.1875rem;
  }
}

.l-main {
  -webkit-margin-before: 3.875rem;
  position: relative;
  margin-block-start: 3.875rem;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-margin-before: 8.1875rem;
    margin-block-start: 8.1875rem;
  }
}

.l-main.-page {
  background: #0e7ae0;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 24.375rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 81.25rem;
    padding: 0 3.125rem;
  }
}
.l-inner.-narrow {
  max-width: 22.375rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .l-inner.-narrow {
    max-width: 75rem;
    padding: 0 3.125rem;
  }
}
.l-inner.-spNarrow {
  max-width: 22.375rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .l-inner.-spNarrow {
    max-width: 81.25rem;
    padding: 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .l-inner.-pcNarrow {
    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;
  width: 3.875rem;
  height: 3.875rem;
  background: #0e7ae0;
  transition: all 0.3s ease-out;
}

.c-hamburger__line {
  position: relative;
  width: 1.5625rem;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #ffffff;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
.c-hamburger__line::before {
  top: -0.5rem;
}
.c-hamburger__line::after {
  bottom: -0.5rem;
}

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

.c-hamburger.is_open .c-hamburger__line {
  background: transparent;
}
.c-hamburger.is_open .c-hamburger__line::before {
  top: 0rem;
  rotate: 45deg;
}
.c-hamburger.is_open .c-hamburger__line::after {
  bottom: 0rem;
  rotate: -45deg;
}

.c-button-arrow {
  -webkit-filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  display: block;
  position: relative;
  width: 100%;
  padding-inline: 0.625rem 1.25rem;
  padding-block: 0.6875rem;
  transform: translateZ(0);
  border: 0.125rem solid transparent;
  border-radius: 100vmax;
  background: #ffffff;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button-arrow {
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
    padding-inline: 0.625rem 2.4375rem;
    padding-block: 0.75rem;
    font-size: 1.125rem;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
  }
}
.c-button-arrow::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button-arrow::before {
    right: 1.875rem;
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.c-button-arrow.-noPadding {
  padding-inline: 0;
}
@media (min-width: 768px) {
  .c-button-arrow.-noPadding {
    padding-inline: 0.8125rem 1.875rem;
  }
}
.c-button-arrow.-bold {
  -webkit-padding-end: 2.5rem;
  padding-inline-end: 2.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .c-button-arrow.-bold {
    -webkit-padding-end: 1.5625rem;
    padding-inline-end: 1.5625rem;
  }
}
.c-button-arrow.-bold::before {
  right: 2.5625rem;
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 768px) {
  .c-button-arrow.-bold::before {
    right: 1.6875rem;
  }
}

@media (any-hover: hover) {
  .c-button-arrow:hover {
    -webkit-filter: none;
    border: 0.125rem solid rgba(255, 255, 255, 0.4);
    background: #0e7ae0;
    color: #ffffff;
    filter: none;
  }
  .c-button-arrow:hover::before {
    background: #ffffff;
  }
}
.c-button-arrow:focus {
  outline: none;
}
.c-button-arrow:focus-visible {
  -webkit-filter: none;
  border: 0.125rem solid rgba(255, 255, 255, 0.4);
  outline: none;
  background: #0e7ae0;
  color: #ffffff;
  filter: none;
}
.c-button-arrow:focus-visible::before {
  background: #ffffff;
}

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

.c-heading__ja {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .c-heading__ja {
    font-size: 2.25rem;
  }
}

.c-heading__en {
  color: #0e7ae0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .c-heading__en {
    font-size: 1.25rem;
  }
}

.c-heading.-center {
  align-items: center;
  text-align: center;
}
.c-heading.-white .c-heading__ja {
  color: #ffffff;
}
.c-heading.-white .c-heading__en {
  color: #ffffff;
}
.c-heading.-spCenter {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading.-spCenter {
    align-items: flex-start;
    text-align: left;
  }
}
.c-heading.-row {
  flex-direction: row;
  align-items: center;
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .c-heading.-row {
    gap: 0.875rem;
  }
}

.c-form-privacy {
  display: inline-block;
}

.c-form-privacy__input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  opacity: 0;
}
.c-form-privacy__input:focus {
  outline: none;
}

.c-form-privacy__text {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  color: #000000;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-form-privacy__text {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
@media (any-hover: hover) {
  .c-form-privacy__text:hover {
    opacity: 0.7;
  }
}
.c-form-privacy__text:focus {
  outline: none;
  opacity: 0.7;
}
.c-form-privacy__text::before, .c-form-privacy__text::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.c-form-privacy__text::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 0.1875rem;
  background: #f5f5f5;
}
.c-form-privacy__text::after {
  top: 0.5625rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #0e7ae0;
  border-bottom: 0.1875rem solid #0e7ae0;
  opacity: 0;
}
@media (min-width: 768px) {
  .c-form-privacy__text::after {
    top: 0.8125rem;
  }
}

.c-form-privacy__link {
  color: #0e7ae0;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
}
.c-form-privacy__link:focus {
  outline: none;
  opacity: 0.7;
}

.wpcf7-list-item {
  margin: 0;
}

.c-form-privacy__input:checked ~ .wpcf7-list-item-label .c-form-privacy__text::after {
  opacity: 1;
}

.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text {
  opacity: 0.7;
}
.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text::before {
  border-color: #0e7ae0;
  outline: none;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.625rem 1.375rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.5rem;
  background: #f5f5f5;
  transition: all 0.3s ease;
}
.c-form-text::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.c-form-text:-ms-input-placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.c-form-text::-ms-input-placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.c-form-text::placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .c-form-text::-webkit-input-placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
  .c-form-text:-ms-input-placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
  .c-form-text::-ms-input-placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
  .c-form-text::placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
}
@media (any-hover: hover) {
  .c-form-text:hover {
    border: 0.0625rem solid #0e7ae0;
    opacity: 0.7;
  }
}
.c-form-text:focus, .c-form-text:active {
  border: 0.0625rem solid #0e7ae0;
  outline: none;
}

.c-form-text.-short {
  width: 6.875rem;
}
.c-form-text.-narrow {
  padding: 0.625rem 0.875rem;
}
@media (min-width: 768px) {
  .c-form-text.-narrow {
    padding-inline: 1.3125rem;
  }
}
.c-form-text.-narrow::-webkit-input-placeholder {
  letter-spacing: 0.025em;
}
.c-form-text.-narrow:-ms-input-placeholder {
  letter-spacing: 0.025em;
}
.c-form-text.-narrow::-ms-input-placeholder {
  letter-spacing: 0.025em;
}
.c-form-text.-narrow::placeholder {
  letter-spacing: 0.025em;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 14.9375rem;
  padding: 0.625rem 1.0625rem 0.5625rem 1.375rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.5rem;
  background: #f5f5f5;
  font-size: 1rem;
  resize: none;
  transition: all 0.3s ease;
}
.c-form-textarea::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.c-form-textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.c-form-textarea::-ms-input-placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
.c-form-textarea::placeholder {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .c-form-textarea::-webkit-input-placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
  .c-form-textarea:-ms-input-placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
  .c-form-textarea::-ms-input-placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
  .c-form-textarea::placeholder {
    line-height: 1.7;
    letter-spacing: 0;
  }
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    border: 0.0625rem solid #0e7ae0;
    opacity: 0.7;
  }
}
.c-form-textarea:focus, .c-form-textarea:active {
  border: 0.0625rem solid #0e7ae0;
  outline: none;
}

.c-form-textarea.-narrow {
  padding: 1rem 0.875rem;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .c-form-textarea.-narrow {
    padding: 0.625rem 1.3125rem;
  }
}
.c-form-textarea.-narrow::-webkit-input-placeholder {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
.c-form-textarea.-narrow:-ms-input-placeholder {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
.c-form-textarea.-narrow::-ms-input-placeholder {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
.c-form-textarea.-narrow::placeholder {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c-form-textarea.-narrow::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .c-form-textarea.-narrow:-ms-input-placeholder {
    font-size: 1rem;
  }
  .c-form-textarea.-narrow::-ms-input-placeholder {
    font-size: 1rem;
  }
  .c-form-textarea.-narrow::placeholder {
    font-size: 1rem;
  }
}

.c-form-file {
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  user-select: none;
}

.wpcf7-form-control-wrap[data-name^=your-file] {
  display: block;
  width: 100%;
}

.c-form-file__wrapper {
  -webkit-user-select: none;
  -ms-user-select: none;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 768px) {
  .c-form-file__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media (any-hover: hover) {
  .c-form-file__wrapper:hover .c-form-file__button {
    border-color: #0e7ae0;
    color: #0e7ae0;
  }
}
.c-form-file__wrapper:focus-visible {
  outline: none;
}
.c-form-file__wrapper:focus-visible .c-form-file__button {
  border-color: #0e7ae0;
  color: #0e7ae0;
}

.c-form-file__foot {
  -webkit-margin-before: 0.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin-block-start: 0.5rem;
}
@media (min-width: 768px) {
  .c-form-file__foot {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.c-form-file__button {
  -webkit-margin-end: 1rem;
  display: -ms-grid;
  display: grid;
  flex-shrink: 0;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  margin-inline-end: 1rem;
  padding: 0.625rem 2.8125rem;
  border: 0.0625rem solid #343434;
  border-radius: 0.5rem;
  background: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-form-file__button {
    padding: 0.75rem 2.8125rem 0.6875rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-file__button:hover {
    border-color: #0e7ae0;
    color: #0e7ae0;
  }
}
.c-form-file__button:focus-visible {
  border-color: #0e7ae0;
  outline: none;
  color: #0e7ae0;
}

.c-form-file__display {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-form-file__display {
    font-size: 1rem;
  }
}
.c-form-file__display.-empty {
  display: none;
}

.c-form-file__remove {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.625rem;
  border: none;
  border-radius: 0.3125rem;
  background: #ef8488;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.c-form-file__remove.-show {
  display: flex;
}
@media (any-hover: hover) {
  .c-form-file__remove:hover {
    background: #d96c70;
  }
}
.c-form-file__remove:focus-visible {
  outline: none;
  background: #d96c70;
}

.p-header {
  -webkit-backdrop-filter: blur(2.3125rem);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2.3125rem);
  background: #ffffff;
  box-shadow: 0 -0.0625rem 0.9375rem 0 rgba(0, 0, 0, 0.12);
}

.p-header__inner {
  -webkit-padding-start: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline-start: 1rem;
}
@media (min-width: 768px) {
  .p-header__inner {
    -ms-grid-columns: 64.6875rem auto;
    -webkit-padding-start: 2rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 64.6875rem auto;
    grid-template-areas: "logo tel" "nav tel";
    max-width: 90rem;
    margin-inline: auto;
    padding-inline-start: 2rem;
  }
}

@media (min-width: 768px) {
  .p-header__logoArea {
    display: flex;
    grid-area: logo;
    align-items: center;
    justify-content: space-between;
    height: 4.75rem;
  }
}

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

.p-header__logo {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.3s ease-out;
}

.p-header__logoImage {
  width: 10.0625rem;
}
@media (min-width: 768px) {
  .p-header__logoImage {
    width: 18.3125rem;
  }
}

.p-header__logoText {
  -webkit-margin-before: -0.125rem;
  margin-block-start: -0.125rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-header__logoText {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    color: #343434;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-header__problemsLink {
  display: block;
  position: relative;
  padding: 0.5625rem 0.9375rem 0.6875rem 2.375rem;
  border: 0.0625rem solid #343434;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: color 0.3s ease-out, border-color 0.3s ease-out;
}
.p-header__problemsLink::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_help.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0.8125rem;
  width: 1.375rem;
  height: 1.375rem;
  translate: 0 -50%;
  background: #343434;
  content: "";
  mask-image: url(../img/icon_help.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.3s ease-out;
}

.p-header__hamburger {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .p-header__nav {
    grid-area: nav;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 3.25rem 3.1875rem;
  gap: 1.5rem;
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1);
}

.p-header__item {
  display: block;
}
.p-header__item.-accordion {
  position: relative;
}

.p-header__link {
  position: relative;
  padding-block: 1.0625rem 1.3125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: color 0.3s ease-out;
}
.p-header__link::after {
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #0e7ae0;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.p-header__link.-accordion {
  -webkit-padding-end: 1.375rem;
  padding-inline-end: 1.375rem;
}
.p-header__link.-accordion::before {
  display: block;
  position: absolute;
  top: 1.0625rem;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  rotate: -45deg;
  border-bottom: 0.0625rem solid #343434;
  border-left: 0.0625rem solid #343434;
  content: "";
  transition: top 0.3s ease-out, rotate 0.3s ease-out;
}

.p-header__subListWrapper {
  -webkit-padding-before: 0.75rem;
  position: absolute;
  top: 3.4375rem;
  left: 50%;
  min-width: 10.5625rem;
  padding-block-start: 0.75rem;
  translate: -50%;
}

.p-header__subList {
  overflow: hidden;
  border-radius: 0.9375rem;
  background: #ffffff;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.p-header__subItem:not(:first-child) {
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1);
}

.p-header__subLink {
  display: block;
  padding-inline: 0.75rem;
  padding-block: 1rem 0.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.3s ease-out;
}

@media (min-width: 768px) {
  .p-header__telArea {
    grid-area: tel;
    padding-inline: 1.0625rem 1.9375rem;
    gap: 0.75rem;
  }
}

@media (min-width: 768px) {
  .p-header__logoArea {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-header__nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-header__telArea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}

.p-header__telCatch {
  width: 100%;
  height: 100%;
  padding: 0.4375rem 1.25rem 0.5rem;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-header__telLink {
  -webkit-margin-before: 0.625rem;
  display: flex;
  align-items: center;
  margin-block-start: 0.625rem;
  gap: 0.3125rem;
}

.p-header__telLabel {
  padding: 0.5rem 0.5625rem 0.625rem 0.5rem;
  border: 0.125rem solid #0e7ae0;
  border-radius: 100vmax;
  background: #ffffff;
  color: #0e7ae0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-header__telNumber {
  -webkit-padding-start: 1.875rem;
  position: relative;
  padding-inline-start: 1.875rem;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
}
.p-header__telNumber::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_phone-b.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  translate: 0 -50%;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_phone-b.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

@media (min-width: 768px) {
  .p-header.-recruit .p-header__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 1.9375rem;
  }
}
@media (min-width: 768px) {
  .p-header.-recruit .p-header__nav {
    border-top: 0.0625rem solid rgba(52, 52, 52, 0.1);
  }
}
@media (min-width: 768px) {
  .p-header.-recruit .p-header__recruitNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70rem;
    margin-inline: auto;
    gap: 3.125rem;
  }
}
@media (min-width: 768px) {
  .p-header.-recruit .p-header__list {
    padding-inline: 0;
    gap: 3.125rem;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .p-header.-recruit .p-header__entryList {
    display: flex;
    padding-inline: 0;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .p-header.-recruit .p-header__entryItem {
    display: block;
  }
}
@media (min-width: 768px) {
  .p-header.-recruit .p-header__entryLink {
    padding: 0.5625rem 1.5rem 0.6875rem;
    border-radius: 100vmax;
    background: #ff9f04;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: background 0.3s ease-out;
  }
}

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

@media (any-hover: hover) {
  .p-header__link:hover {
    color: #0e7ae0;
  }
  .p-header__link:hover::after {
    opacity: 1;
  }
}
.p-header__link:focus {
  outline: none;
}
.p-header__link:focus-visible {
  outline: none;
  color: #0e7ae0;
}
.p-header__link:focus-visible::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .p-header__problemsLink:hover {
    border-color: #0e7ae0;
    color: #0e7ae0;
  }
  .p-header__problemsLink:hover::before {
    background-color: #0e7ae0;
  }
}
.p-header__problemsLink:focus {
  outline: none;
}
.p-header__problemsLink:focus-visible {
  border-color: #0e7ae0;
  outline: none;
  color: #0e7ae0;
}
.p-header__problemsLink:focus-visible::before {
  background-color: #0e7ae0;
}

@media (any-hover: hover) {
  .p-header__subLink:hover {
    background: #f5f5f5;
  }
}
.p-header__subLink:focus {
  outline: none;
}
.p-header__subLink:focus-visible {
  outline: none;
  background: #f5f5f5;
}

@media (any-hover: hover) {
  .p-header__entryLink:hover {
    background: #e68e00 !important;
  }
}
.p-header__entryLink:focus {
  outline: none;
}
.p-header__entryLink:focus-visible {
  outline: none;
  background: #e68e00 !important;
}

.p-header__link.-accordion.is_open {
  color: #0e7ae0;
}
.p-header__link.-accordion.is_open::after {
  opacity: 1;
}
.p-header__link.-accordion.is_open::before {
  top: 1.5rem;
  rotate: 135deg;
}

.p-drawer {
  visibility: hidden;
  z-index: 101;
  position: fixed;
  top: 3.875rem;
  right: 0;
  width: 100%;
  height: calc(100vh - 3.875rem);
  padding-block: 2.75rem 7.625rem;
  overflow-y: auto;
  translate: 100% 0;
  background: url(../img/sp/p-bg.webp) no-repeat bottom center/100% auto;
  background-color: white;
  transition: translate 0.3s ease-out, visibility 0.3s ease-out;
}

.p-drawer-footer {
  visibility: hidden;
  z-index: 101;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 7.4375rem;
  translate: 100% 0;
  background: url(../img/p-drawer_foot.webp) no-repeat center center/cover;
  pointer-events: none;
  transition: translate 0.3s ease-out, visibility 0.3s ease-out;
}
.p-drawer.is_open ~ .p-drawer-footer {
  visibility: visible;
  translate: 0 0;
}

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

.p-drawer__deco {
  z-index: 1;
  position: absolute;
  top: -1.875rem;
  right: 6.6875rem;
  width: 8.6875rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
}

.p-drawer__item {
  display: block;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.p-drawer__link {
  display: block;
  position: relative;
  width: 100%;
  padding-block: 1.625rem 1.5625rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-out;
}
.p-drawer__link::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  translate: 0 -50%;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.p-drawer__link.-accordion::before, .p-drawer__link.-accordion::after {
  display: block;
  position: absolute;
  content: "";
}
.p-drawer__link.-accordion::before {
  -webkit-mask-image: none;
  height: 0.125rem;
  mask-image: none;
}
.p-drawer__link.-accordion::after {
  top: 50%;
  right: 0;
  width: 0.75rem;
  height: 0.125rem;
  translate: 0 -50%;
  rotate: -90deg;
  background: #0e7ae0;
  transition: rotate 0.3s ease-out;
}

.p-drawer__subListWrapper {
  display: none;
  translate: 0 -0.875rem;
}

.p-drawer__subList {
  -webkit-padding-after: 0.25rem;
  padding-block-end: 0.25rem;
}

.p-drawer__subItem {
  display: block;
}

.p-drawer__subLink {
  display: block;
  width: 100%;
  padding-block: 0.4375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity 0.3s ease-out;
}

.p-drawer__telArea {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
}

.p-drawer__problems {
  -webkit-margin-before: 1.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.8125rem;
}

.p-drawer__problemsLink {
  display: inline-block;
  position: relative;
  padding: 0.75rem 1.125rem 0.875rem 2.5rem;
  border: 0.0625rem solid #343434;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: color 0.3s ease-out, border-color 0.3s ease-out;
}
.p-drawer__problemsLink::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_help.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0.8125rem;
  width: 1.375rem;
  height: 1.375rem;
  translate: 0 -50%;
  background: #343434;
  content: "";
  mask-image: url(../img/icon_help.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-drawer__link:hover,
  .p-drawer__subLink:hover {
    opacity: 0.7;
  }
}
.p-drawer__link:focus,
.p-drawer__subLink:focus {
  outline: none;
}
.p-drawer__link:focus-visible,
.p-drawer__subLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-drawer.-recruit .p-drawer__entryList {
  -webkit-margin-before: 1.8125rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.8125rem;
  padding-inline: 0.6875rem;
  gap: 0.75rem;
}
.p-drawer.-recruit .p-drawer__entryItem {
  display: block;
}
.p-drawer.-recruit .p-drawer__entryLink {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 4.1875rem;
  border-radius: 0.625rem;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  transition: background 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-drawer__problemsLink:hover {
    border-color: #0e7ae0;
    color: #0e7ae0;
  }
  .p-drawer__problemsLink:hover::before {
    background-color: #0e7ae0;
  }
}
.p-drawer__problemsLink:focus {
  outline: none;
}
.p-drawer__problemsLink:focus-visible {
  border-color: #0e7ae0;
  outline: none;
  color: #0e7ae0;
}
.p-drawer__problemsLink:focus-visible::before {
  background-color: #0e7ae0;
}

@media (any-hover: hover) {
  .p-drawer__entryLink:hover {
    background: #e68e00 !important;
  }
}
.p-drawer__entryLink:focus {
  outline: none;
}
.p-drawer__entryLink:focus-visible {
  outline: none;
  background: #e68e00 !important;
}

.p-drawer.is_open {
  visibility: visible;
  translate: 0 0;
}

.p-drawer__link.is_open::after {
  right: 0;
  rotate: 0deg;
}

.p-drawer__link.-recruit.is_open::before {
  rotate: -90deg;
}

.p-tel {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 1.3125rem 1rem;
  gap: 0.375rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.625rem;
  background: #0e7ae0;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-tel {
    padding-block: 2.125rem 1.8125rem;
    border-radius: 1.25rem;
    pointer-events: none;
  }
}

.p-tel__catch {
  display: inline-block;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  padding: 0.25rem 0.9375rem 0.375rem 1.125rem;
  translate: -50%;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-tel__catch {
    padding: 0.4375rem 2rem 0.5rem;
    font-size: 1rem;
  }
}

.p-tel__label {
  padding: 0.25rem 0.375rem 0.3125rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 100vmax;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-tel__label {
    padding: 0.5rem 0.5625rem 0.625rem;
    font-size: 0.875rem;
  }
}

.p-tel__number {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
}
@media (min-width: 768px) {
  .p-tel__number {
    -webkit-padding-start: 2.75rem;
    padding-inline-start: 2.75rem;
    font-size: 2.375rem;
  }
}
.p-tel__number::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_phone-l.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  translate: 0 -50%;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_phone-l.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-tel__number::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-tel.-large {
  padding-block: 1.6875rem 1.3125rem;
}

@media (any-hover: hover) {
  .p-tel:hover {
    background: #2d89df;
  }
}
.p-tel:focus {
  outline: none;
}
.p-tel:focus-visible {
  outline: none;
  background: #2d89df;
}

.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;
  opacity: 0.8;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-bg {
    background: url(../img/p-bg.webp) no-repeat center center/cover;
  }
}

.p-top-fv {
  position: relative;
  padding-block: 3.5625rem 1.9375rem;
}
@media (min-width: 768px) {
  .p-top-fv {
    padding-block: 5.75rem 2.625rem;
  }
}

.p-top-fv__deco {
  z-index: 3;
  position: absolute;
}
.p-top-fv__deco.-first {
  top: -1.875rem;
  right: 5.5625rem;
  width: 8.6875rem;
}
@media (min-width: 768px) {
  .p-top-fv__deco.-first {
    top: -3rem;
    right: calc(50% - 6.125rem);
    width: 12.9375rem;
  }
}
.p-top-fv__deco.-second {
  top: 19.75rem;
  left: -3rem;
  width: 9.3125rem;
}
@media (min-width: 768px) {
  .p-top-fv__deco.-second {
    top: 15.375rem;
    left: calc(50% - 49.5rem);
    width: 17.75rem;
  }
}
.p-top-fv__deco.-third {
  top: 20.4375rem;
  right: -3.9375rem;
  width: 9.6875rem;
}
@media (min-width: 768px) {
  .p-top-fv__deco.-third {
    top: 20.4375rem;
    right: calc(50% - 51.375rem);
    width: 19.25rem;
  }
}
.p-top-fv__deco.-fourth {
  bottom: 4.5625rem;
  left: 3.375rem;
  width: 6.5625rem;
}
@media (min-width: 768px) {
  .p-top-fv__deco.-fourth {
    bottom: 8.625rem;
    left: calc(50% - 34.5rem);
    width: 13.5rem;
  }
}
.p-top-fv__deco.-fifth {
  right: 0;
  bottom: -5.5625rem;
  width: 9.375rem;
}
@media (min-width: 768px) {
  .p-top-fv__deco.-fifth {
    right: calc(50% - 42.375rem);
    bottom: -6.5625rem;
    width: 16.75rem;
  }
}

.p-top-fv__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-top-fv__head {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-top-fv__catch {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-top-fv__catch {
    color: #343434;
    font-size: 3.5rem;
  }
}
.p-top-fv__catch span {
  color: #0e7ae0;
}

.p-top-fv__lead {
  -webkit-margin-before: 0.5625rem;
  margin-block-start: 0.5625rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-top-fv__lead {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
    font-size: 1.125rem;
  }
}

.p-top-fv__imageArea {
  width: 20.6875rem;
}
@media (min-width: 768px) {
  .p-top-fv__imageArea {
    width: 33.4375rem;
    translate: 1.1875rem 0;
  }
}

.p-top-fv__foot {
  -webkit-margin-before: 3.375rem;
  position: relative;
  margin-inline: -0.5rem;
  margin-block-start: 3.375rem;
}
@media (min-width: 768px) {
  .p-top-fv__foot {
    -webkit-margin-before: 4.75rem;
    margin-inline: -5.75rem;
    margin-block-start: 4.75rem;
  }
}

.p-top-fv__footButton {
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  translate: -50%;
  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-top-fv__footButton {
    top: -4.0625rem;
  }
}
.p-top-fv__footButton::before {
  display: block;
  width: 4.4375rem;
  height: 4.4375rem;
  background: url(../img/p-top-fv_arrow.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-fv__footButton::before {
    width: 8.0625rem;
    height: 8.0625rem;
  }
}

.p-top-fv__main {
  overflow: hidden;
  border-radius: 0.9375rem;
}
@media (min-width: 768px) {
  .p-top-fv__main {
    border-radius: 1.25rem;
  }
}
.p-top-fv__main img {
  width: 100%;
}

.p-top-fv__scroll {
  -webkit-margin-before: 1.5rem;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-top-fv__scroll {
    -webkit-margin-before: 3.9375rem;
    margin-block-start: 3.9375rem;
  }
}

@media (any-hover: hover) {
  .p-top-fv__footButton:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
  }
}
.p-top-fv__footButton:focus {
  outline: none;
}
.p-top-fv__footButton:focus-visible {
  -webkit-filter: brightness(70%);
  outline: none;
  filter: brightness(70%);
}

.p-scroll-infinity {
  width: 100%;
  overflow: hidden;
}

.p-scroll-infinity__wrap {
  display: flex;
  position: relative;
  width: 100%;
}

.p-scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-scroll-infinity__item {
  flex-shrink: 0;
}

.p-scroll-infinity__item img,
.p-scroll-infinity__item picture {
  display: block;
  width: 100%;
}

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

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-scroll-infinity.-topFv .p-scroll-infinity__list {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  width: 308.75rem;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-topFv .p-scroll-infinity__list {
    width: 538.625rem;
  }
}
.p-scroll-infinity.-topFv .p-scroll-infinity__item {
  width: 154.375rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-topFv .p-scroll-infinity__item {
    width: 269.3125rem;
  }
}
.p-scroll-infinity.-topFv .p-scroll-infinity__item img,
.p-scroll-infinity.-topFv .p-scroll-infinity__item picture {
  height: 5.875rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-topFv .p-scroll-infinity__item img,
  .p-scroll-infinity.-topFv .p-scroll-infinity__item picture {
    height: 10.25rem;
  }
}
.p-scroll-infinity.-topRecruit .p-scroll-infinity__list {
  -webkit-animation: infinity-scroll-left 120s infinite linear 0.5s both;
  width: 498.375rem;
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-topRecruit .p-scroll-infinity__list {
    width: 869.875rem;
  }
}
.p-scroll-infinity.-topRecruit .p-scroll-infinity__item {
  width: 249.1875rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-topRecruit .p-scroll-infinity__item {
    width: 434.9375rem;
  }
}
.p-scroll-infinity.-topRecruit .p-scroll-infinity__item img,
.p-scroll-infinity.-topRecruit .p-scroll-infinity__item picture {
  height: 6.125rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-topRecruit .p-scroll-infinity__item img,
  .p-scroll-infinity.-topRecruit .p-scroll-infinity__item picture {
    height: 10.6875rem;
  }
}

.p-cloud {
  position: relative;
  background-color: #0e7ae0;
}

.p-cloud__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.p-cloud__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-top-about {
  position: relative;
  padding-block: 11.6875rem 17.9375rem;
}
@media (min-width: 768px) {
  .p-top-about {
    padding-block: 8.9375rem 8.5625rem;
  }
}

.p-top-about__deco {
  z-index: 4;
  position: absolute;
}
.p-top-about__deco.-first {
  top: -0.875rem;
  left: -1.8125rem;
  width: 15.5625rem;
}
@media (min-width: 768px) {
  .p-top-about__deco.-first {
    top: -3.625rem;
    left: calc(50% - 46.4375rem);
    width: 34.375rem;
  }
}
.p-top-about__deco.-second {
  top: 5.0625rem;
  right: 1.3125rem;
  width: 4.4375rem;
}
@media (min-width: 768px) {
  .p-top-about__deco.-second {
    top: 9.375rem;
    right: calc(50% - 38rem);
    width: 7.625rem;
  }
}
.p-top-about__deco.-third {
  top: 23rem;
  left: 6.75rem;
  width: 2.625rem;
}
@media (min-width: 768px) {
  .p-top-about__deco.-third {
    top: 21.625rem;
    right: calc(50% - 35.75rem);
    left: unset;
    width: 13.6875rem;
  }
}
.p-top-about__deco.-fourth {
  right: 5.75rem;
  bottom: 8.625rem;
  width: 6.0625rem;
}
.p-top-about__deco.-fifth {
  bottom: 5.5rem;
  left: -2.6875rem;
  width: 8rem;
}

.p-top-about__image {
  z-index: 2;
  position: absolute;
}
.p-top-about__image img {
  border-radius: 0.625rem;
  box-shadow: 0 0.820625rem 0.9300625rem 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .p-top-about__image img {
    border-radius: 1.25rem;
    box-shadow: 0 1.875rem 2.125rem 0 rgba(0, 0, 0, 0.08);
  }
}
.p-top-about__image.-first {
  top: 2.375rem;
  left: -1rem;
  width: 10.75rem;
}
@media (min-width: 768px) {
  .p-top-about__image.-first {
    top: 5.5625rem;
    left: calc(50% - 45.75rem);
    width: 25.0625rem;
  }
}
.p-top-about__image.-second {
  top: 7.5rem;
  right: -1.3125rem;
  width: 6.5rem;
}
@media (min-width: 768px) {
  .p-top-about__image.-second {
    top: 7rem;
    right: calc(50% - 32.8125rem);
    width: 14.75rem;
  }
}
.p-top-about__image.-third {
  bottom: 11.25rem;
  left: 1.8125rem;
  width: 7.25rem;
}
@media (min-width: 768px) {
  .p-top-about__image.-third {
    top: 32.4375rem;
    bottom: unset;
    left: calc(50% - 36.6875rem);
    width: 14.75rem;
  }
}
.p-top-about__image.-fourth {
  right: -0.625rem;
  bottom: 3.25rem;
  width: 12.5625rem;
}
@media (min-width: 768px) {
  .p-top-about__image.-fourth {
    right: calc(50% - 50.5rem);
    bottom: 8.875rem;
    width: 28.625rem;
  }
}

.p-top-about__inner {
  z-index: 3;
  position: relative;
}

.p-top-about__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-top-about__title span {
  translate: 0.375rem;
}
@media (min-width: 768px) {
  .p-top-about__title span {
    translate: 0.625rem;
  }
}
@media (min-width: 768px) {
  .p-top-about__title {
    font-size: 2.875rem;
  }
}

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

.p-top-about__text {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.42;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-about__text {
    font-size: 1.125rem;
  }
}

.p-top-about__button {
  -webkit-margin-before: 1.8125rem;
  width: 13.375rem;
  margin-inline: auto;
  margin-block-start: 1.8125rem;
}
@media (min-width: 768px) {
  .p-top-about__button {
    -webkit-margin-before: 2.625rem;
    width: 15.9375rem;
    margin-block-start: 2.625rem;
  }
}

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

.p-top-service__deco {
  position: absolute;
}
.p-top-service__deco.-first {
  top: -2.4375rem;
  left: 5.75rem;
  width: 7.4375rem;
}
@media (min-width: 768px) {
  .p-top-service__deco.-first {
    z-index: 3;
    top: -10.8125rem;
    left: calc(50% - 45.5625rem);
    width: 23.4375rem;
  }
}
@media (min-width: 768px) {
  .p-top-service__deco.-second {
    top: -8.0625rem;
    right: calc(50% - 30.5625rem);
    width: 17.0625rem;
  }
}
@media (min-width: 768px) {
  .p-top-service__deco.-third {
    bottom: 7.75rem;
    left: calc(50% - 48.4375rem);
    width: 21.3125rem;
  }
}
@media (min-width: 768px) {
  .p-top-service__deco.-fourth {
    right: calc(50% - 48.875rem);
    bottom: 3.5625rem;
    width: 17.8125rem;
  }
}

@media (min-width: 768px) {
  .p-top-service__inner {
    max-width: 87.5rem;
  }
}

.p-top-service__box {
  -webkit-backdrop-filter: blur(1.375rem);
  padding: 2rem 0.8125rem 2.3125rem;
  border: 0.1875rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.9375rem;
  backdrop-filter: blur(1.375rem);
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .p-top-service__box {
    padding: 4.8125rem 6.1875rem 4.75rem 6.0625rem;
    border-radius: 1.875rem;
  }
}

.p-top-service__heading {
  display: flex;
  flex-direction: column;
  padding-inline: 0.6875rem;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-top-service__heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 0;
  }
}

.p-top-service__lead {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-top-service__lead {
    font-size: 1rem;
    line-height: 2;
  }
}

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

.p-top-service__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1875rem;
}
@media (min-width: 768px) {
  .p-top-service__list {
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.p-top-service__item {
  display: contents;
}

.p-top-service__link {
  display: block;
  width: 100%;
  padding: 1.1875rem 1.125rem 1.5625rem 1.125rem;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-service__link {
    padding: 1.5625rem 1.75rem 1.8125rem 1.875rem;
    border-radius: 1.25rem;
  }
}

.p-top-service__head {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-top-service__head {
    gap: 0.5625rem;
  }
}

.p-top-service__arrow {
  display: -ms-grid;
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-service__arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.p-top-service__arrow::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-service__arrow::before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.p-top-service__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-top-service__title {
    font-size: 1.625rem;
  }
}

.p-top-service__body {
  -webkit-margin-before: 1.0625rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 1.0625rem;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-top-service__body {
    -webkit-margin-before: 1.375rem;
    flex-direction: row-reverse;
    margin-block-start: 1.375rem;
    gap: 1.875rem;
  }
}

.p-top-service__textArea {
  flex-grow: 1;
}

.p-top-service__label {
  display: inline-block;
  padding: 0.25rem 1.375rem 0.3125rem 1.1875rem;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-top-service__label {
    -webkit-padding-before: 0.375rem;
    padding-block-start: 0.375rem;
  }
}

.p-top-service__subList {
  -webkit-margin-before: 0.6875rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 0.6875rem;
  gap: 0.3125rem 0.875rem;
}
@media (min-width: 768px) {
  .p-top-service__subList {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.625rem;
  }
}

.p-top-service__subItem {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-top-service__subItem {
    align-items: flex-start;
  }
}

.p-top-service__imageArea {
  position: relative;
}
@media (min-width: 768px) {
  .p-top-service__imageArea {
    flex-shrink: 0;
    width: 16.8125rem;
  }
}

.p-top-service__image img {
  aspect-ratio: 289/137;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-service__image img {
    aspect-ratio: 269/244;
  }
}

.p-top-service__imageDeco {
  position: absolute;
}
.p-top-service__imageDeco.-first {
  right: -2.3125rem;
  bottom: -1.25rem;
  width: 9.3125rem;
}
@media (min-width: 768px) {
  .p-top-service__imageDeco.-first {
    right: -3.3125rem;
    bottom: 0.1875rem;
    width: 11.9375rem;
  }
}
.p-top-service__imageDeco.-second {
  right: -1rem;
  bottom: -1.5rem;
  width: 5.6875rem;
}
@media (min-width: 768px) {
  .p-top-service__imageDeco.-second {
    right: -1.375rem;
    bottom: -1.0625rem;
    width: 6.8125rem;
  }
}
.p-top-service__imageDeco.-third {
  right: -1.25rem;
  bottom: -1.75rem;
  width: 4.9375rem;
}
@media (min-width: 768px) {
  .p-top-service__imageDeco.-third {
    bottom: -1.3125rem;
    width: 6rem;
  }
}
.p-top-service__imageDeco.-fourth {
  right: -0.8125rem;
  bottom: -1.1875rem;
  width: 6.125rem;
}
@media (min-width: 768px) {
  .p-top-service__imageDeco.-fourth {
    right: -1.125rem;
    bottom: -0.875rem;
    width: 7.25rem;
  }
}

@media (any-hover: hover) {
  .p-top-service__link:hover .p-top-service__arrow {
    border-color: transparent;
    background: #0e7ae0;
  }
  .p-top-service__link:hover .p-top-service__arrow::before {
    background-color: #ffffff;
  }
}
.p-top-service__link:focus {
  outline: none;
}
.p-top-service__link:focus-visible {
  outline: none;
}
.p-top-service__link:focus-visible .p-top-service__arrow {
  border-color: transparent;
  background: #0e7ae0;
}
.p-top-service__link:focus-visible .p-top-service__arrow::before {
  background-color: #ffffff;
}

.p-top-voice {
  padding-block: 2.625rem 9.1875rem;
}
@media (min-width: 768px) {
  .p-top-voice {
    padding-block: 4.375rem 18.25rem;
  }
}

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

.p-review__swiper-container,
.p-review__swiper,
.p-review__swiper-wrapper,
.p-review__swiper-slide {
  position: relative;
}

.p-review__swiper-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-review__swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-review__swiper-wrapper {
  -webkit-padding-after: 1.75rem;
  align-items: stretch;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block-end: 1.75rem;
}

.p-review__swiper-slide {
  -ms-grid-row-align: stretch;
  display: flex;
  align-self: stretch;
  width: 18.0625rem;
  height: auto;
}
@media (min-width: 768px) {
  .p-review__swiper-slide {
    width: 31.9375rem;
  }
}

.p-review__swiper-container .swiper-button-prev,
.p-review__swiper-container .swiper-button-next {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-review__swiper-container .swiper-button-prev::after,
.p-review__swiper-container .swiper-button-next::after {
  content: "";
}
.p-review__swiper-container .swiper-button-prev,
.p-review__swiper-container .swiper-button-next {
  -webkit-filter: drop-shadow(0 0 1.0625rem rgba(0, 0, 0, 0.35));
  display: -ms-grid;
  display: grid;
  top: 46%;
  place-items: center;
  width: 3rem;
  height: 3rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #000000;
  filter: drop-shadow(0 0 1.0625rem rgba(0, 0, 0, 0.35));
  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-review__swiper-container .swiper-button-prev,
  .p-review__swiper-container .swiper-button-next {
    -webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.35));
    width: 3.625rem;
    height: 3.625rem;
    filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.35));
  }
}
.p-review__swiper-container .swiper-button-prev::before,
.p-review__swiper-container .swiper-button-next::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  position: absolute;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-review__swiper-container .swiper-button-prev::before,
  .p-review__swiper-container .swiper-button-next::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-review__swiper-container .swiper-button-prev {
  left: 0.875rem;
}
@media (min-width: 768px) {
  .p-review__swiper-container .swiper-button-prev {
    left: calc(50% - 18.25rem);
  }
}
.p-review__swiper-container .swiper-button-prev::before {
  rotate: 180deg;
}
.p-review__swiper-container .swiper-button-next {
  right: 0.875rem;
}
@media (min-width: 768px) {
  .p-review__swiper-container .swiper-button-next {
    right: calc(50% - 18.25rem);
  }
}

.swiper-slide-active .p-review__item {
  background: #ffffff;
}
.swiper-slide-active .p-review__item::before {
  background: #ffffff;
}

.p-review__item {
  -webkit-backdrop-filter: blur(1.6875rem);
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.6875rem 1.75rem 1.5rem;
  border-radius: 0.9375rem;
  backdrop-filter: blur(1.6875rem);
  background: #b7dcf7;
  transition: background 0.5s ease-out;
}
@media (min-width: 768px) {
  .p-review__item {
    padding: 2.3125rem 3rem 2.1875rem;
    border-radius: 1.25rem;
  }
}
.p-review__item::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/p-review_pop.svg);
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  width: 1.75rem;
  height: 1.875rem;
  translate: -50%;
  background: #b7dcf7;
  content: "";
  mask-image: url(../img/p-review_pop.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.5s ease-out;
}
@media (min-width: 768px) {
  .p-review__item::before {
    bottom: -1.0625rem;
    width: 2.125rem;
    height: 2.9375rem;
  }
}

.p-review__head {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-review__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-review__title {
    font-size: 0.875rem;
  }
}

.p-review__starArea {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.p-review__star {
  width: 8.6875rem;
}
@media (min-width: 768px) {
  .p-review__star {
    width: 9.125rem;
  }
}

.p-review__starNumber {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-align: center;
}

.p-review__textArea {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.p-review__text {
  -webkit-margin-before: 1.25rem;
  -webkit-margin-after: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-review__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.375rem;
  }
}

.p-review__name {
  -webkit-margin-before: auto;
  margin-block-start: auto;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
}
@media (min-width: 768px) {
  .p-review__name {
    font-size: 0.9375rem;
  }
}

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

@media (any-hover: hover) {
  .p-review__swiper-container .swiper-button-next:hover,
  .p-review__swiper-container .swiper-button-prev:hover {
    -webkit-filter: none;
    filter: none;
  }
}
.p-review__swiper-container .swiper-button-next:focus,
.p-review__swiper-container .swiper-button-prev:focus {
  outline: none;
}
.p-review__swiper-container .swiper-button-next:focus-visible,
.p-review__swiper-container .swiper-button-prev:focus-visible {
  -webkit-filter: none;
  outline: none;
  filter: none;
}

.p-voice {
  padding-block: 1.875rem 4.875rem;
}
@media (min-width: 768px) {
  .p-voice {
    padding-block: 2.5rem 8.75rem;
  }
}

.p-voice__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
  list-style: none;
}
@media (min-width: 768px) {
  .p-voice__list {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem 3rem;
  }
}

.p-voice__item {
  -webkit-backdrop-filter: blur(1.6875rem);
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 9.375rem;
  padding: 1.6875rem 1.75rem 1.5rem;
  border-radius: 0.9375rem;
  backdrop-filter: blur(1.6875rem);
  background: #ffffff;
  transition: background 0.5s ease-out;
}
@media (min-width: 768px) {
  .p-voice__item {
    padding: 2.3125rem 3rem 2.1875rem;
    border-radius: 1.25rem;
  }
}
.p-voice__item::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/p-review_pop.svg);
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  width: 1.75rem;
  height: 1.875rem;
  translate: -50%;
  background: #ffffff;
  content: "";
  mask-image: url(../img/p-review_pop.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.5s ease-out;
}
@media (min-width: 768px) {
  .p-voice__item::before {
    bottom: -1.0625rem;
    width: 2.125rem;
    height: 2.9375rem;
  }
}

.p-voice__head {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-voice__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-voice__title {
    font-size: 0.875rem;
  }
}

.p-voice__starArea {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.p-voice__star {
  width: 8.6875rem;
}
@media (min-width: 768px) {
  .p-voice__star {
    width: 9.125rem;
  }
}

.p-voice__starNumber {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-align: center;
}

.p-voice__textArea {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.p-voice__text {
  -webkit-margin-before: 1.25rem;
  -webkit-margin-after: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-voice__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.375rem;
  }
}

.p-voice__name {
  -webkit-margin-before: auto;
  margin-block-start: auto;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
}
@media (min-width: 768px) {
  .p-voice__name {
    font-size: 0.9375rem;
  }
}

.p-reason__inner {
  z-index: 3;
  position: relative;
}

.p-reason__content {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
}
@media (min-width: 768px) {
  .p-reason__content {
    -webkit-margin-before: 1.375rem;
    margin-block-start: 1.375rem;
  }
}

.p-reason__list {
  display: flex;
  flex-direction: column;
}

.p-reason__item {
  display: flex;
  flex-direction: column;
  padding-block: 1.75rem;
  gap: 1.75rem;
}
.p-reason__item:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.4);
}
.p-reason__item:nth-child(2) .p-reason__image {
  margin-inline: -0.75rem;
  margin-block: -0.6875rem;
}
@media (min-width: 768px) {
  .p-reason__item:nth-child(2) .p-reason__image {
    -webkit-margin-after: -1.4375rem;
    margin-block-end: -1.4375rem;
  }
}
@media (min-width: 768px) {
  .p-reason__item {
    -webkit-padding-after: 1.875rem;
    -webkit-padding-start: 3.125rem;
    flex-direction: row;
    padding-inline-start: 3.125rem;
    padding-block-end: 1.875rem;
    gap: 3.125rem;
  }
  .p-reason__item:nth-child(even) {
    -webkit-padding-start: 0;
    -webkit-padding-end: 3.125rem;
    flex-direction: row-reverse;
    align-items: center;
    padding-inline-start: 0;
    padding-inline-end: 3.125rem;
  }
  .p-reason__item:first-child .p-reason__textArea {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
  }
  .p-reason__item:first-child .p-reason__head {
    align-items: center;
  }
  .p-reason__item:nth-child(2) .p-reason__textArea {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
  .p-reason__item:nth-child(2) .p-reason__text {
    -webkit-margin-before: 1.5625rem;
    margin-block-start: 1.5625rem;
  }
  .p-reason__item:nth-child(2) .p-reason__number {
    -webkit-margin-before: -0.5rem;
    margin-block-start: -0.5rem;
  }
  .p-reason__item:nth-child(2) .p-reason__imageArea {
    -webkit-margin-before: 0.75rem;
    -webkit-margin-end: 1.0625rem;
    margin-inline-end: 1.0625rem;
    margin-block-start: 0.75rem;
  }
  .p-reason__item:last-child {
    -webkit-padding-before: 3.9375rem;
    padding-block-start: 3.9375rem;
  }
  .p-reason__item:last-child .p-reason__textArea {
    -webkit-margin-before: 0.4375rem;
    margin-block-start: 0.4375rem;
  }
  .p-reason__item:last-child .p-reason__title {
    -webkit-margin-before: 0.5625rem;
    margin-block-start: 0.5625rem;
  }
}

@media (min-width: 768px) {
  .p-reason__textArea {
    flex-shrink: 0;
    width: 33.25rem;
  }
}

.p-reason__head {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-reason__head {
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.p-reason__number {
  flex-shrink: 0;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.4;
  font-family: "gotham", sans-serif;
}
@media (min-width: 768px) {
  .p-reason__number {
    font-size: 2.75rem;
  }
}

.p-reason__title {
  flex-grow: 1;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-reason__title {
    font-size: 1.625rem;
    line-height: 1.6;
    white-space: normal;
  }
}

.p-reason__text {
  -webkit-margin-before: 0.875rem;
  -webkit-padding-end: 0.0625rem;
  margin-block-start: 0.875rem;
  padding-inline-end: 0.0625rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-reason__text {
    font-size: 1rem;
    line-height: 2;
  }
}

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

@media (min-width: 768px) {
  .p-reason__imageArea {
    flex-grow: 1;
  }
}

.p-reason__item:first-child .p-reason__image {
  overflow: hidden;
}
.p-reason__item:first-child .p-reason__image img {
  -webkit-mask-composite: source-in, xor;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  display: block;
  mask-composite: intersect;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
}

.p-reason__subListWrapper {
  -webkit-margin-before: 1.6875rem;
  position: relative;
  margin-block-start: 1.6875rem;
  padding: 1.375rem 1.125rem 1rem 1.1875rem;
  border: 0.0625rem solid rgba(14, 122, 224, 0.3);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-reason__subListWrapper {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
    padding: 2rem 1.875rem 1.5rem;
    border-radius: 1.25rem;
  }
}

.p-reason__subListTitle {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.1875rem 0.375rem 1.125rem;
  translate: -50% -50%;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-reason__subListTitle {
    padding: 0.4375rem 1.75rem 0.5rem;
    font-size: 1rem;
  }
}

.p-reason__subList {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-reason__subItem {
  display: inline;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.92;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-reason__subItem {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-reason__subItem:not(:last-child)::after {
  content: " / ";
}

.p-reason__caption {
  -webkit-margin-before: 0.4375rem;
  display: block;
  margin-block-start: 0.4375rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-reason__caption {
    -webkit-margin-before: 0.1875rem;
    margin-block-start: 0.1875rem;
  }
}

.p-reason__swiper-image {
  overflow: hidden;
}
.p-reason__swiper-image img {
  -webkit-mask-composite: source-in, xor;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  display: block;
  mask-composite: intersect;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
}

.p-top-reason {
  -webkit-margin-before: -0.0625rem;
  margin-block-start: -0.0625rem;
  padding-block: 1.1875rem 1.25rem;
}
@media (min-width: 768px) {
  .p-top-reason {
    padding-block: 3.375rem 7.4375rem;
  }
}

.p-top-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-top-gallery__swiper-wrapper {
  transition-timing-function: linear;
}

.p-top-gallery__swiper-slide {
  width: 9.625rem;
}
@media (min-width: 768px) {
  .p-top-gallery__swiper-slide {
    width: 24.375rem;
  }
}
.p-top-gallery__swiper-slide img {
  aspect-ratio: 154/125;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-top-gallery__swiper-slide img {
    aspect-ratio: 390/250;
  }
}

.p-wrapper {
  display: flex;
  flex-direction: column;
  padding-block: 3.0625rem 4.1875rem;
  gap: 4.6875rem;
  background: #f9f8ff;
}
@media (min-width: 768px) {
  .p-wrapper {
    padding-block: 6.3125rem 6.8125rem;
    gap: 6.6875rem;
  }
}

.p-wrapper__deco {
  position: absolute;
  right: -1.5625rem;
  bottom: 1.5rem;
  width: 5.75rem;
}
@media (min-width: 768px) {
  .p-wrapper__deco {
    right: calc(50% - 46.375rem);
    bottom: 7.375rem;
    width: 12.8125rem;
  }
}

.p-wrapper.-service {
  -webkit-padding-after: 5.5625rem;
  padding-block-end: 5.5625rem;
}
@media (min-width: 768px) {
  .p-wrapper.-service {
    -webkit-padding-after: 13.5625rem;
    padding-block-end: 13.5625rem;
  }
}

.p-works__content {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}
@media (min-width: 768px) {
  .p-works__content {
    -webkit-margin-before: 3.1875rem;
    margin-block-start: 3.1875rem;
  }
}

.p-works__swiper-container,
.p-works__swiper,
.p-works__swiper-wrapper,
.p-works__swiper-slide {
  position: relative;
}

.p-works__swiper-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-works__swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-works__swiper-wrapper {
  align-items: stretch;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-works__swiper-slide {
  -ms-grid-row-align: stretch;
  display: flex;
  align-self: stretch;
  width: 20.3125rem;
  height: auto;
}
@media (min-width: 768px) {
  .p-works__swiper-slide {
    width: 31.9375rem;
  }
}

.p-works__swiper-container .swiper-button-prev,
.p-works__swiper-container .swiper-button-next {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-works__swiper-container .swiper-button-prev::after,
.p-works__swiper-container .swiper-button-next::after {
  content: "";
}
.p-works__swiper-container .swiper-button-prev,
.p-works__swiper-container .swiper-button-next {
  -webkit-filter: drop-shadow(0 0 1.0625rem rgba(0, 0, 0, 0.2));
  display: -ms-grid;
  display: grid;
  top: 4.5625rem;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #ffffff;
  filter: drop-shadow(0 0 1.0625rem rgba(0, 0, 0, 0.2));
  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-works__swiper-container .swiper-button-prev,
  .p-works__swiper-container .swiper-button-next {
    -webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.2));
    top: 8.4375rem;
    width: 3.625rem;
    height: 3.625rem;
    filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.2));
  }
}
.p-works__swiper-container .swiper-button-prev::before,
.p-works__swiper-container .swiper-button-next::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  position: absolute;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-works__swiper-container .swiper-button-prev::before,
  .p-works__swiper-container .swiper-button-next::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-works__swiper-container .swiper-button-prev {
  left: 0.5rem;
}
@media (min-width: 768px) {
  .p-works__swiper-container .swiper-button-prev {
    left: calc(50% - 18.5rem);
  }
}
.p-works__swiper-container .swiper-button-prev::before {
  rotate: 180deg;
}
.p-works__swiper-container .swiper-button-next {
  right: 0.5rem;
}
@media (min-width: 768px) {
  .p-works__swiper-container .swiper-button-next {
    right: calc(50% - 18.5rem);
  }
}

.p-works__button {
  -webkit-margin-before: 2.375rem;
  width: 15.25rem;
  margin-inline: auto;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-works__button {
    -webkit-margin-before: 3.6875rem;
    width: 18.75rem;
    margin-block-start: 3.6875rem;
  }
}

@media (any-hover: hover) {
  .p-works__swiper-container .swiper-button-next:hover,
  .p-works__swiper-container .swiper-button-prev:hover {
    -webkit-filter: none;
    filter: none;
  }
}
.p-works__swiper-container .swiper-button-next:focus,
.p-works__swiper-container .swiper-button-prev:focus {
  outline: none;
}
.p-works__swiper-container .swiper-button-next:focus-visible,
.p-works__swiper-container .swiper-button-prev:focus-visible {
  -webkit-filter: none;
  outline: none;
  filter: none;
}

.p-card {
  display: block;
}

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

.p-card__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-card__category {
  display: inline-block;
  padding: 0.3125rem 0.6875rem;
  border-radius: 100vmax;
  background: #0e7ae0;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-card__category {
    padding: 0.25rem 0.8125rem 0.375rem;
    font-size: 0.8125rem;
  }
}

.p-card__date {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.24;
  font-family: "gotham", sans-serif;
}

.p-card__title {
  -webkit-box-orient: vertical;
  -webkit-margin-before: 0.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-start: 0.375rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-card__title {
    -webkit-margin-before: 0.5625rem;
    margin-block-start: 0.5625rem;
  }
}

.p-card__imageArea {
  width: 100%;
}

.p-card__image {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-card__image img {
  aspect-ratio: 325/206;
  transition: scale 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-card__link:hover img {
    scale: 1.1;
  }
}
.p-card__link:focus {
  outline: none;
}
.p-card__link:focus-visible {
  outline: none;
}
.p-card__link:focus-visible img {
  scale: 1.1;
}

.p-works-card {
  display: block;
}

.p-works-card__link {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-works-card__link {
    gap: 0.8125rem;
  }
}

.p-works-card__textArea {
  flex-grow: 1;
}

.p-works-card__company {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .p-works-card__company {
    font-size: 1rem;
  }
}

.p-works-card__title {
  -webkit-box-orient: vertical;
  -webkit-margin-before: 0.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-start: 0.125rem;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-works-card__title {
    -webkit-margin-before: 0.25rem;
    margin-block-start: 0.25rem;
    font-size: 1.5rem;
  }
}

.p-works-card__imageArea {
  position: relative;
}

.p-works-card__image {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-works-card__image img {
  aspect-ratio: 325/206;
  transition: scale 0.3s ease-out;
}

.p-works-card__label {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  padding: 0.3125rem 0.6875rem;
  border-radius: 100vmax;
  background: #0e7ae0;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-works-card__label {
    padding: 0.375rem 0.9375rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .p-works-card.-small .p-works-card__company {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .p-works-card.-small .p-works-card__label {
    padding: 0.25rem 0.8125rem 0.375rem;
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .p-works-card.-small .p-works-card__title {
    font-size: 1.125rem;
  }
}

@media (any-hover: hover) {
  .p-works-card__link:hover img {
    scale: 1.1;
  }
}
.p-works-card__link:focus {
  outline: none;
}
.p-works-card__link:focus-visible {
  outline: none;
}
.p-works-card__link:focus-visible img {
  scale: 1.1;
}

.p-area {
  position: relative;
}

.p-area__deco {
  z-index: 2;
  position: absolute;
}
.p-area__deco.-first {
  top: -3rem;
  left: -1.75rem;
  width: 10.625rem;
}
@media (min-width: 768px) {
  .p-area__deco.-first {
    top: -5.0625rem;
    left: calc(50% - 46.75rem);
    width: 16.6875rem;
  }
}
@media (min-width: 768px) {
  .p-area__deco.-second {
    bottom: -3.5625rem;
    left: calc(50% - 48.0625rem);
    width: 6.625rem;
  }
}

@media (min-width: 768px) {
  .p-area__inner {
    max-width: 87.5rem;
  }
}

.p-area__box {
  padding: 1.875rem 1rem 1.875rem 1.0625rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-area__box {
    padding: 4.75rem 6.1875rem 6.25rem 6.25rem;
    border-radius: 1.875rem;
  }
}

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

.p-area__head {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0.9375rem 0.75rem 1.1875rem 0.75rem;
  overflow: hidden;
  gap: 0.3125rem;
  border: 0.125rem solid #0e7ae0;
  border-radius: 0.9375rem;
}
@media (min-width: 768px) {
  .p-area__head {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3rem 4.625rem 3.0625rem;
    gap: 5rem;
  }
}
.p-area__head::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: -3.25rem;
  left: 50%;
  width: 7.4375rem;
  height: 11.8125rem;
  translate: -50%;
  background: url(../img/p-area_bg.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-area__head::before {
    top: -1.1875rem;
    left: 8.625rem;
    translate: 0;
  }
}

.p-area__headTitle {
  z-index: 2;
  position: relative;
  color: #0e7ae0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-area__headTitle {
    font-size: 1.875rem;
  }
}

.p-area__headText {
  z-index: 2;
  position: relative;
  color: #343434;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-area__headText {
    font-weight: 600;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-area__list {
  -ms-grid-columns: 1fr;
  -webkit-margin-before: 1.6875rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  margin-block-start: 1.6875rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-area__list {
    -webkit-margin-before: 2.9375rem;
    -ms-grid-columns: 1fr 1.9375rem 1fr 1.9375rem 1fr 1.9375rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin-block-start: 2.9375rem;
    gap: 1.9375rem;
  }
}

.p-area__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .p-area__item {
    flex-direction: column-reverse;
    gap: 0.9375rem;
  }
}

.p-area__textArea {
  flex-grow: 1;
  width: 100%;
}

.p-area__itemTitle {
  color: #343434;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-area__itemTitle {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-area__address {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-area__address {
    -webkit-margin-before: -0.125rem;
    margin-block-start: -0.125rem;
    font-size: 1rem;
  }
}

.p-area__tel {
  -webkit-margin-before: 0.375rem;
  display: block;
  position: relative;
  margin-block-start: 0.375rem;
  padding: 0.6875rem 0.875rem 0.625rem 2.5rem;
  border-radius: 0.625rem;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-area__tel {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    padding: 1rem 1.6875rem 0.9375rem 3.3125rem;
    font-size: 1.5rem;
    pointer-events: none;
  }
}
.p-area__tel::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_phone-b.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  width: 1.0625rem;
  height: 1.0625rem;
  translate: 0 -50%;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_phone-b.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-area__tel::before {
    left: 1.75rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-area__imageArea {
  flex-shrink: 0;
  width: 8.125rem;
}
@media (min-width: 768px) {
  .p-area__imageArea {
    width: 100%;
  }
}

.p-area__image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-area__image img {
  aspect-ratio: 1/1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-area__image img {
    aspect-ratio: 252/160;
  }
}

@media (any-hover: hover) {
  .p-area__tel:hover {
    background: #e68e00;
  }
}
.p-area__tel:focus {
  outline: none;
}
.p-area__tel:focus-visible {
  outline: none;
  background: #e68e00;
}

.p-top-recruit {
  position: relative;
  padding-block: 4.9375rem 0.6875rem;
  background: #0e7ae0;
}
@media (min-width: 768px) {
  .p-top-recruit {
    padding-block: 8.9375rem 0.4375rem;
  }
}
.p-top-recruit::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 13.8125rem;
  left: 2.75rem;
  width: 17.6875rem;
  height: 28.125rem;
  background: url(../img/p-top-recruit_bg.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-recruit::before {
    top: 2.1875rem;
    left: calc(50% - 34.25rem);
    width: 31.125rem;
    height: 49.5625rem;
  }
}

.p-top-recruit__deco {
  z-index: 4;
  position: absolute;
}
.p-top-recruit__deco.-first {
  top: -3.625rem;
  left: -1.875rem;
  width: 8.6875rem;
}
@media (min-width: 768px) {
  .p-top-recruit__deco.-first {
    top: -2.3125rem;
    left: calc(50% - 49.5625rem);
    width: 16.875rem;
  }
}
.p-top-recruit__deco.-second {
  top: -4.375rem;
  right: -5.1875rem;
  width: 10.875rem;
}
@media (min-width: 768px) {
  .p-top-recruit__deco.-second {
    top: -7.0625rem;
    right: calc(50% - 51.375rem);
    width: 20.75rem;
  }
}
.p-top-recruit__deco.-third {
  right: -2.125rem;
  bottom: -2.5625rem;
  width: 9.6875rem;
}
@media (min-width: 768px) {
  .p-top-recruit__deco.-third {
    right: calc(50% - 41.6875rem);
    bottom: -3.5rem;
    width: 16.375rem;
  }
}
.p-top-recruit__deco.-fourth {
  bottom: -2.5rem;
  left: 2.5625rem;
  width: 5.375rem;
}
@media (min-width: 768px) {
  .p-top-recruit__deco.-fourth {
    bottom: -4rem;
    left: calc(50% - 39.5rem);
    width: 10.1875rem;
  }
}

.p-top-recruit__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.p-top-recruit__inner {
  z-index: 3;
  position: relative;
}

.p-top-recruit__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.1875rem;
}
@media (min-width: 768px) {
  .p-top-recruit__content {
    flex-direction: row;
    align-items: center;
    gap: 4.375rem;
  }
}

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

.p-top-recruit__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-top-recruit__title {
    font-size: 1.5rem;
  }
}

.p-top-recruit__lead {
  position: relative;
}
.p-top-recruit__lead span {
  z-index: 3;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "BIZ UDPGothic", sans-serif;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-recruit__lead span {
    font-size: 2.25rem;
  }
}
.p-top-recruit__lead::before, .p-top-recruit__lead::after {
  display: block;
  position: absolute;
  content: "";
}
.p-top-recruit__lead::before {
  top: 1.5625rem;
  left: -0.125rem;
  width: 14.25rem;
  height: 0.75rem;
  background: url(../img/sp/p-top-recruit_line-001.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-recruit__lead::before {
    top: 2.6875rem;
    width: 23.625rem;
    height: 1.25rem;
    background: url(../img/p-top-recruit_line-001.webp) no-repeat center center/cover;
  }
}
.p-top-recruit__lead::after {
  bottom: 0.0625rem;
  left: -0.125rem;
  width: 22.4375rem;
  height: 0.875rem;
  background: url(../img/sp/p-top-recruit_line-002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-recruit__lead::after {
    bottom: -0.1875rem;
    width: 33.5rem;
    height: 1.375rem;
    background: url(../img/p-top-recruit_line-002.webp) no-repeat center center/cover;
  }
}

.p-top-recruit__text {
  -webkit-margin-before: 0.5625rem;
  margin-block-start: 0.5625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-top-recruit__text {
    -webkit-margin-before: 1.125rem;
    margin-block-start: 1.125rem;
    font-size: 1.125rem;
    line-height: 2.4;
  }
}

.p-top-recruit__button {
  -webkit-margin-before: 2.3125rem;
  width: 15.25rem;
  margin-inline: auto;
  margin-block-start: 2.3125rem;
}
@media (min-width: 768px) {
  .p-top-recruit__button {
    -webkit-margin-before: 2.8125rem;
    width: 15.9375rem;
    margin-inline: 0;
    margin-block-start: 2.8125rem;
  }
}

.p-top-recruit__swiper-container {
  -webkit-margin-end: 1.125rem;
  flex: 1;
  margin-inline-end: 1.125rem;
  overflow: visible;
}
@media (min-width: 768px) {
  .p-top-recruit__swiper-container {
    -webkit-margin-end: 4.4375rem;
    margin-inline-end: 4.4375rem;
  }
}

.p-top-recruit__swiper {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.p-top-recruit__swiper .swiper-wrapper {
  position: relative;
  aspect-ratio: 306/186;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-recruit__swiper .swiper-wrapper {
    aspect-ratio: 408/542;
  }
}

.p-top-recruit__swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0.75rem 0.9375rem 1rem 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.p-top-recruit__swiper-slide::after {
  z-index: 1;
  position: absolute;
  inset: 0;
  border-radius: 0.625rem;
  background: rgba(14, 122, 224, 0.6);
  content: "";
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}
@media (min-width: 768px) {
  .p-top-recruit__swiper-slide::after {
    border-radius: 1.25rem;
  }
}
.p-top-recruit__swiper-slide.swiper-slide-active::after {
  opacity: 0;
}

.p-top-recruit__swiper-image {
  display: block;
  width: 100%;
  margin: 0;
}
.p-top-recruit__swiper-image img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 306/186;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-recruit__swiper-image img {
    aspect-ratio: 408/542;
    border-radius: 1.25rem;
  }
}

.p-top-recruit__scroll {
  -webkit-margin-before: 2.125rem;
  z-index: 3;
  position: relative;
  margin-block-start: 2.125rem;
}

.p-top-news {
  padding-block: 3.1875rem 3.875rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-news {
    padding-block: 6.5rem 7.4375rem;
  }
}

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

.p-top-news__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__list {
    -ms-grid-columns: 1fr 2.125rem 1fr 2.125rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125rem;
  }
}

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

.p-top-news__button {
  -webkit-margin-before: 1.875rem;
  width: 15.25rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__button {
    -webkit-margin-before: 3.75rem;
    width: 18.75rem;
    margin-block-start: 3.75rem;
  }
}

.p-footer {
  padding-block: 2.5625rem 2.375rem;
  background: #343434;
}
@media (min-width: 768px) {
  .p-footer {
    padding-block: 5.4375rem 7rem;
  }
}

.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
}
@media (min-width: 768px) {
  .p-footer__content {
    gap: 4.375rem;
  }
}

.p-footer__contact {
  width: 100%;
}

.p-footer__menu {
  width: 100%;
}

.p-footer-contact {
  padding: 1.9375rem 1.0625rem 1.6875rem;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-footer-contact {
    padding: 3.5625rem 4.8125rem 4.5rem;
    border-radius: 1.875rem;
  }
}

.p-footer-contact__heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-footer-contact__heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.p-footer-contact__lead {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-footer-contact__lead {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-footer-contact__content {
  -webkit-margin-before: 1.25rem;
  -webkit-padding-before: 1.375rem;
  margin-block-start: 1.25rem;
  padding-block-start: 1.375rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .p-footer-contact__content {
    -webkit-margin-before: 2.125rem;
    -webkit-padding-before: 2.125rem;
    margin-block-start: 2.125rem;
    padding-block-start: 2.125rem;
  }
}

.p-footer-contact__catchImage {
  width: 0.875rem;
}
@media (min-width: 768px) {
  .p-footer-contact__catchImage {
    width: 0.625rem;
  }
}

.p-footer-contact__catchWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-footer-contact__catchWrapper {
    -webkit-margin-start: 5.75rem;
    justify-content: flex-start;
    margin-inline-start: 5.75rem;
    gap: 0.5rem;
  }
}

.p-footer-contact__catch {
  -webkit-padding-start: 2.3125rem;
  position: relative;
  padding-inline-start: 2.3125rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-footer-contact__catch {
    -webkit-padding-start: 1.6875rem;
    padding-inline-start: 1.6875rem;
    translate: 0 -0.1875rem;
    font-size: 1rem;
    line-height: 1;
  }
}
.p-footer-contact__catch::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_phone-b.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.9375rem;
  height: 1.9375rem;
  translate: 0 -50%;
  background: #ff9f04;
  content: "";
  mask-image: url(../img/icon_phone-b.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-footer-contact__catch::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.p-footer-contact__listWrapper {
  -webkit-margin-before: 1.0625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.0625rem;
  padding-inline: 0.6875rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-footer-contact__listWrapper {
    -webkit-margin-before: 1.375rem;
    flex-direction: row;
    margin-block-start: 1.375rem;
    padding-inline: 0;
    gap: 2rem;
  }
}

.p-footer-contact__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-footer-contact__list {
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    flex-shrink: 0;
    width: 37rem;
    gap: 0.5rem;
  }
}

.p-footer-contact__item {
  display: contents;
}

.p-footer-contact__link {
  display: block;
  width: 100%;
  padding: 0.3125rem 0.75rem 0.75rem;
  border-radius: 0.625rem;
  background: #0e7ae0;
  transition: background 0.3s ease-out;
}

.p-footer-contact__company {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-footer-contact__number {
  -webkit-padding-start: 1.5625rem;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline-start: 1.5625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-align: center;
}
.p-footer-contact__number::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_phone-b.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  translate: 0 -50%;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_phone-b.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-footer-contact__mail {
  position: relative;
  padding: 1.1875rem 0.75rem 1.25rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 0.625rem;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-contact__mail {
    display: -ms-grid;
    display: grid;
    flex-grow: 1;
    place-content: center;
  }
}
.p-footer-contact__mail h3 {
  -webkit-padding-start: 2.25rem;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline-start: 2.25rem;
  color: #0e7ae0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-contact__mail h3 {
    -webkit-padding-start: 2.875rem;
    padding-inline-start: 2.875rem;
    font-size: 1.375rem;
  }
}
.p-footer-contact__mail h3::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_mail.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  translate: 0 -50%;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_mail.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-footer-contact__mail h3::before {
    width: 2.4375rem;
    height: 2.4375rem;
  }
}

@media (any-hover: hover) {
  .p-footer-contact__link:hover {
    background: #0c6eca;
  }
}
.p-footer-contact__link:focus {
  outline: none;
}
.p-footer-contact__link:focus-visible {
  outline: none;
  background: #0c6eca;
}

@media (any-hover: hover) {
  .p-footer-contact__mail:hover {
    background: #ebeffe;
  }
}
.p-footer-contact__mail:focus {
  outline: none;
}
.p-footer-contact__mail:focus-visible {
  outline: none;
  background: #ebeffe;
}

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

.p-footer-menu__logoLink {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-footer-menu__logoImage {
  width: 13.375rem;
}
@media (min-width: 768px) {
  .p-footer-menu__logoImage {
    width: 15.75rem;
  }
}

.p-footer-menu__content {
  -webkit-margin-before: 1.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.5rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-footer-menu__content {
    -webkit-margin-before: 2.6875rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-block-start: 2.6875rem;
  }
}

.p-footer-menu__area {
  flex-shrink: 0;
}

.p-footer-menu__areaList {
  -ms-grid-columns: 1fr 1rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8125rem 1rem;
}
@media (min-width: 768px) {
  .p-footer-menu__areaList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-footer-menu__company {
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0.25rem 0.9375rem 0.375rem;
  border-radius: 100vmax;
  background: #565656;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-footer-menu__company {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-footer-menu__address {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  color: #ffffff;
  font-size: 0.8125rem;
}

.p-footer-menu__telWrapper {
  -webkit-margin-before: 0.4375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.4375rem;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-footer-menu__telWrapper {
    flex-direction: row;
    gap: 1.625rem;
  }
}

.p-footer-menu__tel {
  color: #ffffff;
  font-size: 0.8125rem;
  transition: opacity 0.3s ease-out;
}

.p-footer-menu__fax {
  color: #ffffff;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .p-footer-menu__menu {
    -webkit-margin-before: -0.5rem;
    margin-block-start: -0.5rem;
  }
}

@media (min-width: 768px) {
  .p-footer-menu__pcWrapper {
    display: flex;
    gap: 3.875rem;
  }
}

.p-footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
@media (min-width: 768px) {
  .p-footer-menu__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.4375rem;
  }
}

.p-footer-menu__item {
  display: block;
  width: calc((100% - 1rem) / 2);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.p-footer-menu__item:nth-child(1), .p-footer-menu__item:nth-child(2) {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-footer-menu__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none !important;
  }
}

.p-footer-menu__link {
  -webkit-transform: translateZ(0);
  display: block;
  padding-block: 0.6875rem 0.75rem;
  transform: translateZ(0);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-menu__link {
    padding-block: 0.375rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-footer-menu__link.-main {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.333;
}

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

.p-footer-menu__footHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .p-footer-menu__footHead {
    justify-content: flex-end;
    padding-inline: 0;
    gap: 1.8125rem;
  }
}

.p-footer-menu__banner {
  flex-shrink: 0;
  width: 15.75rem;
}
@media (min-width: 768px) {
  .p-footer-menu__banner {
    width: 16.6875rem;
  }
}

.p-footer-menu__sns {
  flex-shrink: 0;
}

.p-footer-menu__snsLink {
  width: 2.875rem;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-menu__snsLink {
    width: 3rem;
  }
}

.p-footer-menu__copy {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
  color: #ffffff;
  font-size: 0.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-menu__copy {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
    font-size: 0.75rem;
    text-align: right;
  }
}

.p-footer-menu__copyText {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-footer-menu__copyText {
    font-size: 0.75rem;
  }
}

.p-footer-menu__privacy {
  font-size: 0.6875rem;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-menu__privacy {
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  .p-footer-menu__logoLink:hover,
  .p-footer-menu__tel:hover,
  .p-footer-menu__link:hover,
  .p-footer-menu__snsLink:hover,
  .p-footer-menu__privacy:hover {
    opacity: 0.7;
  }
}
.p-footer-menu__logoLink:focus,
.p-footer-menu__tel:focus,
.p-footer-menu__link:focus,
.p-footer-menu__snsLink:focus,
.p-footer-menu__privacy:focus {
  outline: none;
}
.p-footer-menu__logoLink:focus-visible,
.p-footer-menu__tel:focus-visible,
.p-footer-menu__link:focus-visible,
.p-footer-menu__snsLink:focus-visible,
.p-footer-menu__privacy:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-footer-recruit {
  padding-block: 2.5625rem 3rem;
  background: #343434;
}
@media (min-width: 768px) {
  .p-footer-recruit {
    padding-block: 5.4375rem 7rem;
  }
}

.p-footer-recruit__content {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
@media (min-width: 768px) {
  .p-footer-recruit__content {
    gap: 4.375rem;
  }
}

@media (min-width: 768px) {
  .p-footer-recruit__main {
    width: 100%;
    max-width: 68.75rem;
    margin-inline: auto;
  }
}

.p-footer-recruit__navArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .p-footer-recruit__navArea {
    align-items: flex-start;
    padding-inline: 0;
  }
}

.p-footer-recruit__logo {
  width: 13.375rem;
}
@media (min-width: 768px) {
  .p-footer-recruit__logo {
    width: 15.75rem;
  }
}

.p-footer-recruit__logoLink {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-footer-recruit__menu {
  -webkit-margin-before: 1.4375rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block-start: 1.4375rem;
}
@media (min-width: 768px) {
  .p-footer-recruit__menu {
    -webkit-margin-before: 1.1875rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-block-start: 1.1875rem;
    padding-inline: 0.6875rem;
    gap: 1.875rem;
  }
}

.p-footer-recruit__menuList {
  display: flex;
  flex-direction: column;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-footer-recruit__menuList {
    flex-grow: 1;
    flex-direction: row;
    gap: 2.4375rem;
    border: none;
  }
}

.p-footer-recruit__menuItem {
  display: block;
  width: 100%;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .p-footer-recruit__menuItem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
  }
}

.p-footer-recruit__menuLink {
  -webkit-transform: translateZ(0);
  display: block;
  width: 100%;
  padding-block: 0.875rem 0.8125rem;
  transform: translateZ(0);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-recruit__menuLink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.125rem;
    line-height: 1.333;
  }
}
.p-footer-recruit__menuLink.-accordion {
  -webkit-padding-end: 1.5rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-inline-end: 1.5rem;
  text-align: left;
  cursor: pointer;
}
.p-footer-recruit__menuLink.-accordion::after {
  display: block;
  position: absolute;
  top: 46%;
  right: 12.5rem;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-bottom: 0.0625rem solid #ffffff;
  border-left: 0.0625rem solid #ffffff;
  content: "";
  transition: translate 0.3s ease-out, rotate 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-recruit__menuLink.-accordion::after {
    right: 0.375rem;
  }
}

.p-footer-recruit__subListWrapper {
  -webkit-padding-after: 0.875rem;
  display: none;
  padding-block-end: 0.875rem;
}

.p-footer-recruit__subList {
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
}

.p-footer-recruit__subLink {
  -webkit-transform: translateZ(0);
  display: block;
  padding-block: 0.5rem;
  transform: translateZ(0);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  transition: opacity 0.3s ease-out;
}

.p-footer-recruit__buttons {
  -webkit-margin-before: 1.375rem;
  display: flex;
  margin-block-start: 1.375rem;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-footer-recruit__buttons {
    -webkit-margin-before: 0.5rem;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-start: 0.5rem;
  }
}

.p-footer-recruit__button {
  width: 100%;
}

.p-footer-recruit__buttonLink {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.625rem;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-recruit__buttonLink {
    height: auto;
    padding: 0.5625rem 1.5rem 0.6875rem;
  }
}

.p-footer-recruit__copy {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
  color: #ffffff;
  font-size: 0.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-recruit__copy {
    -webkit-margin-before: 2.25rem;
    margin-block-start: 2.25rem;
    font-size: 0.75rem;
  }
}

.p-footer-recruit__copyText {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-footer-recruit__copyText {
    font-size: 0.75rem;
  }
}

.p-footer-recruit__privacy {
  font-size: 0.6875rem;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-recruit__privacy {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .p-footer-recruit.-noEntry {
    padding-block: 3.0625rem 5.1875rem;
  }
}

.p-footer-recruit.-recruit {
  -webkit-padding-after: 6.125rem;
  padding-block-end: 6.125rem;
}
@media (min-width: 768px) {
  .p-footer-recruit.-recruit {
    -webkit-padding-after: 7rem;
    padding-block-end: 7rem;
  }
}

@media (any-hover: hover) {
  .p-footer-recruit__logoLink:hover,
  .p-footer-recruit__menuLink:hover,
  .p-footer-recruit__subLink:hover,
  .p-footer-recruit__privacy:hover {
    opacity: 0.7;
  }
}
.p-footer-recruit__logoLink:focus,
.p-footer-recruit__menuLink:focus,
.p-footer-recruit__subLink:focus,
.p-footer-recruit__privacy:focus {
  outline: none;
}
.p-footer-recruit__logoLink:focus-visible,
.p-footer-recruit__menuLink:focus-visible,
.p-footer-recruit__subLink:focus-visible,
.p-footer-recruit__privacy:focus-visible {
  outline: none;
  opacity: 0.7;
}

@media (any-hover: hover) {
  .p-footer-recruit__buttonLink:hover {
    background: #e68e00 !important;
  }
}
.p-footer-recruit__buttonLink:focus {
  outline: none;
}
.p-footer-recruit__buttonLink:focus-visible {
  outline: none;
  background: #e68e00 !important;
}

.p-footer-recruit__menuLink.is_open::after {
  translate: 0 9%;
  rotate: 135deg;
}

.p-footer-entry {
  padding: 1.6875rem 0.9375rem 1.5rem;
  border: 0.1875rem solid #ffffff;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-footer-entry {
    padding: 2.5625rem 4.625rem 3.3125rem;
    border-radius: 1.875rem;
  }
}

@media (min-width: 768px) {
  .p-footer-entry__inner {
    -ms-grid-columns: 1fr 43.4375rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 43.4375rem;
    grid-template-areas: "head text" "buttons buttons";
  }
}

@media (min-width: 768px) {
  .p-footer-entry__heading {
    -webkit-margin-before: 0.875rem;
    grid-area: head;
    margin-block-start: 0.875rem;
  }
}

.p-footer-entry__content {
  -webkit-margin-before: 1.0625rem;
  margin-block-start: 1.0625rem;
}
@media (min-width: 768px) {
  .p-footer-entry__content {
    display: contents;
  }
}

@media (min-width: 768px) {
  .p-footer-entry__textArea {
    grid-area: text;
  }
}

.p-company-office__item > .p-footer-entry__textArea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  }

.p-footer-entry__catch {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-footer-entry__catch {
    font-size: 1.375rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

.p-footer-entry__lead {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-footer-entry__lead {
    -webkit-margin-before: 0.125rem;
    margin-block-start: 0.125rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-footer-entry__buttons {
  -webkit-margin-before: 1.125rem;
  -webkit-padding-before: 1.375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.125rem;
  padding-inline: 0.5rem;
  padding-block-start: 1.375rem;
  gap: 0.75rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .p-footer-entry__buttons {
    -webkit-margin-before: 2.8125rem;
    -webkit-padding-before: 2.8125rem;
    grid-area: buttons;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
    margin-block-start: 2.8125rem;
    padding-block-start: 2.8125rem;
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .p-footer-entry__button {
    width: 26.375rem;
  }
}

.p-footer-entry__buttonLink {
  -webkit-padding-end: 1.25rem;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 4.5625rem;
  padding-inline-end: 1.25rem;
  border-radius: 0.625rem;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-entry__buttonLink {
    -webkit-padding-end: 0.75rem;
    height: 7.5rem;
    padding-inline-end: 0.75rem;
    font-size: 1.5rem;
  }
}
.p-footer-entry__buttonLink::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 2.9375rem;
  width: 0.8125rem;
  height: 0.8125rem;
  translate: 0 -50%;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-footer-entry__buttonLink::before {
    right: 2.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-footer-entry__buttonLink:hover {
    background: #e68e00 !important;
  }
}
.p-footer-entry__buttonLink:focus {
  outline: none;
}
.p-footer-entry__buttonLink:focus-visible {
  outline: none;
  background: #e68e00 !important;
}

.p-flow-menu {
  -webkit-transform: translateY(100%);
  visibility: hidden;
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.p-flow-menu.-is-visible {
  -webkit-transform: translateY(0);
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .p-flow-menu {
    top: 50%;
    bottom: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    translate: 0 -50%;
    transition: none;
  }
}

.p-flow-menu__list {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-shadow: 0 -0.25rem 0.75rem 0 rgba(0, 0, 0, 0.17);
}
@media (min-width: 768px) {
  .p-flow-menu__list {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1rem;
    box-shadow: none;
    writing-mode: vertical-rl;
  }
}

.p-flow-menu__item {
  width: 100%;
}
.p-flow-menu__item:first-child .p-flow-menu__link {
  border-right: 0.0625rem solid #ffffff;
}
@media (min-width: 768px) {
  .p-flow-menu__item:first-child .p-flow-menu__link {
    border-right: none;
  }
}

.p-flow-menu__link {
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-flow-menu__link {
    padding: 1.4375rem 1.25rem;
    border-radius: 0.625rem 0 0 0.625rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.26em;
  }
}

@media (any-hover: hover) {
  .p-flow-menu__link:hover {
    background: #e68e00 !important;
  }
}
.p-flow-menu__link:focus {
  outline: none;
}
.p-flow-menu__link:focus-visible {
  outline: none;
  background: #e68e00 !important;
}

.p-page-fv {
  padding-block: 4.4375rem 4.125rem;
}
@media (min-width: 768px) {
  .p-page-fv {
    padding-block: 7.25rem 7.375rem;
  }
}

.p-page-fv__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.p-page-fv__deco {
  z-index: 3;
  position: absolute;
}
.p-page-fv__deco.-first {
  top: -1.3125rem;
  left: 4.6875rem;
  width: 7.875rem;
}
@media (min-width: 768px) {
  .p-page-fv__deco.-first {
    top: -4.25rem;
    left: calc(50% - 31.6875rem);
    width: 14.75rem;
  }
}
.p-page-fv__deco.-second {
  top: -4.625rem;
  right: -6.9375rem;
  width: 11.6875rem;
}
@media (min-width: 768px) {
  .p-page-fv__deco.-second {
    top: -7.375rem;
    right: calc(50% - 50.125rem);
    width: 20rem;
  }
}
.p-page-fv__deco.-third {
  bottom: -9rem;
  left: -3.0625rem;
  width: 11.8125rem;
}
@media (min-width: 768px) {
  .p-page-fv__deco.-third {
    bottom: -9.25rem;
    left: calc(50% - 49.625rem);
    width: 17.9375rem;
  }
}

.p-page-fv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-page-fv__content {
    gap: 0.625rem;
  }
}

.p-page-fv__ja {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-fv__ja {
    font-size: 3.5rem;
    line-height: 1.4;
  }
}

.p-page-fv__en {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-fv__en {
    font-size: 1.875rem;
  }
}

.p-page-fv__deco.-service {
  bottom: -5.9375rem;
  left: -3.625rem;
}
@media (min-width: 768px) {
  .p-page-fv__deco.-service {
    bottom: -9.25rem;
    left: calc(50% - 49.625rem);
    width: 17.9375rem;
  }
}
.p-page-fv__deco.-company {
  bottom: -4.75rem;
  left: -3.6875rem;
}
@media (min-width: 768px) {
  .p-page-fv__deco.-company {
    bottom: -9.25rem;
    left: calc(50% - 50.8125rem);
    width: 17.9375rem;
  }
}

.p-page-fv.-company {
  -webkit-padding-before: 4rem;
  padding-block-start: 4rem;
}
@media (min-width: 768px) {
  .p-page-fv.-company {
    -webkit-padding-before: 7.25rem;
    padding-block-start: 7.25rem;
  }
}

.p-page-fvShort {
  padding-block: 2.4375rem;
}
@media (min-width: 768px) {
  .p-page-fvShort {
    padding-block: 4.4375rem;
  }
}

.p-page-fvShort__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.p-page-fvShort__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-page-fvShort__content {
    gap: 0.625rem;
  }
}

.p-page-fvShort__ja {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-fvShort__ja {
    font-size: 3.5rem;
    line-height: 1.4;
  }
}

.p-page-fvShort__en {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .p-page-fvShort__en {
    font-size: 1.875rem;
  }
}

.p-page-fvShort__deco.-service {
  bottom: -5.9375rem;
  left: -3.625rem;
}
@media (min-width: 768px) {
  .p-page-fvShort__deco.-service {
    bottom: -9.25rem;
    left: calc(50% - 49.625rem);
    width: 17.9375rem;
  }
}

.p-service {
  padding-block: 5rem 4rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-service {
    padding-block: 6.3125rem 9.1875rem;
  }
}

.p-service__inner {
  z-index: 3;
  position: relative;
}

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

.p-service__item {
  display: contents;
}

.p-service__section {
  display: contents;
}

.p-service__link {
  display: flex;
  flex-direction: column-reverse;
  padding: 1.5rem 0.875rem 1.625rem 1rem;
  gap: 1.1875rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-service__link {
    flex-direction: row;
    padding: 3.125rem;
    gap: 3rem;
    border-radius: 1.875rem;
  }
}

@media (min-width: 768px) {
  .p-service__textArea {
    flex-grow: 1;
  }
}

.p-service__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-service__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}

.p-service__text {
  -webkit-margin-before: 0.25rem;
  -webkit-padding-end: 0.9375rem;
  margin-block-start: 0.25rem;
  padding-inline-end: 0.9375rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-service__text {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-service__subListWrapper {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  padding: 1.125rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.625rem;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  .p-service__subListWrapper {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    padding: 1.5625rem 1.8125rem;
  }
}

.p-service__subListLabel {
  display: inline-block;
  padding: 0.125rem 0.8125rem 0.3125rem 0.875rem;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-service__subListLabel {
    padding: 0.25rem 1.375rem 0.3125rem 1.1875rem;
    font-size: 0.9375rem;
  }
}

.p-service__subList {
  -webkit-margin-before: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 0.625rem;
  gap: 0.3125rem 0.875rem;
}
@media (min-width: 768px) {
  .p-service__subList {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    gap: 0.5625rem 1rem;
  }
}

.p-service__subItem {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-service__button {
  -webkit-margin-before: 1.375rem;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.375rem;
  padding: 0.375rem 3.1875rem 0.4375rem 2.25rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 100vmax;
  background: #ffffff;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-service__button {
    -webkit-margin-before: 1.5rem;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-block-start: 1.5rem;
    padding: 0.5rem 3.5rem 0.625rem 1.6875rem;
    font-size: 1rem;
  }
}
.p-service__button::before {
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-service__button::before {
    right: 1.5625rem;
  }
}

.p-service__imageArea {
  position: relative;
}
@media (min-width: 768px) {
  .p-service__imageArea {
    flex-shrink: 0;
    width: 34.8125rem;
  }
}

.p-service__image {
  overflow: hidden;
  border-radius: 0.3125rem;
}
@media (min-width: 768px) {
  .p-service__image {
    border-radius: 0.625rem;
  }
}
.p-service__image img {
  aspect-ratio: 325/179;
}
@media (min-width: 768px) {
  .p-service__image img {
    aspect-ratio: 557/397;
  }
}

.p-service__imageDeco {
  position: absolute;
}

@media (min-width: 768px) {
  .p-service__item:first-child .p-service__image img {
    aspect-ratio: 557/426;
  }
}
.p-service__item:first-child .p-service__imageDeco {
  right: -1.6875rem;
  bottom: -1.625rem;
  width: 9.25rem;
}
@media (min-width: 768px) {
  .p-service__item:first-child .p-service__imageDeco {
    right: -4.125rem;
    bottom: -2.125rem;
    width: 16.0625rem;
  }
}
.p-service__item:nth-child(2) .p-service__imageDeco {
  right: -0.8125rem;
  bottom: -1.25rem;
  width: 5.75rem;
}
@media (min-width: 768px) {
  .p-service__item:nth-child(2) .p-service__imageDeco {
    right: -1.125rem;
    bottom: -1.8125rem;
    width: 8.9375rem;
  }
}
.p-service__item:nth-child(3) .p-service__imageDeco {
  right: -1.0625rem;
  bottom: -1.5rem;
  width: 4.9375rem;
}
@media (min-width: 768px) {
  .p-service__item:nth-child(3) .p-service__imageDeco {
    right: -1.8125rem;
    bottom: -2rem;
    width: 7.5625rem;
  }
}
@media (min-width: 768px) {
  .p-service__item:last-child .p-service__image img {
    aspect-ratio: 557/365;
  }
}
.p-service__item:last-child .p-service__imageDeco {
  right: -0.8125rem;
  bottom: -1.1875rem;
  width: 6.125rem;
}
@media (min-width: 768px) {
  .p-service__item:last-child .p-service__imageDeco {
    right: -1.8125rem;
    bottom: -1.75rem;
    width: 9.9375rem;
  }
}

@media (any-hover: hover) {
  .p-service__link:hover .p-service__button {
    background: #ebeffe;
  }
}
.p-service__link:focus {
  outline: none;
}
.p-service__link:focus-visible {
  outline: none;
}
.p-service__link:focus-visible .p-service__button {
  background: #ebeffe;
}

.p-breadcrumb {
  padding-block: 0.4375rem 0.5rem;
  border-top: 0.0625rem solid #e3e3e3;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .p-breadcrumb {
    padding-block: 0.5625rem;
  }
}
.p-breadcrumb span {
  color: #000000;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-transform: uppercase;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover span {
    opacity: 0.7;
  }
}
.p-breadcrumb span a:focus-visible {
  outline: none;
}
.p-breadcrumb span a:focus-visible span {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 0.75rem;
  }
}
.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 0.6875rem;
  position: relative;
  padding-inline-start: 0.6875rem;
}
.p-breadcrumb span:not(:first-child)::before {
  position: absolute;
  top: 39%;
  left: 0;
  width: 0.375rem;
  height: 0.75rem;
  translate: 0 -50%;
  content: "/";
}
.p-breadcrumb span .current-item {
  text-decoration: none;
  pointer-events: none;
}

.p-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-breadcrumb__inner {
    max-width: 90rem;
    padding-inline: 1.625rem;
    gap: 0.375rem;
  }
}

.p-service-voice {
  padding-block: 2.6875rem 9.0625rem;
}
@media (min-width: 768px) {
  .p-service-voice {
    padding-block: 7.0625rem 21.4375rem;
  }
}

.p-service-voice__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-service-reason {
  padding-block: 1.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-service-reason {
    padding-block: 3.5625rem 5.6875rem;
  }
}

.p-service-box {
  -webkit-margin-before: -0.375rem;
  z-index: 4;
  margin-block-start: -0.375rem;
}
@media (min-width: 768px) {
  .p-service-box {
    -webkit-margin-before: -2.25rem;
    z-index: 1;
    margin-block-start: -2.25rem;
  }
}

.p-service-box__box {
  padding: 2.375rem 1rem;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-service-box__box {
    padding: 3.9375rem 3.0625rem;
    border: 0.0625rem solid #e3e3e3;
    border-radius: 1.875rem;
  }
}

.p-service-box__content {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
@media (min-width: 768px) {
  .p-service-box__content {
    gap: 3.75rem;
  }
}

.p-service-box__title {
  -webkit-padding-start: 1.875rem;
  position: relative;
  padding-inline-start: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-service-box__title {
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem;
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
.p-service-box__title::before {
  display: block;
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #0e7ae0;
  content: "";
}
@media (min-width: 768px) {
  .p-service-box__title::before {
    top: 0.6875rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-service-box__lead {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-service-box__lead {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-service-box__link {
  color: #0e7ae0;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.p-service-box__list {
  -ms-grid-columns: 1fr 0.6875rem 1fr;
  -webkit-margin-before: 1.3125rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 1.3125rem;
  gap: 1.125rem 0.6875rem;
}
@media (min-width: 768px) {
  .p-service-box__list {
    -webkit-margin-before: 2.125rem;
    -ms-grid-columns: 1fr 1.9375rem 1fr 1.9375rem 1fr 1.9375rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin-block-start: 2.125rem;
    gap: 1.9375rem;
  }
}

.p-service-box__item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-service-box__item {
    gap: 0.75rem;
  }
}

.p-service-box__name {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-service-box__name {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-service-box__image {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-service-box__image img {
  aspect-ratio: 157/100;
}
@media (min-width: 768px) {
  .p-service-box__image img {
    aspect-ratio: 252/160;
  }
}

@media (any-hover: hover) {
  .p-service-box__link:hover {
    opacity: 0.6;
  }
}
.p-service-box__link:focus {
  outline: none;
}
.p-service-box__link:focus-visible {
  outline: none;
  opacity: 0.6;
}

.p-news {
  padding-block: 5rem 5.5625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-news {
    padding-block: 8.125rem 6.6875rem;
  }
}

.p-news__inner {
  z-index: 3;
  position: relative;
}

.p-news__articles {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-news__articles {
    -ms-grid-columns: 1fr 2.125rem 1fr 2.125rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.375rem 2.125rem;
  }
}

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

.p-pagination {
  margin-inline: auto;
  overflow: scroll;
}

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

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-inline: 0.625rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .nav-links {
    margin-inline: 0;
    padding-inline: 0;
    gap: 0.75rem;
  }
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 3.5rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 0.3125rem;
  color: #0e7ae0;
  font-weight: 500;
  line-height: 1.33;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.3;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .page-numbers {
    font-size: 1.125rem;
  }
}
.page-numbers.current {
  opacity: 1;
  pointer-events: none;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
  border: none;
}
.page-numbers.prev::before, .page-numbers.next::before {
  display: block;
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  border-right: 0.125rem solid #0e7ae0;
  border-bottom: 0.125rem solid #0e7ae0;
  border-radius: 0;
  content: "";
  transition: all 0.3s ease-out;
}
.page-numbers.prev::before {
  right: 0;
  rotate: 135deg;
}
.page-numbers.next::before {
  left: 0;
  rotate: -45deg;
}

@media (any-hover: hover) {
  .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
    opacity: 1;
  }
  .page-numbers.prev:hover, .page-numbers.next:hover {
    opacity: 1;
  }
}
.page-numbers:focus {
  outline: none;
}
.page-numbers:not(.prev):not(.next):not(.current):not(.dots):focus-visible {
  outline: none;
  opacity: 1;
}
.page-numbers.prev:focus-visible, .page-numbers.next:focus-visible {
  opacity: 1;
}

.p-single {
  padding-block: 2.9375rem 5rem;
}
@media (min-width: 768px) {
  .p-single {
    padding-block: 5.4375rem 7rem;
  }
}

.p-single__content {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-single__content {
    -ms-grid-columns: 1fr 2.875rem 15.5rem;
    grid-template-columns: 1fr 15.5rem;
    gap: 2.875rem;
  }
}

.p-single__box {
  padding: 1.875rem 0.9375rem 2.6875rem 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-single__box {
    padding: 4.125rem 4.875rem 4.25rem;
    border-radius: 1.25rem;
  }
}

.p-single__meta {
  -webkit-margin-before: auto;
  display: flex;
  align-items: center;
  margin-block-start: auto;
  gap: 0.5625rem;
}

.p-single__date {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.24;
  font-family: "gotham", sans-serif;
}

.p-single__category {
  display: inline-block;
  padding: 0.375rem 0.8125rem;
  border-radius: 100vmax;
  background: #0e7ae0;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-single__category {
    font-size: 0.8125rem;
  }
}

.p-single__title {
  -webkit-margin-before: 0.6875rem;
  margin-block-start: 0.6875rem;
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__title {
    font-size: 2rem;
  }
}

.p-single__thumbnail {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  overflow: hidden;
  border-radius: 0.3125rem;
}
@media (min-width: 768px) {
  .p-single__thumbnail {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
    border-radius: 0.625rem;
  }
}
.p-single__thumbnail img {
  aspect-ratio: 325/186;
}
@media (min-width: 768px) {
  .p-single__thumbnail img {
    aspect-ratio: 750/430;
  }
}

.p-single__body {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single__body {
    -webkit-margin-before: 3.375rem;
    margin-block-start: 3.375rem;
  }
}
.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;
  position: relative;
  margin-block: 2.5rem 1.1875rem;
  padding-block-end: 0.875rem;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-single__body h2::before, .p-single__body h2::after {
  display: block;
  position: absolute;
  bottom: 0;
  height: 0.125rem;
  content: "";
}
.p-single__body h2::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.09);
}
.p-single__body h2::after {
  width: 3.125rem;
  background: #0e7ae0;
}
@media (min-width: 768px) {
  .p-single__body h2::after {
    width: 6.3125rem;
  }
}
@media (min-width: 768px) {
  .p-single__body h2 {
    margin-block: 3.375rem 1.75rem;
    font-size: 1.75rem;
  }
}
.p-single__body h3 {
  position: relative;
  margin-block: 2.5rem 1.1875rem;
  padding: 0.625rem 1.125rem;
  border-radius: 0.625rem;
  background: #f2f0ff;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h3 {
    margin-block: 3.375rem 1.75rem;
    padding: 0.6875rem 1.375rem;
    font-size: 1.5rem;
  }
}
.p-single__body h3::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 0 100vmax 100vmax 0;
  background: #0e7ae0;
  content: "";
}
@media (min-width: 768px) {
  .p-single__body h3::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-single__body h4 {
  -webkit-padding-after: 0.875rem;
  margin-block: 2.5rem 1.1875rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.09);
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h4 {
    margin-block: 3.375rem 1.75rem;
    font-size: 1.375rem;
  }
}
.p-single__body h5 {
  -webkit-padding-start: 1.3125rem;
  position: relative;
  margin-block: 2.5rem 1.1875rem;
  padding-inline-start: 1.3125rem;
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h5 {
    font-size: 1.125rem;
  }
}
.p-single__body h5::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.25rem solid #0e7ae0;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) {
  .p-single__body h5::before {
    top: 0.625rem;
  }
}
.p-single__body p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-single__body p {
    font-size: 1rem;
  }
}
.p-single__body p + p {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-single__body p + p {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}
.p-single__body b,
.p-single__body strong {
  font-weight: 700;
}
.p-single__body a {
  color: #0e7ae0;
  font-weight: 500;
  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 .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-block: 1.5625rem;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-single__body .wp-block-table {
    margin-block: 3.375rem 1.75rem;
  }
}
.p-single__body .wp-block-table td,
.p-single__body .wp-block-table th {
  border: none;
}
.p-single__body table {
  overflow: hidden !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.625rem !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}
.p-single__body table thead th {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 1.125rem !important;
  border-bottom: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  background: #f9f8ff !important;
  color: #0e7ae0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single__body table thead th {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 0.875rem 0.4375rem !important;
    font-size: 1.25rem;
  }
}
.p-single__body table thead th:not(:last-child) {
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-single__body table tbody tr {
  position: relative;
}
.p-single__body table tbody tr:first-child td {
  border-top: none !important;
}
.p-single__body table tbody tr:not(:first-child) td {
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-single__body table td {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 0.875rem 0.4375rem !important;
  border: none !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-single__body table td {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 1.125rem !important;
    font-size: 1rem;
  }
}
.p-single__body table td:last-child {
  border-right: none !important;
}
.p-single__body ul,
.p-single__body ol {
  display: flex;
  flex-direction: column;
  margin-block: 2.5rem 1.1875rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-single__body ul,
  .p-single__body ol {
    margin-block: 3.375rem 1.75rem;
  }
}
.p-single__body ul li {
  -webkit-padding-start: 1.0625rem;
  position: relative;
  padding-inline-start: 1.0625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body ul li {
    font-size: 1rem;
  }
}
.p-single__body ul li::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100vmax;
  background: #0e7ae0;
  content: "";
}
@media (min-width: 768px) {
  .p-single__body ul li::before {
    top: 0.5625rem;
  }
}
.p-single__body ol {
  counter-reset: my-counter;
}
.p-single__body ol li {
  display: flex;
  align-items: flex-start;
  gap: 0.4375rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}
@media (min-width: 768px) {
  .p-single__body ol li {
    font-size: 1rem;
  }
}
.p-single__body ol li::before {
  flex-shrink: 0;
  min-width: 0.625rem;
  translate: 0 0.5625rem;
  content: counter(my-counter, decimal);
  color: #0e7ae0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
}
.p-single__body figure {
  width: 100%;
  margin-block: 1.5625rem;
}
@media (min-width: 768px) {
  .p-single__body figure {
    margin-block: 3.375rem 1.75rem;
  }
}
.p-single__body figcaption {
  color: #666;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body figcaption {
    font-size: 0.875rem;
  }
}
.p-single__body img {
  aspect-ratio: 3/2;
  width: 100%;
  border-radius: 0.625rem;
}

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

.p-single__button {
  position: relative;
  padding: 0.375rem 1.875rem 0.4375rem 3.1875rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 100vmax;
  background: #ffffff;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-single__button {
    padding: 0.5rem 1.6875rem 0.625rem 3.5625rem;
    font-size: 1rem;
  }
}
.p-single__button::before {
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: 180deg;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

@media (any-hover: hover) {
  .p-single__button:hover {
    background: #ebeffe;
  }
}
.p-single__button:focus {
  outline: none;
}
.p-single__button:focus-visible {
  outline: none;
  background: #ebeffe;
}

.p-sidebar {
  padding-block: 0.5rem 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 1.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-sidebar {
    -ms-grid-row-align: start;
    position: sticky;
    top: 9.4375rem;
    align-self: start;
    padding-block: 0.875rem 1.25rem;
  }
}

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

.p-sidebar__title {
  -webkit-padding-after: 0.6875rem;
  padding-inline: 1.0625rem;
  padding-block-end: 0.6875rem;
  border-bottom: 0.0625rem solid #e3e3e3;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.76;
}
@media (min-width: 768px) {
  .p-sidebar__title {
    -webkit-padding-after: 0.875rem;
    -webkit-padding-start: 1.9375rem;
    padding-inline-start: 1.9375rem;
    padding-block-end: 0.875rem;
  }
}

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

.p-sidebar__list {
  -webkit-padding-after: 0.625rem;
  padding-inline: 1.0625rem;
  padding-block-end: 0.625rem;
  border-bottom: 0.0625rem solid #e3e3e3;
}
@media (min-width: 768px) {
  .p-sidebar__list {
    -webkit-padding-after: 1.25rem;
    -webkit-padding-start: 1.625rem;
    padding-inline-start: 1.625rem;
    padding-block-end: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-sidebar__item + .p-sidebar__item {
    -webkit-margin-before: 0.6875rem;
    margin-block-start: 0.6875rem;
  }
}

.p-sidebar__link {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  transition: color 0.3s ease-out;
}

.p-sidebar__details {
  padding-inline: 1.0625rem;
}
@media (min-width: 768px) {
  .p-sidebar__details {
    -webkit-padding-start: 1.6875rem;
    padding-inline-start: 1.6875rem;
  }
}

.p-sidebar__summary {
  list-style: none;
  cursor: pointer;
}
.p-sidebar__summary::-webkit-details-marker, .p-sidebar__summary::marker {
  display: none;
}
.p-sidebar__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-sidebar__accordion {
  -webkit-padding-end: 1.25rem;
  position: relative;
  padding-inline-end: 1.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
}
.p-sidebar__accordion::after {
  display: block;
  position: absolute;
  top: 0.5625rem;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  rotate: 45deg;
  border-right: 0.0625rem solid #343434;
  border-bottom: 0.0625rem solid #343434;
  content: "";
  transition: rotate 0.3s ease-out, top 0.3s ease-out;
}

.p-sidebar__accordionList {
  display: block;
}

.p-sidebar__accordionItem {
  display: block;
}

.p-sidebar__accordionLink {
  -webkit-padding-start: 0.625rem;
  display: block;
  padding-inline-start: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 0.7;
  transition: color 0.3s ease-out;
}

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

@media (any-hover: hover) {
  .p-sidebar__link:hover {
    color: #0e7ae0;
  }
}
.p-sidebar__link:focus {
  outline: none;
}
.p-sidebar__link:focus-visible {
  outline: none;
  color: #0e7ae0;
}

@media (any-hover: hover) {
  .p-sidebar__accordionLink:hover {
    color: #0e7ae0;
  }
}
.p-sidebar__accordionLink:focus {
  outline: none;
}
.p-sidebar__accordionLink:focus-visible {
  outline: none;
  color: #0e7ae0;
}

.p-sidebar__details.is_opened .p-sidebar__accordion::after {
  top: 0.75rem;
  rotate: -135deg;
}

.p-single-foot {
  padding-block: 3.5rem 4.3125rem;
  background: #f9f8ff;
}
@media (min-width: 768px) {
  .p-single-foot {
    padding-block: 5.5625rem 6.1875rem;
  }
}

.p-single-foot__content {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
}
@media (min-width: 768px) {
  .p-single-foot__content {
    -webkit-margin-before: 3.375rem;
    margin-block-start: 3.375rem;
  }
}

.p-single-foot__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-single-foot__list {
    -ms-grid-columns: 1fr 2.125rem 1fr 2.125rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.125rem;
  }
}

.p-single-foot__item {
  width: 100%;
}

.p-single-case {
  padding-block: 2.9375rem 4.5625rem;
}
@media (min-width: 768px) {
  .p-single-case {
    padding-block: 4.8125rem 6.6875rem;
  }
}

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

.p-single-case__box {
  padding: 1.9375rem 1rem 3.5rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-single-case__box {
    padding: 4.75rem 4.875rem 3.875rem;
    border-radius: 1.25rem;
  }
}

.p-single-case__meta {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.p-single-case__category {
  display: inline-block;
  padding: 0.25rem 0.8125rem 0.375rem;
  border-radius: 100vmax;
  background: #0e7ae0;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-single-case__company {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.24;
}

.p-single-case__title {
  -webkit-margin-before: 0.6875rem;
  margin-block-start: 0.6875rem;
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.p-single-case__galleries {
  -webkit-margin-before: 1rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-single-case__galleries {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
    gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-single-case__gallery {
    width: 100%;
  }
}

.p-single-case__swiper-container,
.p-single-case__swiper,
.p-single-case__swiper-wrapper,
.p-single-case__swiper-slide {
  position: relative;
}

.p-single-case__thumbs {
  -ms-grid-columns: 1fr 0.375rem 1fr 0.375rem 1fr 0.375rem 1fr 0.375rem 1fr 0.375rem 1fr;
  -webkit-margin-before: 0.9375rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-block-start: 0.9375rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-single-case__thumbs {
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
    -webkit-margin-before: 1.4375rem;
    grid-template-columns: repeat(10, 1fr);
    margin-block-start: 1.4375rem;
    gap: 0.5rem;
  }
}

.p-single-case__thumb {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0.3125rem;
  background: none;
  cursor: pointer;
  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-single-case__thumb {
    border-radius: 0.625rem;
  }
}
.p-single-case__thumb:focus {
  outline: none;
}
.p-single-case__thumb:focus-visible {
  -webkit-filter: brightness(70%);
  outline: none;
  filter: brightness(70%);
}
@media (any-hover: hover) {
  .p-single-case__thumb:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
  }
}
.p-single-case__thumb.is-active {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  pointer-events: none;
}
.p-single-case__thumb img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.p-single-case__swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-single-case__swiper-slide {
  overflow: hidden;
  border-radius: 0.25rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-single-case__swiper-slide {
    border-radius: 0.625rem;
  }
}
.p-single-case__swiper-slide img {
  aspect-ratio: 325/186;
}
@media (min-width: 768px) {
  .p-single-case__swiper-slide img {
    aspect-ratio: 750/430;
  }
}

.p-single-case__swiper-container .swiper-button-prev,
.p-single-case__swiper-container .swiper-button-next {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-single-case__swiper-container .swiper-button-prev::after,
.p-single-case__swiper-container .swiper-button-next::after {
  content: "";
}
.p-single-case__swiper-container .swiper-button-prev,
.p-single-case__swiper-container .swiper-button-next {
  -webkit-filter: drop-shadow(0 0 1.0625rem rgba(0, 0, 0, 0.2));
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 4.5625rem;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #000000;
  filter: drop-shadow(0 0 1.0625rem rgba(0, 0, 0, 0.2));
  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-single-case__swiper-container .swiper-button-prev,
  .p-single-case__swiper-container .swiper-button-next {
    -webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.2));
    top: 11.625rem;
    width: 3.625rem;
    height: 3.625rem;
    filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.2));
  }
}
.p-single-case__swiper-container .swiper-button-prev::before,
.p-single-case__swiper-container .swiper-button-next::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  position: absolute;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-single-case__swiper-container .swiper-button-prev::before,
  .p-single-case__swiper-container .swiper-button-next::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-single-case__swiper-container .swiper-button-prev {
  left: -0.75rem;
}
@media (min-width: 768px) {
  .p-single-case__swiper-container .swiper-button-prev {
    left: -1.8125rem;
  }
}
.p-single-case__swiper-container .swiper-button-prev::before {
  rotate: 180deg;
}
.p-single-case__swiper-container .swiper-button-next {
  right: -0.75rem;
}
@media (min-width: 768px) {
  .p-single-case__swiper-container .swiper-button-next {
    right: -1.8125rem;
  }
}
@media (any-hover: hover) {
  .p-single-case__swiper-container .swiper-button-next:hover,
  .p-single-case__swiper-container .swiper-button-prev:hover {
    -webkit-filter: none;
    filter: none;
  }
}
.p-single-case__swiper-container .swiper-button-prev:focus,
.p-single-case__swiper-container .swiper-button-next:focus {
  outline: none;
}
.p-single-case__swiper-container .swiper-button-prev:focus-visible,
.p-single-case__swiper-container .swiper-button-next:focus-visible {
  -webkit-filter: none;
  outline: none;
  filter: none;
}

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

.p-single-case__tableInner {
  width: 100%;
}

.p-single-case__tbody {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-single-case__tbody {
    gap: 1.75rem;
  }
}

.p-single-case__tableRow {
  -webkit-padding-after: 1.125rem;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block-end: 1.125rem;
  gap: 0.1875rem;
}
@media (min-width: 768px) {
  .p-single-case__tableRow {
    -webkit-padding-after: 0;
    flex-direction: row;
    padding-block-end: 0;
  }
}
.p-single-case__tableRow::before, .p-single-case__tableRow::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
@media (min-width: 768px) {
  .p-single-case__tableRow::before, .p-single-case__tableRow::after {
    display: none;
  }
}
.p-single-case__tableRow::before {
  width: 100%;
  background: rgba(52, 52, 52, 0.1);
}
.p-single-case__tableRow::after {
  width: 3.75rem;
  background: #0e7ae0;
}

.p-single-case__tableHead {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__tableHead {
    -webkit-padding-after: 1.875rem;
    flex-shrink: 0;
    width: 8.625rem;
    padding-block-end: 1.875rem;
    border-bottom: 0.125rem solid #0e7ae0;
    font-size: 1.125rem;
  }
}

.p-single-case__tableData {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-case__tableData {
    flex-grow: 1;
    padding-inline: 0.9375rem;
    padding-block: 0.1875rem 1.875rem;
    border-bottom: 0.125rem solid rgba(52, 52, 52, 0.1);
    font-size: 1rem;
  }
}

.p-single-case__contactWrapper {
  -webkit-margin-before: 2.6875rem;
  position: relative;
  margin-block-start: 2.6875rem;
}
@media (min-width: 768px) {
  .p-single-case__contactWrapper {
    -webkit-margin-before: 4.0625rem;
    margin-block-start: 4.0625rem;
  }
}

.p-single-case__contact {
  display: flex;
  position: relative;
  width: 100%;
  padding: 1.375rem 1.6875rem 1.1875rem 2.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.625rem;
  background: #0e7ae0;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-single-case__contact {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 2.1875rem 4.8125rem 1.75rem;
    border-radius: 1.25rem;
  }
}

.p-single-case__contactCatch {
  display: inline-block;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  padding: 0.25rem 1.875rem 0.375rem;
  translate: -50%;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-single-case__contactCatch {
    padding: 0.4375rem 3.125rem 0.5rem;
    font-size: 1rem;
  }
}

.p-single-case__contactText {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-single-case__contactText {
    gap: 1.125rem;
    font-size: 1.625rem;
  }
}
.p-single-case__contactText span {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 0.125rem solid #ffffff;
  border-radius: 100vmax;
}
@media (min-width: 768px) {
  .p-single-case__contactText span {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-single-case__contactText span::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  translate: -50% -50%;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-single-case__contactText span::before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.p-single-case__sort {
  -webkit-margin-before: 2.4375rem;
  margin-inline: -1rem;
  margin-block-start: 2.4375rem;
  padding-block: 2.0625rem 2.5625rem;
  background: #f2f0ff;
}
@media (min-width: 768px) {
  .p-single-case__sort {
    -webkit-margin-before: 4.5625rem;
    margin-inline: -4.875rem;
    margin-block-start: 4.5625rem;
    padding-block: 2.8125rem 3.3125rem;
  }
}

.p-single-case__sortHeading {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-case__sortHeading {
    font-size: 1.5rem;
  }
}

.p-single-case__sortSelects {
  -webkit-margin-before: 1.3125rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.3125rem;
  padding-inline: 2rem;
  gap: 1.0625rem;
}
@media (min-width: 768px) {
  .p-single-case__sortSelects {
    -webkit-margin-before: 1.75rem;
    flex-direction: row;
    max-width: 41rem;
    margin-inline: auto;
    margin-block-start: 1.75rem;
    padding-inline: 1.25rem;
    gap: 1.75rem;
  }
}

.p-single-case__sortItem {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-single-case__sortItem {
    gap: rm12;
  }
}

.p-single-case__sortLabel {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-case__sortLabel {
    font-size: 1.25rem;
  }
}

.p-single-case__sortSelect {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.9375rem 1.625rem 0.875rem;
  border: 0.0625rem solid rgba(52, 52, 52, 0.2);
  border-radius: 100vmax;
  background: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M5.19531%207.5L10.3915%200H-0.00083971L5.19531%207.5Z' fill='%23343434'/%3E%3C/svg%3E");
  background-position: right 1.375rem top 1.3125rem;
  background-size: 0.75rem 0.625rem;
  background-repeat: no-repeat;
  color: rgba(52, 52, 52, 0.5);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: border-color 0.3s ease-out;
}
.p-single-case__sortSelect:focus {
  border-color: #0e7ae0;
  outline: none;
}
.p-single-case__sortSelect:focus-visible {
  border-color: #0e7ae0;
  outline: none;
}

.p-single-case__buttonWrapper {
  -webkit-margin-before: 1.75rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-single-case__buttonWrapper {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}

.p-single-case__button {
  position: relative;
  padding: 0.375rem 1.875rem 0.4375rem 3.1875rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 100vmax;
  background: #ffffff;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-single-case__button {
    padding: 0.5rem 1.6875rem 0.625rem 3.5625rem;
    font-size: 1rem;
  }
}
.p-single-case__button::before {
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: 180deg;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

@media (any-hover: hover) {
  .p-single-case__button:hover {
    background: #ebeffe;
  }
}
.p-single-case__button:focus {
  outline: none;
}
.p-single-case__button:focus-visible {
  outline: none;
  background: #ebeffe;
}

@media (any-hover: hover) {
  .p-single-case__contact:hover {
    background: #2d89df;
  }
}
.p-single-case__contact:focus {
  outline: none;
}
.p-single-case__contact:focus-visible {
  outline: none;
  background: #2d89df;
}

.p-problems {
  padding-block: 5rem 4.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-problems {
    padding-block: 4.875rem 2.3125rem;
  }
}

.p-problems__inner {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .p-problems__inner {
    max-width: 62.875rem;
  }
}

.p-problems__content {
  display: flex;
  flex-direction: column;
  gap: 3.375rem;
}
@media (min-width: 768px) {
  .p-problems__content {
    padding: 4.125rem 4.875rem;
    border: 0.0625rem solid #e3e3e3;
    border-radius: 1.25rem;
    background: #ffffff;
  }
}

.p-problems__title {
  -webkit-padding-after: 0.875rem;
  position: relative;
  padding-block-end: 0.875rem;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-problems__title {
    font-size: 1.75rem;
  }
}
.p-problems__title::before, .p-problems__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
@media (min-width: 768px) {
  .p-problems__title::before, .p-problems__title::after {
    height: 0.1875rem;
  }
}
.p-problems__title::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.09);
}
.p-problems__title::after {
  width: 3.125rem;
  background: #0e7ae0;
}
@media (min-width: 768px) {
  .p-problems__title::after {
    width: 6.3125rem;
  }
}

.p-problems__tableWrapper {
  -webkit-margin-before: 1.75rem;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-padding-end: 1rem;
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 1.75rem;
  padding-inline-end: 1rem;
}
@media (min-width: 768px) {
  .p-problems__tableWrapper {
    -webkit-margin-before: 1.625rem;
    margin-inline: 0;
    margin-block-start: 1.625rem;
    padding-inline: 0;
  }
}

.p-problems__tableScroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-problems__tableScroll {
    max-height: none;
    overflow: visible;
  }
}

.scroll-hint-custom {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4.5rem;
  background: linear-gradient(90deg, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.04) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.scroll-hint-custom.is-visible {
  opacity: 1;
}
.scroll-hint-custom__icon {
  -webkit-animation: scroll-hint-bounce 1.5s ease-in-out infinite;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230e7ae0'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: scroll-hint-bounce 1.5s ease-in-out infinite;
}
.scroll-hint-custom__text {
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  color: #0e7ae0;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

@-webkit-keyframes scroll-hint-bounce {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}

@keyframes scroll-hint-bounce {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
.p-problems__table {
  position: relative;
  min-width: 42.5rem;
  overflow: clip;
  border-radius: 0.625rem;
}
.p-problems__table::before {
  display: block;
  position: absolute;
  inset: 0rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.625rem;
  content: "";
}
@media (min-width: 768px) {
  .p-problems__table {
    min-width: auto;
  }
}

.p-problems__tableInner {
  width: 100%;
  overflow: clip;
  table-layout: fixed;
}

.p-problems__tableData {
  min-height: 4.5rem;
}

.p-problems__thead .p-problems__tableRow .p-problems__tableHead {
  z-index: 1;
  position: sticky;
  top: 0;
  padding: 0.75rem 1.25rem;
  border-right: 0.0625rem solid #e3e3e3;
  border-bottom: 0.0625rem solid #e3e3e3;
  background: #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-problems__thead .p-problems__tableRow .p-problems__tableHead::before {
  z-index: -1;
  position: absolute;
  inset: 0;
  background: #0e7ae0;
  content: "";
}
.p-problems__thead .p-problems__tableRow .p-problems__tableHead:last-child {
  border-right: none;
}
.p-problems__thead .p-problems__tableRow .p-problems__tableHead:last-child::before {
  border-radius: 0 0.5625rem 0 0;
}
.p-problems__thead .p-problems__tableRow .p-problems__tableHead:first-child::before {
  border-radius: 0.5625rem 0 0 0;
}
@media (min-width: 768px) {
  .p-problems__thead .p-problems__tableRow .p-problems__tableHead {
    top: 8.1875rem;
    padding: 0.75rem 1.5rem;
  }
}
.p-problems__thead .p-problems__tableRow .p-problems__tableHead:first-child {
  width: 10rem;
}
@media (min-width: 768px) {
  .p-problems__thead .p-problems__tableRow .p-problems__tableHead:first-child {
    width: 14.375rem;
  }
}
@media (min-width: 768px) {
  .p-problems__thead .p-problems__tableRow .p-problems__tableHead:nth-child(2) {
    width: 16.875rem;
  }
}
.p-problems__tbody .p-problems__tableHead {
  padding: 0.625rem 1.0625rem;
  background: #f2f0ff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-problems__tbody .p-problems__tableHead {
    padding: 1.25rem 1.0625rem 1.125rem;
  }
}
.p-problems__tbody .p-problems__tableHead:not(:last-child) {
  border-bottom: 0.0625rem solid #e3e3e3;
}
.p-problems__tbody .p-problems__tableRow:last-child .p-problems__tableHead,
.p-problems__tbody .p-problems__tableRow:last-child .p-problems__tableData {
  -webkit-border-after: none;
  border-block-end: none;
}
.p-problems__tbody .p-problems__tableRow:last-child .p-problems__tableHead:first-child,
.p-problems__tbody .p-problems__tableRow:last-child .p-problems__tableData:first-child {
  border-end-start-radius: 0.625rem;
}
.p-problems__tbody .p-problems__tableRow:last-child .p-problems__tableHead:last-child,
.p-problems__tbody .p-problems__tableRow:last-child .p-problems__tableData:last-child {
  border-end-end-radius: 0.625rem;
}

.p-problems__tableData {
  -webkit-border-start: 0.0625rem solid #e3e3e3;
  padding: 0.75rem 1.4375rem 0.5rem 1.1875rem;
  border-bottom: 0.0625rem solid #e3e3e3;
  border-inline-start: 0.0625rem solid #e3e3e3;
  background: #ffffff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-problems__tableData {
    padding: 1.25rem 1.25rem 1.4375rem 1.0625rem;
  }
}
.p-problems__lead {
  margin-top: -0.25rem;
  padding-inline: 1rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-problems__lead {
    padding-inline: 0;
    font-size: 1rem;
  }
}

.p-case {
  padding-block: 5rem 5.5625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-case {
    padding-block: 8.125rem 6.6875rem;
  }
}

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

.p-case__articles {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-case__articles {
    -ms-grid-columns: 1fr 2.125rem 1fr 2.125rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.375rem 2.125rem;
  }
}

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

.p-form__table {
  display: flex;
  flex-direction: column;
  gap: 2.3125rem;
}
@media (min-width: 768px) {
  .p-form__table {
    max-width: 56.25rem;
    margin-inline: auto;
    gap: 2.5625rem;
  }
}
.p-form__table tbody {
  display: contents;
}

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

.p-form__buttonWrapper {
  -webkit-margin-before: 2.5rem;
  width: 16.125rem;
  margin-inline: auto;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-form__buttonWrapper {
    -webkit-margin-before: 3.25rem;
    margin-block-start: 3.25rem;
  }
}

.p-form__button {
  width: 100%;
  padding-inline: 3.4375rem;
  padding-block: 0.75rem;
  border-radius: 100vmax;
  background: #0e7ae0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.03em;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-form__button {
    font-size: 1.125rem;
  }
}

.p-form__recaptcha {
  -webkit-margin-before: 2.625rem;
  margin-block-start: 2.625rem;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.04em;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-form__recaptcha {
    font-size: 0.875rem;
    text-align: center;
  }
}
.p-form__recaptcha a {
  color: #0e7ae0;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-form__recaptcha a:hover {
    opacity: 0.5;
  }
}
.p-form__recaptcha a:focus {
  outline: none;
}
.p-form__recaptcha a:focus-visible {
  outline: none;
  opacity: 0.5;
}

@media (any-hover: hover) {
  .p-form__button:hover {
    background: #2d89df;
  }
}
.p-form__button:focus {
  outline: none;
}
.p-form__button:focus-visible {
  outline: none;
  background: #2d89df;
}

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

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.25rem;
  margin: 0;
  margin-block-start: 0.25rem;
  padding: 0;
  border: none !important;
  color: #ff5687;
  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.25rem;
  margin: 0 !important;
  margin-block-start: 0.25rem;
  padding: 0 !important;
  border: none !important;
  color: #ff5687 !important;
  font-weight: 600;
  font-size: 1rem;
  text-align: center !important;
}

.p-form.-entry .p-form__table {
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-form.-entry .p-form__table {
    gap: 2.5rem;
  }
}
.p-form.-entry .p-form__privacy {
  -webkit-margin-before: 1.0625rem;
  margin-block-start: 1.0625rem;
}
@media (min-width: 768px) {
  .p-form.-entry .p-form__privacy {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }
}
.p-form.-entry .p-form__buttonWrapper {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-form.-entry .p-form__buttonWrapper {
    -webkit-margin-before: 3.0625rem;
    margin-block-start: 3.0625rem;
  }
}
.p-form.-entry .p-form__recaptcha {
  -webkit-margin-before: 2.625rem;
  margin-block-start: 2.625rem;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-form.-entry .p-form__recaptcha {
    font-size: 0.875rem;
  }
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-form-item {
    flex-direction: row;
    gap: 2.4375rem;
  }
}

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

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

.p-form-item__body.-short {
  position: relative;
  font-weight: 500;
  line-height: 1.7;
}
.p-form-item__body.-short span.-age {
  -webkit-margin-before: 0.6875rem;
  position: absolute;
  left: 7.375rem;
  margin-block-start: 0.6875rem;
  font-size: 1rem;
}
.p-form-item__body.-short .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-form-item.-spMargin {
  -webkit-margin-before: -0.5625rem;
  margin-block-start: -0.5625rem;
}
@media (min-width: 768px) {
  .p-form-item.-spMargin {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}
@media (min-width: 768px) {
  .p-form-item.-noMargin .p-form-item__head {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-form-head {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5rem;
}

.p-form-head__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-form-head__name {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

.p-form-head__label {
  display: inline-block;
  flex-shrink: 0;
  padding: 0.3125rem 0.375rem;
  border-radius: 0.25rem;
  background: #8e8e8e;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
.p-form-head__label.-required {
  background: #0e7ae0;
}

.p-form-head__attention {
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  translate: 0 -50%;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-form-head__attention {
    top: unset;
    right: unset;
    bottom: -1.625rem;
    left: 0;
  }
}

.p-form-head.-file {
  -webkit-padding-after: 1.6875rem;
  padding-block-end: 1.6875rem;
}
@media (min-width: 768px) {
  .p-form-head.-file {
    -webkit-padding-after: 2.1875rem;
    padding-block-end: 2.1875rem;
    line-height: 1.3;
  }
}

.p-form-head__attention.-file {
  top: 2.3125rem;
  right: unset;
  left: 0;
  translate: 0 0;
}

.p-contact {
  padding-block: 2.4375rem 4.75rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-contact {
    padding-block: 4.8125rem 8.5625rem;
  }
}

.p-contact__inner {
  z-index: 3;
  position: relative;
}

.p-contact__box {
  padding: 2.375rem 0.9375rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-contact__box {
    padding: 4.75rem 1.875rem 4.625rem;
  }
}

.p-contact__lead {
  font-weight: 600;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-contact__lead {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-contact__link {
  color: #0e7ae0;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.p-contact__form {
  -webkit-margin-before: 2.625rem;
  margin-block-start: 2.625rem;
}
@media (min-width: 768px) {
  .p-contact__form {
    -webkit-margin-before: 4.375rem;
    margin-block-start: 4.375rem;
  }
}

@media (any-hover: hover) {
  .p-contact__link:hover {
    opacity: 0.7;
  }
}
.p-contact__link:focus {
  outline: none;
}
.p-contact__link:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-contact.-entry .p-contact__box {
  padding: 2.25rem 0.9375rem;
}
@media (min-width: 768px) {
  .p-contact.-entry .p-contact__box {
    padding-block: 4.8125rem 4.625rem;
  }
}
.p-contact.-entry .p-contact__lead {
  line-height: 1.9;
  text-align: center;
}
.p-contact.-entry .p-contact__form {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-contact.-entry .p-contact__form {
    -webkit-margin-before: 4.375rem;
    margin-block-start: 4.375rem;
  }
}

.p-privacy {
  padding-block: 2.5rem 5.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-privacy {
    padding-block: 4.8125rem 10.625rem;
  }
}

.p-privacy__inner {
  z-index: 3;
  position: relative;
  max-width: 62.875rem;
}

.p-privacy__box {
  padding: 2.25rem 2rem 3.125rem 2rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-privacy__box {
    padding: 4.125rem 4.4375rem 4.125rem 4.875rem;
  }
}

.p-privacy__lead {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-privacy__content h2 {
  -webkit-padding-after: 0.9375rem;
  margin-block: 2.125rem 1.125rem;
  padding-block-end: 0.9375rem;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.1);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-privacy__content h2 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .p-privacy__content h2 {
    margin-block: 3.375rem 1.75rem;
  }
}
.p-privacy__content p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-privacy__content p + p {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}

.p-company-message__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-company-message__content {
    flex-direction: row;
    gap: 6.125rem;
  }
}

.p-company-message__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-company-message__textArea {
    -webkit-margin-before: -0.4375rem;
    display: block;
    flex-grow: 1;
    margin-block-start: -0.4375rem;
  }
}

.p-company-message__heading {
  order: 1;
}

.p-company-message__catch {
  -webkit-margin-before: 2.0625rem;
  position: relative;
  order: 3;
  margin-block-start: 2.0625rem;
}
@media (min-width: 768px) {
  .p-company-message__catch {
    -webkit-margin-before: 1.1875rem;
    margin-block-start: 1.1875rem;
  }
}
.p-company-message__catch span {
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-company-message__catch span {
    line-height: 1.8;
  }
}
.p-company-message__catch::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -0.5rem;
  left: -0.375rem;
  width: 22.25rem;
  height: 6.5rem;
  background: url(../img/sp/p-company-message_line.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-company-message__catch::before {
    width: 32.5625rem;
    height: 4.5625rem;
    background: url(../img/p-company-message_line.webp) no-repeat center center/cover;
  }
}

.p-company-message__leadArea {
  -webkit-margin-before: 0.9375rem;
  order: 4;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-company-message__leadArea {
    -webkit-margin-before: 1.1875rem;
    margin-block-start: 1.1875rem;
  }
}

.p-company-message__text {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.08;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-message__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-company-message__name {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: right;
}
@media (min-width: 768px) {
  .p-company-message__name {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    font-size: 1rem;
  }
}
.p-company-message__name span {
  font-size: 1.25rem;
}

.p-company-message__imageArea {
  -webkit-margin-before: 1.1875rem;
  position: relative;
  order: 2;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-company-message__imageArea {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    width: 31.625rem;
    margin-block-start: 0;
  }
}

.p-company-message__deco {
  position: absolute;
  right: -2.625rem;
  bottom: -4.3125rem;
  width: 7.8125rem;
}
@media (min-width: 768px) {
  .p-company-message__deco {
    right: -6.8125rem;
    bottom: -6.6875rem;
    width: 14.8125rem;
  }
}

.p-company-message__image {
  box-shadow: 1.25rem 1.875rem 2.125rem 0 rgba(0, 0, 0, 0.08);
}
.p-company-message__image img {
  border-radius: 0.9375rem;
}
@media (min-width: 768px) {
  .p-company-message__image img {
    border-radius: 1.25rem;
  }
}

.p-company-philosophy {
  padding-block: 3.5rem 4.3125rem;
}
@media (min-width: 768px) {
  .p-company-philosophy {
    padding-block: 6.75rem 7.8125rem;
  }
}

.p-company-philosophy__deco {
  z-index: 2;
  position: absolute;
}
.p-company-philosophy__deco.-first {
  top: -0.5rem;
  left: -2.3125rem;
  width: 12.375rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__deco.-first {
    top: -2.9375rem;
    left: calc(50% - 48.125rem);
    width: 23.0625rem;
  }
}
.p-company-philosophy__deco.-second {
  right: -1.5625rem;
  bottom: -2.375rem;
  width: 6.125rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__deco.-second {
    z-index: 0;
    right: calc(50% - 47.3125rem);
    bottom: 1.6875rem;
    width: 18.1875rem;
  }
}

@media (min-width: 768px) {
  .p-company-philosophy__inner {
    max-width: 87.5rem;
  }
}

.p-company-philosophy__box {
  padding: 2.8125rem 1rem 0.6875rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-company-philosophy__box {
    padding: 4.8125rem 6.3125rem 2.875rem;
    border-radius: 1.875rem;
  }
}

.p-company-philosophy__heading {
  display: flex;
  flex-direction: column;
  padding-inline: 0.6875rem;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 0;
  }
}

.p-company-philosophy__lead {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-philosophy__lead {
    font-size: 1rem;
    line-height: 2;
  }
}

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

.p-company-philosophy__item {
  display: flex;
  flex-direction: column;
  padding-block: 1.6875rem;
  gap: 1.375rem;
  border-top: 0.125rem solid rgba(52, 52, 52, 0.1);
}
@media (min-width: 768px) {
  .p-company-philosophy__item {
    flex-direction: row-reverse;
  }
  .p-company-philosophy__item:first-child {
    align-items: center;
    gap: 5.3125rem;
  }
  .p-company-philosophy__item:last-child {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.9375rem;
  }
  .p-company-philosophy__item:last-child .p-company-philosophy__textArea {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}

.p-company-philosophy__textArea {
  padding-inline: 0.6875rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__textArea {
    flex-grow: 1;
    padding-inline: 0;
  }
}

.p-company-philosophy__title {
  color: #0e7ae0;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-company-philosophy__title {
    font-size: 1.625rem;
  }
}

.p-company-philosophy__textWrapper {
  -webkit-margin-before: 0.625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.625rem;
  gap: 0.1875rem;
}
@media (min-width: 768px) {
  .p-company-philosophy__textWrapper {
    -webkit-margin-before: 0.875rem;
    max-width: 30.5625rem;
    margin-block-start: 0.875rem;
  }
}

.p-company-philosophy__textDot {
  -webkit-padding-after: 0.25rem;
  padding-block-end: 0.25rem;
  border-bottom: 0.0625rem dashed rgba(52, 52, 52, 0.2);
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-company-philosophy__textDot {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
}

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

.p-company-philosophy__text {
  -webkit-margin-before: 0.6875rem;
  margin-block-start: 0.6875rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-company-philosophy__text {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
}

.p-company-philosophy__subList {
  -webkit-margin-before: 1.375rem;
  display: flex;
  flex-direction: column;
  margin-inline: -0.6875rem;
  margin-block-start: 1.375rem;
  padding: 1.3125rem 0.6875rem 1.625rem 0.875rem;
  gap: 0.8125rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.625rem;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  .p-company-philosophy__subList {
    -webkit-margin-before: 0.9375rem;
    margin-inline: 0;
    margin-block-start: 0.9375rem;
    padding: 1.0625rem 0.625rem 0.8125rem 1.3125rem;
  }
}

.p-company-philosophy__subItem {
  display: flex;
  align-items: flex-start;
  gap: 0.5625rem;
}

.p-company-philosophy__subItemNumber {
  flex-shrink: 0;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.16;
  font-family: "gotham", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-company-philosophy__subItemNumber {
    line-height: 1;
  }
}

.p-company-philosophy__subItemText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-company-profile {
  padding-block: 3.1875rem 5rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-company-profile {
    padding-block: 6.8125rem 7.1875rem;
  }
}

.p-company-profile__inner {
  z-index: 3;
  position: relative;
}

.p-company-profile__box {
  padding: 2.125rem 1rem 1.875rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-company-profile__box {
    padding: 4.0625rem 6.25rem 4rem;
    border-radius: 1.25rem;
  }
}

.p-company-profile__content {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-company-profile__content {
    -webkit-margin-before: 3.3125rem;
    margin-block-start: 3.3125rem;
  }
}

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

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

.p-company-profile__office {
  -webkit-margin-before: 3.875rem;
  margin-block-start: 3.875rem;
}
@media (min-width: 768px) {
  .p-company-profile__office {
    -webkit-margin-before: 6.6875rem;
    margin-block-start: 6.6875rem;
  }
}

.p-company-table__table {
  width: 100%;
}

.p-company-table__tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-company-table__tbody {
    gap: 1.625rem;
  }
}

.p-company-table__row {
  -webkit-padding-after: 1rem;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block-end: 1rem;
  gap: 0.1875rem;
}
@media (min-width: 768px) {
  .p-company-table__row {
    -webkit-padding-after: 0;
    flex-direction: row;
    padding-block-end: 0;
    gap: 0;
  }
}
.p-company-table__row::before, .p-company-table__row::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
@media (min-width: 768px) {
  .p-company-table__row::before, .p-company-table__row::after {
    display: none;
  }
}
.p-company-table__row::before {
  width: 100%;
  background: rgba(52, 52, 52, 0.1);
}
.p-company-table__row::after {
  width: 3.75rem;
  background: #0e7ae0;
}
@media (min-width: 768px) {
  .p-company-table__row:last-child .p-company-table__head {
    -webkit-padding-before: 1.1875rem;
    padding-block-start: 1.1875rem;
  }
}

.p-company-table__head {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-company-table__head {
    -webkit-padding-after: 1.5rem;
    flex-shrink: 0;
    width: 11.5rem;
    padding-block-end: 1.5rem;
    border-bottom: 0.125rem solid #0e7ae0;
    font-size: 1.125rem;
  }
}

.p-company-table__data {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-company-table__data {
    -webkit-margin-before: 0.125rem;
    -webkit-padding-after: 1.5rem;
    flex-grow: 1;
    margin-block-start: 0.125rem;
    padding-inline: 1.6875rem;
    padding-block-end: 1.5rem;
    border-bottom: 0.125rem solid rgba(52, 52, 52, 0.1);
    font-size: 1rem;
  }
}

.p-company-table__imageLink {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-company-table__list.-dot {
  -webkit-padding-start: 1.375rem;
  padding-inline-start: 1.375rem;
  list-style: disc;
  list-style-position: outside;
}

.p-company-table__item {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-company-table__item {
    font-size: 1rem;
  }
}

.p-company-table__image {
  width: 10.0625rem;
}
@media (min-width: 768px) {
  .p-company-table__image {
    width: 12.125rem;
  }
}

@media (any-hover: hover) {
  .p-company-table__imageLink:hover {
    opacity: 0.7;
  }
}
.p-company-table__imageLink:focus {
  outline: none;
}
.p-company-table__imageLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-company-license__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-company-license__heading {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-company-license__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-company-license__title {
    font-size: 2.25rem;
  }
}

.p-company-license__lead {
  padding-inline: 0.6875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-license__lead {
    padding-inline: 0;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-company-license__content {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
}
@media (min-width: 768px) {
  .p-company-license__content {
    -webkit-margin-before: 2.625rem;
    margin-block-start: 2.625rem;
  }
}

.p-company-license__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-company-license__list {
    -ms-grid-columns: 1fr 1.75rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}

.p-company-license__item {
  padding: 1.0625rem 0.9375rem 1.1875rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.625rem;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  .p-company-license__item {
    padding: 1.625rem 1.625rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .p-company-license__item:last-child {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-company-license__section {
  display: contents;
}

.p-company-license__subTitle {
  display: inline-block;
  padding: 0.25rem 0.9375rem 0.3125rem 0.9375rem;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-license__subTitle {
    padding: 0.25rem 1.5rem 0.375rem;
    font-size: 1.125rem;
  }
}

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

.p-company-license__subList {
  -webkit-margin-before: 0.625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.625rem;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-company-license__subList {
    -webkit-margin-before: 1.0625rem;
    margin-block-start: 1.0625rem;
  }
}

.p-company-license__subItem {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

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

.p-company-history__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-company-history__title {
    font-size: 2.25rem;
  }
}

.p-company-history__content {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (min-width: 768px) {
  .p-company-history__content {
    -webkit-margin-before: 2.75rem;
    margin-block-start: 2.75rem;
  }
}

.p-company-history__table {
  width: 100%;
}

.p-company-history__tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-company-history__tbody {
    gap: 1.625rem;
  }
}

.p-company-history__row {
  -webkit-padding-after: 1rem;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block-end: 1rem;
  gap: 0.1875rem;
}
@media (min-width: 768px) {
  .p-company-history__row {
    -webkit-padding-after: 0;
    flex-direction: row;
    padding-block-end: 0;
    gap: 0;
  }
}
.p-company-history__row::before, .p-company-history__row::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
@media (min-width: 768px) {
  .p-company-history__row::before, .p-company-history__row::after {
    display: none;
  }
}
.p-company-history__row::before {
  width: 100%;
  background: rgba(52, 52, 52, 0.1);
}
.p-company-history__row::after {
  width: 3.75rem;
  background: #0e7ae0;
}

.p-company-history__head {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-company-history__head {
    -webkit-padding-after: 1.5rem;
    flex-shrink: 0;
    width: 11.5rem;
    padding-block-end: 1.5rem;
    border-bottom: 0.125rem solid #0e7ae0;
    font-size: 1.125rem;
  }
}

.p-company-history__data {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-company-history__data {
    -webkit-margin-before: 0.125rem;
    -webkit-padding-after: 1.5rem;
    flex-grow: 1;
    margin-block-start: 0.125rem;
    padding-inline: 1.6875rem;
    padding-block-end: 1.5rem;
    border-bottom: 0.125rem solid rgba(52, 52, 52, 0.1);
    font-size: 1rem;
  }
}

.p-company-office__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}
@media (min-width: 768px) {
  .p-company-office__heading {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-company-office__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-company-office__title {
    font-size: 2.25rem;
  }
}

.p-company-office__lead {
  padding-inline: 0.6875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-office__lead {
    -webkit-padding-end: 5.3125rem;
    padding-inline: 0;
    padding-inline-end: 5.3125rem;
    font-size: 1rem;
    line-height: 2;
  }
}

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

.p-company-office__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.0625rem;
}
@media (min-width: 768px) {
  .p-company-office__list {
    -ms-grid-columns: 1fr 1.3125rem 1fr 1.3125rem 1fr 1.3125rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3125rem;
  }
}

.p-company-office__item {
  -ms-grid-rows: auto 1rem auto;
  -ms-grid-columns: 8.125rem 1.125rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 8.125rem 1fr;
  grid-template-areas: "image text" "map map";
  align-items: center;
  gap: 1rem 1.125rem;
}
@media (min-width: 768px) {
  .p-company-office__item {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto 0.9375rem auto 0.9375rem auto;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text" "map";
    gap: 0.9375rem;
  }
  .p-company-office__item > .p-footer-entry__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-company-office__textArea {
  display: flex;
  grid-area: text;
  flex-direction: column;
}

.p-company-office__item > .p-company-office__textArea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-company-office__itemTitle {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-office__itemTitle {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-company-office__address {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-office__address {
    -webkit-margin-before: -0.125rem;
    margin-block-start: -0.125rem;
    font-size: 1rem;
  }
}

.p-company-office__tel {
  -webkit-margin-before: 0.3125rem;
  margin-block-start: 0.3125rem;
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-office__tel {
    -webkit-margin-before: 0.4375rem;
    margin-block-start: 0.4375rem;
    font-size: 1rem;
  }
}
.p-company-office__tel span {
  -webkit-padding-end: 0.25rem;
  padding-inline-end: 0.25rem;
}

.p-company-office__fax {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-company-office__fax {
    -webkit-margin-before: 0.1875rem;
    margin-block-start: 0.1875rem;
    font-size: 1rem;
  }
}

.p-company-office__imageArea {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}

.p-company-office__image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-company-office__image img {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .p-company-office__image img {
    aspect-ratio: 234/160;
  }
}

.p-company-office__mapArea {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: map;
}

@media (min-width: 768px) {
  .p-footer-entry__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-footer-entry__textArea {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-footer-entry__buttons {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-company-office__textArea {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-company-office__item > .p-company-office__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-company-office__imageArea {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-company-office__mapArea {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.p-company-office__mapArea iframe {
  aspect-ratio: 325/220;
  width: 100%;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-company-office__mapArea iframe {
    aspect-ratio: 234/165;
  }
}

.p-recruit-fv {
  height: 22.8125rem;
  padding-block: 4.125rem;
  background: url(../img/sp/p-recruit-fv_bg.webp) no-repeat bottom center/100% auto;
}
@media (min-width: 768px) {
  .p-recruit-fv {
    height: 26.875rem;
    background: url(../img/p-recruit-fv_bg.webp) no-repeat bottom right/auto 100%;
  }
}

.p-recruit-fv__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.p-recruit-fv__deco {
  z-index: 3;
  position: absolute;
}
.p-recruit-fv__deco.-first {
  top: -1.5rem;
  left: 4.4375rem;
  width: 8.3125rem;
}
@media (min-width: 768px) {
  .p-recruit-fv__deco.-first {
    top: -3.875rem;
    left: calc(50% - 31.25rem);
    width: 14.125rem;
  }
}
.p-recruit-fv__deco.-second {
  top: -3.125rem;
  right: -5.25rem;
  width: 9.3125rem;
}
@media (min-width: 768px) {
  .p-recruit-fv__deco.-second {
    top: -6.5625rem;
    right: calc(50% - 50rem);
    width: 18.1875rem;
  }
}
.p-recruit-fv__deco.-third {
  bottom: -6.8125rem;
  left: -3.125rem;
  width: 12rem;
}
@media (min-width: 768px) {
  .p-recruit-fv__deco.-third {
    bottom: -8.6875rem;
    left: calc(50% - 49.4375rem);
    width: 15.25rem;
  }
}

@media (min-width: 768px) {
  .p-recruit-fv__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
}

.p-recruit-fv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-recruit-fv__heading {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
  }
}

.p-recruit-fv__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-recruit-fv__title {
    font-size: 1.5rem;
  }
}

.p-recruit-fv__lead {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit-fv__lead {
    font-size: 3.125rem;
    line-height: 1.4;
    text-align: left;
  }
}

.p-recruit-news {
  padding-block: 2.5rem 3.875rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-recruit-news {
    padding-block: 4.4375rem 7.5rem;
  }
}

.p-recruit-news__inner {
  display: flex;
  z-index: 3;
  position: relative;
  flex-direction: column;
  gap: 3.625rem;
}
@media (min-width: 768px) {
  .p-recruit-news__inner {
    gap: 3.9375rem;
  }
}

.p-recruit-news__articles {
  display: flex;
  flex-direction: column;
}

.p-recruit-news__article {
  display: block;
}

.p-recruit-news__link {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 1rem 1.0625rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-recruit-news__link {
    flex-direction: row;
    align-items: center;
    padding-block: 1.625rem;
    gap: 0.4375rem;
  }
}
.p-recruit-news__link::before, .p-recruit-news__link::after {
  -webkit-transform-origin: left center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  transform-origin: left center;
  content: "";
}
.p-recruit-news__link::before {
  background: rgba(52, 52, 52, 0.1);
}
.p-recruit-news__link::after {
  scale: 0;
  background: #0e7ae0;
  transition: scale 0.3s ease-out;
}

.p-recruit-news__time {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.24;
  font-family: "gotham", sans-serif;
}
@media (min-width: 768px) {
  .p-recruit-news__time {
    flex-shrink: 0;
    width: 6.4375rem;
    font-size: 1rem;
    line-height: 1.09;
  }
}

.p-recruit-news__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-recruit-news__title {
    -webkit-line-clamp: 1;
    font-size: 1.125rem;
  }
}

.p-recruit-news__cta {
  margin-inline: -1rem;
}
@media (min-width: 768px) {
  .p-recruit-news__cta {
    margin-inline: 0;
  }
}

@media (any-hover: hover) {
  .p-recruit-news__link:hover::after {
    scale: 1;
  }
}
.p-recruit-news__link:focus {
  outline: none;
}
.p-recruit-news__link:focus-visible {
  outline: none;
}
.p-recruit-news__link:focus-visible::after {
  scale: 1;
}

.p-recruit-cta {
  position: relative;
  width: 100%;
  padding: 2rem 1rem 1.875rem;
  border-radius: 0.9375rem;
  background: url(../img/sp/p-recruit-cta_bg.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-recruit-cta {
    padding: 3.25rem 2rem 3.625rem;
    border-radius: 1.875rem;
    background: url(../img/p-recruit-cta_bg.webp) no-repeat center center/cover;
  }
}

.p-recruit-cta__deco {
  position: absolute;
}
.p-recruit-cta__deco.-first {
  top: -4.1875rem;
  left: -3rem;
  width: 11rem;
}
@media (min-width: 768px) {
  .p-recruit-cta__deco.-first {
    top: -3.875rem;
    left: -7.6875rem;
    width: 13.8125rem;
  }
}
.p-recruit-cta__deco.-second {
  right: -4.9375rem;
  bottom: -6.25rem;
  width: 11.6875rem;
}
@media (min-width: 768px) {
  .p-recruit-cta__deco.-second {
    right: -5.9375rem;
    bottom: -7.5625rem;
    width: 13.25rem;
  }
}

.p-recruit-cta__content {
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .p-recruit-cta__content {
    padding-inline: 0;
  }
}

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

.p-recruit-cta__leadWrapper {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-recruit-cta__leadWrapper {
    gap: 1.125rem;
  }
}

.p-recruit-cta__slash {
  width: 0.75rem;
}
@media (min-width: 768px) {
  .p-recruit-cta__slash {
    width: 1.125rem;
  }
}

.p-recruit-cta__lead {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit-cta__lead {
    font-size: 1.75rem;
  }
}

.p-recruit-cta__title {
  position: relative;
}
.p-recruit-cta__title span {
  z-index: 3;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit-cta__title span {
    font-size: 2.25rem;
  }
}
.p-recruit-cta__title::before {
  display: block;
  position: absolute;
  content: "";
}

.p-recruit-cta__text {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-recruit-cta__text {
    -webkit-margin-before: 1.0625rem;
    margin-block-start: 1.0625rem;
    font-size: 1rem;
    text-align: center;
  }
}

.p-recruit-cta__buttons {
  -webkit-margin-before: 0.9375rem;
  display: flex;
  flex-direction: column;
  width: 17rem;
  margin-inline: auto;
  margin-block-start: 0.9375rem;
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .p-recruit-cta__buttons {
    -webkit-margin-before: 1.125rem;
    flex-direction: row;
    width: 32.8125rem;
    margin-block-start: 1.125rem;
    gap: 0.9375rem;
  }
}

.p-recruit-cta__button {
  width: 100%;
}

.p-recruit-cta.-ver02 {
  -webkit-padding-after: 2.875rem;
  padding-block-end: 2.875rem;
}
@media (min-width: 768px) {
  .p-recruit-cta.-ver02 {
    -webkit-padding-after: 3.4375rem;
    padding-block-end: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .p-recruit-cta.-ver02 .p-recruit-cta__heading {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .p-recruit-cta.-ver02 .p-recruit-cta__leadWrapper {
    gap: 1.75rem;
  }
}
@media (min-width: 768px) {
  .p-recruit-cta.-ver02 .p-recruit-cta__lead {
    translate: 0.75rem;
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .p-recruit-cta.-ver02 .p-recruit-cta__title span {
    font-size: 1.75rem;
  }
}

.p-recruit-cta__title.-ver01::before {
  z-index: 2;
  bottom: -0.125rem;
  left: -0.25rem;
  width: 14.1875rem;
  height: 6.375rem;
  background: url(../img/sp/p-recruit-cta_line.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-recruit-cta__title.-ver01::before {
    width: 48.5rem;
    height: 1.75rem;
    background: url(../img/p-recruit-cta_line.webp) no-repeat center center/cover;
  }
}
.p-recruit-cta__title.-ver02::before {
  z-index: 2;
  bottom: -0.1875rem;
  left: -0.25rem;
  width: 17.875rem;
  height: 6.75rem;
  background: url(../img/sp/p-recruit-cta_line-002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-recruit-cta__title.-ver02::before {
    bottom: -1rem;
    left: -1.125rem;
    width: 48.5625rem;
    height: 2.25rem;
    background: url(../img/p-recruit-cta_line-002.webp) no-repeat center center/cover;
  }
}

.p-recruit-about {
  -webkit-padding-before: 5rem;
  padding-block-start: 5rem;
}
@media (min-width: 768px) {
  .p-recruit-about {
    -webkit-padding-before: 5.125rem;
    padding-block-start: 5.125rem;
  }
}

@media (min-width: 768px) {
  .p-recruit-about__inner {
    max-width: 87.5rem;
  }
}

.p-recruit-about__box {
  padding: 2.75rem 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-recruit-about__box {
    padding: 4.1875rem 3.125rem 5rem 6.25rem;
    border-radius: 1.875rem;
  }
}

.p-recruit-about__deco {
  z-index: 3;
  position: absolute;
}
.p-recruit-about__deco.-first {
  top: -3.5rem;
  left: -2.125rem;
  width: 12.125rem;
}
@media (min-width: 768px) {
  .p-recruit-about__deco.-first {
    top: -6.0625rem;
    left: calc(50% - 46.4375rem);
    width: 20.8125rem;
  }
}
@media (min-width: 768px) {
  .p-recruit-about__deco.-second {
    z-index: -1;
    top: -5.1875rem;
    right: calc(50% - 48.875rem);
    width: 17.1875rem;
  }
}
.p-recruit-about__deco.-third {
  bottom: -9rem;
  left: 0.3125rem;
  width: 10.6875rem;
}
@media (min-width: 768px) {
  .p-recruit-about__deco.-third {
    bottom: -11.75rem;
    left: calc(50% - 41.0625rem);
    width: 20.125rem;
  }
}
.p-recruit-about__deco.-fourth {
  z-index: -1;
  right: -3.375rem;
  bottom: -5.6875rem;
  width: 10.375rem;
}
@media (min-width: 768px) {
  .p-recruit-about__deco.-fourth {
    right: calc(50% - 43.375rem);
    bottom: -8.625rem;
    width: 18.75rem;
  }
}

@media (min-width: 768px) {
  .p-recruit-about__heading {
    -webkit-margin-end: 3.3125rem;
    margin-inline-end: 3.3125rem;
  }
}

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

.p-recruit-about__main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-recruit-about__main {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

.p-recruit-about__textArea {
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .p-recruit-about__textArea {
    flex-grow: 1;
    padding-inline: 0;
  }
}

.p-recruit-about__catch {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-recruit-about__catch {
    font-size: 1.5rem;
  }
}

.p-recruit-about__text {
  -webkit-margin-before: 1.4375rem;
  margin-block-start: 1.4375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-recruit-about__text {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .p-recruit-about__imageArea {
    flex-shrink: 0;
    width: 35.5rem;
  }
}

.p-recruit-about__image {
  overflow: hidden;
}
.p-recruit-about__image img {
  -webkit-mask-composite: source-in, xor;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  display: block;
  mask-composite: intersect;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
}

.p-recruit-about__movie {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  padding-inline: 0.9375rem;
}
@media (min-width: 768px) {
  .p-recruit-about__movie {
    -webkit-margin-before: 1.1875rem;
    width: 43.375rem;
    margin-inline: auto;
    margin-block-start: 1.1875rem;
    padding-inline: 0;
    translate: -1.625rem;
  }
}
.p-recruit-about__movie iframe {
  aspect-ratio: 294/165;
  width: 100%;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-recruit-about__movie iframe {
    aspect-ratio: 694/390;
  }
}

.p-recruit-benefits {
  -webkit-padding-before: 5rem;
  padding-block-start: 5rem;
}
@media (min-width: 768px) {
  .p-recruit-benefits {
    -webkit-padding-before: 7.1875rem;
    padding-block-start: 7.1875rem;
  }
}

.p-recruit-benefits__deco {
  z-index: 3;
  position: absolute;
}
.p-recruit-benefits__deco.-first {
  bottom: -5.25rem;
  left: calc(50% - 49.875rem);
  width: 19.5rem;
}
.p-recruit-benefits__deco.-second {
  right: calc(50% - 50.375rem);
  bottom: 2.1875rem;
  width: 14.25rem;
}

.p-recruit-benefits__content {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-recruit-benefits__content {
    -webkit-margin-before: 1.9375rem;
    margin-block-start: 1.9375rem;
  }
}

.p-recruit-benefits__leadWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.0625rem;
}

.p-recruit-benefits__slash {
  width: 1.25rem;
}

.p-recruit-benefits__lead {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit-benefits__lead {
    font-size: 1.375rem;
  }
}

.p-recruit-benefits__list {
  -webkit-margin-before: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.875rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-recruit-benefits__list {
    -webkit-margin-before: 1.8125rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-block-start: 1.8125rem;
    gap: 1.875rem 1.25rem;
  }
}

.p-recruit-benefits__item {
  position: relative;
  padding: 1.875rem 1.875rem;
  border: 0.0625rem solid rgba(14, 122, 224, 0.2);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-recruit-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 1.25rem) / 2);
    min-height: 11.0625rem;
    padding-block: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-recruit-benefits__item:last-child {
    width: 49.125rem;
    padding-block: 2.125rem 1.8125rem;
  }
}
.p-recruit-benefits__item::before {
  display: block;
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  width: 4.75rem;
  height: 0.25rem;
  translate: -50%;
  background: #0e7ae0;
  content: "";
}

.p-recruit-benefits__titleWrapper {
  text-align: center;
}

.p-recruit-benefits__title {
  display: inline;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffe45c 70%);
  color: #343434;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-recruit-benefits__text {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-recruit-benefits__text span {
  font-size: 0.8125rem;
}

.p-recruit-benefits__example {
  -webkit-margin-before: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: 0.75rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-recruit-benefits__example {
    -webkit-margin-before: 0.375rem;
    flex-direction: row;
    margin-block-start: 0.375rem;
  }
}

.p-recruit-benefits__label {
  display: inline-block;
  padding: 0.1875rem 0.75rem 0.3125rem 0.75rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 100vmax;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-recruit-benefits__exampleText {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .p-recruit-benefits__text.-mabs04 {
    -webkit-margin-before: 0.25rem;
    margin-block-start: 0.25rem;
  }
}

.p-recruit-interview {
  padding-block: 3.125rem 6.8125rem;
}
@media (min-width: 768px) {
  .p-recruit-interview {
    padding-block: 5.3125rem 8.6875rem;
  }
}

.p-recruit-interview__deco {
  z-index: 3;
  position: absolute;
}
.p-recruit-interview__deco.-first {
  top: 3.4375rem;
  left: -3.6875rem;
  width: 10.5rem;
}
@media (min-width: 768px) {
  .p-recruit-interview__deco.-first {
    z-index: -1;
    top: 8.0625rem;
    left: calc(50% - 32.0625rem);
    width: 12.75rem;
  }
}
.p-recruit-interview__deco.-second {
  z-index: -1;
  right: -2.125rem;
  bottom: 0.3125rem;
  width: 10.8125rem;
}
@media (min-width: 768px) {
  .p-recruit-interview__deco.-second {
    right: calc(50% - 754px);
    width: 262px;
  }
}

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

.p-recruit-interview__lead {
  translate: 0.25rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit-interview__lead {
    font-size: 1rem;
  }
}

.p-recruit-interview__content {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-recruit-interview__content {
    -webkit-margin-before: 2.6875rem;
    margin-block-start: 2.6875rem;
  }
}

.p-recruit-interview__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1875rem;
}
@media (min-width: 768px) {
  .p-recruit-interview__list {
    -ms-grid-columns: 1fr 2.25rem 1fr 2.25rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}

.p-recruit-interview__item {
  display: contents;
}

.p-recruit-interview__button {
  -webkit-margin-before: 2.5rem;
  width: 18.75rem;
  margin-inline: auto;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-recruit-interview__button {
    -webkit-margin-before: 3.75rem;
    width: 22.5rem;
    margin-block-start: 3.75rem;
  }
}

.p-article {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-article {
    border-radius: 1.25rem;
  }
}

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

.p-article__textArea {
  padding: 1.375rem 1.3125rem 1.25rem;
}
@media (min-width: 768px) {
  .p-article__textArea {
    padding: 1.5rem 1.5rem 1.4375rem;
  }
}

.p-article__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-article__title {
    font-size: 1.125rem;
  }
}

.p-article__foot {
  -webkit-margin-before: 0.5625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-block-start: 0.5625rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-article__foot {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
    gap: 1.375rem;
  }
}

.p-article__meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-article__meta {
    -webkit-margin-before: 0.4375rem;
    margin-block-start: 0.4375rem;
    gap: 0.4375rem;
  }
}

.p-article__year {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-article__year {
    font-size: 0.875rem;
  }
}

.p-article__slash {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-article__slash {
    font-size: 0.875rem;
  }
}

.p-article__job {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-article__job {
    font-size: 0.875rem;
  }
}

.p-article__name {
  -webkit-padding-end: 1.5rem;
  padding-inline-end: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-article__name {
    -webkit-padding-end: 1.875rem;
    padding-inline-end: 1.875rem;
    font-size: 1.625rem;
  }
}

.p-article__image {
  overflow: hidden;
}
.p-article__image img {
  aspect-ratio: 326/202;
  transition: scale 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-article__image img {
    aspect-ratio: 376/300;
  }
}

.p-article__arrow {
  display: -ms-grid;
  display: grid;
  position: absolute;
  right: 0.8125rem;
  bottom: 0.8125rem;
  place-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-article__arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.p-article__arrow::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-article__arrow::before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

@media (any-hover: hover) {
  .p-article:hover .p-article__image img {
    scale: 1.1;
  }
  .p-article:hover .p-article__arrow {
    background: #0e7ae0;
  }
  .p-article:hover .p-article__arrow::before {
    background: #ffffff;
  }
}
.p-article:focus {
  outline: none;
}
.p-article:focus-visible {
  outline: none;
}
.p-article:focus-visible .p-article__image img {
  scale: 1.1;
}
.p-article:focus-visible .p-article__arrow {
  background: #0e7ae0;
}
.p-article:focus-visible .p-article__arrow::before {
  background: #ffffff;
}

.p-recruit-work {
  padding-block: 3.9375rem 4.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-recruit-work {
    padding-block: 6.625rem 7.125rem;
  }
}

.p-recruit-work__deco {
  z-index: 3;
  position: absolute;
  top: -3.5rem;
  left: -2.125rem;
  width: 12.125rem;
}

.p-recruit-work__inner {
  z-index: 3;
  position: relative;
}

.p-recruit-work__lead {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit-work__lead {
    -webkit-margin-before: 1.5625rem;
    margin-block-start: 1.5625rem;
  }
}

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

.p-recruit-work__list {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
@media (min-width: 768px) {
  .p-recruit-work__list {
    gap: 3.25rem;
  }
}

.p-recruit-work__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}

.p-recruit-work__itemHead {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 2rem 1.0625rem;
  gap: 0.1875rem;
  border-bottom: 0.0625rem solid #e3e3e3;
  background: #f9f8ff;
}
@media (min-width: 768px) {
  .p-recruit-work__itemHead {
    flex-direction: row;
    align-items: center;
    padding: 1.875rem 3.125rem;
    gap: 2.4375rem;
  }
}

.p-recruit-work__headTitle {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-recruit-work__headTitle {
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem;
    font-size: 1.75rem;
  }
}
.p-recruit-work__headTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #0e7ae0;
  content: "";
}
@media (min-width: 768px) {
  .p-recruit-work__headTitle::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-recruit-work__headText {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-recruit-work__itemBody {
  display: flex;
  flex-direction: column;
  padding: 1.375rem 2rem 1.875rem 2rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-recruit-work__itemBody {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.9375rem 3.125rem 3.3125rem;
    gap: 3.3125rem;
  }
}

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

.p-recruit-work__itemGroup {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-recruit-work__itemTitle {
  color: #0e7ae0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .p-recruit-work__itemList {
    min-width: 11.5625rem;
  }
}

.p-recruit-work__subItem {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-recruit-work__subItem {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .p-recruit-work__itemListPcWrapper {
    display: flex;
    gap: 1.25rem;
  }
}

.p-recruit-work__itemImageArea {
  width: 100%;
}
@media (min-width: 768px) {
  .p-recruit-work__itemImageArea {
    flex-shrink: 0;
    width: 30.9375rem;
  }
}

.p-recruit-work__itemImage {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-recruit-work__itemImage img {
  aspect-ratio: 294/190;
}
@media (min-width: 768px) {
  .p-recruit-work__itemImage img {
    aspect-ratio: 495/319;
  }
}

.p-recruit-work__itemText {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-recruit-work__cta {
  -webkit-margin-before: 5.5rem;
  margin-block-start: 5.5rem;
}
@media (min-width: 768px) {
  .p-recruit-work__cta {
    -webkit-margin-before: 7.4375rem;
    max-width: 68.75rem;
    margin-inline: auto;
    margin-block-start: 7.4375rem;
  }
}

.p-requirement {
  padding-block: 5rem 4.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-requirement {
    padding-block: 4.8125rem 11.8125rem;
  }
}

.p-requirement__deco {
  position: absolute;
  bottom: -6.9375rem;
  left: 58%;
  width: 32.125rem;
  translate: -50%;
}
@media (min-width: 768px) {
  .p-requirement__deco {
    bottom: -10.1875rem;
    left: 51%;
    width: 101.5rem;
  }
}

.p-requirement__inner {
  z-index: 3;
  position: relative;
}

.p-requirement__box {
  padding: 2.25rem 1rem 3.125rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-requirement__box {
    max-width: 56.625rem;
    margin-inline: auto;
    padding: 4.125rem 4.875rem;
    border-radius: 1.25rem;
  }
}

.p-requirement__table {
  width: 100%;
}

.p-requirement__tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-requirement__tbody {
    gap: 1.75rem;
  }
}

.p-requirement__tableRow {
  -webkit-padding-after: 1rem;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block-end: 1rem;
  gap: 0.1875rem;
}
@media (min-width: 768px) {
  .p-requirement__tableRow {
    -webkit-padding-after: 0;
    flex-direction: row;
    padding-block-end: 0;
    gap: 0;
  }
}
.p-requirement__tableRow::before, .p-requirement__tableRow::after {
  display: block;
  position: absolute;
  content: "";
}
@media (min-width: 768px) {
  .p-requirement__tableRow::before, .p-requirement__tableRow::after {
    display: none;
  }
}
.p-requirement__tableRow::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: rgba(52, 52, 52, 0.1);
}
.p-requirement__tableRow::after {
  bottom: 0;
  left: 0;
  width: 3.75rem;
  height: 0.125rem;
  background: #0e7ae0;
}

.p-requirement__tableHead {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-requirement__tableHead {
    -webkit-padding-after: 1.875rem;
    width: 8.625rem;
    padding-block-end: 1.875rem;
    border-bottom: 0.125rem solid #0e7ae0;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.p-requirement__tableData {
  flex-grow: 1;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-requirement__tableData {
    padding-inline: 1.25rem;
    padding-block: 0.1875rem 1.875rem;
    border-bottom: 0.125rem solid rgba(52, 52, 52, 0.1);
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
}

.p-requirement__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-requirement__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0rem 0.5rem;
  }
}

.p-requirement__buttonWrapper {
  -webkit-margin-before: 3.125rem;
  width: 16.4375rem;
  margin-inline: auto;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-requirement__buttonWrapper {
    -webkit-margin-before: 3.375rem;
    width: 17.375rem;
    margin-block-start: 3.375rem;
  }
}

.p-requirement__button {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.6875rem;
  border-radius: 100vmax;
  background: #ff9f04;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.03em;
  text-align: center;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-requirement__button {
    font-size: 1.125rem;
    line-height: 2.2;
    letter-spacing: 0.03em;
  }
}

@media (any-hover: hover) {
  .p-requirement__button:hover {
    background: #e68e00 !important;
  }
}
.p-requirement__button:focus {
  outline: none;
}
.p-requirement__button:focus-visible {
  outline: none;
  background: #e68e00 !important;
}

.p-form-radios .wpcf7-radio {
  display: flex;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-form-radios .wpcf7-radio {
    gap: 1.875rem;
  }
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5625rem;
  font-size: 1rem;
  line-height: 1.8;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover::before {
    border: 0.0625rem solid #0e7ae0;
  }
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus {
  outline: none;
  opacity: 0.7;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus::before {
  border: 0.0625rem solid #0e7ae0;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before, .p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
  transition: all 0.3s ease-out;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 50%;
  background: #f5f5f5;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #0e7ae0;
  opacity: 0;
}
.p-form-radios input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label {
  opacity: 1;
}
.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  border-color: #0e7ae0;
}

.p-staff {
  padding-block: 3.8125rem 7.1875rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-staff {
    padding-block: 4.875rem 6.0625rem;
  }
}

.p-staff__inner {
  z-index: 3;
  position: relative;
}

.p-staff__lead {
  color: #343434;
  font-weight: 600;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-staff__lead {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-staff__articles {
  -ms-grid-columns: 1fr;
  -webkit-margin-before: 2.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  margin-block-start: 2.5rem;
  gap: 2.1875rem;
}
@media (min-width: 768px) {
  .p-staff__articles {
    -ms-grid-columns: 1fr 2.25rem 1fr 2.25rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}

.p-staff-related__inner {
  padding-inline: 1rem;
}

.p-staff-related__articles {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1875rem;
}
@media (min-width: 768px) {
  .p-staff-related__articles {
    -ms-grid-columns: 1fr 2.25rem 1fr 2.25rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}

.p-staff-wrapper {
  padding-block: 4.4375rem 4.6875rem;
  background: #f9f8ff;
}
@media (min-width: 768px) {
  .p-staff-wrapper {
    padding-block: 6.375rem 7.3125rem;
  }
}

.p-staff-wrapper__inner {
  display: flex;
  z-index: 3;
  position: relative;
  flex-direction: column;
  gap: 2.4375rem;
}
@media (min-width: 768px) {
  .p-staff-wrapper__inner {
    gap: 6.375rem;
  }
}

.p-staff-wrapper__deco {
  position: absolute;
}
.p-staff-wrapper__deco.-first {
  top: -6.625rem;
  left: -0.5rem;
  width: 9.375rem;
}
@media (min-width: 768px) {
  .p-staff-wrapper__deco.-first {
    top: -9.875rem;
    left: calc(50% - 48.625rem);
    width: 15.4375rem;
  }
}
.p-staff-wrapper__deco.-second {
  top: -7.375rem;
  right: -5.1875rem;
  width: 9.4375rem;
}
@media (min-width: 768px) {
  .p-staff-wrapper__deco.-second {
    top: -14.9375rem;
    right: calc(50% - 51.1875rem);
    width: 20.4375rem;
  }
}

.p-single-staff__head {
  display: flex;
  flex-direction: column;
  padding-inline: 1rem;
  gap: 3.5625rem;
}
@media (min-width: 768px) {
  .p-single-staff__head {
    flex-direction: row;
    width: 58.75rem;
    margin-inline: auto;
    padding-inline: 0 3.1875rem;
    gap: 7.1875rem;
  }
}

.p-single-staff__textArea {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-single-staff__textArea {
    -webkit-margin-before: 4.125rem;
    margin-block-start: 4.125rem;
    gap: 1.875rem;
  }
}

.p-single-staff__title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-staff__title {
    font-size: 2.25rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}

.p-single-staff__foot {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.p-single-staff__meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.375rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-single-staff__meta {
    gap: 0.4375rem;
    font-size: 1.125rem;
  }
}

.p-single-staff__name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-single-staff__name {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .p-single-staff__imageArea {
    flex-shrink: 0;
  }
}

.p-single-staff__image {
  position: relative;
}
.p-single-staff__image::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -0.5625rem;
  left: 0.625rem;
  width: 19.125rem;
  height: 11.625rem;
  rotate: 7deg;
  border-radius: 0.875rem;
  background: #0e7ae0;
  box-shadow: 0.75rem 0.9375rem 1rem 0 rgba(0, 0, 0, 0.08);
  content: "";
}
@media (min-width: 768px) {
  .p-single-staff__image::before {
    top: -0.4375rem;
    left: 1.8125rem;
    width: 18.375rem;
    height: 24.4375rem;
    border-radius: 1.25rem;
    box-shadow: 0.625rem 1.25rem 2.125rem 0 rgba(0, 0, 0, 0.08);
  }
}
.p-single-staff__image img {
  aspect-ratio: 250/186;
  width: 19.125rem;
  border-radius: 0.625rem;
  box-shadow: 0.75rem 0.9375rem 1rem 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .p-single-staff__image img {
    aspect-ratio: 294/391;
    width: 18.375rem;
    border-radius: 1.25rem;
    box-shadow: 0.625rem 1.25rem 2.125rem 0 rgba(0, 0, 0, 0.08);
  }
}

.p-single-staff__box {
  -webkit-margin-before: 4.3125rem;
  position: relative;
  margin-block-start: 4.3125rem;
  padding: 1.9375rem 1rem 3.125rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.9375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-single-staff__box {
    -webkit-margin-before: 4.875rem;
    width: 58.75rem;
    margin-inline: auto;
    margin-block-start: 4.875rem;
    padding: 4.125rem 5.9375rem;
  }
}

.p-single-staff__deco {
  position: absolute;
}
.p-single-staff__deco.-first {
  top: -4.625rem;
  left: -3.875rem;
  width: 11rem;
}
@media (min-width: 768px) {
  .p-single-staff__deco.-first {
    top: -6.8125rem;
    left: -11.6875rem;
    width: 14.375rem;
  }
}
@media (min-width: 768px) {
  .p-single-staff__deco.-second {
    z-index: -1;
    top: 3.25rem;
    right: -11.6875rem;
    width: 14.375rem;
  }
}

.p-single-staff__boxContent > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single-staff__boxContent > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single-staff__boxContent h2 {
  -webkit-padding-after: 0.875rem;
  position: relative;
  margin-block: 2.5rem 1.1875rem;
  padding-block-end: 0.875rem;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-single-staff__boxContent h2::before, .p-single-staff__boxContent h2::after {
  display: block;
  position: absolute;
  bottom: 0;
  height: 0.125rem;
  content: "";
}
.p-single-staff__boxContent h2::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.09);
}
.p-single-staff__boxContent h2::after {
  width: 3.125rem;
  background: #0e7ae0;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent h2::after {
    width: 6.3125rem;
  }
}
@media (min-width: 768px) {
  .p-single-staff__boxContent h2 {
    margin-block: 3.375rem 1.75rem;
    font-size: 1.75rem;
  }
}
.p-single-staff__boxContent h3 {
  position: relative;
  margin-block: 2.5rem 1.1875rem;
  padding: 0.625rem 1.125rem;
  border-radius: 0.625rem;
  background: #f2f0ff;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent h3 {
    margin-block: 3.375rem 1.75rem;
    padding: 0.6875rem 1.375rem;
    font-size: 1.5rem;
  }
}
.p-single-staff__boxContent h3::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 0 100vmax 100vmax 0;
  background: #0e7ae0;
  content: "";
}
@media (min-width: 768px) {
  .p-single-staff__boxContent h3::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-single-staff__boxContent h4 {
  -webkit-padding-after: 0.875rem;
  margin-block: 2.5rem 1.1875rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.09);
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent h4 {
    margin-block: 3.375rem 1.75rem;
    font-size: 1.375rem;
  }
}
.p-single-staff__boxContent h5 {
  -webkit-padding-start: 1.3125rem;
  position: relative;
  margin-block: 2.5rem 1.1875rem;
  padding-inline-start: 1.3125rem;
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent h5 {
    font-size: 1.125rem;
  }
}
.p-single-staff__boxContent h5::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.25rem solid #0e7ae0;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) {
  .p-single-staff__boxContent h5::before {
    top: 0.625rem;
  }
}
.p-single-staff__boxContent p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent p {
    font-size: 1rem;
  }
}
.p-single-staff__boxContent p + p {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent p + p {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}
.p-single-staff__boxContent b,
.p-single-staff__boxContent strong {
  font-weight: 700;
}
.p-single-staff__boxContent a {
  color: #0e7ae0;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single-staff__boxContent a:hover {
    opacity: 0.7;
  }
}
.p-single-staff__boxContent a:focus {
  outline: none;
}
.p-single-staff__boxContent a:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-single-staff__boxContent .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-block: 1.5625rem;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent .wp-block-table {
    margin-block: 3.375rem 1.75rem;
  }
}
.p-single-staff__boxContent .wp-block-table td,
.p-single-staff__boxContent .wp-block-table th {
  border: none;
}
.p-single-staff__boxContent table {
  overflow: hidden !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.625rem !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}
.p-single-staff__boxContent table thead th {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 1.125rem !important;
  border-bottom: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  background: #f9f8ff !important;
  color: #0e7ae0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent table thead th {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 0.875rem 0.4375rem !important;
    font-size: 1.25rem;
  }
}
.p-single-staff__boxContent table thead th:not(:last-child) {
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-single-staff__boxContent table tbody tr {
  position: relative;
}
.p-single-staff__boxContent table tbody tr:first-child td {
  border-top: none !important;
}
.p-single-staff__boxContent table tbody tr:not(:first-child) td {
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-single-staff__boxContent table td {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 0.875rem 0.4375rem !important;
  border: none !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent table td {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 1.125rem !important;
    font-size: 1rem;
  }
}
.p-single-staff__boxContent table td:last-child {
  border-right: none !important;
}
.p-single-staff__boxContent ul,
.p-single-staff__boxContent ol {
  display: flex;
  flex-direction: column;
  margin-block: 2.5rem 1.1875rem;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent ul,
  .p-single-staff__boxContent ol {
    margin-block: 3.375rem 1.75rem;
  }
}
.p-single-staff__boxContent ul li {
  -webkit-padding-start: 1.0625rem;
  position: relative;
  padding-inline-start: 1.0625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent ul li {
    font-size: 1rem;
  }
}
.p-single-staff__boxContent ul li::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100vmax;
  background: #0e7ae0;
  content: "";
}
@media (min-width: 768px) {
  .p-single-staff__boxContent ul li::before {
    top: 0.5625rem;
  }
}
.p-single-staff__boxContent ol {
  counter-reset: my-counter;
}
.p-single-staff__boxContent ol li {
  display: flex;
  align-items: flex-start;
  gap: 0.4375rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent ol li {
    font-size: 1rem;
  }
}
.p-single-staff__boxContent ol li::before {
  flex-shrink: 0;
  min-width: 0.625rem;
  translate: 0 0.5625rem;
  content: counter(my-counter, decimal);
  color: #0e7ae0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
}
.p-single-staff__boxContent figure {
  width: 100%;
  margin-block: 1.5625rem;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent figure {
    margin-block: 3.375rem 1.75rem;
  }
}
.p-single-staff__boxContent figcaption {
  color: #666;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single-staff__boxContent figcaption {
    font-size: 0.875rem;
  }
}
.p-single-staff__boxContent img {
  aspect-ratio: 3/2;
  width: 100%;
  border-radius: 0.625rem;
}

.p-single-staff__buttonWrapper {
  -webkit-margin-before: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-single-staff__buttonWrapper {
    -webkit-margin-before: 3.375rem;
    margin-block-start: 3.375rem;
  }
}

.p-single-staff__button {
  position: relative;
  padding: 0.375rem 1.875rem 0.4375rem 3.1875rem;
  border: 0.0625rem solid #0e7ae0;
  border-radius: 100vmax;
  background: #ffffff;
  color: #0e7ae0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  transition: background 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-single-staff__button {
    padding: 0.5rem 1.6875rem 0.625rem 3.5625rem;
    font-size: 1rem;
  }
}
.p-single-staff__button::before {
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: 180deg;
  background: #0e7ae0;
  content: "";
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

@media (any-hover: hover) {
  .p-single-staff__button:hover {
    background: #ebeffe;
  }
}
.p-single-staff__button:focus {
  outline: none;
}
.p-single-staff__button:focus-visible {
  outline: none;
  background: #ebeffe;
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-404__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}
@media (min-width: 768px) {
  .p-404__content {
    padding-block: 8.75rem;
  }
}

.p-404__title {
  color: #0e7ae0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 5rem;
  }
}

.p-404__subTitle {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__subTitle {
    font-size: 1.875rem;
  }
}

.p-404__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  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: 1.875rem;
  width: 15.25rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-404__button {
    -webkit-margin-before: 2.5rem;
    width: 18.75rem;
    margin-block-start: 2.5rem;
  }
}

.p-thanks__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-thanks__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}
@media (min-width: 768px) {
  .p-thanks__content {
    padding-block: 8.75rem;
  }
}

.p-thanks__title {
  color: #0e7ae0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__title {
    font-size: 5rem;
  }
}

.p-thanks__subTitle {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__subTitle {
    font-size: 1.875rem;
  }
}

.p-thanks__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  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;
  }
}

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

.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 */