@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 10px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1769b5;
}

.container {
  width: 100%;
  max-width: 148.8rem;
  margin: 0 auto;
}
@media (max-width: 1487px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 1279px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.is-pc {
  display: block !important;
}
@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: block !important;
}
@media (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

body.no-scroll {
  overflow: hidden;
}

a[href^=tel] {
  color: #484848;
  text-decoration: none;
}

a[href^=tel]:link,
a[href^=tel]:visited,
a[href^=tel]:hover,
a[href^=tel]:active {
  color: #484848;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 8.7rem;
  background: #ffffff;
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  transition: box-shadow 0.3s ease-in-out;
}
.header.is-scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header .logo {
  padding-left: 2.4rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 102;
}
.header .logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
}
.header .logo a:focus-visible {
  outline: none;
}
.header .logo a img {
  width: 5.6rem;
  height: 4.8rem;
  object-fit: cover;
}
.header .logo a .site-name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #242424;
}
@media (max-width: 1199px) {
  .header .logo a .site-name {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .logo a .site-name {
    display: block;
  }
}
.header .hamburger-menu {
  display: none;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background: #0071c7;
  border: none;
  cursor: pointer;
  padding: 0;
  right: 1.5rem;
  bottom: 1.1rem;
  z-index: 102;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.header .hamburger-menu span {
  display: flex;
  position: absolute;
  width: 12px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.header .hamburger-menu span:nth-child(1) {
  top: 13px;
}
.header .hamburger-menu span:nth-child(2) {
  top: 17px;
}
.header .hamburger-menu span:focus-visible {
  outline: none;
}
.header .hamburger-menu.is-active span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.header .hamburger-menu.is-active span:nth-child(2) {
  top: 15px;
  transform: rotate(-45deg);
}
.header .header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  height: 100%;
}
.header .header-right .nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  height: 100%;
  flex-grow: 1;
}
.header .header-right .nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
}
.header .header-right .nav ul li {
  padding: 0 4rem;
  border-left: 1px solid #005ca2;
  display: flex;
  align-items: center;
  height: 2.6rem;
}
.header .header-right .nav ul li a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #005ca2;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.2px;
}
.header .header-right .nav ul li a:hover {
  color: #023a64;
}
.header .header-right .hotline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 2rem;
  width: 25.1rem;
  height: 100%;
  background: #00589b;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .header-right .hotline:hover {
  background: #023a64;
}
@media (max-width: 768px) {
  .header .header-right .hotline:hover {
    background-color: #00589b;
  }
}
.header .header-right .hotline__number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 6px;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  margin-top: -5px;
}
.header .header-right .hotline__number img {
  width: 18px;
  height: 18px;
}
.header .header-right .hotline__number .number {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header .header-right .hotline__number .number span {
  display: inline-flex;
  width: 8px;
  height: 3px;
  background-color: #ffffff;
  margin: 0 4px;
}
.header .header-right .hotline .work-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: rgba(255, 255, 255, 0.83);
  padding: 0 2rem;
}
@media (max-width: 1099px) {
  .header .header-right .hotline .work-time {
    justify-content: center;
  }
}
.header .header-right .hotline .work-time__label {
  color: rgba(255, 255, 255, 0.83);
  padding-right: 1.5rem;
}
.header .header-right .hotline .work-time__hyphen {
  display: inline-flex;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 5px;
}
.header-links {
  display: none;
}

