@charset "UTF-8";
.has-bullet {
  position: relative;
}
.has-bullet::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  aspect-ratio: 1/1;
  background-color: #43797e;
  border-radius: 50%;
  -webkit-margin-end: 0.375rem;
          margin-inline-end: 0.375rem;
  vertical-align: middle;
}

.pl-8 {
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
}

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

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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;
}

/* 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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * Reset to invisible
 */
fieldset {
  min-width: 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 {
  vertical-align: top;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  color: #1e3638;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  cursor: pointer;
  opacity: 0.5;
}

body {
  border-top: 0.5rem solid #000a02;
}

body > .header {
  margin-block: 5.625rem 1.25rem;
  padding-inline: 7.5rem;
  border-bottom: 1px solid rgba(30, 54, 56, 0.5);
}
@media (max-width: 768px) {
  body > .header {
    padding-inline: 20px;
  }
}

.title__container {
  padding-block: 5.875rem 5.375rem;
}
@media (max-width: 768px) {
  .title__container {
    padding-block: 40px;
  }
}

.sub__title {
  font-size: 1.25rem;
  line-height: 1;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media (max-width: 768px) {
  .sub__title {
    font-size: 16px;
  }
}

.main__title {
  background: -webkit-gradient(linear, left top, right top, from(#1e3638), to(#55989e));
  background: linear-gradient(to right, #1e3638, #55989e);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
}

.main__title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .main__title span {
    font-size: 48px;
  }
}

.breadcrumps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 2.5rem;
  gap: 1.75rem;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
}
@media (max-width: 768px) {
  .breadcrumps {
    margin-bottom: 16px;
  }
}
.breadcrumps > * {
  font-size: 0.75rem;
  line-height: 1;
}
.breadcrumps > *:is(:first-child) {
  color: rgba(4, 16, 9, 0.5);
}
.breadcrumps > *:not(:first-child) {
  position: relative;
}
.breadcrumps > *:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: -0.5rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  color: #041009;
}
.breadcrumps > *:not(:first-child), .breadcrumps > *:not(:last-child) {
  color: #818784;
}
.breadcrumps > *:is(:last-child) {
  color: #041009;
}

footer {
  background-color: #020a02;
  color: #fff;
  margin-top: 50px;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 6.25rem 7.5rem 4.375rem;
}
@media (max-width: 768px) {
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 20px;
  }
}

.cta__left {
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 203px;
}
.cta__left .img {
  display: inline-block;
  aspect-ratio: 1/1;
}

.cta__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8.25rem;
}
@media (max-width: 768px) {
  .cta__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 20px;
  }
}
.cta__right .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5rem;
}
.cta__right .links a {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.6;
}
.cta__right .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
}
.cta__right .buttons .btn {
  position: relative;
  overflow: hidden;
}
.cta__right .buttons .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.3) !important;
  pointer-events: none;
}
.cta__right .buttons .btn:hover {
  opacity: 1;
}
.cta__right .buttons .btn:hover::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 2.5rem 7.5rem;
  border-top: 1px solid #acaeac;
}
@media (max-width: 768px) {
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
    padding-inline: 20px;
  }
}

.copyright > p:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.copyright > p:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1;
}

.copyright a p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.copyright a p::before {
  content: "";
  display: inline-block;
  width: 1.40625rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon_instagram.png);
  background-size: contain;
  -webkit-margin-end: 0.640625rem;
          margin-inline-end: 0.640625rem;
}

.contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6.53125rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url(../img/common/contact-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url(../img/common/contact-bg.jpg);
  background-position: 100% 56%;
  background-size: cover;
  color: #fff;
  padding-block: 5.625rem;
}
@media (max-width: 768px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.contact__left h5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media (max-width: 768px) {
  .contact__left h5 {
    font-size: 12px;
  }
}
.contact__left h5::before {
  width: 0.5rem;
  background-color: #fff;
}
.contact__left h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media (max-width: 768px) {
  .contact__left h1 {
    font-size: 40px;
  }
}
.contact__left h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact__left h3 {
    font-size: 16px;
  }
}

