@charset "UTF-8";

.exsa-page {
  --exsa-black: #180d09;
  --exsa-red: #d20d1a;
  --exsa-yellow: #ffd803;
  --exsa-green: #bee465;
  --exsa-blue: #729adc;
  --exsa-line: #111;
  color: var(--exsa-black);
  background: var(--color-white);
}

.exsa-container {
  width: min(1000px, calc(100% - 56px));
  margin-inline: auto;
}

.exsa-hero {
  padding: 136px 0 86px;
}

.exsa-hero__logo {
  width: min(472px, 72vw);
  margin: 0 auto;
}

.exsa-hero__logo img,
.exsa-section-heading img,
.exsa-official__link img {
  display: block;
  width: 100%;
  height: auto;
}

.exsa-hero__statement {
  margin: 68px auto 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.95;
  letter-spacing: 0.04em;
  text-align: center;
}

.exsa-hero__text {
  width: min(100%, 622px);
  margin: 92px auto 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.exsa-hero__text p + p {
  margin-top: 18px;
}

.exsa-section {
  padding: 104px 0 92px;
}

.exsa-section-heading {
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 78px;
}

.exsa-section-heading::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 65%;
  height: 1px;
  background: var(--exsa-line);
}

.exsa-section-heading h2 {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(250px, 68vw);
  min-height: 80px;
  place-items: center;
  margin: 0;
}

.exsa-section-heading h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: -1;
  width: calc(100% + 74px);
  height: 38px;
  background: var(--color-black);
  transform: translateX(-50%) skewX(-37deg);
}

.exsa-section-heading--service h2 {
  width: min(250px, 68vw);
}

.exsa-section-heading--works h2 {
  width: min(220px, 62vw);
}

.exsa-section-heading--recruit h2 {
  width: min(255px, 70vw);
}

.exsa-section-lead {
  width: min(100%, 622px);
  margin: -2px auto 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.exsa-section-lead p + p {
  margin-top: 4px;
}

.exsa-outline-label {
  display: grid;
  grid-auto-flow: column;
  gap: 0.3em;
  width: 176px;
  min-height: 50px;
  place-items: center;
  margin: 70px auto 138px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  background: var(--color-white);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.25s var(--ease-out), border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.exsa-outline-label:hover,
.exsa-outline-label:focus-visible {
  color: var(--exsa-red);
  border-color: var(--exsa-red);
  transform: translateY(-3px);
}

.exsa-service-list {
  display: grid;
  gap: 92px;
}

.exsa-service-item {
  position: relative;
}

.exsa-service-item__header {
  position: relative;
  z-index: 1;
  display: grid;
  width: 413px;
  min-height: 48px;
  place-items: center;
  margin: 0;
  background: var(--exsa-yellow);
  clip-path: polygon(38px 0, 100% 0, calc(100% - 38px) 100%, 0 100%);
}

.exsa-service-item__header--wide {
  width: 554px;
}

.exsa-service-item__header--vtuber {
  width: 454px;
}

.exsa-service-item__header h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.exsa-service-item__header-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 8px;
  background: var(--exsa-yellow);
}

.exsa-service-item__image {
  margin: 0;
}

.exsa-service-item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 453;
  object-fit: cover;
}

.exsa-service-item__body {
  width: min(100%, 860px);
  margin: 42px auto 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.exsa-service-item__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.85em;
  margin-top: 27px;
  font-weight: 500;
}

.exsa-service-item__body li::before {
  content: "●";
  margin-right: 0.08em;
}

.exsa-tools {
  margin-top: -12px;
}

.exsa-tools__body {
  width: min(100%, 816px);
  margin: 42px auto 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0.02em;
}

.exsa-tools__body section + section {
  margin-top: 24px;
}

.exsa-tools__body h4::before {
  content: "● ";
}

.exsa-works {
  padding-top: 28px;
  padding-bottom: 108px;
}

.exsa-works .exsa-section-heading {
  margin-bottom: 82px;
}

.exsa-works__copy {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}

.exsa-works .exsa-outline-label,
.exsa-recruit .exsa-outline-label {
  margin-bottom: 0;
}

.exsa-recruit {
  padding-top: 26px;
  padding-bottom: 92px;
}

.exsa-recruit .exsa-section-heading {
  margin-bottom: 72px;
}