@media (max-width: 991px) {
  .header {
    height: 8rem;
    align-items: flex-end;
  }
  .header .logo {
    padding-left: 1.5rem;
    flex: 1;
    display: flex;
    align-items: center;
    height: auto;
    padding-bottom: 0.8rem;
  }
  .header .logo a {
    gap: 0.8rem;
    height: auto;
  }
  .header .logo a img {
    width: 4.4rem;
    height: 3.8rem;
  }
  .header .logo a .site-name {
    font-size: 1.6rem;
    white-space: nowrap;
    line-height: 1.9rem;
  }
  .header .hamburger-menu {
    display: flex;
  }
  .header .header-right {
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 8rem);
    height: calc(100dvh - 8rem);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    z-index: 101;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0 1.5rem;
  }
  .header .header-right.is-active {
    max-height: calc(100vh - 8rem);
    max-height: calc(100dvh - 8rem);
    opacity: 1;
    overflow-y: auto;
  }
  .header .header-right .nav {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    flex-grow: 0;
    padding-top: 4rem;
  }
  .header .header-right .nav ul {
    flex-direction: column;
    margin: 0;
    gap: 2.4rem;
  }
  .header .header-right .nav ul li {
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #0071c7;
    height: auto;
    display: flex;
    align-items: center;
    height: 4.4rem;
  }
  .header .header-right .nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2.4rem;
    font-weight: 500;
    height: 100%;
    width: 100%;
  }
  .header .header-right .hotline {
    width: 100%;
    height: auto;
    padding: 1.6rem 2rem;
    align-items: center;
    display: none;
  }
  .header-links {
    display: flex !important;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-top: 4rem;
  }
  .header-links__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 4.3rem;
    background: linear-gradient(85.07deg, #006cca 0%, #00aee7 123.88%);
    border-radius: 2px;
    color: #ffffff;
    text-decoration: none;
  }
  .header-links__link img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .header-links__link-text {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .header-links__link-text span {
    display: inline-flex;
    width: 8px;
    height: 2px;
    background-color: #ffffff;
    margin: 0 5px;
  }
  .header-links__link-text--mail {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .header-bottom {
    margin-top: 2.2rem;
    border-top: 1px solid #0071c7;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    width: 100%;
  }
  .header-bottom__inner {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }
  .header-bottom__inner a {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #0071c7;
    text-decoration: none;
  }
  .header-bottom__inner span {
    font-family: "Jost", sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #0071c7;
  }
}
.menu-overlay {
  display: none;
}
@media (max-width: 991px) {
  .menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  .menu-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.footer {
  position: relative;
  background: #ffffff;
  padding: 10rem 0 0;
  color: #005ca2;
}
@media (max-width: 1487px) {
  .footer {
    padding: 8rem 0 0;
  }
}
.footer__inner {
  position: relative;
  width: 100%;
  max-width: 137.5rem;
  margin: 0 auto;
}
@media (max-width: 1487px) {
  .footer__inner {
    max-width: 86%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    max-width: 100%;
  }
}
.footer__pagetop {
  position: absolute;
  right: -11.5rem;
  top: -5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #1769b5;
}
.footer__pagetop-icon {
  width: 0;
  height: 0;
  border-left: 0.65rem solid transparent;
  border-right: 0.65rem solid transparent;
  border-bottom: 1.3rem solid #1769b5;
}
.footer__pagetop-text {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.3rem;
}
@media (max-width: 768px) {
  .footer__pagetop-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 1727px) {
  .footer__pagetop {
    right: 1.2rem;
    top: -5.4rem;
  }
}
.footer__content {
  display: flex;
  align-items: flex-start;
  gap: 17.5rem;
  margin-bottom: 10.2rem;
}
@media (max-width: 1487px) {
  .footer__content {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 8.2rem;
  }
}
@media (max-width: 1099px) {
  .footer__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .footer__content {
    gap: 0;
    margin-bottom: 5.7rem;
  }
}
.footer__left {
  flex: none;
  width: 39.3rem;
  margin-left: -5px;
}
@media (max-width: 1099px) {
  .footer__left {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .footer__left {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 4.1rem;
}
.footer__logo img {
  width: 16.3rem;
  height: auto;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 11.8rem;
    height: 9.8rem;
  }
}
.footer__address {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .footer__address {
    letter-spacing: 0;
  }
}
.footer__middle {
  flex: none;
  width: 25.6rem;
  padding-top: 3.4rem;
}
@media (max-width: 1099px) {
  .footer__middle {
    padding-top: 0;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .footer__middle {
    margin-top: 9.9rem;
  }
}
.footer__nav {
  display: flex;
  gap: 5.6rem;
}
@media (max-width: 768px) {
  .footer__nav {
    gap: 5.4rem;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  border-left: 1px solid #005ca2;
  padding-left: 12px;
  padding-top: 11px;
  padding-bottom: 10px;
  min-width: 102px;
  height: fit-content;
}
@media (max-width: 768px) {
  .footer__nav-list {
    padding-left: 16px;
    padding-top: 14px;
  }
}
.footer__nav-item {
  text-align: left;
}
.footer__nav-item a {
  text-decoration: none;
  color: #005ca2;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.07em;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.footer__nav-item a:hover {
  opacity: 0.7;
}
.footer__right {
  flex: none;
  width: 36.9rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-left: 5px;
}
@media (max-width: 1099px) {
  .footer__right {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .footer__right {
    width: 100%;
    margin-left: 0;
    margin-top: 6.8rem;
  }
}
.footer__group-title {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 0 0 1.7rem;
}
.footer__company-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__company-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.1rem;
  border: 1px solid #005ca2;
  text-decoration: none;
  color: #005ca2;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  line-height: 2.3rem;
  transition: all 0.3s ease;
}
.footer__company-item a:hover {
  background: rgba(0, 92, 162, 0.05);
}
.footer__external-icon {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
.footer__external-icon::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  background: #005ca2;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .footer__external-icon::before {
    width: 3rem;
    height: 3rem;
    background: url(../img/common/more.svg);
    top: -4px;
    left: -9px;
    transform: unset;
  }
}
.footer__external-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent #005ca2 transparent transparent;
}
@media (max-width: 768px) {
  .footer__external-icon::after {
    display: none;
  }
}
.footer__copyright {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
  color: #005ca2;
  padding-bottom: 4rem;
  letter-spacing: -0.2px;
}

.c-page-heading-01 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8rem 0 0;
  margin: 0 auto;
}
.c-page-heading-01__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
  width: 100%;
  border-bottom: 2px solid #1769b5;
}
.c-page-heading-01__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.c-page-heading-01__head .slash {
  background: #A5C5E2;
  opacity: 1;
}
.c-page-heading-01__main-ttl {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 1.4444444444;
  text-transform: uppercase;
  color: #1769b5;
}
.c-page-heading-01__sub-ttl-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.c-page-heading-01__sub-ttl {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.9rem;
  letter-spacing: 0.11em;
  color: #1769b5;
}
.c-page-heading-01__breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 1.4rem;
}
.c-page-heading-01__breadcrumb-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  gap: 1.2rem;
}
.c-page-heading-01__breadcrumb-link {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: none;
}
.c-page-heading-01__breadcrumb-link:hover {
  opacity: 0.7;
}
.c-page-heading-01__breadcrumb-sep {
  width: 6.4rem;
  height: 1px;
  background: #8c8c8c;
}
.c-page-heading-01__breadcrumb-item--current {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #484848;
}

