@charset "UTF-8";
.p-fv__scroll::after {
  animation: scroll-line 2.5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes scroll-line {
  0% {
    clip-path: inset(0 0 100% 0); /* 0%：上端に縮んでいる状態 */
  }
  40% {
    clip-path: inset(0 0 0 0); /* 40%：下まで完全に伸びきった状態 */
  }
  80% {
    clip-path: inset(100% 0 0 0); /* 80%：上の端から追いかけるように消える */
  }
  100% {
    clip-path: inset(100% 0 0 0); /* 100%：次のループまでの静止時間 */
  }
}
body {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  box-sizing: border-box;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 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 */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  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] {
  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 */
  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;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 0.75rem 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 1.875rem 0;
  }
}
.l-header.is-scrolled {
  background-color: #21054D;
}

.l-footer {
  padding: 3.75rem 0;
  background-color: #000;
}

.l-inner {
  width: min(100% - 1.875rem, 69.375rem);
  margin: 0 auto;
}
.l-inner--wide {
  width: min(100% - 1.875rem, 81.25rem);
  margin: 0 auto;
}

.l-section {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .l-section {
    padding: 4.375rem 0;
  }
}
.l-section--lg {
  padding: 3.75rem 0;
}
@media screen and (min-width: 1024px) {
  .l-section--lg {
    padding: 4.375rem 0;
  }
}

.c-btn-menu {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 999;
  cursor: pointer;
  background-color: transparent;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .c-btn-menu {
    display: none;
  }
}
.c-btn-menu__line {
  display: block;
  position: relative;
  background-clip: content-box;
  background-color: #fff;
  padding: 0 0.3125rem;
  width: 100%;
  height: 2px;
}
.c-btn-menu__line::before, .c-btn-menu__line::after {
  position: absolute;
  right: 5px;
  left: 5px;
  background-color: #fff;
  height: 2px;
  content: "";
}
.c-btn-menu__line::before {
  top: -8px;
}
.c-btn-menu__line::after {
  bottom: -8px;
}

.c-btn-menu.is-active .c-btn-menu__line {
  background-color: transparent;
}
.c-btn-menu.is-active .c-btn-menu__line::before {
  top: 0;
  transform: rotate(45deg);
}
.c-btn-menu.is-active .c-btn-menu__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-btn {
  display: block;
  position: relative;
  border-radius: 50px;
  padding: 1.125rem 0;
  width: 220px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to right, #7633A4, #250D65);
}
.c-btn::after {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  background-image: url(../../../img/icon/right-arrow.svg);
  background-repeat: no-repeat;
  width: 8.41px;
  height: 20px;
  content: "";
}

.c-title-primary {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  margin-bottom: 1.875rem;
  color: #391E88;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .c-title-primary {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    gap: 0.3125rem;
  }
}
.c-title-primary__sub {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2;
}

