/*! 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: #30cde8;
  color: #272727;
  font-size: 1rem;
  line-height: 2.25;
  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;
  letter-spacing: 0;
}

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

a[href*="tel:"] {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: auto;
  }
}

.l-header {
  z-index: 103;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

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

.l-footer {
  z-index: 5;
  position: relative;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 81.25rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 3.125rem;
}
@media (max-width: 767px) {
  .l-inner {
    max-width: 40.375rem;
    padding: 0 1.4375rem;
  }
}
.l-inner.-narrow {
  max-width: 75rem;
}
@media (max-width: 767px) {
  .l-inner.-narrow {
    max-width: 40.375rem;
    padding: 0 1.4375rem;
  }
}

.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;
}

.l-breadcrumb {
  background: url(../img/p-breadcrumb_bg.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .l-breadcrumb {
    background: url(../img/sp/p-breadcrumb_bg.webp) no-repeat center center/cover;
  }
}

.l-container::before {
  display: block;
  z-index: 0;
  position: absolute;
  inset: 0;
  background: #ffffff;
  content: "";
}

.l-container__inner {
  display: flex;
  z-index: 2;
  position: relative;
  flex-grow: 1;
  flex-direction: row-reverse;
  gap: 3.9375rem;
}
@media (max-width: 767px) {
  .l-container__inner {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.l-container__main {
  flex-grow: 1;
  width: 100%;
}

.l-container__aside {
  -webkit-padding-after: 6.4375rem;
  flex-shrink: 0;
  width: 18.75rem;
  padding-block-end: 6.4375rem;
}
@media (max-width: 767px) {
  .l-container__aside {
    -webkit-padding-after: 0rem;
    width: 100%;
    padding-block-end: 0rem;
  }
}

.l-container.-reverse .l-container__inner {
  flex-direction: row;
}
@media (max-width: 767px) {
  .l-container.-reverse .l-container__inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .l-container.-padding {
    -webkit-padding-after: 3.125rem;
    padding-block-end: 3.125rem;
  }
}

.l-container__aside.-single {
  -webkit-padding-before: 12.75rem;
  padding-block-start: 12.75rem;
}
@media (max-width: 767px) {
  .l-container__aside.-single {
    -webkit-padding-before: 0rem;
    padding-block-start: 0rem;
  }
}

.c-hamburger {
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 3.125rem;
  height: 3.125rem;
  background: #547fcf;
  transition: all ease 0.3s;
}

.c-hamburger__line {
  display: block;
  position: relative;
  width: 1.375rem;
  height: 0.0625rem;
  background: #ffffff;
  transition: all ease 0.3s;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  content: "";
  transition: all ease 0.3s;
}
.c-hamburger__line::before {
  bottom: -0.4375rem;
}
.c-hamburger__line::after {
  top: -0.4375rem;
}

@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 {
  bottom: 0;
  rotate: 45deg;
}
.c-hamburger.is_open .c-hamburger__line::after {
  top: 0;
  rotate: -45deg;
}

.c-link-arrow {
  -webkit-padding-end: 4rem;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline-end: 4rem;
  padding-block: 1.0625rem 0.9375rem;
  gap: 1.75rem;
  border-bottom: 0.125rem solid #1da6dc;
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .c-link-arrow {
    -webkit-padding-end: 3.0625rem;
    padding-inline-end: 3.0625rem;
    padding-block: 0.875rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.c-link-arrow span {
  -webkit-transform-origin: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1/1;
  width: 2.25rem;
  height: 2.25rem;
  transform-origin: center;
  translate: 0 -50%;
  border-radius: 0.25rem;
  background: #1da6dc;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .c-link-arrow span {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.c-link-arrow::before, .c-link-arrow::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .c-link-arrow::before, .c-link-arrow::after {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
.c-link-arrow::before {
  right: 1rem;
}
@media (max-width: 767px) {
  .c-link-arrow::before {
    right: 0.75rem;
  }
}
.c-link-arrow::after {
  visibility: hidden;
  right: 2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-link-arrow::after {
    right: 1.875rem;
  }
}

.c-link-arrow.-noLine {
  border-bottom: none;
}
.c-link-arrow.-white {
  border-color: #ffffff;
  color: #ffffff;
}
.c-link-arrow.-white span {
  background: #ffffff;
}
.c-link-arrow.-arrowAccent05::before, .c-link-arrow.-arrowAccent05::after {
  border-color: #00c57e;
}
.c-link-arrow.-arrowAccent01::before, .c-link-arrow.-arrowAccent01::after {
  border-color: #1da6dc;
}
.c-link-arrow.-reverse {
  padding-inline: 4rem 0rem;
}
@media (max-width: 767px) {
  .c-link-arrow.-reverse {
    -webkit-padding-start: 3.0625rem;
    padding-inline-start: 3.0625rem;
  }
}
.c-link-arrow.-reverse span {
  right: unset;
  left: 0;
}
.c-link-arrow.-reverse::before, .c-link-arrow.-reverse::after {
  right: unset;
  rotate: 135deg;
}
.c-link-arrow.-reverse::before {
  left: 1rem;
}
@media (max-width: 767px) {
  .c-link-arrow.-reverse::before {
    left: 0.75rem;
  }
}
.c-link-arrow.-reverse::after {
  left: 2.5rem;
}
@media (max-width: 767px) {
  .c-link-arrow.-reverse::after {
    left: 1.875rem;
  }
}

@media (any-hover: hover) {
  .c-link-arrow:hover span {
    scale: 1.225;
  }
  .c-link-arrow:hover::before {
    visibility: hidden;
    right: -2.5rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .c-link-arrow:hover::before {
    right: -1.875rem;
  }
}
@media (any-hover: hover) {
  .c-link-arrow:hover::after {
    visibility: visible;
    right: 1rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .c-link-arrow:hover::after {
    right: 0.75rem;
  }
}
.c-link-arrow:focus {
  outline: none;
}
.c-link-arrow:focus-visible {
  outline: none;
}
.c-link-arrow:focus-visible span {
  scale: 1.225;
}
.c-link-arrow:focus-visible::before {
  visibility: hidden;
  right: -2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-link-arrow:focus-visible::before {
    right: -1.875rem;
  }
}
.c-link-arrow:focus-visible::after {
  visibility: visible;
  right: 1rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-link-arrow:focus-visible::after {
    right: 0.75rem;
  }
}
@media (any-hover: hover) {
  .c-link-arrow.-reverse:hover::before {
    left: -0.625rem;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .c-link-arrow.-reverse:hover::before {
    left: -1.875rem;
  }
}
@media (any-hover: hover) {
  .c-link-arrow.-reverse:hover::after {
    left: 1rem;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .c-link-arrow.-reverse:hover::after {
    left: 0.75rem;
  }
}
.c-link-arrow.-reverse:focus {
  outline: none;
}
.c-link-arrow.-reverse:focus-visible {
  outline: none;
}
.c-link-arrow.-reverse:focus-visible::before {
  left: -0.625rem;
}
.c-link-arrow.-reverse:focus-visible::after {
  left: 1rem;
}

.c-heading {
  display: flex;
  flex-direction: column;
}

.c-heading__en {
  -webkit-padding-start: 0.625rem;
  padding-inline-start: 0.625rem;
  color: #30cde8;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.33;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-heading__en {
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
  }
}

.c-heading__ja {
  font-weight: 500;
  font-size: 3.375rem;
  line-height: 1.4;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-heading__ja {
    font-size: 3.125rem;
  }
}
.c-heading__ja span {
  font-size: 2.75rem;
}
@media (max-width: 767px) {
  .c-heading__ja span {
    font-size: 2.5rem;
  }
}

.c-heading.-white .c-heading__en {
  color: #ffffff;
}
.c-heading.-white .c-heading__ja {
  color: #ffffff;
}

.c-heading-underline {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #1da6dc;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .c-heading-underline {
    font-size: 1.75rem;
  }
}

.c-heading-square {
  -webkit-padding-start: 1.875rem;
  position: relative;
  padding-inline-start: 1.875rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-heading-square {
    -webkit-padding-start: 1.625rem;
    padding-inline-start: 1.625rem;
    font-size: 1.375rem;
  }
}
.c-heading-square::before {
  display: block;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.25rem;
  height: 1.25rem;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .c-heading-square::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-heading-bar {
  -webkit-padding-after: 1.25rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-block-end: 1.25rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .c-heading-bar {
    -webkit-padding-after: 1rem;
    padding-block-end: 1rem;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.c-heading-bar::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.625rem;
  height: 0.1875rem;
  translate: -50%;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .c-heading-bar::before {
    width: 3.5rem;
  }
}

.c-heading-bar.-white {
  color: #ffffff;
}
.c-heading-bar.-white::before {
  background: #ffffff;
}

.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] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.c-form-file__wrapper {
  -webkit-user-select: none;
  -ms-user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767px) {
  .c-form-file__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (any-hover: hover) {
  .c-form-file__wrapper:hover .c-form-file__button {
    background: #aaa;
    color: #ffffff;
  }
}
.c-form-file__wrapper:focus-visible {
  outline: none;
}
.c-form-file__wrapper:focus-visible .c-form-file__button {
  background: #aaa;
  color: #ffffff;
}

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

.c-form-file__button {
  -webkit-margin-end: 1rem;
  flex-shrink: 0;
  margin-inline-end: 1rem;
  padding: 1.125rem 1.5625rem 1.0625rem;
  border: 0.125rem solid #dedede;
  border-radius: 0.3125rem;
  background: #f3f3f3;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.1;
  font-family: inherit;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .c-form-file__button {
    padding: 0.75rem 0.75rem 0.6875rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-file__button:hover {
    background: #aaa;
    color: #ffffff;
  }
}
.c-form-file__button:focus-visible {
  outline: none;
  background: #aaa;
  color: #ffffff;
}

.c-form-file__display {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-form-file__display {
    font-size: 1rem;
  }
}
.c-form-file__display.-empty {
  color: #999;
}

.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 ease 0.3s;
}
.c-form-file__remove.-show {
  display: flex;
}
@media (any-hover: hover) {
  .c-form-file__remove:hover {
    background: #d96c70;
  }
}

.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: 2.3125rem;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .c-form-privacy__text {
    font-size: 1rem;
    text-align: left;
  }
}
@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: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #ccc;
  border-radius: 0.3125rem;
  background: #ffffff;
}
.c-form-privacy__text::after {
  top: 0.9375rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #547fcf;
  border-bottom: 0.1875rem solid #547fcf;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-form-privacy__text::after {
    top: 1.8125rem;
  }
}

.c-form-privacy__link {
  color: #547fcf;
  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: #547fcf;
  outline: none;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0.9375rem 1.875rem 0.875rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.3125rem;
  background: #f3f3f3;
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.14) inset;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .c-form-text {
    height: 3.125rem;
    padding: 0.375rem 1rem;
    font-size: 1rem;
  }
}
.c-form-text::-webkit-input-placeholder {
  color: #b9b9b9;
}
.c-form-text:-ms-input-placeholder {
  color: #b9b9b9;
}
.c-form-text::-ms-input-placeholder {
  color: #b9b9b9;
}
.c-form-text::placeholder {
  color: #b9b9b9;
}
@media (any-hover: hover) {
  .c-form-text:hover {
    border: 0.0625rem solid #1da6dc;
    box-shadow: none;
    opacity: 0.7;
  }
}
.c-form-text:focus, .c-form-text:active {
  border: 0.0625rem solid #1da6dc;
  outline: none;
  box-shadow: none;
}

.c-form-text.-age {
  width: 13.1875rem;
}

.c-form-select {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-form-select {
    font-size: 1rem;
  }
}

.c-form-select__input {
  display: block;
  width: 7.5rem;
  height: 4rem;
  padding: 0.9375rem 1.5625rem 0.875rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.3125rem;
  background: #f3f3f3;
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.14) inset;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .c-form-select__input {
    height: 3.125rem;
    padding: 0.375rem 1rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-select__input:hover {
    border: 0.0625rem solid #1da6dc;
    box-shadow: none;
    opacity: 0.7;
  }
}
.c-form-select__input:focus-visible, .c-form-select__input:active {
  border: 0.0625rem solid #1da6dc;
  outline: none;
  box-shadow: none;
}

.wpcf7-form-control-wrap:has(.wpcf7-select) {
  width: 100%;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 18.5rem;
  padding: 0.9375rem 1.875rem 0.875rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.3125rem;
  background: #f3f3f3;
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.14) inset;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  resize: none;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .c-form-textarea {
    height: 12.5rem;
    padding: 0.375rem 1rem;
    font-size: 1rem;
  }
}
.c-form-textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}
.c-form-textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
.c-form-textarea::-ms-input-placeholder {
  color: #b9b9b9;
}
.c-form-textarea::placeholder {
  color: #b9b9b9;
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    border: 0.0625rem solid #1da6dc;
    box-shadow: none;
    opacity: 0.7;
  }
}
.c-form-textarea:focus, .c-form-textarea:active {
  border: 0.0625rem solid #1da6dc;
  outline: none;
  box-shadow: none;
}

.p-header {
  position: relative;
}

.p-header__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-header__logo {
  width: 19.3125rem;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-header__logo {
    width: 11rem;
  }
}

.p-header__navWrapper {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-header__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-header__item {
  display: block;
}

.p-header__link {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}
.p-header__link::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #ffffff;
  content: "";
  opacity: 0;
  transition: all ease 0.3s;
}

.p-header__subListWrapper {
  -webkit-padding-before: 0.4375rem;
  position: absolute;
  left: 50%;
  width: 12.5rem;
  padding-block-start: 0.4375rem;
  translate: -50%;
}

.p-header__subList {
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  border: 0.0625rem solid rgba(39, 39, 39, 0.08);
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
}

.p-header__subItem {
  display: block;
}
.p-header__subItem:last-child .p-header__subLink {
  border: none;
}

.p-header__subLink {
  display: block;
  padding: 0.875rem 1.375rem;
  border-bottom: 0.0625rem dashed rgba(39, 39, 39, 0.08);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  transition: all ease 0.3s;
}

.p-header__buttons {
  display: flex;
}

.p-header__button {
  display: block;
}

.p-header__buttonLink {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 9.125rem;
  height: 4.8125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: all ease 0.3s;
}

.p-header__item {
  position: relative;
}
.p-header__item.-accordion .p-header__link {
  -webkit-padding-end: 1rem;
  padding-inline-end: 1rem;
}
.p-header__item.-accordion .p-header__link::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-down.svg);
  display: block;
  position: absolute;
  top: 45%;
  right: 0rem;
  width: 0.625rem;
  height: 0.3125rem;
  translate: 0 -50%;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_arrow-down.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all ease 0.3s;
}

.p-header__buttonLink.-first {
  background: #547fcf;
}
.p-header__buttonLink.-second {
  background: #1da6dc;
}

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

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

@media (any-hover: hover) {
  .p-header__item.-accordion .p-header__link:hover::after {
    opacity: 0;
  }
}
.p-header__item.-accordion .p-header__link:focus {
  outline: none;
}
.p-header__item.-accordion .p-header__link:focus-visible {
  outline: none;
}
.p-header__item.-accordion .p-header__link:focus-visible::after {
  opacity: 0;
}

@media (any-hover: hover) {
  .p-header__subLink:hover {
    background: rgba(48, 205, 232, 0.2);
  }
}
.p-header__subLink:focus {
  outline: none;
}
.p-header__subLink:focus-visible {
  outline: none;
  background: rgba(48, 205, 232, 0.2);
}

@media (any-hover: hover) {
  .p-header__buttonLink:hover.-first {
    background: #4f78c5;
  }
  .p-header__buttonLink:hover.-second {
    background: #1e9ed0;
  }
}
.p-header__buttonLink:focus {
  outline: none;
}
.p-header__buttonLink:focus-visible {
  outline: none;
}
.p-header__buttonLink:focus-visible.-first {
  background: #4f78c5;
}
.p-header__buttonLink:focus-visible.-second {
  background: #1e9ed0;
}

.p-header__item.-accordion .p-header__link.is_open::before {
  rotate: 180deg;
}

#js_header::before {
  display: block;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 4.8125rem;
  background: #e9fcff;
  content: "";
  opacity: 0;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  #js_header::before {
    display: none;
  }
}
#js_header.is_scroll::before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  #js_header.is_scroll::before {
    display: none;
  }
}
#js_header.is_scroll .p-header__link {
  color: #272727;
}
#js_header.is_scroll .p-header__link::before {
  background: #272727;
}
#js_header.is_scroll .p-header__link::after {
  bottom: -1.6875rem;
}
@media (any-hover: hover) {
  #js_header.is_scroll .p-header__link:hover::after {
    background: #1da6dc;
  }
}
#js_header.is_scroll .p-header__link:focus {
  outline: none;
}
#js_header.is_scroll .p-header__link:focus-visible {
  outline: none;
}
#js_header.is_scroll .p-header__link:focus-visible::after {
  background: #1da6dc;
}

.p-drawer {
  z-index: 101;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  translate: 101vw;
  background: url(../img/sp/p-drawer_bg.webp) no-repeat center center/cover;
  background-color: #ffffff;
  transition: all ease 0.3s;
}

.p-drawer__inner {
  max-width: 18.625rem;
  margin-inline: auto;
  padding-inline: 1.4375rem;
  padding-block: 5.5rem 6.875rem;
}

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

.p-drawer__item {
  display: block;
  border-bottom: 0.0625rem solid rgba(39, 39, 39, 0.14);
}

.p-drawer__link {
  display: block;
  width: 100%;
  padding-block: 1.125rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}

.p-drawer__subListWrapper {
  display: none;
}

.p-drawer__subList {
  -webkit-padding-after: 1.125rem;
  -webkit-margin-before: -0.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: -0.5rem;
  padding-block-end: 1.125rem;
}

.p-drawer__subItem {
  display: block;
}

.p-drawer__subLink {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.2;
  letter-spacing: 0.03em;
  transition: all ease 0.3s;
}

.p-drawer__buttons {
  -webkit-margin-before: 2rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2rem;
  gap: 0.375rem;
}

.p-drawer__button {
  display: block;
}

.p-drawer__buttonLink {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.8125rem;
  border-radius: 0.25rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  transition: all ease 0.3s;
}

.p-drawer__link.-accordion {
  position: relative;
}
.p-drawer__link.-accordion::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-down-b.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9375rem;
  height: 0.5rem;
  translate: 0 -50%;
  background: #272727;
  content: "";
  mask-image: url(../img/icon_arrow-down-b.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all ease 0.3s;
}

.p-drawer__buttonLink.-first {
  background: #547fcf;
}
.p-drawer__buttonLink.-second {
  background: #1da6dc;
}

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

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

@media (any-hover: hover) {
  .p-drawer__buttonLink:hover.-first {
    background: #4f78c5;
  }
  .p-drawer__buttonLink:hover.-second {
    background: #1e9ed0;
  }
}
.p-drawer__buttonLink:focus {
  outline: none;
}
.p-drawer__buttonLink:focus-visible {
  outline: none;
}
.p-drawer__buttonLink:focus-visible.-first {
  background: #4f78c5;
}
.p-drawer__buttonLink:focus-visible.-second {
  background: #1e9ed0;
}

.js_drawer.is_open {
  translate: 0;
}

.js_drawerAccordion.is_open::before {
  rotate: 180deg;
}

.p-cta {
  -webkit-filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.15));
  -webkit-transform: translateZ(0);
  display: block;
  position: relative;
  width: 100%;
  height: 12.5625rem;
  transform: translateZ(0);
  border-radius: 1.125rem;
  background: #00c57e;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.15));
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-cta {
    height: 14.6875rem;
    border-radius: 0.875rem;
  }
}
.p-cta::before, .p-cta::after {
  display: block;
  position: absolute;
  content: "";
}
.p-cta::before {
  z-index: 1;
  inset: 0;
  border-radius: 1.125rem;
  background: url(../img/p-cta_bg.webp) no-repeat center center/cover;
  mix-blend-mode: luminosity;
}
@media (max-width: 767px) {
  .p-cta::before {
    background: url(../img/sp/p-cta_bg.webp) no-repeat center center/cover;
  }
}
.p-cta::after {
  z-index: 3;
  top: -3.125rem;
  left: -3.125rem;
  width: 18.3125rem;
  height: 6.25rem;
  rotate: -9deg;
  background: url(../img/p-cta_pop.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .p-cta::after {
    top: -2.125rem;
    left: -0.9375rem;
    width: 12.1875rem;
    height: 4.375rem;
  }
}

.p-cta__inner {
  width: 100%;
  height: 100%;
  padding-inline: 1.4375rem;
}
@media (max-width: 767px) {
  .p-cta__inner {
    padding-inline: 0.875rem;
  }
}

.p-cta__content {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  place-content: center;
  width: 100%;
  height: 100%;
}

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

.p-cta__en {
  color: #ffffff;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-cta__en {
    font-size: 2.75rem;
    line-height: 1;
  }
}

.p-cta__ja {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-cta__ja {
    font-size: 1rem;
  }
}

.p-cta__foot {
  position: absolute;
  right: 0;
  bottom: 0.625rem;
}
@media (max-width: 767px) {
  .p-cta__foot {
    bottom: 0.125rem;
  }
}

.p-cta__footLink {
  -webkit-padding-end: 4rem;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline-end: 4rem;
  padding-block: 1.0625rem 0.9375rem;
  gap: 1.75rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-cta__footLink {
    -webkit-padding-end: 2.6875rem;
    padding-inline-end: 2.6875rem;
    padding-block: 0.875rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.p-cta__footLink span {
  -webkit-transform-origin: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1/1;
  width: 2.25rem;
  height: 2.25rem;
  transform-origin: center;
  translate: 0 -50%;
  border-radius: 0.25rem;
  background: #ffffff;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-cta__footLink span {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-cta__footLink::before, .p-cta__footLink::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #00c57e;
  border-bottom: 0.125rem solid #00c57e;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-cta__footLink::before, .p-cta__footLink::after {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
.p-cta__footLink::before {
  right: 1rem;
}
@media (max-width: 767px) {
  .p-cta__footLink::before {
    right: 0.75rem;
  }
}
.p-cta__footLink::after {
  visibility: hidden;
  right: 2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-cta__footLink::after {
    right: 1.875rem;
  }
}

.p-cta.-mini::after {
  width: 17.25rem;
}
@media (max-width: 767px) {
  .p-cta.-mini::after {
    width: 12.1875rem;
  }
}
.p-cta.-mini .p-cta__en {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .p-cta.-mini .p-cta__en {
    font-size: 2.75rem;
    line-height: 1;
  }
}
.p-cta.-mini .p-cta__ja {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-cta.-mini .p-cta__ja {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-cta:hover {
    -webkit-filter: none;
    background: #00b071;
    filter: none;
  }
  .p-cta:hover .p-cta__footLink span {
    scale: 1.225;
  }
  .p-cta:hover .p-cta__footLink::before {
    visibility: hidden;
    right: -2.5rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-cta:hover .p-cta__footLink::before {
    right: -1.875rem;
  }
}
@media (any-hover: hover) {
  .p-cta:hover .p-cta__footLink::after {
    visibility: visible;
    right: 1rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-cta:hover .p-cta__footLink::after {
    right: 0.75rem;
  }
}
.p-cta:focus {
  outline: none;
}
.p-cta:focus-visible {
  -webkit-filter: none;
  outline: none;
  background: #00b071;
  filter: none;
}
.p-cta:focus-visible .p-cta__footLink span {
  scale: 1.225;
}
.p-cta:focus-visible .p-cta__footLink::before {
  visibility: hidden;
  right: -2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-cta:focus-visible .p-cta__footLink::before {
    right: -1.875rem;
  }
}
.p-cta:focus-visible .p-cta__footLink::after {
  visibility: visible;
  right: 1rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-cta:focus-visible .p-cta__footLink::after {
    right: 0.75rem;
  }
}

.p-card {
  -webkit-filter: drop-shadow(0 0.375rem 0.9375rem rgba(0, 0, 0, 0.15));
  -webkit-transform: translateZ(0);
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  filter: drop-shadow(0 0.375rem 0.9375rem rgba(0, 0, 0, 0.15));
}
@media (max-width: 767px) {
  .p-card {
    border-radius: 0.375rem;
  }
}

.p-card__textArea {
  padding: 1.25rem 1.0625rem;
}
@media (max-width: 767px) {
  .p-card__textArea {
    padding: 1.0625rem 1.3125rem;
  }
}

.p-card__catch {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .p-card__catch {
    line-height: 1.33;
  }
}

.p-card__Meta {
  -webkit-margin-before: 0.75rem;
  display: flex;
  margin-block-start: 0.75rem;
  gap: 0.5rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-card__Meta {
    font-size: 0.75rem;
  }
}

.p-card__year {
  -webkit-padding-start: 0.625rem;
  position: relative;
  padding-inline-start: 0.625rem;
}
.p-card__year::before {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  translate: 0 -50%;
  content: "/";
}

.p-card__imageArea {
  width: 100%;
}

.p-card__image {
  overflow: hidden;
}
.p-card__image img {
  aspect-ratio: 349/321;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-card__image img {
    aspect-ratio: 291/268;
  }
}

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

.p-bg {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/p-bg_texture.webp) no-repeat center center/cover;
  mix-blend-mode: multiply;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-bg {
    background: url(../img/sp/p-bg_texture.webp) no-repeat center center/cover;
  }
}
.p-bg::before {
  display: block;
  z-index: 2;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(84, 127, 207, 0.05) 0.125rem, transparent 0.125rem), linear-gradient(to right, rgba(84, 127, 207, 0.05) 0.125rem, transparent 0.125rem);
  background-position: top left;
  background-size: 1.75rem 1.75rem;
  content: "";
}

.p-top-fv {
  -webkit-padding-before: 6.25rem;
  width: 100%;
  padding-block-start: 6.25rem;
}
@media (max-width: 767px) {
  .p-top-fv {
    -webkit-padding-before: 3.8125rem;
    height: 100%;
    padding-block-start: 3.8125rem;
  }
}

.p-top-fv__inner {
  width: 100%;
  height: 100%;
  padding-inline: 3.125rem;
}
@media (max-width: 767px) {
  .p-top-fv__inner {
    padding-inline: 0;
  }
}

.p-top-fv__content {
  -webkit-margin-start: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-inline-start: 4.375rem;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .p-top-fv__content {
    -webkit-margin-start: 0;
    flex-direction: column;
    justify-content: flex-start;
    margin-inline-start: 0;
    gap: 0.875rem;
  }
}

.p-top-fv__textArea {
  -webkit-margin-before: -5.625rem;
  position: relative;
  flex-shrink: 0;
  margin-block-start: -5.625rem;
}
@media (max-width: 767px) {
  .p-top-fv__textArea {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-top-fv__deco {
  position: absolute;
}
.p-top-fv__deco.-first {
  top: -7.25rem;
  left: 13.25rem;
  width: 5.125rem;
}
@media (max-width: 767px) {
  .p-top-fv__deco.-first {
    top: -1.4375rem;
    width: 3.375rem;
  }
}
.p-top-fv__deco.-second {
  top: 3rem;
  left: -6.875rem;
  width: 4.5625rem;
}
.p-top-fv__deco.-third {
  right: 6.4375rem;
  bottom: -5rem;
  width: 3.4375rem;
}

.p-top-fv__catch {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1.46;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.07em;
}
@media (max-width: 767px) {
  .p-top-fv__catch {
    font-size: 2.625rem;
    letter-spacing: -0.17em;
    text-align: center;
  }
}

.p-top-fv__particle {
  font-size: 3rem;
  letter-spacing: -0.2em;
}
@media (max-width: 767px) {
  .p-top-fv__particle {
    font-size: 2.125rem;
  }
}

.p-top-fv__keyword {
  -webkit-margin-start: 0.625rem;
  -webkit-padding-end: 0.1875rem;
  display: inline-block;
  margin-inline-start: 0.625rem;
  padding-inline-end: 0.1875rem;
  background: #ffffff;
  color: #30cde8;
  line-height: 1.2;
  letter-spacing: -0.07em;
}

.p-top-fv__lead {
  -webkit-margin-before: 0.625rem;
  -webkit-margin-start: 0.625rem;
  margin-inline-start: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.71;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-top-fv__lead {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    font-size: 0.9375rem;
    text-align: center;
  }
}

.p-top-fv__imageArea {
  flex-shrink: 0;
  width: 50.1875rem;
}
@media (max-width: 767px) {
  .p-top-fv__imageArea {
    -webkit-margin-end: calc(50% - 50vw);
    -webkit-margin-start: calc(50% - 50vw);
    width: 103%;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
  }
}

.p-top-about {
  -webkit-margin-before: -5rem;
  position: relative;
  margin-block-start: -5rem;
  padding-block: 11.25rem;
}
@media (max-width: 767px) {
  .p-top-about {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    padding-block: 4.1875rem;
  }
}
.p-top-about::before {
  display: block;
  z-index: 0;
  position: absolute;
  inset: 0;
  background: url(../img/p-top-about_bg.webp) no-repeat top center/100% 75rem;
  content: "";
}
@media (max-width: 767px) {
  .p-top-about::before {
    background: url(../img/sp/p-top-about_bg.webp) no-repeat top center/cover;
  }
}

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

.p-top-about__deco {
  position: absolute;
}
.p-top-about__deco.-first {
  top: -12.5rem;
  left: -9.25rem;
  width: 9.5rem;
}
@media (max-width: 767px) {
  .p-top-about__deco.-first {
    top: -5.5rem;
    left: -0.5rem;
    width: 4.4375rem;
  }
}
.p-top-about__deco.-second {
  top: -0.9375rem;
  left: 24.3125rem;
  width: 6.5rem;
}
@media (max-width: 767px) {
  .p-top-about__deco.-second {
    top: -0.5625rem;
    right: 2.8125rem;
    left: unset;
    width: 4.625rem;
  }
}

.p-top-about__head {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "heading first" "second text";
  gap: 2.5rem 3.875rem;
}
@media (max-width: 767px) {
  .p-top-about__head {
    grid-template-areas: "heading" "text" "first" "second";
    gap: 0.75rem;
  }
}

.p-top-about__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: heading;
  color: #1da6dc;
  font-weight: 500;
  font-size: 3.375rem;
  line-height: 1.42;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .p-top-about__heading {
    font-size: 2.3125rem;
    line-height: 1.45;
  }
}
.p-top-about__heading span {
  font-size: 2.75rem;
}
@media (max-width: 767px) {
  .p-top-about__heading span {
    font-size: 1.875rem;
  }
}

.p-top-about__textArea {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
}

.p-special-profile__grid > .p-top-about__textArea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-numbers-qa__comment > .p-top-about__textArea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-top-about__text {
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-top-about__text {
    font-size: 0.9375rem;
    line-height: 2.26;
  }
}

.p-top-about__button {
  text-align: right;
}
@media (max-width: 767px) {
  .p-top-about__button {
    -webkit-margin-before: 1.125rem;
    margin-block-start: 1.125rem;
    text-align: center;
  }
}

.p-top-about__image.-first {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: first;
}
@media (max-width: 767px) {
  .p-top-about__image.-first {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}
.p-top-about__image.-second {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: second;
}

.p-top-about__cta {
  -webkit-margin-before: 4.9375rem;
  margin-block-start: 4.9375rem;
}
@media (max-width: 767px) {
  .p-top-about__cta {
    -webkit-margin-before: 3.375rem;
    margin-block-start: 3.375rem;
  }
}

.p-top-jobs {
  padding-block: 3.125rem 5.625rem;
}
@media (max-width: 767px) {
  .p-top-jobs {
    padding-block: 2.5rem 3.4375rem;
  }
}

.p-top-jobs__deco {
  position: absolute;
}
.p-top-jobs__deco.-first {
  top: -5.75rem;
  right: -1rem;
  width: 9.8125rem;
}
@media (max-width: 767px) {
  .p-top-jobs__deco.-first {
    top: -2.375rem;
    width: 5.125rem;
  }
}
.p-top-jobs__deco.-second {
  top: 8rem;
  left: 0.625rem;
  width: 12.75rem;
}
@media (max-width: 767px) {
  .p-top-jobs__deco.-second {
    top: 0.5rem;
    right: -8.5rem;
    left: unset;
    width: 7.6875rem;
  }
}
.p-top-jobs__deco.-third {
  top: 0;
  left: 3.4375rem;
  width: 4.3125rem;
}

.p-top-jobs__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6.5rem;
}
@media (max-width: 767px) {
  .p-top-jobs__head {
    flex-direction: column;
    gap: 1.625rem;
  }
}

.p-top-jobs__heading {
  position: relative;
  flex-shrink: 0;
}

.p-top-jobs__textArea {
  -webkit-margin-before: 1.875rem;
  flex-grow: 1;
  margin-block-start: 1.875rem;
}
@media (max-width: 767px) {
  .p-top-jobs__textArea {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-top-jobs__catch {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.72;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-top-jobs__catch {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 2.11;
  }
}

.p-top-jobs__text {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}

.p-top-jobs__pop {
  -webkit-margin-before: 1.25rem;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-block-start: 1.25rem;
  padding: 0.8125rem 0.875rem;
  gap: 0.875rem;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-top-jobs__pop {
    align-items: flex-start;
    padding: 1.125rem 0.75rem;
    gap: 0.625rem;
  }
}
.p-top-jobs__pop::before {
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 4.5rem;
  width: 1.1875rem;
  height: 1rem;
  background: url(../img/p-top-jobs_pop.webp) no-repeat center center/cover;
  content: "";
}
@media (max-width: 767px) {
  .p-top-jobs__pop::before {
    bottom: -0.75rem;
    width: 1rem;
    height: 0.8125rem;
  }
}

.p-top-jobs__popText {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.08;
  letter-spacing: 0.07em;
}

.p-top-jobs__popImage {
  flex-shrink: 0;
  width: 3.75rem;
}
@media (max-width: 767px) {
  .p-top-jobs__popImage {
    width: 2.5rem;
  }
}

.p-top-jobs__button {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
  text-align: right;
}
@media (max-width: 767px) {
  .p-top-jobs__button {
    text-align: center;
  }
}

.p-top-jobs__foot {
  -webkit-margin-before: 2.875rem;
  margin-block-start: 2.875rem;
}

.p-top-jobs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.375rem;
}
@media (max-width: 767px) {
  .p-top-jobs__list {
    gap: 0.1875rem;
  }
}

.p-top-jobs__item {
  display: block;
  width: calc((100% - 2.75rem) / 3);
}
@media (max-width: 767px) {
  .p-top-jobs__item {
    width: calc((100% - 0.625rem) / 2);
  }
}
@media (max-width: 767px) {
  .p-top-jobs__item:nth-child(2), .p-top-jobs__item:nth-child(4), .p-top-jobs__item:nth-child(6) {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
  }
}

.p-top-jobs__link {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: 20.125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #ffffff;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-top-jobs__link {
    height: 12.5rem;
  }
}

.p-top-jobs__itemBody {
  display: -ms-grid;
  display: grid;
  position: relative;
  flex-grow: 1;
  place-content: center;
  padding-block: 0.875rem;
}
@media (max-width: 767px) {
  .p-top-jobs__itemBody {
    padding-block: 0.625rem;
  }
}

.p-top-jobs__itemName {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-jobs__itemName {
    font-size: 1rem;
  }
}
.p-top-jobs__itemName span {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-top-jobs__itemName span {
    font-size: 0.8125rem;
  }
}

.p-top-jobs__itemPosition {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-jobs__itemPosition {
    font-size: 0.75rem;
  }
}

.p-top-jobs__itemLabel {
  position: absolute;
  right: -0.0625rem;
  bottom: -0.0625rem;
  width: 2.3125rem;
  height: 2.3125rem;
  overflow: hidden;
  border-radius: 1.125rem 0 0 0;
  background: #1da6dc;
}
@media (max-width: 767px) {
  .p-top-jobs__itemLabel {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0.75rem 0 0 0;
  }
}
.p-top-jobs__itemLabel::before, .p-top-jobs__itemLabel::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-top-jobs__itemLabel::before, .p-top-jobs__itemLabel::after {
    width: 0.25rem;
    height: 0.25rem;
    border-right: 0.0625rem solid #ffffff;
    border-bottom: 0.0625rem solid #ffffff;
  }
}
.p-top-jobs__itemLabel::before {
  right: 1rem;
}
@media (max-width: 767px) {
  .p-top-jobs__itemLabel::before {
    right: 0.75rem;
  }
}
.p-top-jobs__itemLabel::after {
  visibility: hidden;
  right: 2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-top-jobs__itemLabel::after {
    right: 1.875rem;
  }
}

.p-top-jobs__itemImageArea {
  width: 100%;
  overflow: hidden;
}

.p-top-jobs__itemImage {
  overflow: hidden;
}
.p-top-jobs__itemImage img {
  aspect-ratio: 370/244;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-top-jobs__itemImage img {
    aspect-ratio: 167/116;
  }
}

@media (max-width: 767px) {
  .p-top-jobs__itemName span.-inline {
    display: inline;
    line-height: 1.2;
  }
}

@media (any-hover: hover) {
  .p-top-jobs__link:hover .p-top-jobs__itemLabel::before {
    visibility: hidden;
    right: -2.5rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-top-jobs__link:hover .p-top-jobs__itemLabel::before {
    right: -1.875rem;
  }
}
@media (any-hover: hover) {
  .p-top-jobs__link:hover .p-top-jobs__itemLabel::after {
    visibility: visible;
    right: 1rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-top-jobs__link:hover .p-top-jobs__itemLabel::after {
    right: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-top-jobs__link:hover .p-top-jobs__itemImage img {
    scale: 1.1;
  }
}
.p-top-jobs__link:focus {
  outline: none;
}
.p-top-jobs__link:focus-visible {
  outline: none;
}
.p-top-jobs__link:focus-visible .p-top-jobs__itemLabel::before {
  visibility: hidden;
  right: -2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-top-jobs__link:focus-visible .p-top-jobs__itemLabel::before {
    right: -1.875rem;
  }
}
.p-top-jobs__link:focus-visible .p-top-jobs__itemLabel::after {
  visibility: visible;
  right: 1rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-top-jobs__link:focus-visible .p-top-jobs__itemLabel::after {
    right: 0.75rem;
  }
}
.p-top-jobs__link:focus-visible .p-top-jobs__itemImage img {
  scale: 1.1;
}

.p-top-environment {
  position: relative;
  padding-block: 10.625rem 4.5rem;
}
@media (max-width: 767px) {
  .p-top-environment {
    padding-block: 6.5rem 4.125rem;
  }
}

.p-top-environment__deco {
  position: absolute;
  top: 8.5rem;
  left: -0.375rem;
  width: 4.25rem;
}
@media (max-width: 767px) {
  .p-top-environment__deco {
    top: 9.3125rem;
    right: 1.4375rem;
    left: unset;
    width: 2.75rem;
  }
}

.p-top-environment__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-top-environment__content {
    flex-direction: column;
    gap: 0rem;
  }
}

.p-top-environment__textArea {
  flex-shrink: 0;
  width: 25.625rem;
}
@media (max-width: 767px) {
  .p-top-environment__textArea {
    display: contents;
    width: 100%;
  }
}

.p-top-environment__heading {
  -webkit-margin-start: -0.625rem;
  margin-inline-start: -0.625rem;
}
@media (max-width: 767px) {
  .p-top-environment__heading {
    order: 1;
  }
}

.p-top-environment__catch {
  -webkit-margin-before: 1.5625rem;
  margin-block-start: 1.5625rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-top-environment__catch {
    -webkit-margin-before: 1.6875rem;
    order: 2;
    margin-block-start: 1.6875rem;
    font-weight: 700;
    font-size: 1.125rem;
  }
}

.p-top-environment__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-top-environment__text {
    -webkit-margin-before: 0.875rem;
    order: 3;
    margin-block-start: 0.875rem;
  }
}

.p-top-environment__button {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (max-width: 767px) {
  .p-top-environment__button {
    order: 5;
    margin-inline: auto;
  }
}

.p-top-environment__cardArea {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .p-top-environment__cardArea {
    -webkit-margin-before: 1.5rem;
    order: 4;
    margin-block-start: 1.5rem;
  }
}

.p-top-environment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
}
@media (max-width: 767px) {
  .p-top-environment__list {
    gap: 0.875rem 0.75rem;
  }
}

.p-top-environment__item {
  width: calc((100% - 1.125rem) / 2);
}
@media (max-width: 767px) {
  .p-top-environment__item {
    width: calc((100% - 0.75rem) / 2);
  }
}

.p-top-environment__link {
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  padding: 1.1875rem 1.0625rem;
  overflow: hidden;
  gap: 1.8125rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.625rem;
  backdrop-filter: blur(10px);
  background: rgba(2, 55, 147, 0.2);
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-top-environment__link {
    flex-direction: column-reverse;
    padding: 0.75rem 0.75rem 1.25rem;
    gap: 0.8125rem;
    border-radius: 0.375rem;
  }
}

.p-top-environment__cardTitle {
  flex-grow: 1;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.59;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-top-environment__cardTitle {
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
  }
}

.p-top-environment__cardThumbnail {
  flex-shrink: 0;
  width: 8rem;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .p-top-environment__cardThumbnail {
    width: 100%;
  }
}
.p-top-environment__cardThumbnail img {
  aspect-ratio: 128/108;
}
@media (max-width: 767px) {
  .p-top-environment__cardThumbnail img {
    aspect-ratio: 142/91;
  }
}

.p-top-environment__cardLabel {
  position: absolute;
  right: -0.0625rem;
  bottom: -0.0625rem;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  border-radius: 1.125rem 0 0 0;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-top-environment__cardLabel {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0.75rem 0 0 0;
  }
}
.p-top-environment__cardLabel::before, .p-top-environment__cardLabel::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #1da6dc;
  border-bottom: 0.125rem solid #1da6dc;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-top-environment__cardLabel::before, .p-top-environment__cardLabel::after {
    width: 0.25rem;
    height: 0.25rem;
    border-right: 0.0625rem solid #1da6dc;
    border-bottom: 0.0625rem solid #1da6dc;
  }
}
.p-top-environment__cardLabel::before {
  right: 1rem;
}
@media (max-width: 767px) {
  .p-top-environment__cardLabel::before {
    right: 0.75rem;
  }
}
.p-top-environment__cardLabel::after {
  visibility: hidden;
  right: 2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-top-environment__cardLabel::after {
    right: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-top-environment__link:hover {
    background: rgba(2, 55, 147, 0.4);
  }
  .p-top-environment__link:hover .p-top-environment__cardLabel::before {
    visibility: hidden;
    right: -2.5rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-top-environment__link:hover .p-top-environment__cardLabel::before {
    right: -1.875rem;
  }
}
@media (any-hover: hover) {
  .p-top-environment__link:hover .p-top-environment__cardLabel::after {
    visibility: visible;
    right: 1rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-top-environment__link:hover .p-top-environment__cardLabel::after {
    right: 0.75rem;
  }
}
.p-top-environment__link:focus {
  outline: none;
}
.p-top-environment__link:focus-visible {
  outline: none;
  background: rgba(2, 55, 147, 0.4);
}
.p-top-environment__link:focus-visible .p-top-environment__cardLabel::before {
  visibility: hidden;
  right: -2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-top-environment__link:focus-visible .p-top-environment__cardLabel::before {
    right: -1.875rem;
  }
}
.p-top-environment__link:focus-visible .p-top-environment__cardLabel::after {
  visibility: visible;
  right: 1rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-top-environment__link:focus-visible .p-top-environment__cardLabel::after {
    right: 0.75rem;
  }
}

.p-top-charm {
  -webkit-padding-before: 1.375rem;
  padding-block-start: 1.375rem;
}
@media (max-width: 767px) {
  .p-top-charm {
    -webkit-padding-before: 4rem;
    padding-block-start: 4rem;
  }
}

.p-top-charm__content {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;
}
@media (max-width: 767px) {
  .p-top-charm__content {
    flex-direction: column;
    gap: unset;
  }
}

.p-top-charm__deco {
  position: absolute;
}
.p-top-charm__deco.-first {
  top: 1.6875rem;
  right: 4rem;
  width: 5.875rem;
}
@media (max-width: 767px) {
  .p-top-charm__deco.-first {
    top: -1.125rem;
    right: 1.4375rem;
    width: 3.625rem;
  }
}
.p-top-charm__deco.-second {
  bottom: 0.9375rem;
  left: 0.9375rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .p-top-charm__deco.-second {
    bottom: 0.5rem;
    width: 6rem;
  }
}
.p-top-charm__deco.-third {
  right: -11.25rem;
  bottom: 5rem;
  width: 12.9375rem;
}
@media (max-width: 767px) {
  .p-top-charm__deco.-third {
    right: -2.25rem;
    bottom: -4.5rem;
    width: 5.125rem;
  }
}

.p-top-charm__textArea {
  -webkit-margin-before: 6.5rem;
  margin-block-start: 6.5rem;
}
@media (max-width: 767px) {
  .p-top-charm__textArea {
    -webkit-margin-before: 0;
    display: contents;
    margin-block-start: 0;
  }
}

.p-top-charm__heading {
  -webkit-margin-start: -0.625rem;
  margin-inline-start: -0.625rem;
}
@media (max-width: 767px) {
  .p-top-charm__heading {
    -webkit-margin-end: auto;
    order: 1;
    margin-inline-end: auto;
  }
}

.p-top-charm__text {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-top-charm__text {
    -webkit-margin-before: 0.875rem;
    order: 3;
    margin-block-start: 0.875rem;
  }
}

.p-top-charm__button {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
}
@media (max-width: 767px) {
  .p-top-charm__button {
    -webkit-margin-before: 0.875rem;
    order: 4;
    margin-block-start: 0.875rem;
  }
}

.p-top-charm__imageArea {
  position: relative;
  flex-shrink: 0;
  width: 35.0625rem;
}
@media (max-width: 767px) {
  .p-top-charm__imageArea {
    -webkit-margin-before: 1.5rem;
    order: 2;
    width: 100%;
    margin-block-start: 1.5rem;
  }
}

.p-top-interview {
  padding-block: 5.4375rem;
}
@media (max-width: 767px) {
  .p-top-interview {
    padding-block: 5.125rem 3.5rem;
  }
}

.p-top-interview__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-interview__heading {
    flex-direction: column;
  }
}

.p-top-interview__text {
  -webkit-margin-before: 0.6875rem;
  width: 35.625rem;
  margin-block-start: 0.6875rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-top-interview__text {
    -webkit-margin-before: 1.0625rem;
    width: 100%;
    margin-block-start: 1.0625rem;
  }
}

.p-top-interview__content {
  -webkit-margin-before: 3rem;
  margin-block-start: 3rem;
}
@media (max-width: 767px) {
  .p-top-interview__content {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
  }
}

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

.p-top-interview__swiper-container {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-top-interview__swiper {
  -webkit-padding-after: 1.625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block-end: 1.625rem;
}
@media (max-width: 767px) {
  .p-top-interview__swiper {
    -webkit-padding-after: 1.1875rem;
    padding-block-end: 1.1875rem;
  }
}

.p-top-interview__swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-top-interview__swiper-slide {
  width: 21.875rem;
}
@media (max-width: 767px) {
  .p-top-interview__swiper-slide {
    -webkit-margin-before: 0rem;
    width: 18.1875rem;
    margin-block-start: 0rem;
    transition: -webkit-margin-before ease 0.3s;
    transition: margin-block-start ease 0.3s;
    transition: margin-block-start ease 0.3s, -webkit-margin-before ease 0.3s;
  }
}
@media (max-width: 767px) {
  .p-top-interview__swiper-slide:not(.swiper-slide-active) {
    -webkit-margin-before: 1.25rem !important;
    margin-block-start: 1.25rem !important;
  }
}

.p-top-interview .swiper-button-prev,
.p-top-interview .swiper-button-next,
.p-top-interview .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-top-interview .swiper-button-prev::after,
.p-top-interview .swiper-button-next::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  translate: -50% -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
}
.p-top-interview .swiper-button-prev::after {
  left: 50%;
  rotate: 135deg;
}
.p-top-interview .swiper-button-next::after {
  left: 44%;
}
.p-top-interview .swiper-button-prev::before,
.p-top-interview .swiper-button-next::before {
  display: block;
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.25rem;
  background: #1da6dc;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-top-interview .swiper-button-prev::before,
  .p-top-interview .swiper-button-next::before {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.p-top-interview .swiper-button-prev,
.p-top-interview .swiper-button-next {
  position: absolute;
}
.p-top-interview .swiper-button-prev {
  top: 13.1875rem;
  left: calc(50% - 35.3125rem);
}
@media (max-width: 767px) {
  .p-top-interview .swiper-button-prev {
    top: 10.6875rem;
    left: calc(50% - 9.875rem);
  }
}
.p-top-interview .swiper-button-next {
  top: 13.1875rem;
  right: calc(50% - 35.3125rem);
}
@media (max-width: 767px) {
  .p-top-interview .swiper-button-next {
    top: 10.6875rem;
    right: calc(50% - 9.875rem);
  }
}

.p-top-interview__swiper-nav {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  gap: 66.875rem;
  translate: -50% -50%;
}
@media (max-width: 767px) {
  .p-top-interview__swiper-nav {
    top: 45%;
    gap: 16.4375rem;
  }
}

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

.p-top-interview__button {
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-interview__button {
    -webkit-margin-before: -1.25rem;
    margin-block-start: -1.25rem;
  }
}

.p-top-interview__swiper-slide.-even {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (max-width: 767px) {
  .p-top-interview__swiper-slide.-even {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

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

@media (any-hover: hover) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    scale: 1.08;
  }
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
  scale: 1.08;
  outline: none;
}

.p-top-news {
  -webkit-padding-before: 4.5rem;
  padding-block-start: 4.5rem;
}
@media (max-width: 767px) {
  .p-top-news {
    -webkit-padding-before: 3.125rem;
    padding-block-start: 3.125rem;
  }
}

.p-top-news__content {
  -webkit-margin-before: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.875rem;
}

.p-top-news__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-news__heading {
    display: contents;
  }
}

.p-top-news__head {
  display: contents;
}
@media (max-width: 767px) {
  .p-top-news__head {
    display: block;
    order: 1;
  }
}

.p-top-news__button {
  display: contents;
}
@media (max-width: 767px) {
  .p-top-news__button {
    -webkit-margin-before: 1.6875rem;
    display: block;
    order: 3;
    margin-block-start: 1.6875rem;
    text-align: center;
  }
}

.p-top-news__list {
  -webkit-margin-before: 1.875rem;
  display: flex;
  margin-block-start: 1.875rem;
  gap: 1.9375rem;
}
@media (max-width: 767px) {
  .p-top-news__list {
    -webkit-margin-before: 1.1875rem;
    flex-direction: column;
    order: 2;
    margin-block-start: 1.1875rem;
    gap: 1.125rem;
  }
}

.p-top-news__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 3.875rem) / 3);
}
@media (max-width: 767px) {
  .p-top-news__item {
    width: 100%;
  }
}

.p-scroll-infinity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

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

.p-scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  width: 345rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p-scroll-infinity__list {
    width: 201.25rem;
  }
}

.p-scroll-infinity__list.-left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.p-scroll-infinity__item {
  flex-shrink: 0;
  width: 172.5rem;
}
@media (max-width: 767px) {
  .p-scroll-infinity__item {
    width: 100.625rem;
  }
}

.p-scroll-infinity__item img,
.p-scroll-infinity__item picture {
  display: block;
  width: 100%;
  height: 4.875rem;
}
@media (max-width: 767px) {
  .p-scroll-infinity__item img,
  .p-scroll-infinity__item picture {
    height: 2.875rem;
  }
}

@-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.-special {
  top: unset;
  bottom: -7.5625rem;
}
@media (max-width: 767px) {
  .p-scroll-infinity.-special {
    bottom: -5rem;
  }
}
.p-scroll-infinity.-charm {
  top: unset;
  bottom: 0.0625rem;
}
@media (max-width: 767px) {
  .p-scroll-infinity.-charm {
    bottom: 0.625rem;
  }
}

.p-top-wrapper::before {
  display: block;
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 127.5rem;
  background: url(../img/p-top-wrapper_bg.webp) no-repeat bottom center/100% 127.5rem;
  content: "";
}
@media (max-width: 767px) {
  .p-top-wrapper::before {
    background: url(../img/sp/p-top-wrapper_bg.webp) no-repeat bottom center/cover;
  }
}

.p-article {
  display: contents;
}

.p-article__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #ffffff;
}

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

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

.p-article__textArea {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .p-article__textArea {
    padding: 1.0625rem 1.25rem 1.125rem;
  }
}

.p-article__title {
  -webkit-box-orient: vertical;
  -webkit-margin-after: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-end: 0.75rem;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-article__title {
    font-size: 1.125rem;
    line-height: 1.55;
  }
}

.p-article__meta {
  -webkit-margin-before: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: auto;
  gap: 0.625rem;
}

.p-article__date {
  color: #1da6dc;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.08em;
}

.p-article__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-article__category {
  display: inline-block;
  padding: 0.25rem 0.5rem 0.4375rem;
  border-radius: 100vmax;
  background: #1da6dc;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.p-article__image {
  overflow: hidden;
}
.p-article__image img {
  aspect-ratio: 349/215;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-article__image img {
    aspect-ratio: 344/187;
  }
}

.p-article.-shadow {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}

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

.p-footer-cta {
  padding-block: 5.1875rem 3rem;
}
@media (max-width: 767px) {
  .p-footer-cta {
    padding-block: 4.375rem;
  }
}

.p-footer-cta__inner {
  max-width: 90rem;
  padding-inline: 1.625rem;
}
@media (max-width: 767px) {
  .p-footer-cta__inner {
    max-width: 24.375rem;
    padding-inline: 0.5625rem;
  }
}

.p-footer-cta__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-inline: 5rem 4.1875rem;
  gap: 4.375rem;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-footer-cta__box {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 1.875rem;
    padding-block: 4.625rem 1.5rem;
    gap: 5rem;
  }
}
.p-footer-cta__box::before {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(84, 127, 207, 0.05) 0.0625rem, transparent 0.0625rem), linear-gradient(to right, rgba(84, 127, 207, 0.05) 0.0625rem, transparent 0.0625rem);
  background-position: top left;
  background-size: 1.75rem 1.75rem;
  content: "";
}

.p-footer-cta__deco {
  z-index: 5;
  position: absolute;
}
.p-footer-cta__deco.-first {
  top: -4.3125rem;
  left: 2.5625rem;
  width: 5.5rem;
}
@media (max-width: 767px) {
  .p-footer-cta__deco.-first {
    top: -3.125rem;
    left: 43%;
    width: 3.875rem;
  }
}
.p-footer-cta__deco.-second {
  right: 1.75rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .p-footer-cta__deco.-second {
    right: 0.625rem;
    width: 6.9375rem;
  }
}
.p-footer-cta__deco img {
  width: 100%;
}

.p-footer-cta__textarea {
  -webkit-padding-before: 4.625rem;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  width: 42.5rem;
  padding-block-start: 4.625rem;
}
@media (max-width: 767px) {
  .p-footer-cta__textarea {
    -webkit-padding-before: 0;
    width: 100%;
    padding-block-start: 0;
  }
}

.p-footer-cta__text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.71;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-footer-cta__text {
    font-size: 0.875rem;
    letter-spacing: 0.07em;
    text-align: center;
  }
}

.p-footer-cta__catch {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 500;
  font-size: 2.9375rem;
  line-height: 1.32;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-footer-cta__catch {
    font-size: 1.8125rem;
    text-align: center;
  }
}
.p-footer-cta__catch span.-spacing {
  letter-spacing: -0.5em;
}
.p-footer-cta__catch span.-color {
  color: #1da6dc;
}

.p-footer-cta__recruitButton {
  position: absolute;
  bottom: -4.0625rem;
  left: 50%;
  translate: -50%;
}
@media (max-width: 767px) {
  .p-footer-cta__recruitButton {
    right: unset;
    bottom: -3.4375rem;
  }
}

.p-footer-cta__recruitButtonLink {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.75rem 2.4375rem 0.6875rem 1.6875rem;
  background: #ffffff;
  color: #1da6dc;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.p-footer-cta__recruitButtonLink::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
  border: 0.125rem solid #1da6dc;
  border-radius: 0.625rem;
  content: "";
  transition: all ease 0.3s;
}
.p-footer-cta__recruitButtonLink span {
  position: relative;
}
.p-footer-cta__recruitButtonLink span::before, .p-footer-cta__recruitButtonLink span::after {
  display: block;
  z-index: 4;
  position: absolute;
  top: 50%;
  width: 0.4375rem;
  height: 0.4375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #1da6dc;
  border-bottom: 0.125rem solid #1da6dc;
  content: "";
  transition: all ease 0.3s;
}
.p-footer-cta__recruitButtonLink span::before {
  right: -1rem;
}
.p-footer-cta__recruitButtonLink span::after {
  visibility: hidden;
  right: 0rem;
  opacity: 0;
}

.p-footer-cta__buttons {
  -webkit-margin-before: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 2.125rem;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .p-footer-cta__buttons {
    -webkit-margin-before: 1.375rem;
    flex-direction: column;
    margin-block-start: 1.375rem;
    gap: 0.4375rem;
  }
}

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

.p-footer-cta__link {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 100%;
  min-height: 5.5rem;
  border-radius: 0.625rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-footer-cta__link {
    min-height: 4rem;
    font-size: 1.25rem;
  }
}
.p-footer-cta__link span {
  z-index: 3;
  position: relative;
}
.p-footer-cta__link span::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.1875rem;
  height: 5.5rem;
  translate: -50% -50%;
  border-radius: 0.625rem;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-footer-cta__link span::before {
    width: 19.25rem;
    height: 4rem;
  }
}
.p-footer-cta__link::before, .p-footer-cta__link::after {
  display: block;
  z-index: 4;
  position: absolute;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-footer-cta__link::before, .p-footer-cta__link::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-footer-cta__link::before {
  right: 1.875rem;
}
.p-footer-cta__link::after {
  visibility: hidden;
  right: 3.125rem;
  opacity: 0;
}

.p-footer-cta__swiper-container {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 31.6875rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-footer-cta__swiper-container {
    flex-direction: column;
    width: calc(100% + 3.75rem);
    height: 15rem;
    gap: 0.625rem;
    translate: -1.875rem;
  }
}

.p-footer-cta__swiper {
  position: absolute !important;
  width: calc(50% - 0.5625rem);
  height: 100%;
}
@media (max-width: 767px) {
  .p-footer-cta__swiper {
    position: relative !important;
    width: 100%;
    height: 7.1875rem;
  }
}
.p-footer-cta__swiper.-left {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-footer-cta__swiper.-left {
    top: auto;
    left: auto;
  }
}
.p-footer-cta__swiper.-right {
  top: 0;
  left: calc(50% + 0.5625rem);
}
@media (max-width: 767px) {
  .p-footer-cta__swiper.-right {
    top: auto;
    left: auto;
  }
}

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

.p-footer-cta__swiper-slide {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-footer-cta__swiper-slide {
    width: 9.375rem !important;
    height: 7.1875rem;
    border-radius: 0.25rem;
  }
}
.p-footer-cta__swiper-slide img {
  display: block;
  aspect-ratio: 236/300;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-footer-cta__swiper-slide img {
    aspect-ratio: 150/115;
  }
}

.p-footer-cta__button.-first .p-footer-cta__link span::before {
  background: #547fcf;
}
.p-footer-cta__button.-second .p-footer-cta__link span::before {
  background: #1da6dc;
}

@media (any-hover: hover) {
  .p-footer-cta__link:hover span::before {
    scale: 1.05;
  }
  .p-footer-cta__link:hover::before {
    visibility: hidden;
    right: 0.625rem;
    opacity: 0;
  }
  .p-footer-cta__link:hover::after {
    visibility: visible;
    right: 1.875rem;
    opacity: 1;
  }
}
.p-footer-cta__link:focus {
  outline: none;
}
.p-footer-cta__link:focus-visible {
  outline: none;
}
.p-footer-cta__link:focus-visible span::before {
  scale: 1.05;
}
.p-footer-cta__link:focus-visible::before {
  visibility: hidden;
  right: 0.625rem;
  opacity: 0;
}
.p-footer-cta__link:focus-visible::after {
  visibility: visible;
  right: 1.875rem;
  opacity: 1;
}

@media (any-hover: hover) {
  .p-footer-cta__recruitButtonLink:hover::before {
    scale: 1.05;
  }
  .p-footer-cta__recruitButtonLink:hover span::before {
    visibility: hidden;
    right: -2rem;
    opacity: 0;
  }
  .p-footer-cta__recruitButtonLink:hover span::after {
    visibility: visible;
    right: -1rem;
    opacity: 1;
  }
}
.p-footer-cta__recruitButtonLink:focus {
  outline: none;
}
.p-footer-cta__recruitButtonLink:focus-visible {
  outline: none;
}
.p-footer-cta__recruitButtonLink:focus-visible::before {
  scale: 1.05;
}
.p-footer-cta__recruitButtonLink:focus-visible span::before {
  visibility: hidden;
  right: -2rem;
  opacity: 0;
}
.p-footer-cta__recruitButtonLink:focus-visible span::after {
  visibility: visible;
  right: -1rem;
  opacity: 1;
}

.p-footer {
  padding-block: 4rem 3.25rem;
  background: url(../img/p-footer_bg.webp) no-repeat center center/cover;
  background-color: #023793;
}
@media (max-width: 767px) {
  .p-footer {
    padding-block: 2.75rem 1.9375rem;
    background: url(../img/sp/p-footer_bg.webp) no-repeat center center/cover;
  }
}

.p-footer__main {
  -webkit-padding-end: 3.125rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-inline-end: 3.125rem;
}
@media (max-width: 767px) {
  .p-footer__main {
    -webkit-padding-end: 0;
    flex-direction: column;
    order: 2;
    padding-inline-end: 0;
  }
}

.p-footer__information {
  -webkit-padding-before: 1.8125rem;
  padding-block-start: 1.8125rem;
}
@media (max-width: 767px) {
  .p-footer__information {
    -webkit-padding-before: 0;
    display: contents;
    padding-block-start: 0;
  }
}

.p-footer__logo {
  display: block;
  width: 14.6875rem;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-footer__logo {
    order: 1;
    margin-inline: auto;
  }
}

.p-footer__company {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (max-width: 767px) {
  .p-footer__company {
    order: 3;
  }
}

.p-footer__companyTitle {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-footer__address {
  color: #ffffff;
  line-height: 1.43;
  letter-spacing: 0.05em;
}

.p-footer__tel {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}

.p-footer__fax {
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-footer__instagram {
  -webkit-margin-before: 1.25rem;
  display: block;
  width: 1.8125rem;
  margin-block-start: 1.25rem;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-footer__instagram {
    order: 4;
  }
}

.p-footer__instagramImage {
  display: block;
}

.p-footer__corporateLink {
  -webkit-margin-before: 1.75rem;
  -webkit-padding-end: 2.75rem;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: 1.75rem;
  padding-inline-end: 2.75rem;
  gap: 1.75rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-footer__corporateLink {
    order: 5;
  }
}
.p-footer__corporateLink span {
  -webkit-transform-origin: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1/1;
  width: 1.875rem;
  height: 1.875rem;
  transform-origin: center;
  translate: 0 -50%;
  border: 0.0625rem solid #ffffff;
  border-radius: 0.25rem;
  transition: all ease 0.3s;
}
.p-footer__corporateLink::before, .p-footer__corporateLink::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
.p-footer__corporateLink::before {
  right: 0.875rem;
}
.p-footer__corporateLink::after {
  visibility: hidden;
  right: 1.875rem;
  opacity: 0;
}

.p-footer__menu {
  display: flex;
  align-items: flex-start;
  gap: 2.625rem;
}
@media (max-width: 767px) {
  .p-footer__menu {
    -webkit-margin-before: 2.4375rem;
    flex-direction: column;
    order: 2;
    width: 100%;
    margin-block-start: 2.4375rem;
    gap: 0;
  }
}

.p-footer__menuList {
  display: flex;
  flex-direction: column;
  width: 13.75rem;
}
@media (max-width: 767px) {
  .p-footer__menuList {
    width: 100%;
  }
  .p-footer__menuList:first-child {
    border-top: 0.0625rem solid #3963ac;
  }
}

.p-footer__menuItem {
  display: block;
  width: 100%;
  border-bottom: 0.0625rem solid #3963ac;
  transition: all ease 0.3s;
}

.p-footer__menuLink {
  display: block;
  width: 100%;
  padding-block: 1.0625rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-footer__menuLink {
    padding-block: 0.75rem;
  }
}

.p-footer__menuBanner {
  width: 100%;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-footer__menuBanner {
    padding-inline: 1.9375rem;
  }
}
.p-footer__menuBanner img {
  width: 100%;
}

.p-footer__Submenu {
  -webkit-padding-after: 1.375rem;
  display: flex;
  flex-direction: column;
  padding-block-end: 1.375rem;
  gap: 1.25rem;
}

.p-footer__menuSubItem {
  display: block;
}

.p-footer__SubLink {
  -webkit-padding-start: 1.125rem;
  display: block;
  position: relative;
  padding-inline-start: 1.125rem;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  transition: all ease 0.3s;
}
.p-footer__SubLink::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.0625rem solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}

.p-footer__copy {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-footer__copy {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

.p-footer__copyText {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.64;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-footer__copyText {
    font-size: 0.75rem;
  }
}

.p-footer__menuItem.-banner {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  border-bottom: none;
}
@media (max-width: 767px) {
  .p-footer__menuItem.-banner {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
  }
}

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

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

@media (any-hover: hover) {
  .p-footer__menuItem:has(.p-footer__menuLink:hover) {
    border-color: #ffffff;
  }
}
.p-footer__menuItem:has(.p-footer__menuLink:focus-visible) {
  border-color: #ffffff;
}

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

@media (max-width: 767px) and (any-hover: hover) {
  .p-footer__tel:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p-footer__tel:focus {
    outline: none;
  }
}
@media (max-width: 767px) {
  .p-footer__tel:focus-visible {
    outline: none;
    opacity: 0.7;
  }
}

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

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

@media (any-hover: hover) {
  .p-footer__corporateLink:hover span {
    scale: 1.225;
  }
  .p-footer__corporateLink:hover::before {
    visibility: hidden;
    right: -1.875rem;
    opacity: 0;
  }
  .p-footer__corporateLink:hover::after {
    visibility: visible;
    right: 0.875rem;
    opacity: 1;
  }
}
.p-footer__corporateLink:focus {
  outline: none;
}
.p-footer__corporateLink:focus-visible {
  outline: none;
}
.p-footer__corporateLink:focus-visible span {
  scale: 1.225;
}
.p-footer__corporateLink:focus-visible::before {
  visibility: hidden;
  right: -1.875rem;
  opacity: 0;
}
.p-footer__corporateLink:focus-visible::after {
  visibility: visible;
  right: 0.875rem;
  opacity: 1;
}

.p-pageFv-wave {
  padding-block: 10.1875rem 2rem;
}
@media (max-width: 767px) {
  .p-pageFv-wave {
    padding-block: 6.25rem 3.125rem;
  }
}

.p-pageFv-wave__deco {
  z-index: 2;
  position: absolute;
}
.p-pageFv-wave__deco.-first {
  top: 10.1875rem;
  left: 7.5rem;
  width: 5.125rem;
}
@media (max-width: 767px) {
  .p-pageFv-wave__deco.-first {
    top: 2.625rem;
    left: 11.6875rem;
    width: 3.8125rem;
  }
}
.p-pageFv-wave__deco.-second {
  top: 13.6875rem;
  right: 3.375rem;
  width: 5.75rem;
}
@media (max-width: 767px) {
  .p-pageFv-wave__deco.-second {
    top: unset;
    right: 0.875rem;
    bottom: 3.125rem;
    width: 2.375rem;
  }
}
.p-pageFv-wave__deco.-third {
  top: 16.3125rem;
  left: -0.375rem;
  width: 4.5625rem;
}
@media (max-width: 767px) {
  .p-pageFv-wave__deco.-third {
    top: unset;
    bottom: -1.0625rem;
    left: 1.375rem;
    width: 3.3125rem;
  }
}

.p-pageFv-wave__inner {
  max-width: 62.5rem;
}

.p-pageFv-wave__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-pageFv-wave__main {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1.46;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pageFv-wave__main {
    font-size: 3.25rem;
    line-height: 1.4;
    text-align: center;
  }
}

.p-pageFv-wave__sub {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Chakra Petch", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-pageFv-wave__sub {
    -webkit-margin-before: 0.6875rem;
    margin-block-start: 0.6875rem;
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-pageFv-wave__categories {
  -webkit-margin-before: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 31.25rem;
  margin-block-start: 0.625rem;
  gap: 0.4375rem;
}

.p-pageFv-wave__category {
  padding: 0.1875rem 0.9375rem 0.3125rem;
  border-radius: 100vmax;
  background: #ffffff;
  color: #1da6dc;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-pageFv-wave__lead {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.12;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pageFv-wave__lead {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
    font-size: 0.9375rem;
    line-height: 2.26;
    text-align: left;
  }
}
.p-pageFv-wave__lead span {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .p-pageFv-wave__lead span {
    font-size: 0.75rem;
  }
}

.p-pageFv-wave.-environment {
  -webkit-padding-after: 7.9375rem;
  padding-block-end: 7.9375rem;
}
@media (max-width: 767px) {
  .p-pageFv-wave.-environment {
    -webkit-padding-after: 3.125rem;
    padding-block-end: 3.125rem;
  }
}
.p-pageFv-wave.-worksChild .p-pageFv-wave__sub {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .p-pageFv-wave.-worksChild .p-pageFv-wave__sub {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-pageFv-wave.-worksChild .p-pageFv-wave__bgImage {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
.p-pageFv-wave.-interviewChild .p-pageFv-wave__main {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-pageFv-wave.-interviewChild .p-pageFv-wave__main {
    font-size: 2.125rem;
  }
}
.p-pageFv-wave.-interviewChild .p-pageFv-wave__sub {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-pageFv-wave.-interviewChild .p-pageFv-wave__sub {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .p-pageFv-wave__deco.-third.-bottom {
    top: unset;
    bottom: -1.25rem;
  }
}

@media (max-width: 767px) {
  .p-pageFv-wave__deco.-third.-bottom2 {
    top: unset;
    bottom: 0rem;
  }
}

@media (max-width: 767px) {
  .p-pageFv-wave__deco.-second.-bottom {
    top: unset;
    bottom: 3.0625rem;
  }
}

@media (max-width: 767px) {
  .p-pageFv-wave__lead.-center {
    text-align: center;
  }
}

.p-pageFv-wave__main.-nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-pageFv-wave__main.-nowrap {
    letter-spacing: -0.15em;
  }
}

.p-breadcrumb {
  padding-block: 0.8125rem;
}
@media (max-width: 767px) {
  .p-breadcrumb {
    padding-block: 0.4375rem 0.5rem;
  }
}
.p-breadcrumb span {
  color: #023793;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover span {
    color: #1da6dc;
  }
}
.p-breadcrumb span a:focus-visible {
  outline: none;
}
.p-breadcrumb span a:focus-visible span {
  color: #1da6dc;
}
@media (max-width: 767px) {
  .p-breadcrumb span {
    font-size: 0.625rem;
  }
}
.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 0.875rem;
  position: relative;
  padding-inline-start: 0.875rem;
}
@media (max-width: 767px) {
  .p-breadcrumb span:not(:first-child) {
    -webkit-padding-start: 0.6875rem;
    padding-inline-start: 0.6875rem;
  }
}
.p-breadcrumb span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.0625rem solid #023793;
  border-bottom: 0.0625rem solid #023793;
  content: "";
}
.p-breadcrumb span .current-item {
  text-decoration: none;
  opacity: 0.4;
  pointer-events: none;
}

.p-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-breadcrumb__inner {
    gap: 0.4375rem;
  }
}

.p-company {
  -webkit-margin-before: -6.4375rem;
  margin-block-start: -6.4375rem;
  padding-block: 6.4375rem;
}
@media (max-width: 767px) {
  .p-company {
    -webkit-margin-before: -3.6875rem;
    margin-block-start: -3.6875rem;
    padding-block: 4.4375rem 3.4375rem;
  }
}

.p-company__content {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 767px) {
  .p-company__content {
    gap: 4rem;
  }
}

.p-company__catch {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

.p-company__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-company__text {
    -webkit-margin-before: 1.0625rem;
    margin-block-start: 1.0625rem;
    font-size: 0.9375rem;
    line-height: 2.26;
  }
}

.p-company__imageList {
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
  -webkit-margin-before: 1.25rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block-start: 1.25rem;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-company__imageList {
    -ms-grid-columns: 1fr 0.75rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.p-company__image {
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-company__image {
    border-radius: 0.375rem;
  }
}
.p-company__image img {
  aspect-ratio: 201/139;
  width: 100%;
}
@media (max-width: 767px) {
  .p-company__image img {
    aspect-ratio: 166/116;
  }
}

.p-company__tableWrapper {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}

.p-company__tableRow {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-company__tableRow {
    flex-direction: column;
    gap: 0;
  }
  .p-company__tableRow + .p-company__tableRow {
    -webkit-margin-before: 0.9375rem;
    margin-block-start: 0.9375rem;
  }
}

.p-company__tableHead {
  flex-shrink: 0;
  width: 10.875rem;
  min-height: 4.375rem;
  padding-block: 1.25rem;
  border-bottom: 0.125rem solid #1da6dc;
  color: #1da6dc;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-company__tableHead {
    min-height: initial;
    padding-block: 0;
    border-bottom: none;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}

.p-company__tableData {
  flex-grow: 1;
  width: 100%;
  padding-block: 1.25rem;
  border-bottom: 0.125rem solid rgba(39, 39, 39, 0.3);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-company__tableData {
    padding-block: 0 1rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-company__tableList {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}

.p-company__tableItem {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-company__tableItem {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-company__tableText {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-company__tableText {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-company__cta {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (max-width: 767px) {
  .p-company__cta {
    -webkit-margin-before: -0.3125rem;
    margin-block-start: -0.3125rem;
  }
}

.p-sidebar {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  position: sticky;
  top: 7.0625rem;
  padding: 1.25rem 1.5625rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}

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

.p-sidebar__link {
  -webkit-padding-start: 1.5625rem;
  position: relative;
  padding-inline-start: 1.5625rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}
.p-sidebar__link::before {
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #e9e9e9;
  content: "";
  transition: all ease 0.3s;
}

@media (any-hover: hover) {
  .p-sidebar__link:hover {
    color: #1da6dc;
  }
  .p-sidebar__link:hover::before {
    background: #1da6dc;
  }
}
.p-sidebar__link:focus {
  outline: none;
}
.p-sidebar__link:focus-visible {
  outline: none;
  color: #1da6dc;
}
.p-sidebar__link:focus-visible::before {
  background: #1da6dc;
}

.p-sidebar__link.is_active {
  color: #1da6dc;
}
.p-sidebar__link.is_active::before {
  background: #1da6dc;
}

.p-news {
  -webkit-margin-before: -6.4375rem;
  margin-block-start: -6.4375rem;
  padding-block: 7.3125rem;
}
@media (max-width: 767px) {
  .p-news {
    -webkit-margin-before: -3.6875rem;
    margin-block-start: -3.6875rem;
    padding-block: 3.6875rem 0;
  }
}

.p-news__articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.625rem;
}
@media (max-width: 767px) {
  .p-news__articles {
    gap: 1.125rem;
  }
}

.p-news__article {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  width: calc((100% - 1.625rem) / 2);
  transform: translateZ(0);
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-news__article {
    width: 100%;
  }
}

.p-news__pagination {
  -webkit-margin-before: 3.625rem;
  margin-block-start: 3.625rem;
}

.p-sidebar-news {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  position: sticky;
  top: 7.0625rem;
  padding: 1.25rem 1.5625rem 1.8125rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}

.p-sidebar-news__inner {
  display: flex;
  flex-direction: column;
}

.p-sidebar-news__title {
  -webkit-padding-start: 1.5625rem;
  position: relative;
  padding-inline-start: 1.5625rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.p-sidebar-news__title::before {
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #1da6dc;
  content: "";
}

.p-sidebar-news__list {
  -webkit-margin-before: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.875rem;
  border-top: 0.0625rem dashed rgba(0, 0, 0, 0.2);
}

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

.p-sidebar-news__link {
  display: block;
  position: relative;
  padding-block: 0.875rem;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.2);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}
.p-sidebar-news__link::before, .p-sidebar-news__link::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #272727;
  border-bottom: 0.125rem solid #272727;
  content: "";
  transition: all ease 0.3s;
}
.p-sidebar-news__link::before {
  right: 0;
}
.p-sidebar-news__link::after {
  visibility: hidden;
  right: 1rem;
  opacity: 0;
}

@media (any-hover: hover) {
  .p-sidebar-news__link:hover {
    border-color: #1da6dc;
  }
  .p-sidebar-news__link:hover::before {
    visibility: hidden;
    right: -1rem;
    opacity: 0;
  }
  .p-sidebar-news__link:hover::after {
    visibility: visible;
    right: 0rem;
    opacity: 1;
  }
}
.p-sidebar-news__link:focus {
  outline: none;
}
.p-sidebar-news__link:focus-visible {
  border-color: #1da6dc;
  outline: none;
}
.p-sidebar-news__link:focus-visible::before {
  visibility: hidden;
  right: -1rem;
  opacity: 0;
}
.p-sidebar-news__link:focus-visible::after {
  visibility: visible;
  right: 0rem;
  opacity: 1;
}

.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;
  width: 100%;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .nav-links {
    margin-inline: auto;
    padding-inline: 0.625rem;
    gap: 0.4375rem;
  }
}

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

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

.p-category {
  -webkit-margin-before: -6.4375rem;
  margin-block-start: -6.4375rem;
  padding-block: 6.4375rem;
}
@media (max-width: 767px) {
  .p-category {
    -webkit-margin-before: -3.6875rem;
    margin-block-start: -3.6875rem;
    padding-block: 3.6875rem 0;
  }
}

.p-category__articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.625rem;
}
@media (max-width: 767px) {
  .p-category__articles {
    gap: 1.125rem;
  }
}

.p-category__article {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  width: calc((100% - 1.625rem) / 2);
  transform: translateZ(0);
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-category__article {
    width: 100%;
  }
}

.p-category__pagination {
  -webkit-margin-before: 3.625rem;
  margin-block-start: 3.625rem;
}

.p-privacy {
  padding-block: 0rem 9.75rem;
}
@media (max-width: 767px) {
  .p-privacy {
    -webkit-padding-after: 5rem;
    padding-block-end: 5rem;
  }
}

.p-privacy__box {
  padding: 2.5rem 6.25rem;
  border: 0.0625rem solid #c7c7c7;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-privacy__box {
    padding: 1.25rem 1.4375rem;
    border-radius: 0.875rem;
  }
}
.p-privacy__box h2 {
  -webkit-padding-start: 1.875rem;
  position: relative;
  margin-block: 2.25rem 1.5rem;
  padding-inline-start: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-privacy__box h2 strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-privacy__box h2 {
    -webkit-padding-start: 1.625rem;
    margin-block: 1.5rem 1rem;
    padding-inline-start: 1.625rem;
    font-size: 1.375rem;
  }
}
.p-privacy__box h2::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.25rem;
  height: 1.25rem;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .p-privacy__box h2::before {
    top: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-privacy__box p {
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-privacy__box p {
    font-size: 0.875rem;
  }
}
.p-privacy__box p + p {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (max-width: 767px) {
  .p-privacy__box p + p {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
  }
}

.p-pageFv {
  padding-block: 8.8125rem 4rem;
}
@media (max-width: 767px) {
  .p-pageFv {
    padding-block: 6.5rem 3.125rem;
  }
}

.p-pageFv__deco {
  z-index: 2;
  position: absolute;
}
.p-pageFv__deco.-first {
  top: 11.8125rem;
  left: 7.5625rem;
  width: 5.125rem;
}
@media (max-width: 767px) {
  .p-pageFv__deco.-first {
    top: 3.4375rem;
    left: 11.6875rem;
    width: 3.8125rem;
  }
}
.p-pageFv__deco.-second {
  top: 14.3125rem;
  right: 2.1875rem;
  width: 5.75rem;
}
@media (max-width: 767px) {
  .p-pageFv__deco.-second {
    top: unset;
    right: 0.875rem;
    bottom: 1.875rem;
    width: 2.375rem;
  }
}

.p-pageFv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-pageFv__main {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1.46;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pageFv__main {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}

.p-pageFv__sub {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Chakra Petch", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-pageFv__sub {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
    font-size: 1.25rem;
  }
}

.p-single {
  padding-block: 12.75rem 5.6875rem;
}
@media (max-width: 767px) {
  .p-single {
    padding-block: 6.25rem 0;
  }
}

.p-single__box {
  -webkit-transform: translateZ(0);
  padding: 2.4375rem 2.4375rem 1.875rem;
  transform: translateZ(0);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-single__box {
    padding: 1.875rem 1.4375rem 1.5rem;
    border-radius: 0.875rem;
  }
}

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

.p-single__date {
  color: #1da6dc;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.08em;
}

.p-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-single__category {
  display: inline-block;
  padding: 0.25rem 0.5rem 0.4375rem;
  border-radius: 100vmax;
  background: #1da6dc;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.p-single__title {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single__title {
    font-size: 1.75rem;
  }
}

.p-single__thumbnail {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-single__thumbnail {
    border-radius: 0.375rem;
  }
}
.p-single__thumbnail img {
  aspect-ratio: 770/423;
}

.p-single__body {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}
@media (max-width: 767px) {
  .p-single__body {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}
.p-single__body > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single__body > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single__body h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 2.25rem 1.5rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #1da6dc;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-single__body h2 {
    margin-block: 1.5rem 1rem;
    font-size: 1.75rem;
  }
}
.p-single__body h3 {
  -webkit-padding-start: 1.875rem;
  position: relative;
  margin-block: 2.25rem 1.5rem;
  padding-inline-start: 1.875rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single__body h3 {
    -webkit-padding-start: 1.625rem;
    margin-block: 1.5rem 1rem;
    padding-inline-start: 1.625rem;
    font-size: 1.375rem;
  }
}
.p-single__body h3::before {
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.25rem;
  height: 1.25rem;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .p-single__body h3::before {
    top: 0.5625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-single__body h4 {
  margin-block: 2.25rem 1.5rem;
  padding-block: 0.625rem;
  border-top: 0.125rem solid #dadada;
  border-bottom: 0.125rem solid #dadada;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single__body h4 {
    margin-block: 1.5rem 1rem;
  }
}
.p-single__body p {
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-single__body p {
    font-size: 0.875rem;
  }
}
.p-single__body p + p {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (max-width: 767px) {
  .p-single__body p + p {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
  }
}
.p-single__body b,
.p-single__body strong {
  font-weight: 700;
}
.p-single__body a {
  color: #1da6dc;
  text-decoration: underline;
  transition: all ease 0.3s;
}
.p-single__body .wp-block-table {
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single__body .wp-block-table {
    margin-block: 1.5rem 1rem;
  }
}
.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 tbody tr {
  position: relative;
}
.p-single__body table tbody tr:first-child {
  border-radius: 0.625rem 0 0.625rem 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
.p-single__body table tbody tr:first-child td {
  padding: 0.5rem;
  border-top: none !important;
  background: #30cde8 !important;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-single__body table tbody tr:first-child td {
    font-size: 1rem;
  }
}
.p-single__body table tbody tr:not(:first-child) td {
  background: #ffffff;
}
.p-single__body table tbody tr:not(:first-child) td:first-child {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .p-single__body table tbody tr:not(:first-child) td:first-child {
    font-size: 0.9375rem;
  }
}
.p-single__body table tbody tr:last-child {
  border-radius: 0 0.625rem 0 0.625rem;
}
.p-single__body table tbody tr td {
  width: 15.625rem !important;
  padding: 1.125rem !important;
  border: none !important;
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 1rem !important;
  line-height: 1.7;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-single__body table tbody tr td {
    width: 12.5rem !important;
    padding: 0.875rem 0.4375rem !important;
    font-size: 0.9375rem !important;
  }
}
.p-single__body table tbody tr td:last-child {
  border-right: none !important;
}
.p-single__body ul,
.p-single__body ol {
  display: flex;
  flex-direction: column;
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single__body ul,
  .p-single__body ol {
    margin-block: 1.5rem 1rem;
  }
}
.p-single__body ul li {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
.p-single__body ul li::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #1da6dc;
  content: "";
}
.p-single__body ol {
  counter-reset: my-counter;
}
.p-single__body ol li {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}
.p-single__body ol li::before {
  display: flex;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: counter(my-counter, decimal-leading-zero) ".";
  color: #1da6dc;
  font-size: 1.125rem;
  font-family: "Chakra Petch", sans-serif;
}
.p-single__body figure {
  width: 100%;
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single__body figure {
    margin-block: 1.5rem 1rem;
  }
}
.p-single__body figcaption {
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-single__body figcaption {
    font-size: 0.875rem;
  }
}
.p-single__body img {
  width: 100%;
  border-radius: 0.625rem;
}

.p-single__button {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
  text-align: center;
}

.p-career-up {
  -webkit-padding-before: 1.875rem;
  padding-block-start: 1.875rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-career-up {
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
  }
}

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

.p-career-up__textArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.6875rem;
}
@media (max-width: 767px) {
  .p-career-up__textArea {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-career-up__title {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-career-up__title {
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-career-up__text {
  -webkit-margin-before: 0.1875rem;
  flex-grow: 1;
  margin-block-start: 0.1875rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-career-up__text {
    font-size: 0.9375rem;
    line-height: 2.26;
  }
}

.p-career-up__imageArea {
  -webkit-margin-before: 0.8125rem;
  position: relative;
  margin-block-start: 0.8125rem;
}
@media (max-width: 767px) {
  .p-career-up__imageArea {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-career-up__deco {
  position: absolute;
  right: -1.5rem;
  bottom: -4.125rem;
  width: 5.875rem;
}
@media (max-width: 767px) {
  .p-career-up__deco {
    right: 0.1875rem;
    bottom: -2.125rem;
    width: 3.25rem;
  }
}

.p-career-salary {
  padding-block: 5.9375rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-career-salary {
    padding-block: 5.375rem 4.1875rem;
  }
}

.p-career-salary__deco {
  z-index: 1;
  position: absolute;
}
.p-career-salary__deco.-first {
  top: 1.0625rem;
  left: -0.9375rem;
  width: 9.8125rem;
}
@media (max-width: 767px) {
  .p-career-salary__deco.-first {
    top: 0.75rem;
    left: -0.8125rem;
    width: 4.375rem;
  }
}
.p-career-salary__deco.-second {
  top: 30.25rem;
  right: 4.5rem;
  width: 4.3125rem;
}
@media (max-width: 767px) {
  .p-career-salary__deco.-second {
    top: 3.8125rem;
    right: 0.625rem;
    width: 2.3125rem;
  }
}

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

.p-career-salary__content {
  -webkit-margin-before: 1.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.6875rem;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .p-career-salary__content {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
    gap: 2.5rem;
  }
}

.p-career-salary__breakdownList {
  -webkit-margin-before: 1.875rem;
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: center;
  margin-block-start: 1.875rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-career-salary__breakdownList {
    -webkit-margin-before: 1.6875rem;
    flex-direction: column;
    margin-block-start: 1.6875rem;
    gap: 0.6875rem;
  }
}
.p-career-salary__breakdownList::before {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.9375rem;
  height: 2.9375rem;
  translate: -50% -50%;
  background: url(../img/p-career-salary_plus.webp) no-repeat center center/cover;
  content: "";
}
@media (max-width: 767px) {
  .p-career-salary__breakdownList::before {
    top: 47%;
    width: 2.375rem;
    height: 2.375rem;
    background: url(../img/sp/p-career-salary_plus.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-career-salary__breakdownItem {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  width: 100%;
  padding: 1.875rem 1.75rem;
  transform: translateZ(0);
  border: 0.125rem solid #1da6dc;
  border-radius: 0.625rem;
  background: #2bc6e0;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-career-salary__breakdownItem {
    -webkit-filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
    padding: 1.5rem 1.125rem;
    filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
  }
}

.p-career-salary__breakdownTitle {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.34;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-salary__breakdownTitle {
    font-size: 1.375rem;
    line-height: 1.59;
  }
}

.p-career-salary__breakdownText {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-career-salary__breakdownText {
    -webkit-margin-before: 0.375rem;
    margin-block-start: 0.375rem;
    font-size: 0.9375rem;
  }
}

.p-career-salary__bonusList {
  -webkit-margin-before: 1.875rem;
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: center;
  margin-block-start: 1.875rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-career-salary__bonusList {
    -webkit-margin-before: 1.5rem;
    flex-direction: column;
    margin-block-start: 1.5rem;
    gap: 1.125rem;
  }
}

.p-career-salary__bonusItem {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  width: 100%;
  padding: 1.875rem 1.75rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-career-salary__bonusItem {
    -webkit-filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
    padding: 1.5rem 1.125rem;
    filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
  }
}

.p-career-salary__bonusTitle {
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-salary__bonusTitle {
    font-size: 1.375rem;
    line-height: 1.59;
  }
}

.p-career-salary__bonusText {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-career-salary__bonusText {
    -webkit-margin-before: 0.4375rem;
    margin-block-start: 0.4375rem;
    font-size: 0.9375rem;
  }
}

.p-career-salary__educationLead {
  -webkit-margin-before: 0.875rem;
  margin-block-start: 0.875rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-career-salary__educationLead {
    font-size: 0.9375rem;
    line-height: 2.26;
  }
}

.p-career-salary__educationList {
  -webkit-margin-before: 1.875rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-block-start: 1.875rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-career-salary__educationList {
    -webkit-margin-before: 1.5rem;
    flex-direction: column;
    margin-block-start: 1.5rem;
    gap: 1.0625rem;
  }
}

.p-career-salary__educationItem {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  width: calc((100% - 1.875rem) / 2);
  padding: 1.875rem 1.75rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-career-salary__educationItem {
    -webkit-filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
    width: 100%;
    padding: 1.25rem 1.125rem;
    filter: drop-shadow(0 0 0.4375rem rgba(0, 0, 0, 0.16));
  }
}
@media (max-width: 767px) {
  .p-career-salary__educationItem:last-child .p-career-salary__educationText {
    text-align: left;
  }
}

.p-career-salary__educationTitle {
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-salary__educationTitle {
    font-size: 1.375rem;
    line-height: 1.59;
  }
}

.p-career-salary__educationText {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-salary__educationText {
    -webkit-margin-before: 0.4375rem;
    margin-block-start: 0.4375rem;
    font-size: 0.9375rem;
  }
}

.p-career-salary__educationLead {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-career-salary__educationLead {
    white-space: wrap;
  }
}

.p-frame {
  position: relative;
  padding: 5.625rem 2.9375rem 2.625rem;
  overflow: hidden;
  border: 0.125rem solid #1da6dc;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .p-frame {
    padding: 4.3125rem 1.375rem 2rem;
    border-radius: 0.375rem;
  }
}

.p-frame__heading {
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  min-width: 20.625rem;
  padding: 0.5rem 1.75rem;
  border-radius: 0 0 0.625rem 0;
  background: #1da6dc;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.16;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-frame__heading {
    min-width: 8.5625rem;
    padding: 0.5rem 0.9375rem;
    font-size: 1.5rem;
  }
}
.p-frame__heading h2 {
  letter-spacing: -0.1em;
}

.p-frame__note {
  -webkit-margin-start: 0.6875rem;
  margin-inline-start: 0.6875rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-frame__note {
    font-size: 0.625rem;
  }
}

.p-frame.-flex .p-frame__heading {
  display: flex;
  align-items: center;
}
.p-frame.-opaque {
  background: #ffffff;
}
.p-frame.-minWidthNone .p-frame__heading {
  min-width: initial;
}
.p-frame.-short .p-frame__heading {
  min-width: 18.375rem;
  padding: 0.6875rem 1.75rem;
}
.p-frame.-recruit {
  padding: 4.0625rem 2.3125rem 1.75rem;
}
@media (max-width: 767px) {
  .p-frame.-recruit {
    padding: 4.3125rem 1.375rem 2rem;
  }
}
.p-frame.-recruit .p-frame__heading {
  min-width: initial;
  padding: 0.75rem 1.375rem 0.375rem 1.25rem;
  font-size: 1.6875rem;
}
@media (max-width: 767px) {
  .p-frame.-recruit .p-frame__heading {
    padding: 0.5rem 0.9375rem;
    font-size: 1.5rem;
  }
}

.p-career-evaluation {
  padding-block: 5.375rem;
}
@media (max-width: 767px) {
  .p-career-evaluation {
    padding-block: 3.125rem 4.125rem;
  }
}

.p-career-evaluation__deco {
  position: absolute;
}
.p-career-evaluation__deco.-first {
  top: -1.1875rem;
  left: -0.4375rem;
  width: 4.25rem;
}
@media (max-width: 767px) {
  .p-career-evaluation__deco.-first {
    left: -0.25rem;
    width: 2.6875rem;
  }
}
.p-career-evaluation__deco.-second {
  right: -1.25rem;
  bottom: 35.4375rem;
  width: 7.3125rem;
}
@media (max-width: 767px) {
  .p-career-evaluation__deco.-second {
    right: -0.3125rem;
    bottom: -1.125rem;
    width: 4.5625rem;
  }
}

.p-career-evaluation__lead {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-evaluation__lead {
    font-size: 0.9375rem;
    line-height: 2.26;
    text-align: left;
  }
}

.p-career-evaluation__content {
  -webkit-margin-before: 2.125rem;
  margin-block-start: 2.125rem;
}
@media (max-width: 767px) {
  .p-career-evaluation__content {
    -webkit-margin-before: 1.375rem;
    margin-block-start: 1.375rem;
  }
}

.p-career-evaluation__headList {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.0625rem;
}
@media (max-width: 767px) {
  .p-career-evaluation__headList {
    flex-direction: column;
    gap: 2.0625rem;
  }
}

.p-career-evaluation__headItem {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .p-career-evaluation__headItem {
    gap: 1.1875rem;
  }
}

.p-career-evaluation__headTitle {
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.59;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-evaluation__headTitle {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.p-career-evaluation__headText {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-career-evaluation__headText {
    -webkit-margin-before: 0.375rem;
    margin-block-start: 0.375rem;
    font-size: 0.9375rem;
    line-height: 2.06;
  }
}

.p-career-evaluation__headImage {
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-career-evaluation__headImage img {
  aspect-ratio: 301/207;
}
@media (max-width: 767px) {
  .p-career-evaluation__headImage img {
    aspect-ratio: 300/145;
  }
}

.p-career-evaluation__foot {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
  padding-block: 2.375rem 1.25rem;
  border-top: 0.0625rem dashed rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .p-career-evaluation__foot {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
    padding-block: 2.125rem 0;
  }
}

.p-career-evaluation__footList {
  -webkit-margin-before: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-block-start: 2rem;
  gap: 1.625rem;
}
@media (max-width: 767px) {
  .p-career-evaluation__footList {
    -webkit-margin-before: 1.625rem;
    flex-direction: column;
    margin-block-start: 1.625rem;
    gap: 1.125rem;
  }
}

.p-career-evaluation__footItem {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  min-height: 15rem;
  padding: 1.25rem 0.625rem;
  border-radius: 0.625rem;
  background: #2bc6e0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-evaluation__footItem {
    min-height: 9.4375rem;
    padding: 1.875rem 0.625rem;
    font-size: 1.125rem;
    line-height: 1.83;
    letter-spacing: -0.02em;
  }
}
.p-career-evaluation__footItem::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_check.svg);
  display: block;
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  width: 1.1875rem;
  height: 1rem;
  background: #ffffff;
  content: "";
  mask-image: url(../img/icon_check.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-career-evaluation__footCatch {
  -webkit-margin-before: 2.1875rem;
  margin-block-start: 2.1875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-career-evaluation__footCatch {
    -webkit-margin-before: 1.0625rem;
    margin-block-start: 1.0625rem;
    text-align: center;
  }
}
.p-career-evaluation__footCatch span {
  -webkit-clip-path: inset(0rem 0.75rem -0.3125rem 0rem);
  display: inline;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(48, 205, 232, 0.6) 70%);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
  clip-path: inset(0rem 0.75rem -0.3125rem 0rem);
}
@media (max-width: 767px) {
  .p-career-evaluation__footCatch span {
    -webkit-clip-path: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(48, 205, 232, 0.6) 60%, rgba(48, 205, 232, 0.6) 80%, rgba(0, 0, 0, 0) 80%);
    font-size: 1rem;
    text-align: center;
    clip-path: none;
  }
}

.p-career-qa {
  padding-block: 5.4375rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-career-qa {
    padding-block: 3.125rem 3.6875rem;
  }
}

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

.p-career-qa__content {
  -webkit-margin-before: 2.625rem;
  margin-block-start: 2.625rem;
}
@media (max-width: 767px) {
  .p-career-qa__content {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
  }
}

.p-career-qa__list {
  max-width: 62.5rem;
  margin-inline: auto;
  border-top: 0.0625rem dashed rgba(0, 0, 0, 0.5);
}

.p-qa-box {
  padding-block: 1.75rem;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .p-qa-box {
    padding-block: 1.0625rem 1.25rem;
  }
}

.p-qa-box__q-text {
  -webkit-padding-start: 2.3125rem;
  position: relative;
  left: 0;
  padding-inline-start: 2.3125rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-qa-box__q-text {
    font-size: 1.125rem;
  }
}
.p-qa-box__q-text::before {
  position: absolute;
  top: 53%;
  left: 0;
  translate: 0 -50%;
  content: "q.";
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
}

.p-qa-box__content {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
}
@media (max-width: 767px) {
  .p-qa-box__content {
    -webkit-margin-before: 0.375rem;
    margin-block-start: 0.375rem;
  }
}

.p-qa-box__a-text {
  -webkit-padding-start: 2.3125rem;
  position: relative;
  padding-inline-start: 2.3125rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-qa-box__a-text {
    font-size: 0.9375rem;
    line-height: 1.86;
  }
}
.p-qa-box__a-text::before {
  position: absolute;
  top: 53%;
  left: 0;
  translate: 0 -50%;
  content: "a.";
  color: #efb92e;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
}

.p-special-fv {
  -webkit-padding-before: 9.3125rem;
  padding-block-start: 9.3125rem;
  background: #1da6dc;
}
@media (max-width: 767px) {
  .p-special-fv {
    -webkit-padding-before: 6.5rem;
    padding-block-start: 6.5rem;
  }
}

.p-special-fv__deco {
  z-index: 2;
  position: absolute;
}
.p-special-fv__deco.-first {
  top: 10.1875rem;
  left: 7.5rem;
  width: 5.125rem;
}
@media (max-width: 767px) {
  .p-special-fv__deco.-first {
    top: 2.625rem;
    left: 11.6875rem;
    width: 3.8125rem;
  }
}
.p-special-fv__deco.-second {
  top: 13.6875rem;
  right: 3.375rem;
  width: 5.75rem;
}
@media (max-width: 767px) {
  .p-special-fv__deco.-second {
    top: 11.875rem;
    right: -0.5rem;
    width: 2.375rem;
  }
}
.p-special-fv__deco.-third {
  top: 16.3125rem;
  left: -0.375rem;
  width: 4.5625rem;
}
@media (max-width: 767px) {
  .p-special-fv__deco.-third {
    top: 24.375rem;
    left: -1.0625rem;
    width: 3.3125rem;
  }
}

.p-special-fv__inner {
  z-index: 2;
  position: relative;
  padding-inline: 3.125rem;
}
@media (max-width: 767px) {
  .p-special-fv__inner {
    padding-inline: 1.4375rem;
  }
}

.p-special-fv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-special-fv__main {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1.1;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .p-special-fv__main {
    font-size: 2.625rem;
    letter-spacing: -0.2em;
    text-align: center;
  }
}

.p-special-fv__sub {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.1;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-special-fv__sub {
    font-size: 1.5rem;
    letter-spacing: -0.2em;
  }
}

.p-special-fv__lead {
  -webkit-margin-before: 2.4375rem;
  margin-block-start: 2.4375rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.12;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-special-fv__lead {
    font-size: 0.9375rem;
    line-height: 2.26;
    text-align: left;
  }
}

.p-special-profile {
  -webkit-margin-before: -0.0625rem;
  -webkit-padding-before: 5.1875rem;
  margin-block-start: -0.0625rem;
  padding-block-start: 5.1875rem;
  background: #1da6dc;
}
@media (max-width: 767px) {
  .p-special-profile {
    -webkit-padding-before: 3.125rem;
    padding-block-start: 3.125rem;
  }
}

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

.p-special-profile__content {
  position: relative;
  padding: 3.1875rem 1.9375rem 1.875rem;
  border: 0.375rem solid #30cde8;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-special-profile__content {
    padding: 2.5rem 1.25rem 1.25rem;
    border: 0.25rem solid #30cde8;
    border-radius: 0.375rem;
  }
}

.p-special-profile__pop {
  position: absolute;
  top: -2.875rem;
  left: 50%;
  width: 19.5625rem;
  translate: -50%;
}
@media (max-width: 767px) {
  .p-special-profile__pop {
    top: -2.0625rem;
    width: 12.4375rem;
  }
}

.p-special-profile__heading {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  font-weight: 500;
  font-size: 1.9375rem;
  line-height: 1.67;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-special-profile__heading {
    font-size: 1.125rem;
    line-height: 1.9;
  }
}
.p-special-profile__heading span {
  color: #547fcf;
  font-weight: 500;
  font-size: 2.5625rem;
  letter-spacing: -0.16em;
}
@media (max-width: 767px) {
  .p-special-profile__heading span {
    font-size: 1.625rem;
    line-height: 1;
  }
}
.p-special-profile__heading span.-period {
  color: #272727;
  font-size: 1.9375rem;
  letter-spacing: -0.6em;
}
@media (max-width: 767px) {
  .p-special-profile__heading span.-period {
    font-size: 1.125rem;
  }
}

.p-special-profile__grid {
  -ms-grid-rows: auto 1.875rem auto;
  -ms-grid-columns: 8.75rem 1.875rem 1fr;
  -webkit-margin-before: 0.8125rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  grid-template-areas: "icon text" "image image";
  align-items: center;
  margin-block-start: 0.8125rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-special-profile__grid {
    -ms-grid-rows: auto 0.8125rem auto 0.8125rem auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "text" "image";
    gap: 0.8125rem;
  }
  .p-special-profile__grid > .p-top-about__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.p-special-profile__icon {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: icon;
}
@media (max-width: 767px) {
  .p-special-profile__icon {
    width: 8rem;
    margin-inline: auto;
  }
}

.p-special-profile__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
  width: 100%;
  font-weight: 500;
  line-height: 2.12;
  letter-spacing: 0.07em;
}

.p-special-profile__grid > .p-special-profile__text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-numbers-qa__comment > .p-special-profile__text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 767px) {
  .p-special-profile__text {
    font-size: 0.9375rem;
    line-height: 2.13;
  }
}

.p-special-profile__image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: image;
}

.p-numbers-qa__comment > .p-special-profile__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-special-wrapper__bgImage {
  -webkit-margin-before: -0.0625rem;
  margin-block-start: -0.0625rem;
}
.p-special-wrapper__bgImage img {
  width: 100%;
}

.p-special-main {
  padding-block: 3.9375rem 11.5rem;
}
@media (max-width: 767px) {
  .p-special-main {
    padding-block: 2.5rem 7.1875rem;
  }
}

.p-special-main__deco {
  position: absolute;
}
.p-special-main__deco.-first {
  top: -5rem;
  right: 2.75rem;
  width: 7.625rem;
}
@media (max-width: 767px) {
  .p-special-main__deco.-first {
    top: -2.3125rem;
    right: 0.4375rem;
    width: 5.125rem;
  }
}
.p-special-main__deco.-second {
  top: 31.25rem;
  left: 1.9375rem;
  width: 4.0625rem;
}
@media (max-width: 767px) {
  .p-special-main__deco.-second {
    top: 1.875rem;
    left: 0.5rem;
    width: 2.125rem;
  }
}
.p-special-main__deco.-third {
  top: 67.3125rem;
  right: 3.125rem;
  width: 4.0625rem;
}
@media (max-width: 767px) {
  .p-special-main__deco.-third {
    top: 42.5rem;
    right: 0.6875rem;
    width: 2.125rem;
  }
}
.p-special-main__deco.-fourth {
  bottom: 55.625rem;
  left: -1.5rem;
  width: 6.5625rem;
}
@media (max-width: 767px) {
  .p-special-main__deco.-fourth {
    bottom: 141.75rem;
    left: -1.0625rem;
    width: 2.8125rem;
  }
}
.p-special-main__deco.-fifth {
  right: -1.4375rem;
  bottom: 4.625rem;
  width: 8.1875rem;
}
@media (max-width: 767px) {
  .p-special-main__deco.-fifth {
    right: 0.9375rem;
    bottom: 93.375rem;
    width: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .p-special-main__deco.-sixth {
    bottom: 44.375rem;
    left: -0.875rem;
    width: 2.8125rem;
  }
}

.p-special-main__list {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media (max-width: 767px) {
  .p-special-main__list {
    gap: 5rem;
  }
}

.p-special-main__item {
  translate: -3.125rem 0;
}
@media (max-width: 767px) {
  .p-special-main__item {
    translate: 0;
  }
}
.p-special-main__item:first-child .p-special-main__pop::before {
  background: url(../img/p-special-main_icon-001.webp) no-repeat center center/cover;
}
.p-special-main__item:nth-child(2) .p-special-main__pop::before {
  background: url(../img/p-special-main_icon-002.webp) no-repeat center center/cover;
}
.p-special-main__item:nth-child(3) .p-special-main__pop::before {
  background: url(../img/p-special-main_icon-003.webp) no-repeat center center/cover;
}
.p-special-main__item:nth-child(4) .p-special-main__pop::before {
  background: url(../img/p-special-main_icon-004.webp) no-repeat center center/cover;
}
.p-special-main__item:last-child .p-special-main__pop::before {
  background: url(../img/p-special-main_icon-005.webp) no-repeat center center/cover;
}

.p-special-main__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 1.1;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-special-main__title {
    font-size: 2.25rem;
    line-height: 1.25;
  }
}

.p-special-main__pop {
  -webkit-margin-before: 1.875rem;
  -webkit-transform: translateZ(0);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 1.875rem;
  padding: 2.5rem 2.25rem;
  gap: 2.1875rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-special-main__pop {
    -webkit-margin-before: 0.9375rem;
    flex-direction: column;
    margin-block-start: 0.9375rem;
    padding: 1.875rem 1.25rem;
    gap: 1.6875rem;
    border-radius: 0.375rem;
  }
}
.p-special-main__pop::before, .p-special-main__pop::after {
  display: block;
  position: absolute;
  content: "";
}
.p-special-main__pop::before {
  bottom: -3.75rem;
  left: -1.375rem;
  width: 5.9375rem;
  height: 5.9375rem;
  rotate: -15deg;
}
@media (max-width: 767px) {
  .p-special-main__pop::before {
    bottom: -3.125rem;
    left: 0.375rem;
    width: 4.875rem;
    height: 4.875rem;
  }
}
.p-special-main__pop::after {
  bottom: -1.4375rem;
  left: 7.125rem;
  width: 1.8125rem;
  height: 1.5rem;
  background: url(../img/p-special-main_pop.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .p-special-main__pop::after {
    bottom: -1.125rem;
    left: 6.75rem;
    width: 1.4375rem;
    height: 1.1875rem;
  }
}

.p-special-main__textArea {
  flex-grow: 1;
}

.p-special-main__catch {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-special-main__catch {
    text-align: center;
  }
}

.p-special-main__lead {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-special-main__lead {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-special-main__imageArea {
  display: flex;
  flex-shrink: 0;
  width: 28.4375rem;
  gap: 0.9375rem;
}
@media (max-width: 767px) {
  .p-special-main__imageArea {
    width: 100%;
    gap: 0.625rem;
  }
}

.p-special-main__image {
  width: calc((100% - 0.9375rem) / 2);
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .p-special-main__image {
    width: calc((100% - 0.625rem) / 2);
    border-radius: 0.25rem;
  }
}

.p-special-main__subList {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-special-main__subList {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    gap: 0.75rem;
  }
}

.p-special-main__suItem {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-special-main__suItem {
    font-size: 0.9375rem;
    line-height: 1.46;
  }
}
.p-special-main__suItem::before {
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .p-special-main__suItem::before {
    top: 0.25rem;
  }
}

.p-special-main__item.-reverse {
  translate: 3.125rem 0;
}
@media (max-width: 767px) {
  .p-special-main__item.-reverse {
    translate: 0;
  }
}
.p-special-main__item.-reverse .p-special-main__pop {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-special-main__item.-reverse .p-special-main__pop {
    flex-direction: column;
  }
}
.p-special-main__item.-reverse .p-special-main__pop::before {
  right: -1.375rem;
  left: unset;
  rotate: 15deg;
}
@media (max-width: 767px) {
  .p-special-main__item.-reverse .p-special-main__pop::before {
    right: 0.375rem;
  }
}
.p-special-main__item.-reverse .p-special-main__pop::after {
  right: 7.125rem;
  left: unset;
  background: url(../img/p-special-main_pop-reverse.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .p-special-main__item.-reverse .p-special-main__pop::after {
    right: 6.75rem;
  }
}

.p-special-main__imageArea.-column {
  flex-direction: column;
}
.p-special-main__imageArea.-column .p-special-main__image {
  width: 100%;
}

.p-special-backstage {
  -webkit-padding-before: 3.75rem;
  padding-block-start: 3.75rem;
}
@media (max-width: 767px) {
  .p-special-backstage {
    -webkit-padding-before: 4rem;
    padding-block-start: 4rem;
  }
}

.p-special-backstage__deco {
  position: absolute;
  top: -3.25rem;
  left: -2.125rem;
  width: 9.8125rem;
}
@media (max-width: 767px) {
  .p-special-backstage__deco {
    top: -1.625rem;
    left: -0.875rem;
    width: 5.3125rem;
  }
}

.p-special-backstage__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-special-backstage__head {
    flex-direction: column;
  }
}

.p-special-backstage__headWrapper {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
}

.p-special-backstage__title {
  color: #1da6dc;
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 1.1;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
}
@media (max-width: 767px) {
  .p-special-backstage__title {
    font-size: 2.625rem;
    text-align: center;
  }
}

.p-special-backstage__lead {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-special-backstage__lead {
    font-size: 1.25rem;
  }
}

.p-special-backstage__text {
  width: 38.125rem;
  line-height: 1.87;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-special-backstage__text {
    -webkit-margin-before: 1.875rem;
    width: 100%;
    margin-block-start: 1.875rem;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-special-backstage__content {
  -webkit-margin-before: 2.8125rem;
  margin-block-start: 2.8125rem;
}
@media (max-width: 767px) {
  .p-special-backstage__content {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.p-special-backstage__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-special-backstage__swiper-wrapper {
  transition-timing-function: linear;
}

.p-special-backstage__swiper-slide {
  width: 19.5625rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-special-backstage__swiper-slide {
    width: 11.75rem;
    border-radius: 0.375rem;
  }
}
.p-special-backstage__swiper-slide img {
  aspect-ratio: 313/220;
}
@media (max-width: 767px) {
  .p-special-backstage__swiper-slide img {
    aspect-ratio: 188/132;
  }
}

.p-special-foot {
  background: #ffffff;
}

.p-special-finish {
  padding-block: 4.75rem 2.125rem;
}
@media (max-width: 767px) {
  .p-special-finish {
    padding-block: 4.0625rem 2rem;
  }
}

.p-special-finish__inner {
  max-width: 89.875rem;
  padding-inline: 2.125rem;
}
@media (max-width: 767px) {
  .p-special-finish__inner {
    max-width: 100%;
    padding-inline: 0.5rem;
  }
}

.p-special-finish__box {
  position: relative;
  padding-block: 7.5625rem 8rem;
  border-radius: 1.25rem;
  background: url(../img/p-special-finish_bg.webp) no-repeat center center/cover;
  background-color: #1da6dc;
}
@media (max-width: 767px) {
  .p-special-finish__box {
    padding-block: 5rem 6.625rem;
    border-radius: 0.875rem;
    background: url(../img/sp/p-special-finish_bg.webp) no-repeat center center/cover;
    background-color: #1da6dc;
  }
}
.p-special-finish__box::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 8.875rem;
  height: 8.75rem;
  translate: -50%;
  background: url(../img/p-special-finish_icon.webp) no-repeat center center/cover;
  content: "";
}
@media (max-width: 767px) {
  .p-special-finish__box::after {
    top: -2.5rem;
    width: 8rem;
    height: 5.9375rem;
    background: url(../img/sp/p-special-finish_icon.webp) no-repeat center center/cover;
  }
}

.p-special-finish__deco {
  z-index: 2;
  position: absolute;
  top: -3.3125rem;
  right: -1.5rem;
  width: 7.1875rem;
}
@media (max-width: 767px) {
  .p-special-finish__deco {
    top: -1.3125rem;
    right: 0;
    width: 3rem;
  }
}

.p-special-finish__boxInner {
  z-index: 2;
  position: relative;
  padding-inline: 1.875rem;
}

.p-special-finish__catch {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-special-finish__catch {
    font-size: 3.375rem;
  }
}

.p-special-finish__lead {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-special-finish__lead {
    font-size: 1.375rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.p-special-finish__text {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.07em;
  text-align: center;
  text-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-special-finish__text {
    font-size: 0.9375rem;
    line-height: 2.26;
    text-align: left;
  }
}

.p-special-finish__menu {
  -webkit-margin-before: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 46.875rem;
  margin-inline: auto;
  margin-block-start: 2.5rem;
  gap: 0.9375rem;
}
@media (max-width: 767px) {
  .p-special-finish__menu {
    -webkit-margin-before: 1.6875rem;
    width: 100%;
    margin-block-start: 1.6875rem;
    gap: 0.375rem;
  }
}

.p-special-finish__item {
  width: calc((100% - 0.9375rem) / 2);
}
@media (max-width: 767px) {
  .p-special-finish__item {
    width: calc((100% - 0.375rem) / 2);
  }
}

.p-special-finish__link {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 5.5625rem;
  border-radius: 0.625rem;
  color: #023793;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-special-finish__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 3.3125rem;
    border-radius: 0.375rem;
    font-size: 1rem;
  }
}
.p-special-finish__link span {
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .p-special-finish__link span {
    -webkit-padding-start: 1.125rem;
    padding-inline-start: 1.125rem;
  }
}
.p-special-finish__link span::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23rem;
  height: 5.5625rem;
  translate: -50% -50%;
  border-radius: 0.625rem;
  background: #ffffff;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-special-finish__link span::before {
    z-index: -1;
    top: 50%;
    left: 0;
    width: 9.3125rem;
    height: 3.3125rem;
    translate: 0% -50%;
  }
}
.p-special-finish__link::before, .p-special-finish__link::after {
  display: block;
  z-index: 4;
  position: absolute;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #023793;
  border-bottom: 0.125rem solid #023793;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-special-finish__link::before, .p-special-finish__link::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-special-finish__link::before {
  right: 1.875rem;
}
@media (max-width: 767px) {
  .p-special-finish__link::before {
    right: 1.25rem;
  }
}
.p-special-finish__link::after {
  visibility: hidden;
  right: 3.125rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-special-finish__link::after {
    right: 2.1875rem;
  }
}

@media (any-hover: hover) {
  .p-special-finish__link:hover span::before {
    scale: 1.05;
  }
  .p-special-finish__link:hover::before {
    visibility: hidden;
    right: 0.625rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-special-finish__link:hover::before {
    right: -0.9375rem;
  }
}
@media (any-hover: hover) {
  .p-special-finish__link:hover::after {
    visibility: visible;
    right: 1.875rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-special-finish__link:hover::after {
    right: 1.25rem;
  }
}
.p-special-finish__link:focus {
  outline: none;
}
.p-special-finish__link:focus-visible {
  outline: none;
}
.p-special-finish__link:focus-visible span::before {
  scale: 1.05;
}
.p-special-finish__link:focus-visible::before {
  visibility: hidden;
  right: 0.625rem;
  opacity: 0;
}
.p-special-finish__link:focus-visible::after {
  visibility: visible;
  right: 1.875rem;
  opacity: 1;
}

.p-benefits {
  -webkit-margin-before: -6.4375rem;
  margin-block-start: -6.4375rem;
  padding-block: 7.6875rem;
}
@media (max-width: 767px) {
  .p-benefits {
    -webkit-margin-before: -3.6875rem;
    margin-block-start: -3.6875rem;
    padding-block: 4.375rem;
  }
}

.p-benefits__catch {
  color: #1da6dc;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-benefits__catch {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
  }
}

.p-benefits__lead {
  -webkit-margin-before: 0.875rem;
  -webkit-margin-start: 0.375rem;
  margin-inline-start: 0.375rem;
  margin-block-start: 0.875rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-benefits__lead {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    font-size: 0.9375rem;
  }
}

.p-benefits__content {
  -webkit-margin-before: 3.4375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 3.4375rem;
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-benefits__content {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }
}

.p-benefits__thumbnail {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-benefits__thumbnail {
    -webkit-margin-before: 1.75rem;
    margin-block-start: 1.75rem;
  }
}
.p-benefits__thumbnail img {
  aspect-ratio: 834/308;
}
@media (max-width: 767px) {
  .p-benefits__thumbnail img {
    aspect-ratio: 344/152;
  }
}

.p-benefits__list {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}

.p-benefits__item {
  -webkit-padding-after: 2rem;
  padding-block-end: 2rem;
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.5);
}
.p-benefits__item + .p-benefits__item {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}

.p-benefits__itemFoot {
  -webkit-margin-before: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-block-start: 1.5rem;
  gap: 2.125rem;
}
@media (max-width: 767px) {
  .p-benefits__itemFoot {
    flex-direction: column;
    gap: 1.75rem;
  }
}

.p-benefits__text {
  -webkit-margin-before: -0.625rem;
  flex-grow: 1;
  margin-block-start: -0.625rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-benefits__text {
    font-size: 0.9375rem;
  }
}

.p-benefits__image {
  flex-shrink: 0;
  width: 14.625rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-benefits__image {
    width: 100%;
  }
}
.p-benefits__image img {
  aspect-ratio: 234/139;
}
@media (max-width: 767px) {
  .p-benefits__image img {
    aspect-ratio: 344/172;
  }
}

.p-benefits__itemFoot.-mini {
  align-items: center;
}
@media (max-width: 767px) {
  .p-benefits__itemFoot.-mini {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.p-benefits__itemFoot.-mini .p-benefits__image {
  width: 6.75rem;
}
.p-benefits__itemFoot.-mini .p-benefits__image img {
  aspect-ratio: 108/69;
}

.p-jobs-flow {
  -webkit-padding-before: 1.875rem;
  padding-block-start: 1.875rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-jobs-flow {
    -webkit-padding-before: 0.75rem;
    padding-block-start: 0.75rem;
  }
}

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

.p-jobs-flow__textArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-jobs-flow__textArea {
    flex-direction: column;
    gap: 1.5625rem;
  }
}

.p-jobs-flow__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-jobs-flow__title {
    font-size: 1.75rem;
    line-height: 1.6;
  }
}

.p-jobs-flow__lead {
  -webkit-margin-before: 1.25rem;
  width: 47.4375rem;
  margin-block-start: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-jobs-flow__lead {
    -webkit-margin-before: 1.0625rem;
    width: 100%;
    margin-block-start: 1.0625rem;
    font-size: 0.9375rem;
  }
}

.p-jobs-flow__imageArea {
  -webkit-margin-before: 3.375rem;
  position: relative;
  margin-block-start: 3.375rem;
}
@media (max-width: 767px) {
  .p-jobs-flow__imageArea {
    -webkit-margin-before: 2.25rem;
    margin-block-start: 2.25rem;
  }
}

.p-jobs-flow__deco {
  z-index: 2;
  position: absolute;
}
.p-jobs-flow__deco.-first {
  right: -4.6875rem;
  bottom: -2.4375rem;
  width: 8.8125rem;
}
@media (max-width: 767px) {
  .p-jobs-flow__deco.-first {
    right: -1.75rem;
    bottom: -1.5rem;
    width: 5.5625rem;
  }
}
.p-jobs-flow__deco.-second {
  top: -3.375rem;
  left: -2.125rem;
  width: 6.5625rem;
}

.p-jobs-flow__image {
  -webkit-margin-before: -4.25rem;
  margin-block-start: -4.25rem;
}
@media (max-width: 767px) {
  .p-jobs-flow__image {
    -webkit-margin-before: -2.5rem;
    margin-inline: -1rem;
    margin-block-start: -2.5rem;
  }
}

.p-jobs-introduction {
  -webkit-padding-before: 6.25rem;
  padding-block-start: 6.25rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-jobs-introduction {
    -webkit-padding-before: 4.375rem;
    padding-block-start: 4.375rem;
  }
}

.p-jobs-introduction__deco {
  z-index: 2;
  position: absolute;
}
.p-jobs-introduction__deco.-first {
  top: 8.75rem;
  left: -0.9375rem;
  width: 9.8125rem;
}
@media (max-width: 767px) {
  .p-jobs-introduction__deco.-first {
    top: 3.3125rem;
    left: -0.8125rem;
    width: 4.375rem;
  }
}
.p-jobs-introduction__deco.-second {
  top: 19.75rem;
  right: 4.5rem;
  width: 4.25rem;
}
@media (max-width: 767px) {
  .p-jobs-introduction__deco.-second {
    top: 6.375rem;
    right: 0.5625rem;
    width: 2.3125rem;
  }
}

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

.p-jobs-introduction__lead {
  -webkit-margin-before: 1.625rem;
  margin-block-start: 1.625rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-jobs-introduction__lead {
    font-size: 1.375rem;
  }
}

.p-jobs-introduction__content {
  -webkit-margin-before: 1.0625rem;
  margin-block-start: 1.0625rem;
}
@media (max-width: 767px) {
  .p-jobs-introduction__content {
    -webkit-margin-before: 1.375rem;
    margin-block-start: 1.375rem;
  }
}

.p-jobs-introduction__text {
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-jobs-introduction__text {
    font-size: 0.9375rem;
    line-height: 2.26;
    text-align: left;
  }
}

.p-jobs-introduction__list {
  -webkit-margin-before: 3.0625rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 3.0625rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-jobs-introduction__list {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
    gap: 1.25rem;
  }
}

.p-jobs-introduction__item {
  width: calc((100% - 1.875rem) / 2);
}
@media (max-width: 767px) {
  .p-jobs-introduction__item {
    width: 100%;
  }
}

.p-jobs-introduction__link {
  -webkit-transform: translateZ(0);
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  padding: 1.5rem;
  overflow: hidden;
  gap: 2rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.16);
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-jobs-introduction__link {
    padding: 0.9375rem 0.8125rem;
    gap: 1.1875rem;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.16);
  }
}

.p-jobs-introduction__textArea {
  flex-grow: 1;
  gap: 1.0625rem;
  border-radius: 0.375rem;
}

.p-jobs-introduction__itemTitle {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-jobs-introduction__itemTitle {
    font-size: 1rem;
  }
}
.p-jobs-introduction__itemTitle span {
  font-weight: 600;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .p-jobs-introduction__itemTitle span {
    font-size: 0.75rem;
  }
}

.p-jobs-introduction__affiliation {
  -webkit-margin-before: 0.4375rem;
  display: block;
  margin-block-start: 0.4375rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-jobs-introduction__affiliation {
    font-size: 0.75rem;
  }
}

.p-jobs-introduction__itemText {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  line-height: 1.68;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-jobs-introduction__itemText {
    font-size: 0.75rem;
  }
}

.p-jobs-introduction__imageArea {
  flex-shrink: 0;
}

.p-jobs-introduction__image {
  width: 13.75rem;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (max-width: 767px) {
  .p-jobs-introduction__image {
    width: 8.875rem;
  }
}
.p-jobs-introduction__image img {
  aspect-ratio: 220/197;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-jobs-introduction__image img {
    aspect-ratio: 142/127;
  }
}

.p-jobs-introduction__label {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.6875rem 1.6875rem 0.75rem 1.125rem;
  border-radius: 0.625rem 0 0 0;
  background: #1da6dc;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-jobs-introduction__label {
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 1.5625rem;
    height: 1.5625rem;
    padding: 0;
    border-radius: 0.75rem 0 0 0;
  }
}
.p-jobs-introduction__label::before, .p-jobs-introduction__label::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-jobs-introduction__label::before, .p-jobs-introduction__label::after {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
.p-jobs-introduction__label::before {
  right: 0.5rem;
}
@media (max-width: 767px) {
  .p-jobs-introduction__label::before {
    right: 0.625rem;
  }
}
.p-jobs-introduction__label::after {
  visibility: hidden;
  right: 1.75rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-jobs-introduction__label::after {
    right: 1.75rem;
  }
}

.p-jobs-introduction__itemTitle span.-inline {
  display: inline;
}

@media (any-hover: hover) {
  .p-jobs-introduction__link:hover {
    box-shadow: none;
  }
  .p-jobs-introduction__link:hover .p-jobs-introduction__image img {
    scale: 1.1;
  }
  .p-jobs-introduction__link:hover .p-jobs-introduction__label::before {
    visibility: hidden;
    right: -0.75rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-jobs-introduction__link:hover .p-jobs-introduction__label::before {
    right: -0.875rem;
  }
}
@media (any-hover: hover) {
  .p-jobs-introduction__link:hover .p-jobs-introduction__label::after {
    visibility: visible;
    right: 0.5rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-jobs-introduction__link:hover .p-jobs-introduction__label::after {
    right: 0.625rem;
  }
}
.p-jobs-introduction__link:focus {
  outline: none;
}
.p-jobs-introduction__link:focus-visible {
  outline: none;
  box-shadow: none;
}
.p-jobs-introduction__link:focus-visible .p-jobs-introduction__image img {
  scale: 1.1;
}
.p-jobs-introduction__link:focus-visible .p-jobs-introduction__label::before {
  visibility: hidden;
  right: -0.75rem;
  opacity: 0;
}
.p-jobs-introduction__link:focus-visible .p-jobs-introduction__label::after {
  visibility: visible;
  right: 0.5rem;
  opacity: 1;
}

.p-jobs-cta {
  padding-block: 5.8125rem 7.4375rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-jobs-cta {
    padding-block: 4.625rem 4.1875rem;
  }
}

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

.p-environment {
  -webkit-margin-before: -15.3125rem;
  margin-block-start: -15.3125rem;
  padding-block: 1.875rem 6.6875rem;
}
@media (max-width: 767px) {
  .p-environment {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
    padding-block: 1.25rem 4.375rem;
    background: #ffffff;
  }
}
.p-environment::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.9375rem;
  background: #ffffff;
  content: "";
}
@media (max-width: 767px) {
  .p-environment::before {
    display: none;
  }
}

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

.p-environment__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.4375rem;
}
@media (max-width: 767px) {
  .p-environment__list {
    flex-direction: column;
  }
}

.p-environment__item {
  display: block;
  height: 100%;
}

.p-environment__link {
  -webkit-transform: translateZ(0);
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  height: 100%;
  padding: 1.1875rem 1.1875rem 2.5rem;
  overflow: hidden;
  gap: 0.9375rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.16);
}

.p-environment__title {
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.59;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-environment__text {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.86;
  letter-spacing: 0.07em;
}

.p-environment__image {
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-environment__image img {
  aspect-ratio: 245/177;
  transition: all ease 0.3s;
}

.p-environment__label {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: 1.125rem 0 0 0;
  background: #1da6dc;
}
.p-environment__label::before, .p-environment__label::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
.p-environment__label::before {
  right: 1rem;
}
.p-environment__label::after {
  visibility: hidden;
  right: 2.25rem;
  opacity: 0;
}

@media (any-hover: hover) {
  .p-environment__link:hover .p-environment__label::before {
    visibility: hidden;
    right: -0.375rem;
    opacity: 0;
  }
  .p-environment__link:hover .p-environment__label::after {
    visibility: visible;
    right: 1rem;
    opacity: 1;
  }
  .p-environment__link:hover .p-environment__image img {
    scale: 1.1;
  }
}
.p-environment__link:focus {
  outline: none;
}
.p-environment__link:focus-visible {
  outline: none;
}
.p-environment__link:focus-visible .p-environment__label::before {
  visibility: hidden;
  right: -0.375rem;
  opacity: 0;
}
.p-environment__link:focus-visible .p-environment__label::after {
  visibility: visible;
  right: 1rem;
  opacity: 1;
}
.p-environment__link:focus-visible .p-environment__image img {
  scale: 1.1;
}

.p-numbers-main {
  padding-block: 0rem 6.25rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-numbers-main {
    padding-block: 0.3125rem 4.5625rem;
  }
}

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

.p-numbers-main__list {
  display: flex;
  flex-direction: column;
  gap: 4.875rem;
}
@media (max-width: 767px) {
  .p-numbers-main__list {
    gap: 3.375rem;
  }
}

.p-numbers-main__item {
  position: relative;
}
.p-numbers-main__item:first-child .p-numbers-main__image {
  -webkit-padding-after: 1.25rem;
  padding-block-end: 1.25rem;
}
@media (max-width: 767px) {
  .p-numbers-main__item:first-child .p-numbers-main__image {
    -webkit-padding-after: 0;
    padding-block-end: 0;
  }
}

.p-numbers-main__deco {
  z-index: 2;
  position: absolute;
}
.p-numbers-main__deco.-first {
  right: -3.0625rem;
  bottom: -4rem;
  width: 11.125rem;
}
@media (max-width: 767px) {
  .p-numbers-main__deco.-first {
    right: -0.625rem;
    bottom: -2rem;
    width: 6.875rem;
  }
}
.p-numbers-main__deco.-second {
  right: -1.625rem;
  bottom: -4.75rem;
  width: 15.5rem;
}
@media (max-width: 767px) {
  .p-numbers-main__deco.-second {
    right: -1rem;
    bottom: -2.75rem;
    width: 7.9375rem;
  }
}

.p-numbers-main__image img {
  width: 100%;
}

.p-numbers-qa {
  padding-block: 6.875rem 9.25rem;
}
@media (max-width: 767px) {
  .p-numbers-qa {
    padding-block: 5.625rem 4.1875rem;
  }
}

.p-numbers-qa__deco {
  position: absolute;
}
.p-numbers-qa__deco.-person {
  top: -2.5rem;
  left: 50%;
  width: 5.8125rem;
  translate: -50%;
}
@media (max-width: 767px) {
  .p-numbers-qa__deco.-person {
    width: 4.8125rem;
  }
}
.p-numbers-qa__deco.-first {
  top: -1.125rem;
  left: -0.4375rem;
  width: 4.375rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__deco.-first {
    left: 0.4375rem;
    width: 2.4375rem;
  }
}
.p-numbers-qa__deco.-second {
  top: 37.9375rem;
  right: -1.1875rem;
  width: 7.3125rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__deco.-second {
    top: 42.875rem;
    right: 0;
    width: 2.125rem;
  }
}
.p-numbers-qa__deco.-third {
  top: 79.125rem;
  left: -0.4375rem;
  width: 7.3125rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__deco.-third {
    top: 72.75rem;
    left: -0.375rem;
    width: 2.625rem;
  }
}
.p-numbers-qa__deco.-fourth {
  right: 0.4375rem;
  bottom: 47.125rem;
  width: 4.4375rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__deco.-fourth {
    right: -0.25rem;
    bottom: 120.375rem;
    width: 2.8125rem;
  }
}
.p-numbers-qa__deco.-fifth {
  bottom: 5.9375rem;
  left: -0.4375rem;
  width: 7.3125rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__deco.-fifth {
    bottom: 62.1875rem;
    left: -0.5625rem;
    width: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .p-numbers-qa__deco.-sixth {
    right: 1.1875rem;
    bottom: 0.8125rem;
    width: 2.8125rem;
  }
}

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

.p-numbers-qa__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-numbers-qa__heading {
    -webkit-margin-end: calc(50% - 50vw);
    -webkit-margin-start: calc(50% - 50vw);
    align-items: flex-end;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
    gap: 0.75rem;
    font-size: 1.5rem;
  }
}

.p-numbers-qa__slash {
  width: 4.375rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__slash {
    width: 1.875rem;
    translate: 0 -0.6875rem;
  }
}

.p-numbers-qa__content {
  -webkit-margin-before: 2.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.5rem;
  gap: 2.8125rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__content {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
    gap: 2.125rem;
  }
}

.p-numbers-qa__box {
  padding: 2.75rem 3.0625rem 3.3125rem;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-numbers-qa__box {
    padding: 1.25rem 1.5625rem 1.8125rem;
  }
}

.p-numbers-qa__question {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__question {
    align-items: flex-start;
  }
}

.p-numbers-qa__qIcon {
  -webkit-margin-before: 0.1875rem;
  flex-shrink: 0;
  margin-block-start: 0.1875rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-numbers-qa__qIcon {
    font-size: 1.5rem;
  }
}

.p-numbers-qa__qText {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-numbers-qa__qText {
    font-size: 1.25rem;
  }
}

.p-numbers-qa__list {
  -ms-grid-columns: 1fr 1.125rem 1fr 1.125rem 1fr;
  -webkit-margin-before: 2.125rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-block-start: 2.125rem;
  gap: 1.875rem 1.125rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__list {
    -ms-grid-columns: 1fr;
    -webkit-margin-before: 1.125rem;
    grid-template-columns: repeat(1, 1fr);
    margin-block-start: 1.125rem;
    gap: 1.375rem;
  }
}

.p-numbers-qa__item {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  min-height: 6.1875rem;
  border-radius: 0.625rem;
  background: #fff1cc;
  color: #023793;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-numbers-qa__item {
    min-height: 4.875rem;
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.p-numbers-qa__item::before, .p-numbers-qa__item::after {
  display: block;
  position: absolute;
  content: "";
}
.p-numbers-qa__item::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_check.svg);
  top: 0.875rem;
  left: 0.875rem;
  width: 1.1875rem;
  height: 1rem;
  background: #efb92e;
  mask-image: url(../img/icon_check.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (max-width: 767px) {
  .p-numbers-qa__item::before {
    top: 0.5rem;
    left: 0.625rem;
    width: 0.9375rem;
    height: 0.6875rem;
  }
}
.p-numbers-qa__item::after {
  bottom: -0.6875rem;
  left: 50%;
  width: 0.9375rem;
  height: 0.75rem;
  translate: -50%;
  background: url(../img/p-numbers-qa_pop.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .p-numbers-qa__item::after {
    background: url(../img/sp/p-numbers-qa_pop.webp) no-repeat center center/cover;
  }
}

.p-numbers-qa__comment {
  -ms-grid-columns: 3.8125rem 2.375rem 1fr;
  -webkit-margin-before: 2.875rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 3.8125rem 1fr;
  grid-template-areas: "image text";
  align-items: center;
  margin-block-start: 2.875rem;
  padding-block: 1.25rem;
  gap: 2.375rem;
  border-top: 0.0625rem dashed rgba(0, 0, 0, 0.3);
  border-bottom: 0.0625rem dashed rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .p-numbers-qa__comment {
    -ms-grid-rows: auto 1.25rem auto;
    -ms-grid-columns: 1fr 0.625rem 9.875rem;
    -webkit-margin-before: 2.1875rem;
    grid-template-columns: 1fr 9.875rem;
    grid-template-areas: "image title" "text text";
    margin-block-start: 2.1875rem;
    padding-block: 0.875rem;
    gap: 1.25rem 0.625rem;
  }
  .p-numbers-qa__comment > .p-top-about__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-numbers-qa__comment > .p-special-profile__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-numbers-qa__comment > .p-special-profile__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.p-numbers-qa__textArea {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
}

.p-special-profile__grid > .p-numbers-qa__textArea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-numbers-qa__comment > .p-numbers-qa__textArea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 767px) {
  .p-numbers-qa__textArea {
    display: contents;
  }
}

.p-numbers-qa__commentTitle {
  color: #000000;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-numbers-qa__commentTitle {
    grid-area: title;
  }
}

.p-numbers-qa__commentText {
  line-height: 2;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-numbers-qa__commentText {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: text;
    font-size: 0.875rem;
    line-height: 2.14;
  }
  .p-special-profile__grid > .p-numbers-qa__commentText {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-numbers-qa__comment > .p-numbers-qa__commentText {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.p-numbers-qa__imageArea {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: image;
}

.p-numbers-qa__comment > .p-numbers-qa__imageArea {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

@media (max-width: 767px) {
  .p-top-about__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-about__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-top-about__image.-first {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-top-about__image.-second {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-special-profile__icon {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-profile__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-special-profile__grid > .p-special-profile__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-special-profile__image {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-numbers-qa__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-special-profile__grid > .p-numbers-qa__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-numbers-qa__comment > .p-numbers-qa__textArea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-numbers-qa__commentTitle {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-numbers-qa__commentText {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-special-profile__grid > .p-numbers-qa__commentText {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-numbers-qa__comment > .p-numbers-qa__commentText {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-numbers-qa__imageArea {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-numbers-qa__comment > .p-numbers-qa__imageArea {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.p-numbers-qa__image {
  width: 3.8125rem;
}
@media (max-width: 767px) {
  .p-numbers-qa__image {
    -webkit-margin-start: auto;
    width: 2.5625rem;
    margin-inline-start: auto;
  }
}
.p-charm-head {
  padding-block: 0rem 9.375rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-charm-head {
    padding-block: 0.625rem 6.875rem;
  }
}

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

.p-charm-head__heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-charm-head__heading {
    font-size: 1.75rem;
    line-height: 1.6;
    text-align: center;
  }
}

.p-charm-head__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (max-width: 767px) {
  .p-charm-head__content {
    -webkit-margin-before: 1.9375rem;
    margin-block-start: 1.9375rem;
  }
}

.p-charm-head__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-charm-head__list {
    flex-direction: column;
    gap: 2.25rem;
  }
}

.p-charm-head__item {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.p-charm-head__title {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-charm-head__title {
    -webkit-margin-before: 0.9375rem;
    margin-block-start: 0.9375rem;
  }
}

.p-charm-head__text {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.86;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-charm-head__text {
    -webkit-margin-before: 0.1875rem;
    margin-block-start: 0.1875rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-charm-head__imageArea {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}

.p-charm-head__number {
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0 0 0.375rem 0;
  background: #1da6dc;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.05em;
}

.p-charm-head__image img {
  aspect-ratio: 245/177;
}
@media (max-width: 767px) {
  .p-charm-head__image img {
    aspect-ratio: 344/212;
  }
}

.p-charm-main {
  max-height: 53.8125rem;
  padding-block: 8.75rem 2.375rem;
  overflow: clip;
  background: url(../img/p-charm-main_bg.webp) no-repeat bottom center/cover;
}
@media (max-width: 767px) {
  .p-charm-main {
    max-height: initial;
    padding-block: 6.875rem 4rem;
    background: url(../img/sp/p-charm-main_bg.webp) no-repeat bottom center/cover;
  }
}

.p-charm-main__deco {
  position: absolute;
}
.p-charm-main__deco.-first {
  top: -3.25rem;
  left: -0.9375rem;
  width: 9.8125rem;
}
@media (max-width: 767px) {
  .p-charm-main__deco.-first {
    top: -1.625rem;
    left: -0.8125rem;
    width: 5.25rem;
  }
}
.p-charm-main__deco.-second {
  top: 4.1875rem;
  right: 6.75rem;
  width: 5.0625rem;
}
@media (max-width: 767px) {
  .p-charm-main__deco.-second {
    top: 3.75rem;
    right: 0.125rem;
    width: 2.5rem;
  }
}

.p-charm-main__inner {
  z-index: 2;
  position: relative;
  max-width: 90rem;
  padding-inline: 2.375rem;
}
@media (max-width: 767px) {
  .p-charm-main__inner {
    padding-inline: 1.4375rem;
  }
}
.p-charm-main__inner::before {
  display: block;
  position: absolute;
  bottom: -2.375rem;
  left: 50%;
  width: 100%;
  height: 41.25rem;
  translate: -50%;
  background: url(../img/p-charm-main_circle.webp) no-repeat bottom center/cover;
  content: "";
}
@media (max-width: 767px) {
  .p-charm-main__inner::before {
    top: 10.3125rem;
    bottom: unset;
    width: 24.375rem;
    height: 73.875rem;
    background: url(../img/sp/p-charm-main_circle.webp) no-repeat bottom center/cover;
  }
}

.p-charm-main__heading {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-charm-main__heading {
    font-size: 1.625rem;
  }
}
.p-charm-main__heading::before {
  display: block;
  position: absolute;
  top: -5rem;
  left: 50%;
  width: 18.125rem;
  height: 3.5625rem;
  translate: -50%;
  background: url(../img/p-charm-main_pop.webp) no-repeat center center/cover;
  content: "";
}
@media (max-width: 767px) {
  .p-charm-main__heading::before {
    top: -2.8125rem;
    width: 13.75rem;
    height: 2.6875rem;
    background: url(../img/sp/p-charm-main_pop.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-charm-main__content {
  width: 100%;
}
@media (max-width: 767px) {
  .p-charm-main__content {
    -webkit-margin-before: 2.875rem;
    margin-block-start: 2.875rem;
  }
}

.p-charm-main__list {
  position: relative;
  width: 100%;
  height: 39.8125rem;
}
@media (max-width: 767px) {
  .p-charm-main__list {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 1.5rem;
  }
}

.p-charm-main__itemWrapper {
  position: absolute;
}
@media (max-width: 767px) {
  .p-charm-main__itemWrapper {
    position: static;
  }
  .p-charm-main__itemWrapper:nth-child(even) {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
}
.p-charm-main__itemWrapper.-first {
  top: -3.75rem;
  left: calc(50% - 40.625rem);
}
.p-charm-main__itemWrapper.-second {
  top: -0.1875rem;
  right: calc(50% - 39.5625rem);
}
.p-charm-main__itemWrapper.-third {
  top: 4.625rem;
  left: calc(50% - 17.5625rem);
}
.p-charm-main__itemWrapper.-fourth {
  top: 8.625rem;
  right: calc(50% - 34.5rem);
}
.p-charm-main__itemWrapper.-fifth {
  top: 18rem;
  left: calc(50% - 37.375rem);
}
.p-charm-main__itemWrapper.-sixth {
  top: 17.5rem;
  right: calc(50% - 29.8125rem);
}
.p-charm-main__itemWrapper.-seventh {
  right: calc(50% - 13rem);
  bottom: 9.1875rem;
}
.p-charm-main__itemWrapper.-eighth {
  right: calc(50% - 38.6875rem);
  bottom: 1.625rem;
}

.p-charm-main__item {
  -webkit-transform: translateZ(0);
  display: block;
  position: relative;
  padding: 1rem 2.875rem 1rem 1.625rem;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-charm-main__item {
    padding: 0.8125rem 2.375rem 0.8125rem 1.125rem;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.16);
  }
}

.p-charm-main__itemTitle {
  display: block;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-charm-main__itemTitle {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.p-charm-main__position {
  -webkit-margin-before: 0.1875rem;
  display: block;
  margin-block-start: 0.1875rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-charm-main__position {
    font-size: 0.75rem;
  }
}

.p-charm-main__itemLabel {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.25rem;
  height: 2.25rem;
}
@media (max-width: 767px) {
  .p-charm-main__itemLabel {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-charm-main__itemLabel span {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
}
@media (max-width: 767px) {
  .p-charm-main__itemLabel span {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-charm-main__itemLabel span::before {
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  inset: 0;
  border-radius: 1.125rem 0 0 0;
  background: #1da6dc;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-charm-main__itemLabel span::before {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0.75rem 0 0 0;
  }
}
.p-charm-main__itemLabel::before, .p-charm-main__itemLabel::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-charm-main__itemLabel::before, .p-charm-main__itemLabel::after {
    width: 0.3125rem;
    height: 0.3125rem;
    border-right: 0.0625rem solid #ffffff;
    border-bottom: 0.0625rem solid #ffffff;
  }
}
.p-charm-main__itemLabel::before {
  right: 0.9375rem;
}
@media (max-width: 767px) {
  .p-charm-main__itemLabel::before {
    right: 0.625rem;
  }
}
.p-charm-main__itemLabel::after {
  visibility: hidden;
  right: 2.1875rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-charm-main__itemLabel::after {
    right: 1.25rem;
  }
}

.p-charm-main__panel {
  -webkit-filter: drop-shadow(0 0 2.375rem rgba(0, 0, 0, 0.26));
  -webkit-transform: translateZ(0);
  visibility: hidden;
  position: absolute;
  bottom: 2.375rem;
  left: 2.375rem;
  width: 28.4375rem;
  overflow: hidden;
  transform: translateZ(0);
  translate: 0 1.25rem;
  border-radius: 0.625rem;
  filter: drop-shadow(0 0 2.375rem rgba(0, 0, 0, 0.26));
  opacity: 0;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-charm-main__panel {
    -webkit-margin-before: 0;
    position: static;
    width: 100%;
    max-height: 0;
    margin-block-start: 0;
    transition: opacity 0.7s ease-out, -webkit-margin-before 0.7s ease-out;
    transition: margin-block-start 0.7s ease-out, opacity 0.7s ease-out;
    transition: margin-block-start 0.7s ease-out, opacity 0.7s ease-out, -webkit-margin-before 0.7s ease-out;
  }
}

.p-charm-main__panelHead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.9375rem 2rem;
  gap: 0.875rem;
  background: #1da6dc;
}
@media (max-width: 767px) {
  .p-charm-main__panelHead {
    padding: 0.8125rem 1.875rem;
  }
}

.p-charm-main__panelComment {
  flex-shrink: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.1;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.p-charm-main__panelPosition {
  flex-grow: 1;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.p-charm-main__panelBody {
  padding: 1.125rem 2rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-charm-main__panelBody {
    padding: 0.875rem 1.375rem;
  }
}

.p-charm-main__panelTitle {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-charm-main__panelTitle {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-charm-main__panelText {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.07em;
}

@media (any-hover: hover) {
  .p-charm-main__item:hover .p-charm-main__itemLabel span::before {
    scale: 1.2;
  }
  .p-charm-main__item:hover .p-charm-main__itemLabel::before {
    visibility: hidden;
    right: -0.3125rem;
    opacity: 0;
  }
  .p-charm-main__item:hover .p-charm-main__itemLabel::after {
    visibility: visible;
    right: 0.9375rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-charm-main__item:hover .p-charm-main__itemLabel::after {
    right: 0.625rem;
  }
}
.p-charm-main__item:focus {
  outline: none;
}
.p-charm-main__item:focus-visible {
  outline: none;
}
.p-charm-main__item:focus-visible .p-charm-main__itemLabel span::before {
  scale: 1.2;
}
.p-charm-main__item:focus-visible .p-charm-main__itemLabel::before {
  visibility: hidden;
  right: -0.3125rem;
  opacity: 0;
}
.p-charm-main__item:focus-visible .p-charm-main__itemLabel::after {
  visibility: visible;
  right: 0.9375rem;
  opacity: 1;
}

.p-charm-main__panel.is_show {
  visibility: visible;
  translate: 0 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-charm-main__panel.is_show {
    -webkit-margin-before: 2.375rem;
    max-height: 62.5rem;
    margin-block-start: 2.375rem;
  }
}
.p-charm-main__panel.is_fadeOut {
  translate: 0 1.25rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-charm-main__panel.is_fadeOut {
    translate: 0 0;
  }
}

.p-contact {
  -webkit-padding-after: 5rem;
  padding-block-end: 5rem;
}
@media (max-width: 767px) {
  .p-contact {
    -webkit-padding-after: 3.125rem;
    padding-block-end: 3.125rem;
  }
}

.p-contact__box {
  padding: 4.875rem 6.25rem;
  border: 0.0625rem solid #c7c7c7;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-contact__box {
    padding: 2.5rem 1.4375rem;
    border-radius: 0.875rem;
  }
}

.p-contact__flow {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 21.875rem;
}
@media (max-width: 767px) {
  .p-contact__flow {
    justify-content: space-between;
    gap: 2.5rem;
  }
}
.p-contact__flow::before {
  display: block;
  z-index: 1;
  position: absolute;
  width: 25rem;
  height: 0.375rem;
  border-top: 0.375rem dotted #cdcdcd;
  content: "";
}
@media (max-width: 767px) {
  .p-contact__flow::before {
    width: 15.625rem;
  }
}

.p-contact__item {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  place-content: center;
  aspect-ratio: 1/1;
  width: 8.625rem;
  border: 0.75rem solid #9ae2ff;
  border-radius: 50%;
  background: #1da6dc;
}
@media (max-width: 767px) {
  .p-contact__item {
    width: 6.875rem;
    border: 0.5rem solid #9ae2ff;
  }
}
.p-contact__item:last-child {
  border-color: #ddd;
  background: #bbb;
}

.p-contact__step {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-contact__step {
    font-size: 0.9375rem;
  }
}

.p-contact__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-contact__text {
    -webkit-margin-before: 0.25rem;
    margin-block-start: 0.25rem;
    font-size: 1.25rem;
  }
}

.p-contact__lead {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-contact__lead {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.0625rem;
    text-align: left;
  }
}

.p-contact__form {
  -webkit-margin-before: 3.375rem;
  margin-block-start: 3.375rem;
}
@media (max-width: 767px) {
  .p-contact__form {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.p-form__table {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
@media (max-width: 767px) {
  .p-form__table {
    gap: 2rem;
  }
}
.p-form__table tbody {
  display: contents;
}

.p-form__privacy {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-form__privacy {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-form__button {
  -webkit-margin-before: 2rem;
  position: relative;
  width: 23rem;
  height: 5.5625rem;
  margin-inline: auto;
  margin-block-start: 2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-form__button {
    width: 100%;
    height: 4.5rem;
  }
}
.p-form__button::before, .p-form__button::after {
  display: block;
  z-index: 2;
  z-index: 4;
  position: absolute;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
.p-form__button::before {
  right: 1.875rem;
}
.p-form__button::after {
  visibility: hidden;
  right: 3.75rem;
  opacity: 0;
}

.p-form__buttonBg {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23rem;
  height: 5.5625rem;
  translate: -50% -50%;
  border-radius: 0.625rem;
  background: #023793;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-form__buttonBg {
    width: 100%;
    height: 4.5rem;
  }
}

.p-form__buttonText {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: relative;
  place-content: center;
  width: 23rem;
  height: 5.5625rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-form__buttonText {
    width: 100%;
    height: 4.5rem;
    font-size: 1.25rem;
  }
}

.p-form__recaptcha {
  -webkit-margin-before: 0.8125rem;
  margin-block-start: 0.8125rem;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-form__recaptcha {
    text-align: left;
  }
}
.p-form__recaptcha a {
  color: #547fcf;
}

.grecaptcha-badge {
  visibility: hidden;
}

.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: #ef8488;
  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: #ef8488 !important;
  font-weight: 600;
  font-size: 1rem;
  text-align: center !important;
}

.p-form__button:has(.p-form__buttonText:disabled) {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-form__button:hover .p-form__buttonBg {
    scale: 1.07;
  }
  .p-form__button:hover::before {
    visibility: hidden;
    right: 0rem;
    opacity: 0;
  }
  .p-form__button:hover::after {
    visibility: visible;
    right: 1.875rem;
    opacity: 1;
  }
}
.p-form__button:focus {
  outline: none;
}
.p-form__button:focus-visible {
  outline: none;
}
.p-form__button:focus-visible::before {
  visibility: hidden;
  right: 0.625rem;
  opacity: 0;
}
.p-form__button:focus-visible::after {
  visibility: visible;
  right: 1.875rem;
  opacity: 1;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.9375rem;
}

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

.p-form-item__body.-flex {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-form-item__body.-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

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

.p-form-head__name {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 1.0625rem;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-form-head__name {
    align-items: flex-start;
    font-size: 1.125rem;
  }
}

.p-form-head__label {
  padding: 0.25rem 0.625rem 0.3125rem;
  border-radius: 0.3125rem;
  background: #949494;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-form-head__label {
    font-size: 0.8125rem;
  }
}
.p-form-head__label.-required {
  background: #1da6dc;
}

.p-form-head__text {
  position: absolute;
  top: 2.5rem;
  left: 0;
  font-size: 0.75rem;
  line-height: 1.6;
}

.p-form-radios .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label {
  -webkit-padding-start: 2.1875rem;
  position: relative;
  padding-inline-start: 2.1875rem;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label {
    -webkit-padding-start: 1.75rem;
    padding-inline-start: 1.75rem;
    font-size: 1rem;
  }
}
@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.125rem solid #547fcf;
  }
}
.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 #1da6dc;
}
.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;
  transition: all ease 0.3s;
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before {
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 0.125rem solid #b9b9b9;
  border-radius: 50%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  left: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #1da6dc;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
    left: 0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.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: #1da6dc;
}

.p-works-overview {
  -webkit-padding-before: 1.875rem;
  padding-block-start: 1.875rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-works-overview {
    -webkit-padding-before: 0.625rem;
    padding-block-start: 0.625rem;
  }
}

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

.p-works-overview__heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-works-overview__heading {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-works-overview__content {
  -webkit-margin-before: 5.9375rem;
  margin-block-start: 5.9375rem;
}
@media (max-width: 767px) {
  .p-works-overview__content {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-works-overview__list {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media (max-width: 767px) {
  .p-works-overview__list {
    gap: 2.5rem;
  }
}

.p-works-overview__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.25rem;
}
@media (max-width: 767px) {
  .p-works-overview__item {
    flex-direction: column;
    gap: 1.625rem;
  }
}
.p-works-overview__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-works-overview__item:nth-child(even) {
    flex-direction: column;
  }
}

.p-works-overview__textArea {
  -webkit-margin-before: -0.375rem;
  flex-grow: 1;
  margin-block-start: -0.375rem;
}

.p-works-overview__catch {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-works-overview__catch {
    font-size: 1.125rem;
    line-height: 1.88;
    letter-spacing: 0.07em;
  }
}

.p-works-overview__text {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  line-height: 2.12;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-works-overview__text {
    font-size: 0.9375rem;
  }
}
.p-works-overview__text strong {
  font-weight: 700;
}

.p-works-overview__imageArea {
  flex-shrink: 0;
  width: 34.375rem;
}
@media (max-width: 767px) {
  .p-works-overview__imageArea {
    width: 100%;
  }
}

.p-works-overview__image {
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-works-overview__image {
    border-radius: 0.5rem;
  }
}
.p-works-overview__image img {
  aspect-ratio: 550/382;
}
@media (max-width: 767px) {
  .p-works-overview__image img {
    aspect-ratio: 334/239;
  }
}

.p-works-recruit {
  padding-block: 5.25rem 5.9375rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-works-recruit {
    padding-block: 3.125rem;
  }
}

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

.p-works-recruit__suitedCatch {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-works-recruit__suitedCatch {
    font-size: 1.125rem;
  }
}

.p-works-recruit__suitedList {
  -webkit-margin-before: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.25rem;
  gap: 0.25rem;
}
@media (max-width: 767px) {
  .p-works-recruit__suitedList {
    gap: 1rem;
  }
}

.p-works-recruit__suitedItem {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-works-recruit__suitedItem {
    line-height: 1.5;
  }
}
.p-works-recruit__suitedItem::before {
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .p-works-recruit__suitedItem::before {
    top: 0.375rem;
  }
}

.p-works-recruit__suitedText {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-works-recruit__suitedText {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-works-recruit__qualification {
  -webkit-margin-before: 4.75rem;
  margin-block-start: 4.75rem;
}
@media (max-width: 767px) {
  .p-works-recruit__qualification {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-works-recruit__qualificationList {
  -ms-grid-columns: 1fr 1.25rem 1fr;
  -webkit-margin-before: 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 1.5rem;
  gap: 1rem 1.25rem;
}
@media (max-width: 767px) {
  .p-works-recruit__qualificationList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-works-recruit__qualificationItem {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 4.8125rem;
  padding: 0.375rem 0.625rem;
  border: 2px solid #1da6dc;
  border-radius: 0.625rem;
  background: #2bc6e0;
}
@media (max-width: 767px) {
  .p-works-recruit__qualificationItem {
    min-height: 4.5625rem;
    padding-inline: 0.25rem;
  }
}

.p-works-recruit__qualificationText {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-works-recruit__qualificationText {
    font-size: 1.125rem;
    line-height: 1.55;
  }
}

.p-works-recruit__qualificationNote {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.64;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-works-recruit__qualificationNote {
    font-size: 0.8125rem;
    line-height: 1.53;
  }
}

.p-works-recruit__attention {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
  line-height: 2.12;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-works-recruit__attention {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.p-works-recruit__message {
  -webkit-margin-before: 4.25rem;
  margin-block-start: 4.25rem;
  color: #1da6dc;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-works-recruit__message {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
    font-size: 1.375rem;
    line-height: 1.6;
  }
}

.p-works-interview {
  padding-block: 5.3125rem 6.375rem;
}
@media (max-width: 767px) {
  .p-works-interview {
    padding-block: 3.125rem 3.8125rem;
  }
}

.p-works-interview__heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-works-interview__heading {
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-works-interview__content {
  -webkit-margin-before: 3rem;
  margin-block-start: 3rem;
}
@media (max-width: 767px) {
  .p-works-interview__content {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-works-interview__list {
  -ms-grid-columns: 1fr 1.625rem 1fr 1.625rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
}
@media (max-width: 767px) {
  .p-works-interview__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

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

.p-facility {
  padding-block: 3.25rem 12.5rem;
}
@media (max-width: 767px) {
  .p-facility {
    padding-block: 2.5rem 6.4375rem;
  }
}

.p-facility__content {
  display: flex;
  gap: 2.0625rem;
}
@media (max-width: 767px) {
  .p-facility__content {
    flex-direction: column;
    gap: 3.5rem;
  }
}

.p-facility__mapArea {
  flex-grow: 1;
}

.p-facility__deco {
  position: absolute;
  bottom: -2.8125rem;
  left: -4.625rem;
  width: 10.125rem;
}
@media (max-width: 767px) {
  .p-facility__deco {
    bottom: -1.375rem;
    left: -1.3125rem;
    width: 4.9375rem;
  }
}

.p-facility__mapImage {
  position: sticky;
  top: 7.0625rem;
}
.p-facility__swiperArea {
  flex-shrink: 0;
  width: 19.3125rem;
  margin-inline: auto;
  translate: 0.75rem;
}
@media (max-width: 767px) {
  .p-facility__swiperArea {
    translate: 0;
  }
}

.p-facility__list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.p-facility__item {
  -webkit-transform: translateZ(0);
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  width: 17.6875rem;
  margin-inline: auto;
  padding: 1.1875rem;
  gap: 0.9375rem;
  transform: translateZ(0);
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.16);
}

.p-facility__itemTitle {
  color: #023793;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.59;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-facility__itemText {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
  font-size: 0.9375rem;
  line-height: 1.86;
  letter-spacing: 0.07em;
}

.p-facility__itemImage {
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-facility__itemImage img {
  aspect-ratio: 245/177;
  width: 100%;
}

.p-facility__swiper-container,
.p-facility__swiper,
.p-facility__swiper-wrapper,
.p-facility__swiper-slide {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-facility__swiper-container .swiper-button-prev,
.p-facility__swiper-container .swiper-button-next {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-facility__swiper-container .swiper-button-prev::after,
.p-facility__swiper-container .swiper-button-next::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.4375rem;
  height: 0.4375rem;
  translate: -50% -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
}
.p-facility__swiper-container .swiper-button-prev::after {
  left: 50%;
  rotate: 135deg;
}
.p-facility__swiper-container .swiper-button-next::after {
  left: 44%;
}
.p-facility__swiper-container .swiper-button-prev::before,
.p-facility__swiper-container .swiper-button-next::before {
  display: block;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  background: #1da6dc;
  content: "";
  transition: all ease 0.3s;
}
.p-facility__swiper-container .swiper-button-prev,
.p-facility__swiper-container .swiper-button-next {
  position: absolute;
  top: 4.4375rem;
  width: 2.25rem;
  height: 2.25rem;
}
.p-facility__swiper-container .swiper-button-prev {
  left: -1.8125rem;
}
.p-facility__swiper-container .swiper-button-next {
  right: -1.8125rem;
}

.p-thanks {
  height: 100vh;
}
@media (orientation: portrait) {
  .p-thanks {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .p-thanks {
    height: 100vh;
  }
}

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

.p-thanks__content {
  display: flex;
  position: relative;
  flex-direction: column;
}

.p-thanks__deco {
  position: absolute;
}
.p-thanks__deco.-first {
  top: -7.5rem;
  right: 6.25rem;
  width: 5.125rem;
}
@media (max-width: 767px) {
  .p-thanks__deco.-first {
    top: -5rem;
    width: 3.8125rem;
  }
}
.p-thanks__deco.-second {
  top: 5rem;
  right: -13.75rem;
  width: 5.75rem;
}
@media (max-width: 767px) {
  .p-thanks__deco.-second {
    top: 2.5rem;
    right: -3.75rem;
    width: 2.375rem;
  }
}
.p-thanks__deco.-third {
  top: 12.5rem;
  left: -12.5rem;
  width: 4.5625rem;
}
@media (max-width: 767px) {
  .p-thanks__deco.-third {
    left: -3.75rem;
    width: 3.3125rem;
  }
}

.p-thanks__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-thanks__title {
    font-size: 2.5rem;
  }
}

.p-thanks__subTitle {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-thanks__subTitle {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.375rem;
  }
}

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

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

.p-404 {
  height: 100vh;
}
@media (orientation: portrait) {
  .p-404 {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .p-404 {
    height: 100vh;
  }
}

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

.p-404__content {
  display: flex;
  position: relative;
  flex-direction: column;
}

.p-404__deco {
  position: absolute;
}
.p-404__deco.-first {
  top: -7.5rem;
  right: 6.25rem;
  width: 5.125rem;
}
@media (max-width: 767px) {
  .p-404__deco.-first {
    top: -5rem;
    width: 3.8125rem;
  }
}
.p-404__deco.-second {
  top: 5rem;
  right: -13.75rem;
  width: 5.75rem;
}
@media (max-width: 767px) {
  .p-404__deco.-second {
    top: 3.75rem;
    right: -1.6875rem;
    width: 2.375rem;
  }
}
.p-404__deco.-third {
  top: 12.5rem;
  left: -12.5rem;
  width: 4.5625rem;
}
@media (max-width: 767px) {
  .p-404__deco.-third {
    top: 15.625rem;
    left: -1.875rem;
    width: 3.3125rem;
  }
}

.p-404__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__subTitle {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "senobi-gothic", sans-serif;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-404__subTitle {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1.375rem;
  }
}

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

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

.p-interview {
  padding-block: 0.625rem 7.1875rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-interview {
    -webkit-padding-after: 5rem;
    padding-block-end: 5rem;
  }
}

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

.p-interview__first {
  display: flex;
  gap: 1.625rem;
}
@media (max-width: 767px) {
  .p-interview__first {
    flex-direction: column;
    gap: 3.5rem;
  }
}

.p-interview__card {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

.p-interview__last {
  -webkit-margin-before: 3.5rem;
  margin-block-start: 3.5rem;
}

.p-interview__list {
  -webkit-margin-before: 1.5rem;
  display: flex;
  margin-block-start: 1.5rem;
  gap: 1.625rem;
}
@media (max-width: 767px) {
  .p-interview__list {
    flex-direction: column;
    gap: 3.5rem;
  }
}

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

.p-interview-overview__list {
  display: flex;
  flex-direction: column;
  gap: 3.875rem;
}

.p-interview-overview__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 3.25rem;
}
@media (max-width: 767px) {
  .p-interview-overview__wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-interview-overview__textArea {
  flex-grow: 1;
}

.p-interview-overview__text {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
  font-size: 1rem;
  line-height: 2.12;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-interview-overview__text {
    font-size: 0.9375rem;
  }
}

.p-interview-overview__imageArea {
  -webkit-margin-before: 0.5625rem;
  flex-shrink: 0;
  width: 34.375rem;
  margin-block-start: 0.5625rem;
}
@media (max-width: 767px) {
  .p-interview-overview__imageArea {
    -webkit-margin-before: 0;
    width: 100%;
    margin-block-start: 0;
  }
}

.p-interview-overview__image {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-interview-overview__image img {
  aspect-ratio: 550/356;
}

.p-interview-overview__item.-reverse .p-interview-overview__wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-interview-overview__item.-reverse .p-interview-overview__wrapper {
    flex-direction: column;
  }
}

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

.p-interview-schedule__listWrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-interview-schedule__listWrapper {
    gap: 1.875rem;
  }
}
.p-interview-schedule__listWrapper:last-child {
  -webkit-margin-after: -0.625rem;
  margin-block-end: -0.625rem;
}
@media (max-width: 767px) {
  .p-interview-schedule__listWrapper:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}

.p-interview-schedule__listTitle {
  display: block;
  position: relative;
  width: 100%;
}
.p-interview-schedule__listTitle span {
  -webkit-padding-end: 0.8125rem;
  z-index: 2;
  position: relative;
  padding-inline-end: 0.8125rem;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-interview-schedule__listTitle span {
    font-size: 1.125rem;
  }
}
.p-interview-schedule__listTitle::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  translate: 0 -50%;
  border-top: 0.0625rem dashed rgba(0, 0, 0, 0.5);
  content: "";
}

.p-interview-schedule__list {
  -webkit-margin-before: 0.5625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.5625rem;
}
@media (max-width: 767px) {
  .p-interview-schedule__list {
    gap: 1.375rem;
  }
}

.p-interview-schedule__item {
  display: flex;
  gap: 0.875rem;
}
@media (max-width: 767px) {
  .p-interview-schedule__item {
    flex-direction: column;
    gap: 0rem;
  }
}
.p-interview-schedule__item + .p-interview-schedule__item {
  -webkit-margin-before: -0.3125rem;
  margin-block-start: -0.3125rem;
}
@media (max-width: 767px) {
  .p-interview-schedule__item + .p-interview-schedule__item {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

.p-interview-schedule__time {
  -webkit-padding-start: 1.5rem;
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 10rem;
  padding-inline-start: 1.5rem;
  color: #1da6dc;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2.25;
  font-family: "Chakra Petch", "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-interview-schedule__time {
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
.p-interview-schedule__time::before {
  display: block;
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .p-interview-schedule__time::before {
    top: 0.375rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-interview-schedule__textArea {
  -webkit-margin-before: 0.1875rem;
  flex-grow: 1;
  margin-block-start: 0.1875rem;
}
.p-interview-schedule__textArea .p-interview-schedule__text {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.p-interview-schedule__text {
  -webkit-margin-before: 0.1875rem;
  flex-grow: 1;
  margin-block-start: 0.1875rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
.p-interview-schedule__text span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2.25;
  letter-spacing: 0.84px;
}
@media (max-width: 767px) {
  .p-interview-schedule__text {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.p-interview-schedule__subList {
  -webkit-margin-after: 0.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-end: 0.6875rem;
  gap: 0.4375rem;
}
@media (max-width: 767px) {
  .p-interview-schedule__subList {
    -webkit-margin-before: 0.5rem;
    -webkit-margin-after: 0;
    margin-block-start: 0.5rem;
    margin-block-end: 0;
  }
}

.p-interview-schedule__subItem {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-interview-schedule__subItem {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.p-interview-schedule__time.-short {
  width: 5.625rem;
}

.p-interview-schedule__text span.-block {
  display: block;
}

.p-interview-single {
  padding-block: 2.125rem 6.5625rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-interview-single {
    -webkit-padding-after: 5rem;
    padding-block-end: 5rem;
  }
}

.p-interview-single__schedule {
  -webkit-margin-before: 5rem;
  margin-block-start: 5rem;
}
@media (max-width: 767px) {
  .p-interview-single__schedule {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }
}

.p-interview-foot {
  padding-block: 5.3125rem 6.375rem;
}
@media (max-width: 767px) {
  .p-interview-foot {
    padding-block: 3.125rem 3.8125rem;
  }
}

.p-interview-foot__heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-interview-foot__heading {
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-interview-foot__content {
  -webkit-margin-before: 3rem;
  margin-block-start: 3rem;
}
@media (max-width: 767px) {
  .p-interview-foot__content {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-interview-foot__list {
  -ms-grid-columns: 1fr 1.625rem 1fr 1.625rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
}
@media (max-width: 767px) {
  .p-interview-foot__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-interview-foot__item {
  display: block;
}

.p-interview-foot__article {
  display: block;
}

.p-recruit {
  padding-block: 0.8125rem 4.6875rem;
  background: #ffffff;
}

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

.p-recruit__headList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
}
@media (max-width: 767px) {
  .p-recruit__headList {
    flex-direction: column;
    gap: 1.125rem;
  }
}

.p-recruit__head__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-recruit__head__item {
    width: 100%;
  }
}

.p-recruit__headButton {
  -webkit-padding-end: 1.3125rem;
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 20.3125rem;
  height: 5.4375rem;
  padding-inline-end: 1.3125rem;
  border: 0.125rem solid #547fcf;
  border-radius: 0.625rem;
  background: #1da6dc;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-recruit__headButton {
    width: 100%;
    height: 4.8125rem;
    font-size: 1.25rem;
  }
}
.p-recruit__headButton::before, .p-recruit__headButton::after {
  display: block;
  position: absolute;
  right: 5rem;
  width: 0.625rem;
  height: 0.625rem;
  rotate: 45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
.p-recruit__headButton::before {
  top: 43%;
}
.p-recruit__headButton::after {
  visibility: hidden;
  top: 20%;
  opacity: 0;
}

.p-recruit__main {
  -webkit-margin-before: 3.6875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 3.6875rem;
  gap: 3.5rem;
}

.p-recruit__mainGroup {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}

.p-recruit__mainList {
  -ms-grid-columns: 1fr 1.5625rem 1fr 1.5625rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}
@media (max-width: 767px) {
  .p-recruit__mainList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-recruit__mainItem {
  display: block;
}

.p-recruit__mainNote {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-recruit__headButton.is_active {
  background: #023793;
  pointer-events: none;
}

@media (any-hover: hover) {
  .p-recruit__headButton:hover::before {
    visibility: hidden;
    top: 66%;
    opacity: 0;
  }
  .p-recruit__headButton:hover::after {
    visibility: visible;
    top: 43%;
    opacity: 1;
  }
}
.p-recruit__headButton:focus {
  outline: none;
}
.p-recruit__headButton:focus-visible {
  outline: none;
}
.p-recruit__headButton:focus-visible::before {
  visibility: hidden;
  top: 66%;
  opacity: 0;
}
.p-recruit__headButton:focus-visible::after {
  visibility: visible;
  top: 43%;
  opacity: 1;
}

.p-item {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 25.8125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #ffffff;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-item {
    min-height: initial;
  }
}

.p-item__textArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1.3125rem 1.375rem 1.75rem;
}

.p-item__date {
  color: #1da6dc;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p-item__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-item__categories {
  -webkit-margin-before: 0.5625rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 18.75rem;
  margin-block-start: 0.5625rem;
  gap: 0.375rem;
}

.p-item__category {
  padding: 0.1875rem 0.625rem;
  border: 0.0625rem solid #1da6dc;
  border-radius: 100vmax;
  background: #ffffff;
  color: #1da6dc;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-item__imageArea {
  position: relative;
}

.p-item__type {
  display: -ms-grid;
  display: grid;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  place-content: center;
  min-width: 6.6875rem;
  min-height: 2.25rem;
  padding: 0.625rem;
  border-radius: 0.625rem 0 0.625rem 0;
  background: #1da6dc;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-item__image {
  overflow: hidden;
}
.p-item__image img {
  aspect-ratio: 382/249;
  transition: all ease 0.3s;
}

.p-item__label {
  z-index: 2;
  position: absolute;
  right: -0.0625rem;
  bottom: -0.0625rem;
  width: 2.3125rem;
  height: 2.3125rem;
  overflow: hidden;
  border-radius: 1.125rem 0 0 0;
  background: #1da6dc;
}
.p-item__label::before, .p-item__label::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
.p-item__label::before {
  right: 1rem;
}
.p-item__label::after {
  visibility: hidden;
  right: 2.5rem;
  opacity: 0;
}

@media (any-hover: hover) {
  .p-item:hover .p-item__label::before {
    visibility: hidden;
    right: -2.5rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-item:hover .p-item__label::before {
    right: -1.875rem;
  }
}
@media (any-hover: hover) {
  .p-item:hover .p-item__label::after {
    visibility: visible;
    right: 1rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-item:hover .p-item__label::after {
    right: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-item:hover .p-item__image img {
    scale: 1.1;
  }
}
.p-item:focus {
  outline: none;
}
.p-item:focus-visible {
  outline: none;
}
.p-item:focus-visible .p-item__label::before {
  visibility: hidden;
  right: -2.5rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-item:focus-visible .p-item__label::before {
    right: -1.875rem;
  }
}
.p-item:focus-visible .p-item__label::after {
  visibility: visible;
  right: 1rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-item:focus-visible .p-item__label::after {
    right: 0.75rem;
  }
}
.p-item:focus-visible .p-item__image img {
  scale: 1.1;
}

.p-single-recruit {
  padding-block: 0.5rem 7.125rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-single-recruit {
    padding-block: 1.875rem 5rem;
  }
}

.p-single-recruit__inner {
  z-index: 2;
  position: relative;
  max-width: 58.375rem;
}

.p-single-recruit__headTime {
  color: #023793;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.4;
}

.p-single-recruit__headFrame {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}

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

.p-single-recruit__headItem {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-single-recruit__headItem {
    font-size: 0.9375rem;
  }
}
.p-single-recruit__headItem::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .p-single-recruit__headItem::before {
    top: 0.625rem;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-single-recruit__main {
  -webkit-margin-before: 3.9375rem;
  margin-block-start: 3.9375rem;
}
@media (max-width: 767px) {
  .p-single-recruit__main {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-single-recruit__mainTitle {
  -webkit-padding-after: 0.875rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #1da6dc;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTitle {
    font-size: 1.75rem;
  }
}

.p-single-recruit__mainTableWrapper {
  -webkit-margin-before: 0.6875rem;
  margin-block-start: 0.6875rem;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableWrapper {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.p-single-recruit__mainTable tbody {
  display: contents;
}

.p-single-recruit__mainTableRow {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableRow {
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-single-recruit__mainTableRow + .p-single-recruit__mainTableRow {
    -webkit-margin-before: 0.9375rem;
    margin-block-start: 0.9375rem;
  }
}

.p-single-recruit__mainTableHead {
  flex-shrink: 0;
  width: 10.875rem;
  min-height: 2.5625rem;
  padding-block: 1.25rem;
  border-bottom: 0.125rem solid #1da6dc;
  color: #1da6dc;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableHead {
    min-height: initial;
    padding-block: 0;
    border-bottom: none;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}

.p-single-recruit__mainTableData {
  flex-grow: 1;
  padding-block: 1.25rem;
  border-bottom: 0.125rem solid #1da6dc;
  border-bottom: 0.125rem solid rgba(39, 39, 39, 0.3);
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData {
    padding-block: 0 1rem;
    line-height: 2;
  }
}
.p-single-recruit__mainTableData > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single-recruit__mainTableData > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single-recruit__mainTableData h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 2.25rem 1.5rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #1da6dc;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData h2 {
    margin-block: 1.5rem 1rem;
    font-size: 1.75rem;
  }
}
.p-single-recruit__mainTableData h3 {
  -webkit-padding-start: 1.875rem;
  position: relative;
  margin-block: 2.25rem 1.5rem;
  padding-inline-start: 1.875rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData h3 {
    -webkit-padding-start: 1.625rem;
    margin-block: 1.5rem 1rem;
    padding-inline-start: 1.625rem;
    font-size: 1.375rem;
  }
}
.p-single-recruit__mainTableData h3::before {
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.25rem;
  height: 1.25rem;
  background: #1da6dc;
  content: "";
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData h3::before {
    top: 0.5625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-single-recruit__mainTableData h4 {
  margin-block: 2.25rem 1.5rem;
  padding-block: 0.625rem;
  border-top: 0.125rem solid #dadada;
  border-bottom: 0.125rem solid #dadada;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData h4 {
    margin-block: 1.5rem 1rem;
  }
}
.p-single-recruit__mainTableData p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData p {
    font-size: 0.9375rem;
  }
}
.p-single-recruit__mainTableData p + p {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData p + p {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
  }
}
.p-single-recruit__mainTableData b,
.p-single-recruit__mainTableData strong {
  font-weight: 700;
}
.p-single-recruit__mainTableData a {
  color: #1da6dc;
  text-decoration: underline;
  transition: all ease 0.3s;
}
.p-single-recruit__mainTableData .wp-block-table {
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData .wp-block-table {
    margin-block: 1.5rem 1rem;
  }
}
.p-single-recruit__mainTableData 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-recruit__mainTableData table tbody tr {
  position: relative;
}
.p-single-recruit__mainTableData table tbody tr:first-child {
  border-radius: 0.625rem 0 0.625rem 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
.p-single-recruit__mainTableData table tbody tr:first-child td {
  padding: 0.5rem;
  border-top: none !important;
  background: #30cde8 !important;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData table tbody tr:first-child td {
    font-size: 1rem;
  }
}
.p-single-recruit__mainTableData table tbody tr:not(:first-child) td {
  background: #ffffff;
}
.p-single-recruit__mainTableData table tbody tr:not(:first-child) td:first-child {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData table tbody tr:not(:first-child) td:first-child {
    font-size: 0.9375rem;
  }
}
.p-single-recruit__mainTableData table tbody tr:last-child {
  border-radius: 0 0.625rem 0 0.625rem;
}
.p-single-recruit__mainTableData table tbody tr td {
  width: 15.625rem !important;
  padding: 1.125rem !important;
  border: none !important;
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 1rem !important;
  line-height: 1.7;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData table tbody tr td {
    width: 12.5rem !important;
    padding: 0.875rem 0.4375rem !important;
    font-size: 0.9375rem !important;
  }
}
.p-single-recruit__mainTableData table tbody tr td:last-child {
  border-right: none !important;
}
.p-single-recruit__mainTableData ul,
.p-single-recruit__mainTableData ol {
  display: flex;
  flex-direction: column;
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData ul,
  .p-single-recruit__mainTableData ol {
    margin-block: 1.5rem 1rem;
  }
}
.p-single-recruit__mainTableData ul li {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
.p-single-recruit__mainTableData ul li::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #1da6dc;
  content: "";
}
.p-single-recruit__mainTableData ol {
  counter-reset: my-counter;
}
.p-single-recruit__mainTableData ol li {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}
.p-single-recruit__mainTableData ol li::before {
  display: flex;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: counter(my-counter, decimal-leading-zero) ".";
  color: #1da6dc;
  font-size: 1.125rem;
  font-family: "Chakra Petch", sans-serif;
}
.p-single-recruit__mainTableData figure {
  width: 100%;
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData figure {
    margin-block: 1.5rem 1rem;
  }
}
.p-single-recruit__mainTableData figcaption {
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-single-recruit__mainTableData figcaption {
    font-size: 0.875rem;
  }
}
.p-single-recruit__mainTableData img {
  width: 100%;
  border-radius: 0.625rem;
}

.p-single-recruit__link {
  -webkit-margin-before: 1.5rem;
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.75rem;
  margin-block-start: 1.5rem;
  padding: 0.625rem 2.6875rem 0.625rem 1.5rem;
  border-radius: 0.25rem;
  background: #1da6dc;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1;
  letter-spacing: 0.07em !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .p-single-recruit__link {
    margin-inline: auto;
  }
}
.p-single-recruit__link::before, .p-single-recruit__link::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
.p-single-recruit__link::before {
  right: 1.5rem;
}
.p-single-recruit__link::after {
  visibility: hidden;
  right: 2.5rem;
  opacity: 0;
}

.p-single-recruit__mainImages {
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
  -webkit-margin-before: 1.75rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block-start: 1.75rem;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-single-recruit__mainImages {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-single-recruit__mainImage {
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-single-recruit__mainImage img {
  aspect-ratio: 201/139;
}

.p-single-recruit__flow {
  -webkit-margin-before: 3.9375rem;
  margin-block-start: 3.9375rem;
}
@media (max-width: 767px) {
  .p-single-recruit__flow {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-single-recruit__flowTitle {
  -webkit-padding-after: 0.875rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #1da6dc;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-single-recruit__flowTitle {
    font-size: 1.75rem;
  }
}

.p-single-recruit__flowList {
  -webkit-margin-before: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 2.25rem;
  gap: 1.8125rem;
}
@media (max-width: 767px) {
  .p-single-recruit__flowList {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-single-recruit__flowItem {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: calc((100% - 5.4375rem) / 4);
  height: 4.875rem;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .p-single-recruit__flowItem {
    width: 18.75rem;
    height: 4.375rem;
  }
}
.p-single-recruit__flowItem:not(:first-child)::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_triangle-right.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: -1.0625rem;
  width: 0.625rem;
  height: 1.125rem;
  translate: 0 -50%;
  background: #bbbbbb;
  content: "";
  mask-image: url(../img/icon_triangle-right.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (max-width: 767px) {
  .p-single-recruit__flowItem:not(:first-child)::before {
    -webkit-mask-image: url(../img/icon_triangle-bottom.svg);
    top: -1.625rem;
    left: 50%;
    width: 1.875rem;
    height: 0.8125rem;
    translate: -50%;
    mask-image: url(../img/icon_triangle-bottom.svg);
  }
}
.p-single-recruit__flowItem:first-child {
  background: #1da6dc;
}
.p-single-recruit__flowItem:nth-child(2) {
  background: #547fcf;
}
.p-single-recruit__flowItem:nth-child(3) {
  background: #406fc7;
}
.p-single-recruit__flowItem:last-child {
  background: #2f60bc;
}

.p-single-recruit__flowStep {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-single-recruit__flowStep {
    font-size: 0.9375rem;
  }
}

.p-single-recruit__flowText {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-single-recruit__flowText {
    font-size: 1rem;
  }
}

.p-single-recruit__flowButtonWrapper {
  -webkit-margin-before: 5.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 5.625rem;
}
@media (max-width: 767px) {
  .p-single-recruit__flowButtonWrapper {
    -webkit-margin-before: 3.4375rem;
    margin-block-start: 3.4375rem;
  }
}

.p-single-recruit__flowButton {
  -webkit-filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  width: 24.6875rem;
  height: 100%;
  min-height: 5.5rem;
  border-radius: 0.625rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  filter: drop-shadow(0 0 1.125rem rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .p-single-recruit__flowButton {
    width: 18.75rem;
    min-height: 4rem;
    font-size: 1.25rem;
  }
}
.p-single-recruit__flowButton span {
  z-index: 3;
  position: relative;
  letter-spacing: 0.07em;
}
.p-single-recruit__flowButton span::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24.6875rem;
  height: 5.5rem;
  translate: -50% -50%;
  border-radius: 0.625rem;
  background: #023793;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-single-recruit__flowButton span::before {
    width: 19.25rem;
    height: 4rem;
  }
}
.p-single-recruit__flowButton::before, .p-single-recruit__flowButton::after {
  display: block;
  z-index: 4;
  position: absolute;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .p-single-recruit__flowButton::before, .p-single-recruit__flowButton::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
.p-single-recruit__flowButton::before {
  right: 4.375rem;
}
@media (max-width: 767px) {
  .p-single-recruit__flowButton::before {
    right: 3.125rem;
  }
}
.p-single-recruit__flowButton::after {
  visibility: hidden;
  right: 5.625rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-single-recruit__flowButton::after {
    right: 4.375rem;
  }
}

@media (any-hover: hover) {
  .p-single-recruit__link:hover::before {
    visibility: hidden;
    right: -2.5rem;
    opacity: 0;
  }
  .p-single-recruit__link:hover::after {
    visibility: visible;
    right: 1.5rem;
    opacity: 1;
  }
}
.p-single-recruit__link:focus {
  outline: none;
}
.p-single-recruit__link:focus-visible {
  outline: none;
}
.p-single-recruit__link:focus-visible::before {
  visibility: hidden;
  right: -2.5rem;
  opacity: 0;
}
.p-single-recruit__link:focus-visible::after {
  visibility: visible;
  right: 1.5rem;
  opacity: 1;
}

@media (any-hover: hover) {
  .p-single-recruit__flowButton:hover span::before {
    scale: 1.05;
  }
  .p-single-recruit__flowButton:hover::before {
    visibility: hidden;
    right: 3.125rem;
    opacity: 0;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-single-recruit__flowButton:hover::before {
    right: 1.875rem;
  }
}
@media (any-hover: hover) {
  .p-single-recruit__flowButton:hover::after {
    visibility: visible;
    right: 4.375rem;
    opacity: 1;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .p-single-recruit__flowButton:hover::after {
    right: 3.125rem;
  }
}
.p-single-recruit__flowButton:focus {
  outline: none;
}
.p-single-recruit__flowButton:focus-visible {
  outline: none;
}
.p-single-recruit__flowButton:focus-visible span::before {
  scale: 1.05;
}
.p-single-recruit__flowButton:focus-visible::before {
  visibility: hidden;
  right: 3.125rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-single-recruit__flowButton:focus-visible::before {
    right: 1.875rem;
  }
}
.p-single-recruit__flowButton:focus-visible::after {
  visibility: visible;
  right: 4.375rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-single-recruit__flowButton:focus-visible::after {
    right: 3.125rem;
  }
}

.p-single-recruitFoot {
  padding-block: 5.3125rem 6.375rem;
}
@media (max-width: 767px) {
  .p-single-recruitFoot {
    padding-block: 3.125rem 3.8125rem;
  }
}

.p-single-recruitFoot__heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-single-recruitFoot__heading {
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-single-recruitFoot__content {
  -webkit-margin-before: 3rem;
  margin-block-start: 3rem;
}
@media (max-width: 767px) {
  .p-single-recruitFoot__content {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-single-recruitFoot__list {
  -ms-grid-columns: 1fr 1.625rem 1fr 1.625rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
}
@media (max-width: 767px) {
  .p-single-recruitFoot__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-single-recruitFoot__item {
  display: block;
}

.p-single-recruitFoot__article {
  display: block;
}

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

.u-only__pc {
  display: block;
}
@media (max-width: 767px) {
  .u-only__pc {
    display: none !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 (max-width: 767px) {
  .u-pointerNone__sp {
    pointer-events: none !important;
  }
}

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