@media screen and (max-width: 768px) {
  .c-page-heading-01 {
    padding: 2rem 0 0;
  }
  .c-page-heading-01__inner {
    gap: 4rem;
  }
  .c-page-heading-01__main-ttl {
    font-size: 4.8rem;
  }
  .c-page-heading-01__sub-ttl {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-top: 0.9rem;
    margin-left: 0.3rem;
  }
  .c-page-heading-01__breadcrumbs {
    margin-bottom: 0;
  }
  .c-page-heading-01__breadcrumb-sep {
    width: 3.2rem;
  }
}
.c-recruit {
  position: relative;
  width: 100%;
  height: 69.6rem;
  display: flex;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  overflow-x: clip;
}
@media (max-width: 1099px) {
  .c-recruit {
    padding: 10rem 0;
    height: 55rem;
  }
}
@media (max-width: 768px) {
  .c-recruit {
    height: auto;
  }
}
.c-recruit .container {
  position: relative;
  z-index: 1;
}
.c-recruit__content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .c-recruit__content {
    max-width: 100%;
  }
}
.c-recruit__heading {
  margin-bottom: 5rem;
}
.c-recruit__heading .slash {
  background: #A5C5E2;
  opacity: 1;
}
@media (max-width: 768px) {
  .c-recruit__heading {
    margin-bottom: 6rem;
  }
}
.c-recruit__en-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 9rem;
  line-height: 13rem;
  color: #1769b5;
  margin-bottom: -3px;
}
@media (max-width: 1099px) {
  .c-recruit__en-title {
    font-size: 8rem;
    line-height: 10rem;
  }
}
@media (max-width: 768px) {
  .c-recruit__en-title {
    font-size: 5rem;
    line-height: 7.2rem;
  }
}
.c-recruit__jp-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0.4rem;
}
@media (max-width: 768px) {
  .c-recruit__jp-title {
    margin-top: 0.8rem;
  }
}
.c-recruit__jp-title-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.9rem;
  letter-spacing: 0.11em;
  color: #1769b5;
}
@media (max-width: 768px) {
  .c-recruit__jp-title-text {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
.c-recruit__text {
  font-size: 1.6rem;
  line-height: 190%;
  letter-spacing: 0.12em;
  color: #484848;
  margin: 0 0 9rem;
}
@media (max-width: 1099px) {
  .c-recruit__text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .c-recruit__text {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .c-recruit__text {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-bottom: 3.7rem;
    letter-spacing: 0.192rem;
  }
}
.c-recruit__image-wrap {
  position: absolute;
  right: -15px;
  bottom: -12rem;
  width: 54rem;
  z-index: 2;
}
@media (max-width: 1099px) {
  .c-recruit__image-wrap {
    right: 0;
    bottom: -12rem;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .c-recruit__image-wrap {
    display: none;
  }
}
.c-recruit__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}
.c-recruit__image-bg {
  position: absolute;
  z-index: 0;
  bottom: -350px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}
@media (max-width: 768px) {
  .c-recruit__image-bg {
    bottom: 0;
    display: none;
  }
}

.c-cta-contact {
  position: relative;
  z-index: 1;
}
.c-cta-contact .container {
  max-width: 168rem;
}
@media (max-width: 768px) {
  .c-cta-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-cta-contact__note {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.104rem;
  margin: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .c-cta-contact__note {
    font-size: 1rem;
  }
}
.c-cta-contact__box {
  position: relative;
  background: linear-gradient(256.81deg, #0088c7 2.51%, #004c92 98.41%);
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12.2rem 11.5rem 14.7rem;
  overflow: hidden;
}
@media (max-width: 1487px) {
  .c-cta-contact__box {
    padding: 8.2rem 6.5rem 10.7rem;
  }
}
@media (max-width: 1199px) {
  .c-cta-contact__box {
    flex-direction: column;
    padding: 4rem;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .c-cta-contact__box {
    padding: 4rem 1.5rem 9.1rem;
    border-radius: 0;
    align-items: flex-start;
    gap: 10rem;
  }
}
.c-cta-contact__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.c-cta-contact__title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 6.4rem;
  color: #ffffff;
  margin: 0;
  height: 9.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1487px) {
  .c-cta-contact__title {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .c-cta-contact__title {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-cta-contact__title {
    font-size: 5rem;
    line-height: 7.2rem;
    height: auto;
  }
}
.c-cta-contact__subtitle {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 0;
  line-height: 2.3rem;
}
.c-cta-contact__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.8rem;
  padding-top: 1rem;
}
@media (max-width: 1487px) {
  .c-cta-contact__links {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .c-cta-contact__links {
    flex-direction: column;
    width: 100%;
    gap: 2.8rem;
  }
}
.c-cta-contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 35.7rem;
  height: 6.7rem;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.c-cta-contact__link.is-more {
  width: 39.1rem;
  height: 8.6rem;
  padding: 0 2.4rem;
}
@media (max-width: 768px) {
  .c-cta-contact__link.is-more {
    width: 95%;
  }
}
@media (max-width: 1487px) {
  .c-cta-contact__link {
    width: auto;
    height: 5.7rem;
    padding: 1rem 3.5rem;
  }
}
@media (max-width: 768px) {
  .c-cta-contact__link {
    width: 100%;
    height: 6.7rem;
    padding: 1rem 2.5rem;
  }
}
.c-cta-contact__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.c-cta-contact__link img {
  width: 3.6rem;
  height: 3.5rem;
}
@media (max-width: 768px) {
  .c-cta-contact__link img {
    width: 3.9rem;
    height: 3.9rem;
    margin-left: -0.1rem;
  }
}
.c-cta-contact__link-text {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 768px) {
  .c-cta-contact__link-text {
    letter-spacing: 0.192rem;
  }
}
.c-cta-contact__link-text span {
  display: inline-flex;
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .c-cta-contact__link-text span {
    width: 5px;
  }
}
.c-cta-contact__link--tel:hover {
  background-color: transparent;
}
.c-cta-contact__link--mail {
  width: 37rem;
}
@media (max-width: 768px) {
  .c-cta-contact__link--mail {
    width: 100%;
    height: 6.7rem;
    padding: 1rem 1rem;
    gap: 0.9rem;
  }
}
.c-cta-contact__link--mail img {
  width: 3.6rem;
  height: 2.7rem;
}
@media (max-width: 768px) {
  .c-cta-contact__link--mail img {
    width: 4.1rem;
    height: 2.6rem;
    margin-left: 0.3rem;
  }
}
.c-cta-contact__link--mail .c-cta-contact__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .c-cta-contact__link--mail .c-cta-contact__link-text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.c-cta-contact__link--mail.is-more {
  padding: 0 2.4rem 0 3.7rem;
}
@media (max-width: 768px) {
  .c-cta-contact__link--mail.is-more {
    padding: 0 1rem 0 1.6rem;
  }
}
.c-cta-contact__link--mail.is-more .c-cta-contact__note {
  margin-left: -1.6rem;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .c-cta-contact__link--mail.is-more .c-cta-contact__note {
    margin-left: -1rem;
  }
}
.c-cta-contact__link--mail.is-more .c-cta-contact__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0 !important;
}
@media (max-width: 768px) {
  .c-cta-contact__link--mail.is-more .c-cta-contact__link-text {
    font-size: 1.6rem !important;
    letter-spacing: 0;
  }
}
.c-cta-contact__slashes {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  position: absolute;
  bottom: -3.5rem;
  right: 3.5rem;
}
@media (max-width: 768px) {
  .c-cta-contact__slashes {
    bottom: -1rem;
    right: -1.5rem;
  }
}
.c-cta-contact__slash {
  width: 124px;
  height: 110px;
  aspect-ratio: 0.9;
  background: rgba(224, 224, 224, 0.74);
  display: block;
  clip-path: polygon(55% 0, 100% 0, 45% 100%, 0 100%);
  opacity: 20%;
}
@media (max-width: 768px) {
  .c-cta-contact__slash {
    width: 6rem;
    height: 5.8rem;
  }
}
.c-cta-contact__content {
  flex: 1;
}
@media (max-width: 768px) {
  .c-cta-contact.is-recruit .container {
    padding: 0 !important;
  }
}
.c-cta-contact.is-recruit .c-cta-contact__links {
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .c-cta-contact.is-recruit .c-cta-contact__title {
    margin: 0;
  }
}
.c-cta-contact.is-recruit .c-cta-contact__link-text {
  letter-spacing: 0.192rem;
  line-height: 3.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .c-cta-contact.is-recruit .c-cta-contact__link-text {
    font-size: 2rem;
  }
}
.c-cta-contact.is-recruit .c-cta-contact__link-text span {
  width: 3px;
}
.c-cta-contact.is-recruit .c-cta-contact__info {
  margin-right: 1rem;
}
.c-cta-contact.is-recruit .container {
  max-width: 172rem;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .c-cta-contact.is-recruit .container {
    padding: 0 1.5rem;
  }
}

.slashes {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0;
}

.slash {
  width: 18px;
  height: 14px;
  background: #fff;
  display: block;
  clip-path: polygon(55% 0, 100% 0, 45% 100%, 0 100%);
  opacity: 0.39;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 28.6rem;
  height: 5.5rem;
  padding: 0 2.6rem 0 3.7rem;
  background: linear-gradient(85.07deg, #006cca 0%, #00aee7 123.88%);
  border-radius: 0.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn:hover {
  opacity: 0.7 !important;
}
.c-btn-label {
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: -4px;
}
.c-btn-icon {
  width: 2.9rem;
  display: flex;
  align-items: center;
  height: 1rem;
}
.c-btn-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.fv {
  position: relative;
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .fv {
    height: auto;
    min-height: 46.2rem;
    max-height: none;
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 345px) {
  .fv {
    min-height: 44rem;
  }
}
.fv-layer-01 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  animation: fadeInUp 1s ease-out forwards;
}
@media (max-width: 768px) {
  .fv-layer-01 {
    width: 100%;
  }
}
.fv-layer-pc {
  width: 100%;
}
.fv-layer-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  animation: fadeInUp 1s ease-out forwards;
  max-width: 100%;
  width: 100%;
  height: 77%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .fv-layer-02 {
    width: 100%;
    display: none;
  }
}
.fv-layer-03 {
  position: absolute;
  bottom: 0;
  right: 75px;
  z-index: 9;
  height: 100%;
  width: auto;
  animation: fadeInUp 0.4s ease-out forwards;
}
@media (max-width: 768px) {
  .fv-layer-03 {
    height: auto;
    width: 100%;
    right: 0;
    max-width: 39rem;
    top: 0;
  }
}
.fv-layer-04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .fv-layer-04 {
    object-fit: cover;
  }
}
.fv-layer-05 {
  position: absolute;
  right: 5rem;
  bottom: 5.6rem;
  z-index: 11;
  width: 17.4rem;
  height: 15rem;
}
@media (max-width: 768px) {
  .fv-layer-05 {
    width: 6.6rem;
    height: 8rem;
    right: 2.4rem;
    bottom: 11.3rem;
  }
}
.fv .container {
  position: relative;
  z-index: 11;
  top: 14rem;
  animation: fadeInDown 1s ease-out forwards;
  max-width: 156.8rem;
}
@media (max-width: 768px) {
  .fv .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 7rem;
  }
}
.fv-content {
  width: 573px;
}
@media (max-width: 768px) {
  .fv-content {
    width: 100%;
  }
}
.fv-title {
  font-weight: 700;
  font-size: 7rem;
  line-height: 120%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0px 0px 7.2px rgba(23, 105, 181, 0.62);
  margin: 0 0 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 768px) {
  .fv-title {
    font-size: 3.2rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #ffffff;
  }
}
.fv-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .fv-subtitle {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
.fv .scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: -96px;
  left: 50%;
  z-index: 11;
  transform: translateX(-50%);
  z-index: 11;
  gap: 1.4rem;
}
@media (max-width: 768px) {
  .fv .scroll {
    bottom: -50px;
    gap: 0.8rem;
  }
}
.fv .scroll-line {
  width: 2px;
  height: 131px;
  background: linear-gradient(to bottom, #fff 0px, #fff 35px, transparent 35px, transparent 100%);
  background-color: #3d7bb8;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: scrollWhiteMove 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  .fv .scroll-line {
    width: 1px;
    height: 71px;
    background: linear-gradient(to bottom, #fff 0px, #fff 20px, transparent 20px, transparent 100%);
    background-color: #3d7bb8;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: scrollWhiteMove 3s ease-in-out infinite;
  }
}
.fv .scroll span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .fv .scroll span {
    line-height: 1.3rem;
    font-size: 1.3rem;
  }
}

@keyframes scrollWhiteMove {
  0% {
    background-position: 0 -35px;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    background-position: 0 131px;
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-service {
  padding: 0 !important;
}
.p-top-service .c-page-heading-01__inner {
  border-bottom: 0;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .p-top-service .c-page-heading-01__inner {
    margin-bottom: 5.9rem;
  }
}
.p-top-service .c-page-heading-01__main-ttl {
  font-size: 9rem;
  line-height: 13rem;
}
@media (max-width: 768px) {
  .p-top-service .c-page-heading-01__main-ttl {
    font-size: 5rem;
    line-height: 7.2rem;
  }
}
.p-top-service .c-page-heading-01__sub-ttl-group {
  margin-top: -3px;
}
.p-top-service .p-service__title-wrap {
  padding-bottom: 2.2rem;
  border-bottom: 3px solid #1769b5;
}
@media (max-width: 768px) {
  .p-top-service .p-service__title-wrap {
    padding-bottom: 1rem;
    height: auto;
  }
}
.p-top-service .p-service__title {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
@media (max-width: 768px) {
  .p-top-service .p-service__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.p-top-service .p-service__description {
  padding-bottom: 8rem;
}
@media (max-width: 1727px) {
  .p-top-service .p-service__description {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .p-top-service .p-service__description {
    padding-bottom: 3.2rem;
    line-height: 1.8;
    z-index: 9;
  }
}
.p-top-service .p-service__body {
  display: flex;
  flex-direction: column;
}
.p-top-service .p-service__body .c-btn {
  margin-left: auto;
  margin-right: 0;
  padding: 0 2.6rem 0 3.1rem;
  z-index: 9;
}
.p-top-service .p-service__item .p-service__item-slashes {
  z-index: 1;
}
.p-top-service .p-service__item:nth-child(even) .p-service__item-slashes {
  position: absolute;
  bottom: -38px;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-top-service .p-service__item:nth-child(even) .p-service__item-slashes {
    bottom: 2.7rem;
    right: 2.6rem;
    left: auto;
  }
}
.p-top-service .p-service__item:first-child .c-btn {
  margin-left: 0;
}
.p-top-service .p-service__item:first-child .p-service__item-slashes {
  gap: 1rem;
}

.message {
  margin-bottom: -32.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .message {
    margin-bottom: 6rem;
  }
}
.message__inner {
  position: relative;
  width: 100%;
  max-width: 1548px;
  margin: 0 auto;
  background: linear-gradient(255.69deg, #004c92 16.44%, #0088c7 94.71%);
  border-radius: 4px;
  height: 723px;
  display: flex;
  left: -3rem;
  padding-top: 6.5rem;
}
@media (max-width: 1727px) {
  .message__inner {
    max-width: 90vw;
  }
}
@media (max-width: 768px) {
  .message__inner {
    height: auto;
    flex-direction: column;
    padding-bottom: 19.5rem;
    left: 0;
    width: calc(100% - 1.5rem);
    margin: 0 auto 0 0;
    max-width: calc(100% - 1.5rem);
    padding-top: 1.4rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.message__bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  pointer-events: none;
}
.message__bg-logo {
  position: absolute;
  width: 1671px;
  height: auto;
  left: -64.5px;
  top: 41px;
  z-index: 0;
}
@media (max-width: 768px) {
  .message__bg-logo {
    width: 200%;
    left: -50%;
  }
}
.message__content {
  position: relative;
  z-index: 1;
  padding-left: 60px;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .message__content {
    max-width: 100%;
    padding: 4rem 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.message__header {
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .message__header {
    text-align: center;
    margin-bottom: 5.6rem;
  }
}
.message__title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 9rem;
  color: #ffffff;
  line-height: 13rem;
  margin: 0 0 1.1rem;
}
@media (max-width: 768px) {
  .message__title {
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0.2rem;
  }
}
.message__subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  line-height: 2.9rem;
}
@media (max-width: 768px) {
  .message__subtitle-wrapper {
    justify-content: center;
    gap: 1rem;
    margin-left: 0.4rem;
  }
}
.message__subtitle {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.11em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .message__subtitle {
    font-size: 1.3rem;
  }
}
.message__body {
  color: #ffffff;
}
@media (max-width: 768px) {
  .message__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.message__lead {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.3rem;
  letter-spacing: 0.08em;
  margin: 0;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .message__lead {
    font-size: 2.4rem;
    line-height: 1.23;
    text-align: left;
    padding-bottom: 1rem;
  }
}
.message__separator {
  width: 100%;
  max-width: 717px;
  height: 3px;
  background: #ffffff;
  margin-bottom: 4.2rem;
}
@media (max-width: 768px) {
  .message__separator {
    margin-bottom: 1.4rem;
  }
}
.message__description {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 8rem;
  max-width: 717px;
}
@media (max-width: 768px) {
  .message__description {
    margin-bottom: 4rem;
    text-align: left;
    line-height: 1.8;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.message__btn.c-btn {
  background: #ffffff;
}
.message__btn.c-btn .c-btn-label {
  color: #1769b5;
}
@media (max-width: 768px) {
  .message__btn.c-btn {
    width: 100%;
    max-width: 100%;
  }
}
.message__image {
  position: absolute;
  right: -6rem;
  bottom: -6.3rem;
  width: 40rem;
  height: 34.4rem;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
}
.message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .message__image img {
    object-position: top;
  }
}
@media (max-width: 768px) {
  .message__image {
    position: absolute;
    bottom: -11rem;
    right: -1.5rem;
    width: 25.4rem;
    height: 21.8rem;
    margin-top: 4rem;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
  }
}

.company {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16rem 0;
  overflow: hidden;
  width: 100%;
  height: 104.3rem;
}
@media (max-width: 768px) {
  .company {
    padding: 40.2rem 0 9rem;
    height: auto;
    min-height: auto;
    margin-top: -25.4rem;
  }
}
.company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.company__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #479dc8;
  mix-blend-mode: multiply;
  opacity: 0.32;
  z-index: 1;
}
@media (max-width: 768px) {
  .company .slashes .slash:nth-child(n+5),
  .company .slashes .slash:nth-child(n+6) {
    display: none;
  }
}
.company .container {
  position: relative;
  z-index: 2;
  bottom: -12.5rem;
}
@media (max-width: 768px) {
  .company .container {
    bottom: 0;
  }
}
.company__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
}
.company__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .company__header {
    margin-bottom: 5.7rem;
  }
}
.company__title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 9rem;
  line-height: 13rem;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .company__title {
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.company__subtitle-wrapper {
  display: flex;
  align-items: center;
  height: 3.5rem;
  gap: 4.2rem;
}
@media (max-width: 768px) {
  .company__subtitle-wrapper {
    gap: 2rem;
    height: auto;
  }
}
.company__subtitle {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.11em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .company__subtitle {
    font-size: 1.4rem;
  }
}
.company__description {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 0 0 8rem;
}
@media (max-width: 768px) {
  .company__description {
    text-align: center;
    margin: 0 0 4rem;
    line-height: 1.8;
    letter-spacing: 0.192rem;
  }
}
.company .btn-group {
  display: flex;
  gap: 3.4rem;
}
@media (max-width: 768px) {
  .company .btn-group {
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
  }
}
.company__btn.c-btn {
  background: #ffffff;
  width: 286px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company__btn.c-btn {
    width: 100%;
    max-width: 100%;
  }
}
.company__btn.c-btn .c-btn-label {
  color: #1769b5;
}

.p-message {
  padding: 12rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-message {
    padding: 6rem 0;
  }
}
.p-message::before {
  content: "";
  position: absolute;
  top: 67%;
  left: 2.5%;
  transform: translateY(-50%);
  width: 104.8rem;
  max-width: 95vw;
  height: 73.8rem;
  background-image: url("../img/common/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-message::before {
    width: 100%;
  }
}
.p-message__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 1099px) {
  .p-message__content {
    gap: 5rem;
  }
}
@media (max-width: 1199px) {
  .p-message__content {
    padding-right: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-message__content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 4rem;
    padding: 0;
  }
}
.p-message__text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
  width: 100%;
  max-width: 82.8rem;
}
@media (max-width: 768px) {
  .p-message__text-box {
    gap: 4rem;
  }
}
.p-message__title {
  width: 100%;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #1769b5;
  margin: 0;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .p-message__title {
    font-size: 2.8rem;
    line-height: 1.6;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .p-message__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.p-message__body {
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.78;
  color: #484848;
}
.p-message__body p {
  margin: 0;
}
@media (max-width: 768px) {
  .p-message__body {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.p-message__signature {
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: right;
  color: #484848;
}
.p-message__signature p {
  margin: 0;
}
.p-message__signature h3 {
  margin: 0;
  font-size: 3.2rem;
  line-height: 6.8rem;
}
.p-message__image-box {
  flex-shrink: 0;
  width: 40rem;
  height: 34.4rem;
}
@media (max-width: 1099px) {
  .p-message__image-box {
    width: 30rem;
    height: auto;
  }
}
.p-message__image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-message__image-box {
    width: 100%;
    max-width: 30rem;
    height: auto;
  }
}

.p-license-info {
  padding: 14.5rem 0 15.5rem;
  color: #484848;
}
@media (min-width: 769px) {
  .p-license-info {
    padding: 8.5rem 0 0 0;
  }
}
@media (max-width: 991px) {
  .p-license-info {
    padding: 4rem 0 0;
  }
}
.p-license-info__inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 60px 40px;
}
@media (min-width: 769px) {
  .p-license-info__inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .p-license-info__inner {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .p-license-info__inner {
    padding: 20px 0;
  }
}
.p-license-info__content img {
  width: 100%;
}
.p-license-info__top-id {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
}
.p-license-info__table-wrapper {
  border: 1px solid #8c8c8c;
  padding: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .p-license-info__table-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 574px) {
  .p-license-info__table-wrapper {
    padding: 1rem;
  }
}
.p-license-info__table-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.p-license-info__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8c8c8c;
}
.p-license-info__table-info-item {
  display: flex;
  font-size: 16px;
  width: 100%;
  border: 1px solid #8c8c8c;
  border-bottom: none;
}
@media (max-width: 574px) {
  .p-license-info__table-info-item {
    flex-direction: column;
  }
}
.p-license-info__table-info-item span {
  padding: 10px;
  display: flex;
  align-items: center;
}
.p-license-info__table-info-item span:first-child {
  width: 35%;
  border-right: 1px solid #8c8c8c;
  font-weight: 700;
}
@media (max-width: 574px) {
  .p-license-info__table-info-item span:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #8c8c8c;
    background-color: #d9d9d9;
  }
}
.p-license-info__table-info-item span:last-child {
  width: 65%;
}
@media (max-width: 574px) {
  .p-license-info__table-info-item span:last-child {
    width: 100%;
  }
}
.p-license-info__table-info-item:last-child {
  border-bottom: 1px solid #8c8c8c;
}
.p-license-info__notes {
  font-size: 14px;
  line-height: 1.8;
}
.p-license-info__notes p {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
.p-license-info__notes p span {
  flex-shrink: 0;
}

.p-about-info {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.p-about-info .container {
  max-width: 132.8rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 1727px) {
  .p-about-info .container {
    max-width: 82%;
  }
}
@media (min-width: 769px) {
  .p-about-info .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-about-info .container {
    max-width: 100%;
  }
}
.p-about-info__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .p-about-info__list {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.p-about-info__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 4rem;
  border-bottom: 1px solid #b8b8b8;
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-about-info__item {
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 3rem;
  }
}
.p-about-info__item:last-child {
  border-bottom: none;
}
.p-about-info__label {
  width: 27.4rem;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #0071c7;
}
@media (max-width: 1727px) {
  .p-about-info__label {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .p-about-info__label {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-about-info__content {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #484848;
}
@media (max-width: 768px) {
  .p-about-info__content {
    font-size: 1.4rem;
    width: 100%;
  }
}
.p-about-info__content p {
  margin: 0;
}
.p-about-info__address {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-about-info__address {
    margin-bottom: 2rem;
  }
}
.p-about-info__map {
  width: 100%;
  max-width: 103.4rem;
  height: auto;
  display: flex;
  flex-direction: column;
}
.p-about-info__map iframe {
  width: 100%;
}
.p-about-info__map-text {
  display: flex;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08rem;
  color: #0071C7;
  align-items: center;
  margin-top: 1.6rem;
}
.p-about-info__map-text::after {
  content: "";
  display: block;
  margin-left: 0.7rem;
  width: 1.6rem;
  height: 2rem;
  background: url(../img/common/google-map.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-about-info__map img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-info__officers {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}
.p-about-info__officer {
  display: flex;
  gap: 1.8rem;
}
.p-about-info__officer dt {
  width: 14rem;
}
.p-about-info__officer dd {
  margin: 0;
}
@media (max-width: 768px) {
  .p-about-info__officer {
    gap: 0.5rem;
  }
  .p-about-info__officer dt {
    width: 40%;
    font-weight: 600;
  }
}
.p-about-info__locations, .p-about-info__related {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-about-info__locations li, .p-about-info__related li {
  line-height: 1.9;
}
.p-about-info__license {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding-bottom: 0.2rem;
  transition: all 0.3s ease;
}
.p-about-info__license a {
  color: #484848;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.p-about-info__license a span {
  border-bottom: 1px solid #000000;
}
.p-about-info__license a:hover {
  color: #1769b5;
}
.p-about-info__license a:hover span {
  border-bottom: 1px solid #1769b5;
}
.p-about-info__images {
  display: flex;
  flex-direction: row;
  gap: 2.8rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-about-info__images {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.p-about-info__image {
  width: 100%;
  max-width: 65rem;
}
.p-about-info__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-recruit {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .p-recruit {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.p-recruit__heading {
  position: relative;
  width: 100%;
  max-width: 132.8rem;
  height: 224px;
  margin: 0 auto 0;
  background: url("../../../public/assets/img/pages/recruit/recruit-heading.png") no-repeat center/cover;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 1328px) {
  .p-recruit__heading {
    margin: 10rem 2rem 0;
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 768px) {
  .p-recruit__heading {
    width: 100%;
    height: auto;
    margin: 4rem 1.5rem 0;
    max-width: calc(100% - 3rem);
  }
}
.p-recruit__heading {
  /* Rectangle 313 (Overlay) */
  /* Union */
}
.p-recruit__heading::after {
  content: "";
  position: absolute;
  left: -4.44%;
  right: 55.72%;
  top: 4.65%;
  bottom: -37.5%;
  background: linear-gradient(146deg, rgba(130, 191, 242, 0.76) 18.07%, rgba(52, 118, 179, 0.76) 65.47%);
  opacity: 0.12;
  z-index: 2;
  pointer-events: none;
}
.p-recruit__heading-inner {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-recruit__heading-inner {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 60px 20px;
    transform: unset;
  }
}
.p-recruit__heading-text {
  width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .p-recruit__heading-text {
    font-size: 16px;
  }
}
.p-recruit__inner {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-recruit__inner {
    padding: 0 15px;
  }
}
.p-recruit__requirements {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-recruit__requirements {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.p-recruit__title {
  width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 5.8rem;
  letter-spacing: 0.32rem;
  color: #0071C7;
  border-bottom: 3px solid #0071C7;
  margin-bottom: 22px;
  padding-bottom: 9px;
  margin-top: 38px;
}
.p-recruit__title.is-recruit02 {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .p-recruit__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-recruit__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-recruit__list {
    width: 100%;
  }
}
.p-recruit__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 27px;
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-recruit__item {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
}
.p-recruit__item-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 274px;
  height: 38px;
  flex: none;
}
@media (max-width: 768px) {
  .p-recruit__item-head {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }
}
.p-recruit__item-label {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 190%;
  letter-spacing: 0.24rem;
  color: #0071C7;
  flex: none;
}
@media (max-width: 768px) {
  .p-recruit__item-label {
    width: 100%;
  }
}
.p-recruit__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 37px;
  max-width: 1027px;
  gap: 0;
}
@media (max-width: 768px) {
  .p-recruit__item-content {
    width: 100%;
    gap: 20px;
  }
}
.p-recruit__item-content {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0.12em;
  color: #484848;
}
.p-recruit__item-content p {
  margin: 0;
}
.p-recruit__item-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.p-recruit__item-content ul li {
  line-height: 3rem;
}
.p-recruit__item-content ul li:last-child {
  margin-bottom: 0;
}
.p-recruit .p-recruit__salary-list li {
  line-height: 3.5rem;
}
.p-recruit__salary-list, .p-recruit__worktime-list, .p-recruit__holiday-list, .p-recruit__welcome-list, .p-recruit__benefit-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 1px;
  width: 100%;
}
.p-recruit__item-note {
  margin-top: 8px !important;
}
.p-recruit__item-notes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
  margin-top: 37px !important;
}
.p-recruit__item-notes li {
  font-size: 16px;
  line-height: 190%;
}
.p-recruit__shift {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px;
  gap: 30px;
  height: auto;
  margin: 0 auto 78px;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .p-recruit__shift {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .p-recruit__shift {
    flex-direction: column;
  }
}
.p-recruit__shift + .p-recruit__shift {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-recruit__shift + .p-recruit__shift {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .p-recruit__shift {
    flex-direction: column;
    width: 100%;
    gap: 32px;
    margin-top: 40px;
  }
}
.p-recruit__shift-img {
  max-width: 361px;
  width: 100%;
  flex: none;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .p-recruit__shift-img {
    max-width: 350px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .p-recruit__shift-img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-recruit__shift-img {
    width: 100%;
    height: auto;
  }
}
.p-recruit__shift-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.p-recruit__shift-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 9px;
  flex: 1;
  margin-right: -2px;
  position: relative;
  top: -0.4rem;
}
@media (max-width: 991px) {
  .p-recruit__shift-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .p-recruit__shift-content {
    width: 100%;
    gap: 0;
  }
}
.p-recruit__shift-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 0;
  gap: 6px;
  width: 100%;
}
.p-recruit__shift-title {
  width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 190%;
  letter-spacing: 0.24rem;
  color: #fff;
  margin: 0;
  background: #0071C7;
  text-align: center;
  margin-bottom: 2.8rem;
}
@media (max-width: 768px) {
  .p-recruit__shift-title {
    font-size: 20px;
  }
}
.p-recruit__shift-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 3px;
  width: 100%;
}
.p-recruit__shift-desc-top {
  width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 190%;
  letter-spacing: 0.12em;
  color: #484848;
  margin: 0;
}
@media (max-width: 768px) {
  .p-recruit__shift-desc-top {
    font-size: 18px;
  }
}
.p-recruit__shift-desc-bot {
  width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0.12em;
  color: #484848;
  margin: 0;
}
@media (max-width: 768px) {
  .p-recruit__shift-desc-bot {
    font-size: 14px;
  }
}
.p-recruit__shift-table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.8rem;
  border-right: 1px solid #B3B3B3;
}
@media (max-width: 768px) {
  .p-recruit__shift-table {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
  }
}
.p-recruit__shift-table-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-recruit__shift-table-row {
    width: 70%;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-recruit__shift-table-row--head {
    width: 45%;
  }
}
.p-recruit__shift-table-cell {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 13px 17px;
  gap: 4px;
  width: 100%;
  max-width: 15%;
  background: #FFFFFF;
  border: 1px solid #B3B3B3;
  border-right: unset;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #484848;
  text-align: center;
}
@media (max-width: 1279px) {
  .p-recruit__shift-table-cell {
    padding: 15px 5px;
  }
}
@media (max-width: 768px) {
  .p-recruit__shift-table-cell {
    max-width: 100%;
    height: 50px;
    border-bottom: unset;
    border-left: unset;
  }
}
.p-recruit__shift-table-cell--main {
  width: 100%;
  max-width: 216px;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .p-recruit__shift-table-cell--main {
    max-width: 100%;
    min-height: 100px;
  }
}
.p-recruit__shift-table-row--head .p-recruit__shift-table-cell {
  background: #D9D9D9;
  color: #484848;
}
.p-recruit__shift-table-type {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #484848;
  display: block;
}
.p-recruit__shift-table-avg {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #484848;
  display: block;
}
.p-recruit__shift-table-dot {
  width: 16px;
  height: 16px;
  background: #3579C9;
  border-radius: 50%;
  display: block;
}
.p-recruit__shift-table-cell--off {
  font-weight: 600;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  color: #484848;
}
.p-recruit .is-note {
  position: relative;
}
.p-recruit .is-note::before {
  content: "※";
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1.8rem;
  letter-spacing: 0;
}
.p-recruit .is-dot {
  position: relative;
}
.p-recruit .is-dot::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #484848;
  margin-right: 0.8rem;
  position: relative;
  top: -0.3rem;
}

.p-service {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .p-service {
    padding: 6rem 0;
  }
}
.p-service__content {
  display: flex;
  flex-direction: column;
  gap: 14rem;
  overflow: hidden;
  padding-bottom: 11.5rem;
}
@media (max-width: 768px) {
  .p-service__content {
    gap: 8rem;
    padding-bottom: 10rem;
  }
}
.p-service__item {
  position: relative;
}
@media (min-width: 769px) {
  .p-service__item:nth-child(even) .container {
    flex-direction: row-reverse;
  }
}
.p-service__item .container {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-service__item .container {
    flex-direction: column;
    gap: 1.1rem;
  }
}
.p-service__item-slashes {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 1.3rem;
  position: absolute;
  bottom: -3.5rem;
  right: 0.5rem;
}
@media (max-width: 768px) {
  .p-service__item-slashes {
    bottom: 2.7rem;
    right: 2.6rem;
  }
}
.p-service__item-slash {
  width: 126px;
  height: 114px;
  aspect-ratio: 0.9;
  background: #E0E0E0;
  opacity: 0.2;
  display: block;
  clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0 100%);
}
@media (max-width: 768px) {
  .p-service__item-slash {
    width: 72px;
    height: auto;
  }
}
.p-service__image {
  flex: 1;
  position: relative;
  z-index: 1;
  height: 47.7rem;
}
.p-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .p-service__image img {
    aspect-ratio: unset;
    object-fit: contain;
    object-position: center;
    height: auto;
  }
}
.p-service__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-service__text {
    gap: 1.3rem;
  }
}
.p-service__header {
  display: flex;
  flex-direction: column;
}
.p-service__title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .p-service__title-wrap {
    gap: 0.6rem;
  }
}
@media (max-width: 574px) {
  .p-service__title-wrap {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
.p-service__title {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #0071c7;
  margin: 0;
}
@media (max-width: 768px) {
  .p-service__title {
    font-size: 28px;
  }
}
.p-service__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #0071c7;
  margin: 0;
}
@media (max-width: 768px) {
  .p-service__subtitle {
    font-size: 14px;
  }
}
.p-service__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #484848;
  margin: 0 0 2.4rem;
}
@media (max-width: 768px) {
  .p-service__lead {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-service__description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.85;
  color: #484848;
  margin: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .p-service__description {
    font-size: 1.6rem;
  }
}
.p-service--custom {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .p-service--custom {
    padding-bottom: 0;
  }
}
.p-service--custom .p-service__item-slashes {
  bottom: -2rem;
  right: 0;
  z-index: 10;
}
@media (max-width: 1199px) {
  .p-service--custom .p-service__item-slashes {
    bottom: -11.5rem;
  }
}
@media (max-width: 768px) {
  .p-service--custom .p-service__item-slashes {
    bottom: -8rem;
    right: 0.6rem;
  }
}
@media (max-width: 768px) {
  .p-service--custom .p-service__content {
    gap: 5rem;
  }
}
.p-service--custom .p-service__item:nth-child(2) .p-service__item-slashes {
  bottom: -4rem;
  right: auto;
}
@media (max-width: 1199px) {
  .p-service--custom .p-service__item:nth-child(2) .p-service__item-slashes {
    bottom: -11.5rem;
  }
}
@media (max-width: 768px) {
  .p-service--custom .p-service__item:nth-child(2) .p-service__item-slashes {
    bottom: -7.5rem;
    right: 0;
  }
}
.p-service--custom .p-service__item:last-child {
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .p-service--custom .p-service__item:last-child {
    padding-bottom: 6rem;
  }
}
.p-service--custom .p-service__item:last-child .p-service__item-slashes {
  bottom: 8.5rem;
  right: 0;
}
@media (max-width: 1199px) {
  .p-service--custom .p-service__item:last-child .p-service__item-slashes {
    bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .p-service--custom .p-service__item:last-child .p-service__item-slashes {
    bottom: -3rem;
  }
}

/*# sourceMappingURL=style.css.map */