.exsa-recruit__copy {
  width: min(100%, 700px);
  margin-inline: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.exsa-recruit__copy p + p {
  margin-top: 12px;
}

.exsa-official {
  padding: 76px 0 92px;
  background: var(--color-white);
}

.exsa-official__link {
  display: grid;
  justify-items: center;
  gap: 28px;
  color: var(--exsa-black);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  transition: color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.exsa-official__link img {
  width: min(634px, 86vw);
}

.exsa-official__link:hover,
.exsa-official__link:focus-visible {
  color: var(--exsa-red);
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .exsa-hero__text,
  .exsa-section-lead {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .exsa-container {
    width: calc(100% - 56px);
  }

  .exsa-hero {
    padding: 72px 0 62px;
  }

  .exsa-hero__logo {
    width: min(196px, 58vw);
  }

  .exsa-hero__statement {
    width: min(100%, 320px);
    margin-top: 62px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .exsa-hero__statement p + p {
    margin-top: 24px;
  }

  .exsa-hero__statement br {
    display: none;
  }

  .exsa-hero__text {
    width: min(100%, 313px);
    margin-top: 60px;
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .exsa-hero__text p + p {
    margin-top: 0;
  }

  .exsa-section {
    padding: 62px 0 58px;
  }

  .exsa-section-heading {
    width: max(100vw, var(--min-render-width));
    margin-left: calc((max(100vw, var(--min-render-width)) - 100%) / -2);
    margin-bottom: 58px;
  }

  .exsa-section-heading::before {
    top: 63%;
  }

  .exsa-section-heading h2 {
    width: 180px;
    min-height: 58px;
  }

  .exsa-section-heading h2::before {
    bottom: 6px;
    width: calc(100% + 46px);
    height: 28px;
  }

  .exsa-section-heading--service h2 {
    width: 180px;
  }

  .exsa-section-heading--works h2 {
    width: 158px;
  }

  .exsa-section-heading--recruit h2 {
    width: 184px;
  }

  .exsa-section-lead {
    width: min(100%, 313px);
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .exsa-section-lead p + p {
    margin-top: 0;
  }

  .exsa-outline-label {
    width: 108px;
    min-height: 31px;
    margin: 52px auto 68px;
    font-size: 15px;
  }

  .exsa-service-list {
    width: max(100vw, var(--min-render-width));
    margin-left: calc((max(100vw, var(--min-render-width)) - 100%) / -2);
    gap: 54px;
  }

  .exsa-service-item__header,
  .exsa-service-item__header--wide,
  .exsa-service-item__header--vtuber {
    width: 155px;
    min-height: 18px;
    clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  }

  .exsa-service-item__header--wide {
    width: 261px;
  }

  .exsa-service-item__header--vtuber {
    width: 221px;
  }

  .exsa-service-item__header-rule {
    width: 100%;
    margin-bottom: 8px;
  }

  .exsa-service-item__header h3 {
    font-size: 12px;
    line-height: 1;
  }

  .exsa-service-item__image img {
    aspect-ratio: 375 / 170;
  }

  .exsa-service-item__body {
    width: min(100% - 52px, 322px);
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .exsa-service-item__body ul {
    display: block;
    margin-top: 18px;
  }

  .exsa-service-item__body li {
    display: inline;
    font-weight: 500;
  }

  .exsa-service-item__body li + li {
    margin-left: 0.3em;
  }

  .exsa-tools {
    margin-top: -12px;
  }

  .exsa-tools .exsa-service-item__header {
    width: 174px;
  }

  .exsa-tools__body {
    width: min(100% - 68px, 306px);
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.88;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .exsa-tools__body section + section {
    margin-top: 22px;
  }

  .exsa-works {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .exsa-works .exsa-section-heading {
    margin-bottom: 54px;
  }

  .exsa-works__copy {
    font-size: 12px;
    line-height: 1.7;
  }

  .exsa-works .exsa-outline-label,
  .exsa-recruit .exsa-outline-label {
    margin-bottom: 0;
  }

  .exsa-recruit {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .exsa-recruit .exsa-section-heading {
    margin-bottom: 52px;
  }

  .exsa-recruit__copy {
    width: min(100%, 333px);
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .exsa-recruit__copy p + p {
    margin-top: 0;
  }

  .exsa-official {
    padding: 58px 0 76px;
  }

  .exsa-official__link {
    gap: 18px;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .exsa-official__link img {
    width: min(260px, 100%);
  }
}