.contact__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
.contact__right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  position: relative;
}
.contact__right p::before {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  height: 1.5rem;
  background: url(../img/common/icon_tel.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  -webkit-transform: translateX(calc(-100% - 4px));
          transform: translateX(calc(-100% - 4px));
}
.contact__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .contact__right a {
    gap: 1rem;
  }
}
.contact__right a .arr-animate {
  width: 2.0625rem;
  background-color: #1e3638;
  color: #fff;
}
.contact__right a:hover {
  background-color: #000a02;
  color: #fff;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: fixed;
  top: 50px;
  padding-inline: 5.5625rem 5.3125rem;
  z-index: 1;
}
@media (max-width: 1000px) {
  .nav {
    display: none;
  }
}

.nav__brand img {
  width: 8rem;
}

.nav__lists,
.nav__list-1,
.nav__list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav__lists {
  padding-inline: 2rem;
  gap: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

.nav__list-1 {
  gap: 3.34375rem;
  color: #363636 !important;
}
.nav__list-1 span:first-of-type {
  font-size: 1rem;
}
.nav__list-1 span:last-of-type {
  font-size: 0.625rem;
}

.nav__list-2 {
  gap: 1rem;
  color: #020a02;
}
.nav__list-2 .nav__item {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
.nav__list-2 .nav__item:first-of-type {
  background-color: #e7e7e7;
}
.nav__list-2 .nav__item:last-of-type {
  color: #fff;
  background-color: #020a02;
}
.nav__list-2 .nav__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.nav__list-2 .nav__item:hover::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.nav__list-2 .nav__item:hover .nav__item-link {
  opacity: 1;
}
.nav__list-2 .nav__item-link {
  width: 8.8125rem;
  height: 3rem;
}
.nav__list-2 span:first-of-type {
  font-size: 0.875rem;
}
.nav__list-2 span:last-of-type {
  font-size: 0.625rem;
}

.nav__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.25rem;
}

.sp-header {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-header.is-open {
  background-color: black;
}
@media (max-width: 1000px) {
  .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding-block: 10px;
    background-color: #fff;
  }
}
.sp-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 25px;
}
.sp-header__logo {
  width: 67px;
  aspect-ratio: 1/1;
}
.sp-header__menu-icon {
  width: 30px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
}
.sp-header__menu-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.sp-header__menu-icon.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 8px);
          transform: rotate(45deg) translate(7px, 8px);
  background-color: #fff;
}
.sp-header__menu-icon.is-open span:nth-child(2) {
  opacity: 0;
  background-color: #fff;
}
.sp-header__menu-icon.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
  background-color: #fff;
}

.sp-header-content {
  display: none;
  margin-top: 87px;
  padding-top: 58px;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: black;
  width: 100%;
  height: 100%;
}
.sp-header-content.is-open {
  display: block;
}
.sp-header-content__inner {
  max-width: 73%;
  margin-inline: auto;
}
.sp-header-content__nav-item {
  position: relative;
  padding-left: 19px;
  border-bottom: 1px solid #fff;
  margin-top: 24px;
  padding-bottom: 24px;
}
.sp-header-content__nav-item:first-child {
  margin-top: 0;
}
.sp-header-content__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
  color: #fff;
  font-weight: 700;
}
.sp-header-content__nav-link span:first-child {
  font-family: "BIZ UDPGothic";
  font-size: 16px;
}
.sp-header-content__nav-link span:last-child {
  font-family: "BIZ UDPGothic";
  font-size: 13px;
}
.sp-header-content__nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #fff;
  font-size: 7px;
}
.sp-header-content__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px;
  margin-top: 32px;
}
.sp-header-content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
  width: 256px;
  max-width: 100%;
  padding-block: 11px;
  padding-inline: 20px;
  border-radius: 40px;
  font-weight: 700;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
}
.sp-header-content__btn span:first-child {
  font-size: 14px;
}
.sp-header-content__btn span:last-child {
  font-size: 10px;
}
.sp-header-content__btn--white {
  color: #000A02;
  background-color: #fff;
}
.sp-header-content__btn--black {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}

.recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 11.6875rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(../img/common/recruit-bg.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/common/recruit-bg.png);
  background-position: 100% 56%;
  background-size: cover;
  color: #fff;
  padding-block: 5.625rem;
}
@media (max-width: 768px) {
  .recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 20px;
    gap: 40px;
  }
}

.recruit__left h5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.recruit__left h5::before {
  width: 0.5rem;
  background-color: #fff;
}
.recruit__left h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media (max-width: 768px) {
  .recruit__left h1 {
    font-size: 40px;
  }
}
.recruit__left h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recruit__left h3 {
    font-size: 16px;
  }
}

.recruit__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
.recruit__right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  position: relative;
}
.recruit__right p::before {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  height: 1.5rem;
  background: url(../img/common/icon_tel.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  -webkit-transform: translateX(calc(-100% - 4px));
          transform: translateX(calc(-100% - 4px));
}
.recruit__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.75rem;
}
.recruit__right a .arr-animate {
  width: 2.125rem;
  background-color: #fff;
  color: #1e3638;
}
.recruit__right a:hover {
  background: #fff;
  color: #1e3638;
}
.recruit__right a:hover .arr-animate {
  background-color: #1e3638;
  color: #fff;
}

.page-top__container {
  position: absolute;
  top: -100px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-block: 1.03125rem;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .page-top__container {
    display: none;
  }
}
.page-top__container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 4rem;
  aspect-ratio: 1/1;
  font-family: sans-serif;
  font-size: 1.5rem;
  color: #fff;
  background-color: #020a02;
  border-radius: 50%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  color: #fff;
  border-radius: 1.875rem;
  border: 1px solid #fff;
}
.btn:hover {
  opacity: 1;
}
.btn.sm {
  width: 15.625rem;
}
.btn.md {
  width: 17.5rem;
  height: 3rem;
}
.btn.lg {
  width: 19.25rem;
  height: 3.875rem;
  font-size: 1.125rem;
}
.btn.lg.has-arrow {
  position: relative;
}
.btn.xl {
  width: 20.4375rem;
  height: 3rem;
}
.btn.bg-white {
  background-color: #fff;
}
.btn.bg-transparent-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 2, 0.3)), to(rgba(0, 10, 2, 0.3)));
  background: linear-gradient(rgba(0, 10, 2, 0.3), rgba(0, 10, 2, 0.3));
}
.btn.color-dark {
  color: #1e3638;
}
.btn.has-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .btn.has-arrow {
    gap: 10px;
  }
}
.btn.has-arrow.gap-12 {
  gap: 0.75rem;
}
.btn.has-arrow::after {
  content: "→";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 2.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1e3638;
  font-size: 1rem;
  color: #fff;
}
.btn.has-arrow.arrow-bg-light::after {
  background-color: #fff;
  color: #1e3638;
}
.btn .arr-animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 2.625rem;
  aspect-ratio: 1/1;
  border-radius: 1.25rem;
  background-color: #404040;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .btn .arr-animate {
    max-width: 2.25rem;
  }
}
.btn .arr-animate::after {
  content: "→";
}
.btn:hover .arr-animate {
  background-color: #fff;
  color: #1e3638;
}
.btn:hover .arr-animate::after {
  -webkit-animation: to-right 0.5s;
          animation: to-right 0.5s;
}
@-webkit-keyframes to-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes to-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.c-works-card {
  width: clamp(11.313rem, 7.175rem + 17.65vw, 23.063rem);
  max-width: 100%;
  border: 3px solid #F0EFEF;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-works-card {
    width: 100%;
  }
}
.c-works-card__head {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.c-works-card__head img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.c-works-card__body {
  padding: 32px 15px 40px 15px;
}
.c-works-card__company-name {
  color: #1E3638;
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
.c-works-card__text {
  color: #1E3638;
  font-family: "BIZ UDPGothic";
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
  min-height: 7em;
}
.c-works-card__tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E3638;
  font-family: "BIZ UDPGothic";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 17px;
}