.c-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 455px;
  max-width: 100%;
  height: 60px;
  padding-inline: 24px;
  border: 1px solid #3b3c3c;
  border-radius: 10px;
  background: #3b3c3c;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.c-cta-button__break {
  display: none;
}
@media (max-width: 768px) {
  .c-cta-button {
    width: 100%;
    height: 100px;
    padding-inline: 20px;
    gap: 0;
    line-height: 1.3;
  }
  .c-cta-button .c-cta-button__text {
    flex: 1;
    text-align: center;
  }
  .c-cta-button .c-cta-button__break {
    display: block;
  }
}
.c-cta-button__icon {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.front-page__hero {
  width: 100%;
}
.front-page__hero-canvas {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  container-type: inline-size;
  aspect-ratio: 1920/804;
  background-image: url("../images/fv-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  display: grid;
  grid-template-areas: "hero-stack";
}
.front-page__hero-inner {
  width: 100%;
  max-width: calc(1920px + 0 * 2);
  margin-inline: auto;
  padding-inline: 0;
  grid-area: hero-stack;
  display: grid;
  grid-template-columns: 18.67cqw 35.94cqw 1fr;
}
.front-page__hero-content {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
}
.front-page__hero-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page__hero-logo {
  width: 15.6cqw;
  height: auto;
}
.front-page__hero-title {
  margin-top: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 2.86cqw;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
  color: #3b3c3c;
}
.front-page__hero-catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2cqw;
  font-family: "Zen Kurenaido", Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  color: #3b3c3c;
  transform: rotate(-3deg);
  transform-origin: left center;
}
.front-page__hero-catch-line {
  font-size: 1.3cqw;
  line-height: 1.4;
}
.front-page__hero-catch-line--accent {
  margin-left: 4.1cqw;
  font-size: 1.56cqw;
}
.front-page__hero-catch-underline {
  width: 20.9cqw;
  height: auto;
  margin: -1.025cqw 0 0 4.1cqw;
  transform: rotate(3deg);
}
.front-page__hero-stats {
  display: flex;
  gap: 0.78cqw;
  margin-top: 1.1cqw;
  padding: 0;
  list-style: none;
}
.front-page__hero-stat {
  --front-page-stat-color: #3b3c3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 4.74cqw;
  height: 6.3cqw;
  padding: 1.25cqw 0 0.45cqw;
  border: 1px solid var(--front-page-stat-color);
  border-radius: 2.37cqw;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.front-page__hero-stat--uu {
  --front-page-stat-color: #e76ca1;
}
.front-page__hero-stat--service {
  --front-page-stat-color: #f3982f;
}
.front-page__hero-stat--article {
  --front-page-stat-color: #cfdd3d;
}
.front-page__hero-stat--keyword {
  --front-page-stat-color: #49b35e;
}
.front-page__hero-stat--growth {
  --front-page-stat-color: #3fbdd4;
}
.front-page__hero-stat-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 1.9cqw;
  font-weight: 600;
  font-size: 0.73cqw;
  line-height: 1.304;
  text-align: center;
  color: #3b3c3c;
}
.front-page__hero-stat-value {
  display: flex;
  align-items: baseline;
  font-weight: 900;
  line-height: 1.304;
  color: var(--front-page-stat-color);
}
.front-page__hero-stat-value-num {
  font-size: 1.25cqw;
}
.front-page__hero-stat-value-unit {
  font-size: 0.73cqw;
}
.front-page__hero-stat-break {
  margin-top: 0.1cqw;
  font-weight: 800;
  font-size: 0.73cqw;
  line-height: 1.304;
  color: #3b3c3c;
}
.front-page__hero-service-text {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #3b3c3c;
  white-space: nowrap;
  margin-bottom: 0.42cqw;
}
@media (max-width: 768px) {
  .front-page__hero-canvas {
    aspect-ratio: 390/725;
    max-height: 725px;
    background-image: url("../images/top-fv-arch-sp.png"), url("../images/fv-bg-sp.png");
    background-position: bottom center, center;
    background-size: 100% auto, cover;
    background-repeat: no-repeat;
    mask-image: none;
  }
  .front-page__hero-inner {
    grid-template-columns: 1fr;
    padding-inline: 30px;
  }
  .front-page__hero-content {
    grid-column: 1;
    padding-top: 20px;
  }
  .front-page__hero-service-text {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .front-page__hero-logo {
    width: 156px;
  }
  .front-page__hero-title {
    font-size: 24px;
    white-space: normal;
  }
  .front-page__hero-catch {
    margin-top: 16px;
  }
  .front-page__hero-catch-line {
    font-size: 16px;
  }
  .front-page__hero-catch-line--accent {
    font-size: 20px;
  }
  .front-page__hero-catch-underline {
    width: 192px;
    margin: -10px 0 0 16px;
  }
  .front-page__hero-stats {
    width: 100%;
    gap: 9px;
    margin-top: 16px;
  }
  .front-page__hero-stat {
    width: auto;
    flex: 1;
    min-width: 0;
    height: 77px;
    border-radius: 30px;
    padding: 8px 4px 6px;
    justify-content: flex-end;
  }
  .front-page__hero-stat-label {
    min-height: auto;
    font-size: 9px;
  }
  .front-page__hero-stat-value-num {
    font-size: 15px;
  }
  .front-page__hero-stat-value-unit {
    font-size: 9px;
  }
  .front-page__hero-stat-break {
    font-size: 9px;
  }
}

.front-page__about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -11cqw;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .front-page__about-inner {
    margin-top: 0;
  }
}
.front-page__about-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__about-title {
    font-size: 24px;
    line-height: 40px;
  }
}
.front-page__about-inner > .c-cta-button {
  margin-top: 32px;
}
.front-page__about-watermark {
  margin-top: 56px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 111px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 11.1px;
  color: #efefef;
}
@media (max-width: 1024px) {
  .front-page__about-watermark {
    font-size: 80px;
    letter-spacing: 8px;
  }
}
@media (max-width: 768px) {
  .front-page__about-watermark {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
}
.front-page__about-description {
  max-width: 1200px;
  margin: 16px auto 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__about-description {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .front-page__about-description-break {
    display: none;
  }
}

.front-page__vision-stage {
  background-image: url("../images/vision-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.front-page__vision-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .front-page__vision-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
.front-page__vision-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 600px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .front-page__vision-body {
    flex-shrink: 1;
    width: auto;
  }
}
.front-page__vision-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
}
.front-page__vision-label-en {
  color: #e76ca1;
  font-size: 14px;
  font-weight: 700;
}
.front-page__vision-label-ja {
  color: #3b3c3c;
}
.front-page__vision-heading {
  margin-top: 24px;
}
.front-page__vision-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  color: #3b3c3c;
}
@media (max-width: 1024px) {
  .front-page__vision-title {
    font-size: 36px;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .front-page__vision-title {
    font-size: 28px;
    white-space: normal;
  }
}
.front-page__vision-title-break {
  display: none;
}
@media (max-width: 768px) {
  .front-page__vision-title-break {
    display: inline;
  }
}
.front-page__vision-underline {
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .front-page__vision-underline {
    margin-top: 6px;
  }
}
.front-page__vision-texts {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}
.front-page__vision-text {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__vision-text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .front-page__vision-text-break {
    display: none;
  }
}
.front-page__vision-em {
  font-weight: 700;
}
.front-page__vision-visual {
  flex: 0 1 605px;
  min-width: 0;
}
@media (max-width: 768px) {
  .front-page__vision-visual {
    flex: none;
    width: 100%;
    max-width: 605px;
    margin-inline: auto;
  }
}
.front-page__vision-image {
  display: block;
  width: 100%;
  height: auto;
}

.front-page__recruit-lead-stage {
  display: grid;
  grid-template-columns: 18.67cqw 25.73cqw 1fr;
  align-items: center;
  min-height: 22.86cqw;
  background-image: url("../images/recruit-lead-visual.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80.99cqw auto;
}
@media (max-width: 1280px) {
  .front-page__recruit-lead-stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 2rem;
    row-gap: 2rem;
    align-items: start;
    min-height: auto;
    max-width: none;
    aspect-ratio: auto;
    padding-bottom: 2.5rem;
    background-image: none;
  }
}
@media (max-width: 768px) {
  .front-page__recruit-lead-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    column-gap: 0;
    row-gap: 0;
    align-items: start;
    min-height: 0;
    aspect-ratio: 390/780;
    max-width: 480px;
    padding: 40px 20px;
    background-image: url("../images/findyourplace-bg-sp.png");
    background-position: top center;
    background-size: cover;
  }
}
.front-page__recruit-lead-head {
  grid-column: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .front-page__recruit-lead-head {
    grid-column: 1/-1;
    grid-row: 1;
    justify-content: center;
    align-items: flex-start;
    min-height: 38.4cqw;
    padding: 2.5rem 2rem;
    background-image: url("../images/recruit-lead-visual-left.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .front-page__recruit-lead-head {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    padding: 0;
    background-image: none;
  }
}
.front-page__recruit-lead-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.front-page__recruit-lead-label-en {
  color: #e76ca1;
}
.front-page__recruit-lead-label-ja {
  color: #3b3c3c;
}
.front-page__recruit-lead-title {
  margin: 1.75rem 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.75rem, 2.19cqw, 2.625rem);
  font-weight: 700;
  line-height: 1.1;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__recruit-lead-title {
    margin-top: 1rem;
    font-size: 1.625rem;
    line-height: 1.46;
  }
}
.front-page__recruit-lead-lead {
  margin: 2.25rem 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__recruit-lead-lead {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.778;
  }
}
.front-page__recruit-lead-bubble {
  grid-column: 3;
  align-self: end;
  display: grid;
  place-items: center;
  width: 11.04cqw;
  aspect-ratio: 212/221;
  background-image: url("../images/recruit-lead-bubble.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1280px) {
  .front-page__recruit-lead-bubble {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    align-self: center;
    width: 160px;
  }
}
@media (max-width: 768px) {
  .front-page__recruit-lead-bubble {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    justify-self: start;
    width: 146px;
  }
}
.front-page__recruit-lead-photo {
  display: none;
}
@media (max-width: 1280px) {
  .front-page__recruit-lead-photo {
    display: block;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    aspect-ratio: 464/309;
    background-image: url("../images/recruit-lead-visual-right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .front-page__recruit-lead-photo {
    display: none;
  }
}
.front-page__recruit-lead-bubble-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.125rem, 1.67cqw, 2rem);
  font-weight: 700;
  line-height: 1.31;
  text-align: left;
  white-space: nowrap;
  justify-self: start;
  margin-inline-start: 2.45cqw;
  color: #e8496b;
}
@media (max-width: 1280px) {
  .front-page__recruit-lead-bubble-text {
    justify-self: center;
    margin-inline-start: 0;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.31;
  }
}
@media (max-width: 768px) {
  .front-page__recruit-lead-bubble-text {
    justify-self: start;
    text-align: left;
    font-size: 1.625rem;
    line-height: 1.615;
    margin-inline-start: 1.75rem;
    padding-left: 22px;
  }
}

.front-page__jobtitle-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1280px) {
  .front-page__jobtitle-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .front-page__jobtitle-inner {
    gap: 40px;
  }
}
.front-page__jobtitle-dept {
  display: flex;
  align-items: center;
  background-color: #f9f9fa;
}
.front-page__jobtitle-dept--media {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 768px) {
  .front-page__jobtitle-dept--media {
    border-radius: 0 30px 70px 0;
    width: calc(100% - 20px);
    justify-self: start;
  }
}
.front-page__jobtitle-dept--marketing {
  flex-direction: row-reverse;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 768px) {
  .front-page__jobtitle-dept--marketing {
    border-radius: 30px 0 0 70px;
    width: calc(100% - 20px);
    justify-self: end;
  }
}
@media (max-width: 768px) {
  .front-page__jobtitle-dept {
    flex-direction: column-reverse;
  }
}
.front-page__jobtitle-photo {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 480/280;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .front-page__jobtitle-photo {
    flex: none;
    width: 100%;
    aspect-ratio: 370/215;
  }
}
.front-page__jobtitle-photo--media {
  border-radius: 0 16px 16px 0;
}
@media (max-width: 768px) {
  .front-page__jobtitle-photo--media {
    border-radius: 0 0 70px 0;
  }
}
.front-page__jobtitle-photo--marketing {
  border-radius: 16px 0 0 16px;
}
@media (max-width: 768px) {
  .front-page__jobtitle-photo--marketing {
    border-radius: 0 0 0 70px;
  }
}
.front-page__jobtitle-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-page__jobtitle-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 32px;
}
@media (max-width: 768px) {
  .front-page__jobtitle-body {
    padding: 32px 20px;
  }
}
.front-page__jobtitle-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.front-page__jobtitle-dept-name {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__jobtitle-dept-name {
    font-size: 26px;
  }
}
.front-page__jobtitle-bar {
  width: 84px;
  height: 8px;
}
.front-page__jobtitle-bar--media {
  background-color: #e8496b;
}
.front-page__jobtitle-bar--marketing {
  background-color: #f89625;
}
.front-page__jobtitle-jobs {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.front-page__jobtitle-job {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .front-page__jobtitle-job {
    gap: 20px;
  }
}
.front-page__jobtitle-job--divided {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}
.front-page__jobtitle-icon {
  flex: 0 0 auto;
  display: block;
  width: 80px;
  height: 80px;
}
.front-page__jobtitle-job-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.front-page__jobtitle-job-text .c-entry-button {
  margin-top: 16px;
}
.front-page__jobtitle-job-name {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__jobtitle-job-name {
    font-size: 20px;
  }
}
.front-page__jobtitle-job-desc {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__jobtitle-job-desc {
    font-size: 16px;
  }
}

.c-entry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 232px;
  height: 52px;
  border-radius: 5px;
  background: #3b3c3c;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.c-entry-button__icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.c-entry-button--closed {
  background: #888;
  cursor: default;
}

