@charset "UTF-8";
/** @format */
/* News リンク下線の ::before（初期 width:0。ホバー or 現在地で 100%） */
/* PC グロナビ・コースカード見出しなど：アクセント色の手描き風下線（::before） */
@-webkit-keyframes accent-handwriting-underline {
  0% {
    background: #308980;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #308980;
    width: calc(100% - 1.4em);
  }
}
@keyframes accent-handwriting-underline {
  0% {
    background: #308980;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #308980;
    width: calc(100% - 1.4em);
  }
}
/** @format */
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Medium.woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Bold.woff2") format("woff2");
}
/** @format */
html {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
html {
  line-height: 1.5;
  font-weight: 400;
  color: #2D313F;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-width: 10px;
  scrollbar-color: #B7A47E #F0F3F4;
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: #F0F3F4;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
  background: #B7A47E;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #308980;
}
html::-webkit-scrollbar-thumb:active {
  background: #F8F7F3;
}

body {
  overflow-x: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #2D313F;
}

body.admin-bar {
  min-height: 100vh;
  min-height: 100dvh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  vertical-align: bottom;
}

a:hover,
a.focus-visible {
  text-decoration: none;
}

.pc-large-only {
  display: block;
}
@media screen and (max-width: 1280px) {
  .pc-large-only {
    display: none;
  }
}

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

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

.sp-short-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-short-only {
    display: block;
  }
}

.external-link {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: inherit;
}

.works__actions .external-link {
  margin-left: 0;
}

.breadcrumb {
  padding-bottom: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
}

.breadcrumb__item + .breadcrumb__item {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  vertical-align: middle;
  background: url("../../assets/img/common/icon-arrow/icon-pagination-next.svg") no-repeat center/contain;
}

.breadcrumb__link {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb__link:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.breadcrumb__current {
  font-size: 14px;
}

/*------------------------------------------
* 小文字化
------------------------------------------*/
.text-lowercase {
  text-transform: lowercase;
}

/*------------------------------------------
* タグ
------------------------------------------*/
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(7.68px, 7.313px + 0.04769vw, 8.229px);
  list-style: none;
}

.tag-item {
  font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #2D313F;
  padding: 0.26em 0.53em;
  border-radius: 4px;
}

.tag-list.-primary30 .tag-item {
  background: #D6E7E6;
}

.tag-list.-secondary30 .tag-item {
  background: #F8F7F3;
}

.tag-list.-bgbeige01 .tag-item {
  background: #F0E8DA;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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%; /* 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 {
  -webkit-box-sizing: content-box;
          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] {
  -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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

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

/*
------------------------------------------
Works
------------------------------------------
*/
.section--works {
  position: relative;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .section--works {
    padding-block: 64px;
  }
}

.home .section--works::after {
  content: "";
  display: block;
  position: absolute;
  width: 8vw;
  height: 14.3vw;
  background: url(../img/pages/front-page/illust/illust-tree-two06.svg) no-repeat right top/contain;
  right: 0;
  top: -8vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .section--works::after {
    width: 11vw;
    height: 18.26vw;
    aspect-ratio: 1/1.66;
  }
}

.works__container {
  max-width: 1920px;
  margin-inline: auto;
  padding: 0 clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 1920px) {
  .works__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .works__container {
    padding: 0 24px;
    gap: 48px;
  }
}

.works-card__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1160px) {
  .works-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .works-card__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .works-card__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.works-card__item {
  list-style: none;
  width: 100%;
  min-width: 0;
}

.works-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.works-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(35.2px, 29.699px + 0.71535vw, 43.434px);
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0.02em;
  color: #B5AC92;
  text-align: center;
  margin: 0;
}

.works-card__category-char {
  display: inline-block;
  white-space: pre;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.works-card__heading-link:hover .works-card__category-char,
.works-card__heading-link:focus-visible .works-card__category-char {
  -webkit-animation: text-pop 0.2s ease-out forwards;
          animation: text-pop 0.2s ease-out forwards;
  -webkit-animation-delay: calc(var(--works-char-i, 0) * 0.05s);
          animation-delay: calc(var(--works-char-i, 0) * 0.05s);
}

@-webkit-keyframes text-pop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px) scale(1.005);
            transform: translateY(-4px) scale(1.005);
  }
}

@keyframes text-pop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px) scale(1.005);
            transform: translateY(-4px) scale(1.005);
  }
}
@media (prefers-reduced-motion: reduce) {
  .works-card__heading-link .works-card__category-char {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none;
            transform: none;
  }
}
/*
**************************************************
* モニターの装飾
**************************************************
*/
.monitor {
  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;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.monitor-top {
  position: relative;
  padding: 4.6%;
  border-radius: 8px;
  background: #B5AC92;
}

.works-card__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
}
.works-card__image::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(44, 49, 62, 0.3);
          box-shadow: inset 2px 2px 5px 0px rgba(44, 49, 62, 0.3);
  border-radius: 4px;
  pointer-events: none;
}
.works-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 363/219;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.works-card__heading-link:hover .works-card__image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.monitor-arm {
  width: 30%;
  height: 1.5%;
  height: 1.5cqb;
  background: #B5AC92;
}

.monitor-base {
  width: 50%;
  height: 1.5%;
  height: 1.5cqb;
  background: #B5AC92;
  border-radius: 4px;
}

/**
**************************************************
* カードの文字情報
**************************************************
*/
.works-card__heading {
  margin: 0;
}

.works-card__heading-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.works-card__title01,
.works-card__title02 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .works-card__title01,
  .works-card__title02 {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.works-card__title01,
.works-card__title02 {
  font-weight: 500;
  line-height: 1.5;
  color: #2D313F;
}

.works-card__dot {
  font-weight: 700;
  color: #B7A47E;
  margin-inline: 0.2em;
}

.works-card__description {
  margin: 0;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .works-card__description {
    font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  }
}
.works-card__description {
  line-height: 1.8;
  color: #2D313F;
}

.works__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

/*
**************************************************
* アニメーション
**************************************************
* カード
**************************************************
*/
.section--works[data-in-view].is-in-view .works-card__list > .works-card__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: works-in-view-cards 0.5s ease-out forwards;
          animation: works-in-view-cards 0.5s ease-out forwards;
}

@-webkit-keyframes works-in-view-cards {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes works-in-view-cards {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(1) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(2) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(3) {
  -webkit-animation-delay: 1.29s;
          animation-delay: 1.29s;
}

.section--works[data-in-view].is-in-view .works__actions {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: works-in-view-cards 0.5s ease-out 1.46s forwards;
          animation: works-in-view-cards 0.5s ease-out 1.46s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .section--works[data-in-view].is-in-view .works-card__list > .works-card__item,
  .section--works[data-in-view].is-in-view .works__actions {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.section--works[data-in-view].is-in-view {
  -webkit-animation: fadeIn 0.4s ease-out 1.1s both;
          animation: fadeIn 0.4s ease-out 1.1s both;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(2) {
  -webkit-animation-delay: 1.67s;
          animation-delay: 1.67s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(3) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(4) {
  -webkit-animation-delay: 2.01s;
          animation-delay: 2.01s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(5) {
  -webkit-animation-delay: 2.18s;
          animation-delay: 2.18s;
}

.section--works[data-in-view].is-in-view .works-card__list > .works-card__item:nth-child(6) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}