.as-info {
  position: relative;
  overflow: hidden;
  padding: 40px 0 120px;
  background: #fff;
  color: #0b1220;
  font-family:
    "Noto Sans JP",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  z-index: 2;
}

.as-info__inner {
  position: relative;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  transform: translateX(80px);
  z-index: 2;
  min-height: 640px;
}

.as-info__rail {
  position: absolute;
  left: 200px;
  top: -10px;
  width: 150px;
  height: calc(100% + 120px);
  background: rgba(11, 18, 32, 0.04);
  overflow: hidden;
  z-index: 0;
}

.as-info__railFill {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.05);
  transform: scaleY(0);
  transform-origin: top;
}

.as-info__railWord {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  font-family: "Noto Serif JP", Georgia, serif;
  font-size: 102px;
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-align: center;
  color: rgba(11, 18, 32, 0.08);
  user-select: none;
  pointer-events: none;
  transform: translateY(-200px);
}

.as-info__head {
  position: relative;
  z-index: 3;
  margin: 0 0 62px;
}

.as-info__title {
  margin: 0;
  font-size: 102px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-family: "Noto Serif JP", Georgia, serif;
  transform: translateX(-52px);
}

.as-info__titleMain {
  display: inline-block;
  font-size: 102px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-family: "Noto Serif JP", Georgia, serif;
  font-weight: 700;
}

.as-info__titleMain > span {
  color: #c02b8a;
}

.as-info__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 120px;
  align-items: start;
}

.as-info__content {
  padding: 20px 0 0 175px;
}

.as-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 560px;
}

.as-info__item {
  border-bottom: 1px solid rgba(11, 18, 32, 0.14);
}

.as-info__item a {
  display: block;
  padding: 0 0 14px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.as-info__item + .as-info__item a {
  padding-top: 22px;
}

.as-info__item a:hover {
  opacity: 0.72;
}

.as-info__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}

.as-info__date {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(11, 18, 32, 0.78);
  font-family: var(
    --mono,
    ui-monospace,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace
  );
}

.as-info__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 22px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.as-info__tag--corporate {
  color: #c02b8a;
  background: rgba(224, 123, 185, 0.28);
}

.as-info__tag--service {
  color: #d09a18;
  background: rgba(232, 203, 133, 0.42);
}

.as-info__tag--recruit {
  color: #2b76cb;
  background: rgba(155, 194, 241, 0.38);
}

.as-info__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.as-info__more {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 28px;
  margin-top: 44px;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #c02b8a;
  color: #c02b8a;
  text-decoration: none;
}