.front-page__clients {
  background-color: #f9f9fa;
}
@media (max-width: 768px) {
  .front-page__clients {
    padding-bottom: 0;
  }
}
.front-page__clients-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.front-page__clients-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page__clients-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.front-page__clients-label-en {
  color: #e76ca1;
  font-size: 14px;
  font-weight: 700;
}
.front-page__clients-label-ja {
  color: #3b3c3c;
}
.front-page__clients-title {
  margin: 24px 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  color: #3b3c3c;
}
.front-page__clients-underline {
  width: 64px;
  height: 5px;
  margin-top: 20px;
  background-color: #3b3c3c;
}
.front-page__clients-marquee {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 170px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .front-page__clients-marquee {
    min-height: calc(170px * 0.75);
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.front-page__clients-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: front-page-clients-scroll 40s linear infinite;
}
.front-page__clients-item {
  flex: 0 0 auto;
}
.front-page__clients-logo {
  display: block;
  width: 195px;
  height: 81px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .front-page__clients-logo {
    width: calc(195px * 0.8);
    height: calc(81px * 0.8);
  }
}

@keyframes front-page-clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .front-page__clients-track {
    animation: none;
  }
}
.front-page__cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page__cta-eyebrow {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  color: #e8496b;
}
@media (max-width: 768px) {
  .front-page__cta-eyebrow {
    font-size: 18px;
    line-height: 1.8;
  }
}
.front-page__cta-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__cta-title {
    font-size: 24px;
    line-height: 40px;
  }
}
.front-page__cta-inner > .c-cta-button {
  margin-top: 32px;
}

