@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  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] {
  -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;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 1 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  /* 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: max(0.78125vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(2.6666666667vw, 12px);
  }
}

.test-error {
  color: #f00;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 2;
  color: #333;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}
a[href^="tel:"], a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}

.l-container {
  width: 100%;
  max-width: 1330px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-container-wide {
  width: 100%;
  max-width: 1500px;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .l-container-wide {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-container-wide {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-btn {
  display: block;
  width: 24rem;
  padding: 1rem 4rem;
  font-weight: bold;
  vertical-align: middle;
  color: #616b80;
  text-align: center;
  text-decoration: none;
  border: 2px solid;
  border-radius: 100vh;
  transition: 0.5s;
}
.c-btnArea {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-btnArea {
    margin-top: 2rem;
  }
}
.c-btn.center {
  margin: 0 auto;
}
.c-btn:hover {
  color: #fff;
  background: #616b80;
}

.c-btn-arrow {
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 2rem 1.6rem 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #141c50;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn-arrow {
    margin-inline: auto;
  }
}
.c-btn-arrow__icon-wrap {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #a0b3ee;
  border-radius: 50%;
  transition: background-color 0.4s ease-in-out;
}
.c-btn-arrow__icon {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 1.2rem;
  height: auto;
  aspect-ratio: 12/11;
  overflow: hidden;
}
.c-btn-arrow__arrow {
  min-width: 1.2rem;
  height: auto;
  aspect-ratio: 12/11;
  transition: transform 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-arrow:hover .c-btn-arrow__icon-wrap {
    background-color: #33428a;
  }
  .c-btn-arrow:hover .c-btn-arrow__arrow {
    transform: translateX(calc(100% + 1rem));
  }
}

.c-btn-more {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  min-width: 23rem;
  padding: 1.5rem 2rem 1.5rem 2.5rem;
  font-weight: 700;
  color: #334287;
  text-decoration: none;
  background: #fff;
  border: 3px solid #334287;
  transition: 0.3s ease;
}
.c-btn-more[hidden] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .c-btn-more {
    margin-inline: auto;
  }
}
.c-btn-more::after {
  width: 1.2rem;
  height: auto;
  aspect-ratio: 12/11;
  content: "";
  background: #33428a;
  -webkit-mask: url("../img/common/btn_arrow_navy.svg") center/contain no-repeat;
          mask: url("../img/common/btn_arrow_navy.svg") center/contain no-repeat;
  rotate: 90deg;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-more:hover {
    color: #fff;
    background-color: #334287;
  }
  .c-btn-more:hover::after {
    background: #fff;
  }
}

.c-btn-close {
  display: none;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem 0.8rem 2rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #334287;
  border: 3px solid #334287;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-btn-close svg {
  flex-shrink: 0;
}
.c-btn-close svg rect:first-child {
  fill: #fff;
  transition: fill 0.3s ease;
}
.c-btn-close svg rect:not(:first-child) {
  fill: #334287;
  transition: fill 0.3s ease;
}
.c-btn-close.is-visible {
  display: inline-flex;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-close:hover {
    color: #334287;
    background-color: #fff;
  }
  .c-btn-close:hover svg rect:first-child {
    fill: #334287;
  }
  .c-btn-close:hover svg rect:not(:first-child) {
    fill: #fff;
  }
}

.c-more-wrap {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-more-wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.c-card {
  display: flex;
  flex-direction: column;
}
.c-card__link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-card__link:hover .c-card__title,
  .c-card__link:hover .c-card__desc {
    color: #33428a;
  }
  .c-card__link:hover .c-card__img img {
    transform: scale(1.04);
  }
  .c-card__link:hover .c-card__icon {
    background-color: #33428a;
  }
  .c-card__link:hover .c-card__icon svg rect {
    stroke: #fff;
  }
  .c-card__link:hover .c-card__icon svg path {
    fill: #fff;
  }
}
.c-card__img {
  position: relative;
  aspect-ratio: 434/265;
  overflow: hidden;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.c-card__icon {
  position: absolute;
  inset: auto 1rem 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .c-card__icon {
    inset: auto 0.5rem 0.5rem auto;
    width: 2.8rem;
  }
}
.c-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-card__body {
    gap: 1.6rem;
    padding-top: 0.8rem;
  }
}
.c-card__text, .c-card__title, .c-card__company {
  transition: color 0.2s ease;
}
.c-card__text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-card__text {
    gap: 0.8rem;
  }
}
.c-card__company {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #1a1a1a;
  text-align: right;
}
.c-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a1a;
}
@media screen and (max-width: 1280px) {
  .c-card__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-card__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .c-card__desc {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-card__tags {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.c-card__tags .c-filter__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  pointer-events: none;
  cursor: default;
  background: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-card__tags .c-filter__tag {
    padding: 0.4rem 0.8rem;
    font-size: 1.1rem;
  }
}
.c-card__tags .c-filter__tag--hokkaido {
  background: #c0a2c7;
  border-color: #c0a2c7;
}
.c-card__tags .c-filter__tag--tohoku {
  background: #f3bf88;
  border-color: #f3bf88;
}
.c-card__tags .c-filter__tag--kanto {
  background: #e09e87;
  border-color: #e09e87;
}
.c-card__tags .c-filter__tag--koshinetsu {
  background: #e4dc8a;
  border-color: #e4dc8a;
}
.c-card__tags .c-filter__tag--tokai {
  background: #84b9cb;
  border-color: #84b9cb;
}
.c-card__tags .c-filter__tag--kansai {
  background: #bbbcde;
  border-color: #bbbcde;
}
.c-card__tags .c-filter__tag--chugoku {
  background: #92b5a9;
  border-color: #92b5a9;
}
.c-card__tags .c-filter__tag--kyushu {
  background: #e5abbd;
  border-color: #e5abbd;
}
.c-card__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.c-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card-grid {
    gap: 3rem 1rem;
  }
}

.c-filter {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 3.1rem 4.1rem;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-filter {
    gap: 1rem;
    padding: 2rem;
  }
}
.c-filter__head {
  display: flex;
  justify-content: flex-end;
}
.c-filter__clear {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-filter__clear {
    font-size: 1.3rem;
  }
}
.c-filter__clear::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0.9rem;
  color: #767676;
  content: "✕";
  background-color: #e6e6e6;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__clear:hover {
    opacity: 0.6;
  }
}
.c-filter__groups {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.8rem 2.9rem;
}
@media screen and (max-width: 768px) {
  .c-filter__groups {
    order: -1;
    padding: 0;
  }
}
.c-filter__group {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
@media screen and (max-width: 768px) {
  .c-filter__group {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-filter__label {
  flex-shrink: 0;
  width: 16rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-filter__label {
    width: 100%;
    padding-top: 0;
  }
}
.c-filter__tags {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 87%;
}
@media screen and (max-width: 768px) {
  .c-filter__tags {
    width: 100%;
  }
}
.c-filter__tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.8rem;
  height: 3rem;
  padding: 10px 24px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  background: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, outline 0.2s ease;
}
@media screen and (max-width: 768px) {
  .c-filter__tag {
    height: auto;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
.c-filter__tag input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
.c-filter__tag.is-active {
  outline: 2px solid #334287;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag:hover {
    opacity: 0.75;
  }
}
.c-filter__tag--hokkaido {
  background: #f2f2f2;
}
.c-filter__tag--hokkaido span {
  font-size: 1.8rem;
}
.c-filter__tag--hokkaido.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #9a829f;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--hokkaido:hover {
    background: #9a829f;
    opacity: 1;
  }
}
.c-filter__tag--tohoku {
  background: #f2f2f2;
}
.c-filter__tag--tohoku span {
  font-size: 1.8rem;
}
.c-filter__tag--tohoku.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #c2996d;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--tohoku:hover {
    background: #c2996d;
    opacity: 1;
  }
}
.c-filter__tag--kanto {
  background: #f2f2f2;
}
.c-filter__tag--kanto span {
  font-size: 1.8rem;
}
.c-filter__tag--kanto.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #b37e6c;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--kanto:hover {
    background: #b37e6c;
    opacity: 1;
  }
}
.c-filter__tag--koshinetsu {
  background: #f2f2f2;
}
.c-filter__tag--koshinetsu span {
  font-size: 1.8rem;
}
.c-filter__tag--koshinetsu.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #b6b06e;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--koshinetsu:hover {
    background: #b6b06e;
    opacity: 1;
  }
}
.c-filter__tag--tokai {
  background: #f2f2f2;
}
.c-filter__tag--tokai span {
  font-size: 1.8rem;
}
.c-filter__tag--tokai.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #6a94a2;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--tokai:hover {
    background: #6a94a2;
    opacity: 1;
  }
}
.c-filter__tag--kansai {
  background: #f2f2f2;
}
.c-filter__tag--kansai span {
  font-size: 1.8rem;
}
.c-filter__tag--kansai.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #9696b2;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--kansai:hover {
    background: #9696b2;
    opacity: 1;
  }
}
.c-filter__tag--chugoku {
  background: #f2f2f2;
}
.c-filter__tag--chugoku span {
  font-size: 1.8rem;
}
.c-filter__tag--chugoku.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #759187;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--chugoku:hover {
    background: #759187;
    opacity: 1;
  }
}
.c-filter__tag--kyushu {
  background: #f2f2f2;
}
.c-filter__tag--kyushu span {
  font-size: 1.8rem;
}
.c-filter__tag--kyushu.is-active {
  font-weight: 700;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #b78997;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--kyushu:hover {
    background: #b78997;
    opacity: 1;
  }
}
.c-filter__tag--industry {
  padding: 10px 25.2px !important;
  background: #f2f2f2;
  border-color: transparent;
}
.c-filter__tag--industry.is-active {
  font-weight: 700;
  color: #fff;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #33428A;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--industry:hover {
    color: #fff;
    background: #33428A;
    opacity: 1;
  }
}
.c-filter__tag--issue {
  padding: 10px 18.9px !important;
  background: #f2f2f2;
  border-color: transparent;
}
.c-filter__tag--issue.is-active {
  font-weight: 700;
  color: #fff;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #33428A;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--issue:hover {
    color: #fff;
    background: #33428A;
    opacity: 1;
  }
}
.c-filter__tag--hierarchy {
  background: #f2f2f2;
  border-color: transparent;
}
.c-filter__tag--hierarchy.is-active {
  font-weight: 700;
  color: #fff;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #33428A;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--hierarchy:hover {
    color: #fff;
    background: #33428A;
    opacity: 1;
  }
}
.c-filter__tag--theme {
  background: #f2f2f2;
  border-color: transparent;
}
.c-filter__tag--theme.is-active {
  font-weight: 700;
  color: #fff;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #33428A;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--theme:hover {
    color: #fff;
    background: #33428A;
    opacity: 1;
  }
}
.c-filter__tag--condition {
  background: #f2f2f2;
  border-color: transparent;
}
.c-filter__tag--condition.is-active {
  font-weight: 700;
  color: #fff;
  outline: 2px solid #000;
  outline-offset: 2px;
  background: #33428A;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__tag--condition:hover {
    color: #fff;
    background: #33428A;
    opacity: 1;
  }
}

.c-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 3rem;
  }
}
.c-headingArea {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-headingArea {
    margin-top: 2rem;
  }
}
.c-heading--en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #b81c22;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading--en {
    font-size: 1.8rem;
  }
}

.c-section-head {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-section-head {
    gap: 1.5rem;
  }
}
.c-section-head--center {
  align-items: center;
  text-align: center;
}
.c-section-head__label {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #334287;
}
@media screen and (max-width: 768px) {
  .c-section-head__label {
    font-size: 1.6rem;
  }
}
.c-section-head__heading {
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 1280px) {
  .c-section-head__heading {
    font-size: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-head__heading {
    font-size: 3.6rem;
  }
}
.c-section-head__subheading {
  margin-top: -4rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 1280px) {
  .c-section-head__subheading {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-head__subheading {
    margin-top: -1rem;
    font-size: 1.6rem;
  }
}
.c-section-head--dark .c-section-head__label {
  color: #a0b3ee;
}
.c-section-head--dark .c-section-head__heading {
  color: #fff;
}
.c-section-head--dark .c-section-head__subheading {
  color: #fff;
}

.c-lead {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-top: 2rem;
  }
}

.p-about {
  background: url("../img/about_bg.jpg") center bottom/cover no-repeat;
}
.p-about__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  padding-block: 12.8rem 9.6rem;
}
@media screen and (max-width: 1280px) {
  .p-about__inner {
    padding-block: 8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    gap: 3.2rem;
    padding: 6rem 2rem;
  }
}
.p-about__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__desc, .p-about__subdesc {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-about__catch {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .p-about__catch {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__catch {
    font-size: 2.4rem;
  }
}
.p-about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  justify-content: center;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-about__stats {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-about__stat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.3rem;
  padding: 0.8rem 1.6rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-about__stat {
    min-height: 8rem;
    padding: 1.6rem 2.4rem;
  }
}
.p-about__stat-num {
  font-family: "Shippori Mincho", serif;
  font-size: 7.2rem;
  color: #fff;
  letter-spacing: 0.02em;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 1280px) {
  .p-about__stat-num {
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__stat-num {
    font-size: 4.8rem;
  }
}
.p-about__stat-pre, .p-about__stat-suf {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-about__stat-pre, .p-about__stat-suf {
    font-size: 1.8rem;
  }
}
.p-about__stat-pre {
  margin-right: 1rem;
}
.p-about__stat-suf {
  margin-left: 1rem;
}
.p-about__links {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4rem;
  width: calc(100% - 100px);
  max-width: 1400px;
  margin-inline: auto;
  margin-bottom: -12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-about__links {
    margin-bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__links {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    padding-inline: 2rem;
    margin-bottom: -8rem;
  }
}
.p-about__links-item {
  display: flex;
  flex: 1;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
  min-height: 25.5rem;
  padding: 0 4rem 0 4.8rem;
  color: #fff;
  background-color: #33428a;
}
@media (hover: hover) and (pointer: fine) {
  .p-about__links-item:hover .p-about__links__icon-wrap {
    background-color: #fff;
  }
  .p-about__links-item:hover .p-about__links__arrow {
    transform: translateX(calc(100% + 1rem));
  }
}
.p-about__links-item--inquiry {
  background-color: #576bb9;
}
@media screen and (max-width: 1280px) {
  .p-about__links-item {
    min-height: 20rem;
    padding: 0 2.8rem 0 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__links-item {
    min-height: 0;
    padding: 2.8rem 2rem;
  }
}
.p-about__links-item-body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-about__links-item-body {
    gap: 1.6rem;
  }
}
.p-about__links-item-head {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-about__links-item-head img {
  width: 2.9rem;
  height: 2.3rem;
  aspect-ratio: 29/23;
  margin-inline-start: 1.5rem;
  vertical-align: baseline;
}
@media screen and (max-width: 1280px) {
  .p-about__links-item-head {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about__links-item-head {
    font-size: 2.2rem;
  }
}
.p-about__links-item-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .p-about__links-item-desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__links-item-desc {
    font-size: 1.4rem;
  }
}
.p-about__links__icon-wrap {
  width: 4rem;
  background-color: transparent;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-about__links__icon-wrap {
    width: 2.8rem;
  }
}

.p-case__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-case__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-case__inner {
    gap: 4rem;
    padding-block: 6rem;
  }
}
.p-case__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.p-case .c-card__tags {
  gap: 0.8rem;
}
.p-case .c-card__tags .c-card__tag-row {
  gap: 0.8rem;
}
.p-case .c-card__tags .c-filter__tag {
  padding: 0 1.8rem;
  color: #333;
}
.p-case .c-card-grid .c-card:nth-child(n+10) {
  display: none;
}
.p-case .c-card-grid .c-card.is-show {
  display: flex;
}

.p-committee {
  position: relative;
  background: url("../img/committee_bg.jpg") center/cover no-repeat;
}
.p-committee__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  width: 100%;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-committee__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-committee__inner {
    padding-block: 6rem;
  }
}
.p-committee__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-committee__body {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-committee__body {
    padding-inline: 2rem;
  }
}
.p-committee__head {
  margin-block-end: 3.2rem;
}
.p-committee__text {
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-committee__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-committee__btn {
  margin-block-start: 6rem;
}
@media screen and (max-width: 768px) {
  .p-committee__btn {
    margin-block-start: 4rem;
  }
}
.p-committee__guest {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-committee__guest {
    gap: 1rem;
  }
}
.p-committee__guest-row {
  width: 100%;
  overflow: hidden;
}
.p-committee__guest-row .swiper-wrapper {
  transition-timing-function: linear;
}
.p-committee__guest-item.swiper-slide {
  flex-shrink: 0;
  width: 24.2rem;
  height: auto;
  aspect-ratio: 242/118;
  overflow: hidden;
  background-color: #fff;
}
.p-committee__guest-item.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-committee__guest-item.swiper-slide {
    width: 30vw;
  }
}

.p-consulting__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-consulting__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-consulting__inner {
    gap: 4rem;
    padding-block: 6rem;
  }
}
.p-consulting__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-consulting__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1280px) {
  .p-consulting__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-consulting__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-consulting__card {
  position: relative;
  aspect-ratio: 44/50;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-consulting__card {
    aspect-ratio: 3/2;
  }
}
.p-consulting__card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  background: linear-gradient(180deg, rgba(51, 66, 138, 0) 55.21%, #33428a 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
@media (hover: hover) and (pointer: fine) {
  .p-consulting__card-link:hover .p-consulting__card-img img {
    transform: scale(1.04);
  }
  .p-consulting__card-link:hover .p-consulting__card__icon-wrap {
    background-color: #fff;
  }
  .p-consulting__card-link:hover .p-consulting__card__arrow {
    transform: translateX(calc(100% + 1rem));
  }
}
.p-consulting__card__icon-wrap {
  position: absolute;
  inset: auto 2rem 3rem auto;
  width: 3.6rem;
  background-color: transparent;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-consulting__card__icon-wrap {
    inset: auto 1rem 1rem auto;
    width: 2.8rem;
  }
}
.p-consulting__card-img {
  position: absolute;
  inset: 0;
}
.p-consulting__card-img::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(51, 66, 138, 0) 55.21%, #33428a 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.p-consulting__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-consulting__card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 2rem 5.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-consulting__card-body {
    padding: 2rem;
  }
}
.p-consulting__card-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-consulting__card-caption {
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-consulting__card-separator {
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #949494;
}
.p-consulting__card-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-consulting__card-title {
    font-size: 2rem;
  }
}
.p-consulting__industry {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-consulting__industry {
    gap: 2rem;
  }
}
.p-consulting__industry-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #141c50;
}
@media screen and (max-width: 1280px) {
  .p-consulting__industry-heading {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-consulting__industry-heading {
    font-size: 2.2rem;
  }
}

.p-contact-form {
  padding: 12rem 0;
}
.p-contact-form__title {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 500;
  font-feature-settings: "halt" on;
  line-height: 1.5;
  color: #1a1a1a;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-contact-form__title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.p-contact-form__description {
  margin-bottom: 8rem;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .p-contact-form__description {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}
.p-contact-form__box {
  padding: 6rem 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.p-contact-form__box__body {
  width: 82.547%;
  margin: 0 auto;
}
.p-contact-form__btn {
  border: 1px solid #334287;
}
.p-contact-mv {
  position: relative;
  height: 42rem;
  background-image: url("../img/contact_bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-contact-mv {
    height: 28rem;
  }
}
.p-contact-mv__content {
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact-mv__content {
    padding: 2rem;
  }
}
.p-contact-mv__label {
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-contact-mv__label {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.p-footer {
  padding: 23rem 0 8rem;
  background: #000;
}
.p-footer--contact {
  padding: 8rem 0 !important;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 12rem 0 4rem;
  }
}
.p-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.p-footer__left {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 38.1rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-footer__left {
    width: 100%;
  }
}
.p-footer__right {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  width: 68.3rem;
  padding: 1.6rem 0 1.6rem 8.8rem;
  border-left: 1px solid #666;
}
@media screen and (max-width: 768px) {
  .p-footer__right {
    width: 100%;
    padding: 4rem 0 0;
    border-top: 1px solid #666;
    border-left: none;
  }
}

.p-footer-info__logo {
  width: 26.5rem;
}
.p-footer-info__logo a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-info__logo a:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
}
.p-footer-info__address {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-footer-info__address p {
  font-weight: 500;
  line-height: 1.5;
  color: #b3b3b3;
}

.p-footer-nav {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.p-footer-nav__col--left {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-footer-nav__col--left {
    width: 100%;
  }
}
.p-footer-nav__col--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer-nav__col--right {
    gap: 3.2rem;
    justify-content: flex-start;
    width: 100%;
  }
}
.p-footer-nav__top-link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-footer-nav__top-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-nav__top-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.p-footer-nav__group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-footer-nav__category {
  font-weight: 700;
  line-height: 1.8;
  color: #666;
  letter-spacing: 0.05em;
}
.p-footer-nav__link-groups {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-footer-nav__list li {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.p-footer-nav__list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1px;
  content: "";
  background: #fff;
}
.p-footer-nav__list a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.p-footer-nav__list a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-nav__list a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.p-footer-nav__main-links {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-footer-nav__main-links a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-footer-nav__main-links a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-nav__main-links a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.p-footer-nav__external-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.p-footer-nav__external-link img {
  width: 1.5rem;
  vertical-align: middle;
}
.p-footer-nav__copyright {
  font-size: 1.4rem;
  color: #b3b3b3;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-footer-nav__copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: rgba(26, 26, 26, 0.3);
  border-bottom: 1px solid #b3b3b3;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 70px;
  }
}
.p-header__inner {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 2.4rem;
}
.p-header__logo {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1.2rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-header__logo-img {
    width: 14rem;
  }
}
.p-header__logo-sub {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-header__logo-sub {
    display: none;
  }
}
.p-header__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 4rem;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 102;
    display: flex;
    flex-flow: column nowrap;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    width: 80vw;
    max-width: 32rem;
    height: 100dvh;
    padding: 10rem 2.4rem 4rem;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav.is-visible {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav > * {
    flex-shrink: 0;
  }
}
.p-header__nav-list {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-header__nav-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.p-header__nav-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header__nav-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
.p-header__nav-item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-header__nav-item a {
    padding: 1.6rem 0;
    font-size: 1.6rem;
    color: #1a1a1a;
  }
}
.p-header__nav-link {
  position: relative;
  display: block;
  padding-bottom: 5px;
  overflow: hidden;
}
.p-header__nav-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-header__nav-link:hover::before {
    width: 100%;
  }
}
.p-header__nav-text {
  transition: 0.3s ease;
}
.p-header__nav-text::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-header__nav-text:hover::after {
  transform: scale(1, 1);
}
.p-header__btns {
  display: flex;
  gap: 1rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-header__btns {
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    margin-top: 3.2rem;
  }
}
.p-header__btn {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 5.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.p-header__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-header__btn {
    width: 100%;
    height: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-header__btn:hover::before {
    opacity: 1;
    transform: scale(1.08);
  }
}
.p-header__btn-text {
  transition: 0.3s ease;
}
.p-header__btn--contact::before {
  background: #576bb8;
}
.p-header__hamburger {
  display: none;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger {
    position: fixed;
    top: 1.3rem;
    right: 2.4rem;
    z-index: 103;
    display: flex;
  }
}
.p-header__hamburger span {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-header.is-scrolled {
  background-color: #fff;
}
.p-header.is-scrolled .p-header__nav-link {
  color: #000;
}
.p-header.is-scrolled .p-header__nav-link::before {
  background-color: #000;
}
.p-header.is-scrolled .p-header__logo-img {
  content: url("../img/common/logo_dark.svg");
}
.p-header.is-scrolled .p-header__logo-sub {
  color: #1f2a68;
}
.p-header.is-scrolled .p-header__nav .p-header__nav-item a {
  color: #1a1a1a;
}
.p-header.is-scrolled .p-header__hamburger span {
  background-color: #334287;
}

.is-hamburgerActive .p-header__hamburger span {
  background-color: #334287;
}
.is-hamburgerActive .p-header__hamburger span:nth-child(1) {
  transform: translateY(0.8rem) rotate(45deg);
}
.is-hamburgerActive .p-header__hamburger span:nth-child(2) {
  opacity: 0;
}
.is-hamburgerActive .p-header__hamburger span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(-45deg);
}
.is-hamburgerActive .p-header__inner::after {
  position: fixed;
  inset: 0;
  z-index: 101;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

.p-intro {
  overflow: hidden;
  background: url("../img/intro_bg.jpg") center bottom/cover no-repeat;
}
.p-intro__inner {
  position: relative;
  z-index: 1;
  display: flex;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-intro__inner {
    gap: 4rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    flex-direction: column;
    padding-block: 6rem;
  }
}
.p-intro__text {
  display: flex;
  flex: 0 0 78rem;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    flex: none;
    gap: 1rem;
    width: 100%;
  }
}
.p-intro__heading {
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .p-intro__heading {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__heading {
    font-size: 2.2rem;
    white-space: normal;
  }
}
.p-intro__heading-sub {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #e6e6e6;
  letter-spacing: 0.05em;
}
.p-intro__heading-sub span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-intro__heading-sub {
    font-size: 2.4rem;
  }
}
.p-intro__button {
  margin-top: 3rem;
}
.p-intro__desc {
  line-height: 2.5;
  color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p-intro__desc {
    line-height: 2;
  }
}
.p-intro__map {
  position: relative;
  flex: 0 0 90rem;
  margin-inline-start: -27.5rem;
}
@media screen and (max-width: 1280px) {
  .p-intro__map {
    margin-inline-start: -47rem;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__map {
    flex: none;
    width: min(100%, 48rem);
    max-width: none;
    margin: 0 auto;
  }
}
.p-intro__map-img {
  width: 90% !important;
}
@media screen and (max-width: 768px) {
  .p-intro__map-img {
    width: 100% !important;
  }
}

.p-mission {
  background-color: #33428a;
}
.p-mission__photos {
  width: 100%;
  overflow: hidden;
}
.p-mission__photos .swiper-wrapper {
  align-items: flex-start;
  transition-timing-function: linear;
}
.p-mission__photo.swiper-slide {
  width: 26.0416666667vw;
  aspect-ratio: 500/350;
  overflow: hidden;
}
.p-mission__photo.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mission__photo.swiper-slide[data-swiper-slide-index="1"], .p-mission__photo.swiper-slide[data-swiper-slide-index="3"], .p-mission__photo.swiper-slide[data-swiper-slide-index="5"], .p-mission__photo.swiper-slide[data-swiper-slide-index="7"] {
  margin-top: 3.75vw;
}
@media screen and (max-width: 768px) {
  .p-mission__photo.swiper-slide {
    width: 40vw;
  }
}
.p-mission__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  padding-block: 12rem 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-mission__inner {
    padding-block: 6rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mission__inner {
    gap: 4rem;
    padding-block: 4.8rem 6rem;
  }
}
.p-mission__cards {
  display: flex;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-mission__cards {
    flex-direction: column;
  }
}
.p-mission__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3rem;
  padding: 2rem 2rem 3rem;
  border-inline-end: 1px solid #576bb9;
}
@media screen and (min-width: 769px) {
  .p-mission__card:first-child {
    border-inline-start: 1px solid #576bb9;
  }
}
@media screen and (max-width: 1280px) {
  .p-mission__card {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mission__card {
    gap: 2rem;
    align-items: center;
    padding: 2.4rem 0;
    border-block-start: 1px solid #576bb9;
    border-inline: none;
  }
  .p-mission__card:last-child {
    border-block-end: 1px solid #576bb9;
  }
}
.p-mission__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mission__card-icon img {
  width: 6.3rem;
  height: auto;
  aspect-ratio: 63/48;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mission__card-text {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-mission__card-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mission__card-text {
    font-size: inherit;
    text-align: center;
  }
}
.p-mission__card-heading {
  display: inline-block;
  margin-block-start: 1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-mission__card-heading {
    font-size: 2rem;
  }
}

@keyframes mv-zoom-out {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mv-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  animation: mv-fade-in 1s ease forwards;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 100svh;
  }
}
.p-mv__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__slide {
  position: absolute;
  inset: 0;
}
.p-mv.is-paused .p-mv__bg img.is-animating {
  animation-play-state: paused;
}
.p-mv__bg {
  position: absolute;
  inset: 0;
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform;
}
.p-mv__bg img.is-animating {
  animation: mv-zoom-out 6s ease-out forwards;
}
.p-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.p-mv__content::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #1a1a1a;
  opacity: 0;
}
.p-mv__accent {
  position: absolute;
  top: 50%;
  left: 8rem;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  /* stylelint-disable property-no-vendor-prefix */
  background: linear-gradient(90deg, #e09e87 0%, #84b9cb 33%, #e4dc8a 66%, #f3bf88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* stylelint-enable property-no-vendor-prefix */
}
@media screen and (max-width: 1600px) {
  .p-mv__accent {
    top: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .p-mv__accent {
    top: auto;
    bottom: 30%;
    left: 4rem;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__accent {
    top: auto;
    bottom: 26rem;
    left: 2rem;
    font-size: 2.4rem;
  }
}
.p-mv__heading {
  position: absolute;
  inset: auto auto 8rem 8rem;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1280px) {
  .p-mv__heading {
    left: 4rem;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__heading {
    inset: auto 2rem 18rem;
    font-size: 2.5rem;
  }
}
.p-mv__heading--slide1, .p-mv__heading--slide3 {
  inset: 15rem auto auto 8rem;
}
@media screen and (max-width: 768px) {
  .p-mv__heading--slide1, .p-mv__heading--slide3 {
    inset: auto 2rem 18rem;
    font-size: 2.5rem;
  }
}
.p-mv__controls {
  position: absolute;
  top: 50%;
  right: 2.8rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-mv__controls {
    inset: auto auto 4rem 50%;
    flex-direction: row;
    transform: translateX(-50%);
  }
}
.p-mv__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
}
.p-mv__nav .p-mv__nav-svg {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
}
.p-mv__nav .p-mv__nav-ring {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.p-mv__nav--next .p-mv__nav-svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-mv__nav--prev .p-mv__nav-svg {
    transform: rotate(-90deg);
  }
  .p-mv__nav--next .p-mv__nav-svg {
    transform: rotate(90deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-mv__nav:hover .p-mv__nav-ring {
    opacity: 1;
  }
}
.p-mv__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.p-mv__arrow .p-mv__arrow-ring {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.p-mv__arrow .p-mv__arrow-disc {
  opacity: 0.4;
  fill: #fff;
  transition: opacity 0.3s ease;
}
.p-mv__arrow .p-mv__arrow-pause {
  transition: opacity 0.3s ease;
}
.p-mv__arrow .p-mv__arrow-pause rect {
  fill: #fff;
  transition: fill 0.3s ease;
}
.p-mv__arrow .p-mv__arrow-play {
  opacity: 0;
  fill: #fff;
  transition: opacity 0.3s ease, fill 0.3s ease;
}
.p-mv__arrow.is-paused .p-mv__arrow-pause {
  opacity: 0;
}
.p-mv__arrow.is-paused .p-mv__arrow-play {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv__arrow:hover .p-mv__arrow-ring,
  .p-mv__arrow:hover .p-mv__arrow-disc {
    opacity: 1;
  }
  .p-mv__arrow:hover .p-mv__arrow-pause rect,
  .p-mv__arrow:hover .p-mv__arrow-play {
    fill: #334287;
  }
}

.p-seminar {
  background-color: #f2f2f2;
}
.p-seminar__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  padding-block: 12.8rem;
}
@media screen and (max-width: 1280px) {
  .p-seminar__inner {
    gap: 6rem;
    padding-block: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-seminar__inner {
    gap: 4rem;
    padding-block: 6rem;
  }
}
.p-seminar__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.p-seminar .c-card__tags {
  gap: 0.8rem;
}
.p-seminar .c-card__tags .c-card__tag-row {
  gap: 0.8rem;
}
.p-seminar .c-card__tags .c-filter__tag {
  padding: 0 1.8rem;
  color: #333;
}
.p-seminar .c-card__tags .c-filter__tag--hierarchy {
  background: #fff;
}
.p-seminar .c-card__tags .c-filter__tag--theme {
  background: #fff;
}
.p-seminar .c-card__tags .c-filter__tag--condition {
  background: #fff;
}
.p-seminar .c-card-grid .c-card:nth-child(n+7) {
  display: none;
}
.p-seminar .c-card-grid .c-card.is-show {
  display: flex;
}
.p-seminar .c-card__img {
  position: relative;
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-textalign--center {
  text-align: center;
}
.u-textalign--left {
  text-align: left;
}
.u-textalign--right {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.js-fade-up,
.p-about-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-fade-up.on,
.p-about-content.on {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-up[data-delay="100"] {
  transition-delay: 0.1s;
}

.js-fade-up[data-delay="200"] {
  transition-delay: 0.2s;
}

.js-fade-up[data-delay="300"] {
  transition-delay: 0.3s;
}

.js-fade-up[data-delay="400"] {
  transition-delay: 0.4s;
}

.swiper {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
/*# sourceMappingURL=style.css.map */