.as-info__moreText {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.as-info__moreArrow {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  transform: translate(0, -2px);
  transition: transform 0.3s ease;
}

.as-info__more:hover .as-info__moreArrow {
  transform: translate(8px, -2px);
}

.as-info__image {
  margin: 0;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 360 / 215;
  border: 6px solid #fff;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.16);
  overflow: hidden;
}

.as-info__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.as-info::before {
  content: "";
  position: absolute;
  bottom: 120px;
  left: -30px;
  width: 150%;
  height: 70px;
  background: linear-gradient(
    to bottom,
    rgba(115, 115, 115, 0.703) 30%,
    rgba(217, 217, 217, 0.1) 100%
  );
  transform: rotate(-5deg);
  transform-origin: center;
  pointer-events: none;
  z-index: 1;
}

.as-info__head,
.as-info__content,
.as-info__more {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.as-info.is-in .as-info__head,
.as-info.is-in .as-info__content,
.as-info.is-in .as-info__more {
  opacity: 1;
  transform: translateY(0);
}

.as-info__content {
  transition-delay: 0.2s;
}

.as-info__more {
  transition-delay: 0.4s;
}

.as-info__brandBg {
  position: absolute;
  left: -180px;
  top: 45%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 0;
  opacity: 0.05;
  pointer-events: none;
  color: #5f5f5f;
}

.as-info__brandSvg {
  width: 600px;
  height: auto;
}

.as-info__brandBg img {
  display: block;
  width: 560px;
  height: auto;
  transform-origin: center center;
  filter: brightness(0);
}

@media (max-width: 767px) {
  .as-info {
    padding: 0 0 110px;
    background: #fff;
    overflow: hidden;
  }

  .as-info__inner {
    width: calc(100% - 28px);
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
    min-height: auto;
    transform: none;
  }

  .as-info__rail {
    position: absolute;
    left: 14px;
    top: 0;
    width: 62px;
    height: 240px;
    background: rgba(11, 18, 32, 0.05);
    overflow: hidden;
    z-index: 0;
  }

  .as-info__railFill {
    background: rgba(11, 18, 32, 0.04);
    transform: none;
  }

  .as-info__railWord {
    position: absolute;
    inset: auto;
    top: 23px;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-family: "Noto Serif JP", Georgia, serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: rgba(11, 18, 32, 0.1);
    transform: none;
  }

  .as-info__head {
    position: relative;
    z-index: 3;
    margin: 25px 0 26px;
    padding-left: 22px;
  }

  .as-info__title {
    margin: 0;
    font-size: 42px;
    line-height: 0.95;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "Noto Serif JP", Georgia, serif;
    transform: none;
  }

  .as-info__titleMain {
    display: inline-block;
    font-size: 42px;
    line-height: 0.95;
    letter-spacing: 0.08em;
    font-family: "Noto Serif JP", Georgia, serif;
    font-weight: 500;
  }

  .as-info__titleMain > span {
    color: #c02b8a;
  }

  .as-info__brandBg {
    display: none;
  }

  .as-info__layout {
    display: block;
  }

  .as-info__content {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: 88px;
    position: relative;
    z-index: 2;
  }

  .as-info__list {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .as-info__item {
    border-bottom: 1px solid rgba(43, 118, 203, 0.2);
  }

  .as-info__item a {
    display: block;
    padding: 0 0 14px;
    text-decoration: none;
    color: inherit;
  }

  .as-info__item + .as-info__item a {
    padding-top: 18px;
  }

  .as-info__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .as-info__date {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.12em;
    font-weight: 500;
    font-family: "Roboto Mono", monospace;
    color: rgba(11, 18, 32, 0.82);
  }

  .as-info__tag {
    min-width: 118px;
    height: 22px;
    padding: 0 12px;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .as-info__text {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0;
  }

  .as-info__image {
    display: none;
  }

  .as-info__more {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    margin-right: 24px;
    padding: 0 0 10px;
    border-bottom: 1px solid #c02b8a;
    color: #c02b8a;
    text-decoration: none;
  }

  .as-info__moreText {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }

  .as-info__moreArrow {
    font-size: 14px;
    line-height: 1;
    transform: translateY(-1px);
  }

  .as-info::before {
    bottom: 34px;
    left: -40px;
    width: 140%;
    height: 48px;
    transform: rotate(-5deg);
    opacity: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .as-info {
    padding: 10px 0 158px;
    background: #fff;
  }

  .as-info__inner {
    width: calc(100% - 40px);
    margin: 44px auto 0;
    position: relative;
    z-index: 2;
    min-height: auto;
    transform: none;
  }

  .as-info__rail {
    left: 16px;
    top: 0;
    width: 72px;
    height: 100%;
    background: rgba(11, 18, 32, 0.05);
    overflow: hidden;
  }

  .as-info__railFill {
    background: rgba(11, 18, 32, 0.04);
    transform: none;
  }

  .as-info__railWord {
    position: absolute;
    inset: auto;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-family: "Noto Serif JP", Georgia, serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.02em;
    color: rgba(11, 18, 32, 0.1);
    transform: none;
  }

  .as-info__head {
    position: relative;
    z-index: 3;
    margin: 0 0 22px;
    padding-left: 22px;
  }

  .as-info__title,
  .as-info__titleMain {
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
    transform: none;
  }

  .as-info__layout {
    display: block;
  }

  .as-info__content {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: 92px;
    position: relative;
    z-index: 2;
  }

  .as-info__list {
    max-width: none;
  }

  .as-info__item {
    border-bottom: 1px solid rgba(43, 118, 203, 0.2);
  }

  .as-info__item a {
    padding: 0 0 16px;
  }

  .as-info__item + .as-info__item a {
    padding-top: 20px;
  }

  .as-info__meta {
    gap: 14px;
    margin-bottom: 10px;
  }

  .as-info__date {
    font-size: 13px;
  }

  .as-info__tag {
    min-width: 120px;
    height: 24px;
    font-size: 11px;
  }

  .as-info__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .as-info__more {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin: 32px 0 0;
    align-self: flex-end;
    padding-bottom: 8px;
    border-bottom: 1px solid #c02b8a;
  }

  .as-info__moreText {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .as-info__moreArrow {
    font-size: 18px;
  }

  .as-info__image,
  .as-info__brandBg {
    display: none;
  }

  .as-info::before {
    bottom: 60px;
    left: -40px;
    width: 140%;
    height: 60px;
    transform: rotate(-5deg);
  }
}

@media (min-width: 1280px) and (max-width: 1580px) {
  .as-info {
    padding: 40px 0 80px;
    background: #fff;
  }

  .as-info__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 700px;
    transform: none;
  }

  .as-info__rail {
    left: 130px;
    top: 0;
    width: 120px;
    height: calc(100% + 20px);
    background: rgba(11, 18, 32, 0.04);
    overflow: hidden;
  }

  .as-info__railFill {
    background: rgba(11, 18, 32, 0.05);
  }

  .as-info__railWord {
    font-size: 84px;
    line-height: 1.05;
    letter-spacing: 0.06em;
    transform: translateY(-202px);
  }

  .as-info__head {
    margin: 8px 0 48px;
    padding-left: 148px;
    position: relative;
    z-index: 3;
  }

  .as-info__title,
  .as-info__titleMain {
    font-size: 84px;
    line-height: 1;
    letter-spacing: 0.14em;
    transform: none;
  }

  .as-info__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 32px;
    align-items: start;
    margin-left: 260px;
    padding-left: 0;
    width: calc(100% - 260px);
    max-width: 1180px;
    box-sizing: border-box;
  }

  .as-info__content {
    display: flex;
    flex-direction: column;
    padding: 20px 0 0;
    max-width: 600px;
    min-width: 0;
    position: relative;
    z-index: 2;
  }

  .as-info__list {
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .as-info__item {
    border-bottom: 1px solid rgba(11, 18, 32, 0.14);
  }

  .as-info__item a {
    display: block;
    padding: 0 0 14px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
  }

  .as-info__item + .as-info__item a {
    padding-top: 22px;
  }

  .as-info__item a:hover {
    opacity: 0.72;
  }

  .as-info__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
  }

  .as-info__date {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.12em;
  }

  .as-info__tag {
    min-width: 108px;
    height: 22px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .as-info__text {
    margin: 0;
    max-width: 100%;
    font-size: clamp(16px, 1vw, 17px);
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .as-info__image {
    width: 100%;
    max-width: 420px;
    height: 300px;
    aspect-ratio: auto;
    margin: 60px 0 0;
    border: 6px solid #fff;
    box-shadow: 0 10px 24px rgba(11, 18, 32, 0.16);
    overflow: hidden;
  }

  .as-info__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .as-info__more {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 20px;
    margin-top: 44px;
    margin-right: 20px;
    margin-left: auto;
    min-width: 0;
    width: fit-content;
    max-width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #c02b8a;
    color: #c02b8a;
    text-decoration: none;
    white-space: nowrap;
  }

  .as-info__moreText {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  .as-info__moreArrow {
    font-size: 24px;
    line-height: 1;
    transform: translate(0, -2px);
  }

  .as-info__brandBg {
    position: absolute;
    left: -220px;
    top: 45%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 0;
    opacity: 0.05;
    pointer-events: none;
    color: #5f5f5f;
  }

  .as-info__brandSvg {
    width: 600px;
    height: auto;
  }

  .as-info__brandBg img {
    display: block;
    width: 560px;
    height: auto;
    transform-origin: center center;
    filter: brightness(0);
  }

  .as-info::before {
    bottom: 90px;
    left: -30px;
    width: 150%;
    height: 70px;
    transform: rotate(-5deg);
  }
}