.front-page__note {
  background-color: #f9f9fa;
}
.front-page__note-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.front-page__note-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page__note-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__note-title {
    font-size: 26px;
  }
}
.front-page__note-underline {
  width: 64px;
  height: 5px;
  margin-top: 20px;
  background-color: #3b3c3c;
}
.front-page__note-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .front-page__note-list {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .front-page__note-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.front-page__note-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  color: #3b3c3c;
  text-decoration: none;
}
.front-page__note-thumb {
  width: 100%;
  aspect-ratio: 372/227;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .front-page__note-thumb {
    border-radius: 10px;
  }
}
.front-page__note-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.front-page__note-card-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #3b3c3c;
}
.front-page__note-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #3b3c3c;
}
.front-page__note-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 372px;
  max-width: 100%;
  height: 60px;
  padding-inline: 24px;
  border: 1px solid #3b3c3c;
  border-radius: 10px;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__note-more {
    width: 100%;
  }
}
.front-page__note-more-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.front-page__faq-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .front-page__faq-inner {
    gap: 40px;
  }
}
.front-page__faq-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-page__faq-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__faq-title {
    font-size: 28px;
  }
}
.front-page__faq-underline {
  width: 64px;
  height: 5px;
  margin-top: 20px;
  background-color: #3b3c3c;
}
.front-page__faq-card {
  width: 100%;
  max-width: 1200px;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #f9f9fa;
}
@media (max-width: 768px) {
  .front-page__faq-card {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
.front-page__faq-item:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e4e4e7;
}
.front-page__faq-question {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
}
@media (max-width: 768px) {
  .front-page__faq-question {
    gap: 16px;
  }
}
.front-page__faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .front-page__faq-answer {
    gap: 16px;
  }
}
.front-page__faq-badge {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .front-page__faq-badge {
    width: 32px;
    height: 32px;
  }
}
.front-page__faq-question-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__faq-question-text {
    font-size: 20px;
    line-height: 1.6;
  }
}
.front-page__faq-answer-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  color: #3b3c3c;
}
@media (max-width: 768px) {
  .front-page__faq-answer-text {
    font-size: 16px;
    line-height: 1.9;
  }
}

.l-content.front-page__about-inner,
.l-content.front-page__vision-inner,
.l-content.front-page__cta-inner,
.l-content.front-page__clients-inner,
.l-content.front-page__note-inner,
.l-content.front-page__faq-inner {
  max-width: calc(1280px + 32px * 2);
  padding-inline: 32px;
}
@media (max-width: 768px) {
  .l-content.front-page__about-inner,
  .l-content.front-page__vision-inner,
  .l-content.front-page__cta-inner,
  .l-content.front-page__clients-inner,
  .l-content.front-page__note-inner,
  .l-content.front-page__faq-inner {
    max-width: calc(1280px + 16px * 2);
    padding-inline: 16px;
  }
}