.c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.c-btn-top {
  position: fixed;
  bottom: 0.625rem;
  right: 1.25rem;
  z-index: 1;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-image: url(../../../img/icon/solid_arrow-up_15px.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.c-btn-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-btn-top:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.p-fv {
  position: relative;
  background-image: url(../../../img/photo/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 1.875rem;
  min-height: 100dvh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-fv {
    background-image: url(../../../img/photo/hero-cp.jpg);
    padding: 0rem;
  }
}
.p-fv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-fv__title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .p-fv__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.p-fv__desc {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-fv__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 3.125rem;
  }
}
.p-fv__link .c-btn {
  border: 1px solid white;
  background-image: none;
}
.p-fv__scroll {
  position: absolute;
  right: 15px;
  bottom: 60px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-transform: uppercase;
}
.p-fv__scroll::after {
  content: "";
  position: absolute;
  top: calc(100% + 15px);
  right: 5px;
  width: 1px;
  height: 50px;
  background-color: #fff;
}

.p-news__inner {
  width: min(100% - 1.875rem, 53.0625rem);
}
@media screen and (min-width: 1024px) {
  .p-news__inner {
    display: flex;
    justify-content: center;
    gap: 3.125rem;
  }
}
.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-news__list {
    gap: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__link {
    display: flex;
    gap: 1.25rem;
  }
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 1.3125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-news__meta {
    margin-bottom: 0;
    gap: 1.25rem;
  }
}
.p-news__time {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-news__category {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e8e8e8;
  width: 5rem;
  height: 1.5rem;
  color: #333333;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .p-news__category {
    height: 1.625rem;
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
.p-news__title {
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-service__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-service__thumb {
  aspect-ratio: 350/220;
  width: 100%;
  overflow: hidden;
}
.p-service__title {
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-service__title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0.9375rem;
  }
}
.p-service__desc {
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 1024px) {
  .p-service__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-works {
  padding-top: 1.875rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-works {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
.p-works__inner {
  width: min(100% - 2.5rem, 81.25rem);
}
@media screen and (min-width: 768px) {
  .p-works__inner {
    display: flex;
    justify-content: space-between;
  }
}
.p-works__content {
  position: relative;
  z-index: 1;
  background-color: #F0F0F0;
  padding-top: 7.4125rem;
  padding-bottom: 3.778125rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-works__content {
    width: 60%;
    padding: 8.75rem 0;
    padding-left: 13.75rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-works__content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__content {
    padding: 13.3125rem 0;
    padding-left: 19rem;
    padding-right: 2.875rem;
  }
}
.p-works__content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #F0F0F0;
  width: 100vw;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-works__content::before {
    content: none;
  }
}
.p-works__desc {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .p-works__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.p-works__slider-container {
  position: relative;
  z-index: 2;
  margin-bottom: -5rem;
}
@media screen and (min-width: 768px) {
  .p-works__slider-container {
    width: 57.7%;
    margin-right: -12.6875rem;
    margin-top: 3.75rem;
  }
}
.p-works .swiper {
  padding-bottom: 0.9375rem;
}
.p-works__slider {
  position: relative;
  aspect-ratio: 750/510;
  width: 100%;
  overflow: hidden;
}
.p-works__slider .swiper-wrapper {
  aspect-ratio: 750/510;
  width: 100%;
}
.p-works__arrow {
  color: #3b1d75 !important;
}
.p-works__arrow::after {
  -webkit-text-stroke: 2.5px #3b1d75;
  font-weight: 900;
  font-size: 1.25rem !important;
}
.p-works__pagination {
  display: flex;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  gap: 0.75rem;
  width: auto !important;
}
.p-works__pagination .swiper-pagination-bullet-active {
  background: #3b1d75 !important;
}
.p-works__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.5rem;
  height: 0.5rem;
}

.p-company {
  position: relative;
  background-image: url(../../../img/photo/company-bg-sp.png);
}
@media screen and (min-width: 1024px) {
  .p-company {
    padding-top: 6.25rem;
    padding-bottom: 8.125rem;
    background-image: none;
  }
}
.p-company::before {
  background-image: none;
}
@media screen and (min-width: 1024px) {
  .p-company::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0 auto;
    background-image: url(../../../img/photo/company-bg-cp.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(100% - 1.875rem, 81.25rem);
    content: "";
  }
}
.p-company__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-company__goal {
  display: inline;
  background: linear-gradient(transparent 70%, #FFF500 50%);
  -webkit-box-decoration-break: clone;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-company__goal {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.p-company__desc {
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .p-company__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-recruit {
  padding-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit {
    padding-top: 2.5rem;
    padding-bottom: 6.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-recruit__thumb {
  aspect-ratio: 345/200;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit__thumb {
    width: 60%;
  }
}
.p-recruit__content {
  background-color: #F0F0F0;
  padding: 4.375rem 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__content {
    flex: 1;
  }
}
.p-recruit__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-contact {
  background-color: #f0f0f0;
}
.p-contact__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-header__inner {
  width: min(100% - 1.875rem, 86.25rem);
}
.p-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header__logo {
  width: 7.5rem;
  height: 0.81rem;
}
@media screen and (min-width: 1024px) {
  .p-header__logo {
    width: 10.0575rem;
    height: 1.08625rem;
  }
}
.p-header__global-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 2;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-header__global-nav {
    position: static;
    transform: translateY(0);
  }
}
.p-header__global-nav.is-active {
  transform: translateY(0);
}

.p-logo__img {
  display: block;
}

.p-header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, #7633a4, #250d65);
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-header-nav {
    background-image: none;
  }
}
.p-header-nav__list {
  flex-direction: column;
  gap: 1.25rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-header-nav__list {
    flex-direction: row;
  }
}
.p-header-nav__link {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .p-header-nav__link {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-header-nav__link::hover {
  border-bottom: 2px solid #fff;
}

.p-footer__inner {
  width: min(100% - 3.75rem, 57.625rem);
}
.p-footer__copyright {
  display: block;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.8;
  color: #A798B7;
  text-transform: uppercase;
}

.p-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 1.875rem;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .p-footer-nav__list {
    justify-content: center;
  }
}
.p-footer-nav__link {
  display: inline-block;
  padding: 5px;
}

.u-flex-center {
  display: flex !important;
  justify-content: center !important;
}

.u-mt-30 {
  margin-top: 1.875rem !important;
}

.u-text-center {
  text-align: center;
}

.u-sp-only {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */