.p-agposs {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.p-agposs__hero {
  position: relative;
  padding-top: 154px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 4%, rgba(15, 14, 14, 0.9) 53%, rgba(0, 0, 0, 0.4) 95%), #424142;
  color: #ffffff;
  overflow: hidden;
}
.p-agposs__hero .c-breadcrumb {
  margin-bottom: 40px;
}
.p-agposs__hero .c-breadcrumb .c-breadcrumb__item {
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .p-agposs__hero {
    padding-top: 130px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__hero {
    padding-top: 100px;
    padding-bottom: 80px;
    border-top-right-radius: 24px;
  }
}
.p-agposs__hero-inner {
  display: flex;
  align-items: center;
  max-width: 1195px;
  margin: 0 auto;
  justify-content: end;
}
@media screen and (max-width: 959px) {
  .p-agposs__hero-inner {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 0 24px;
    align-items: stretch;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__hero-inner {
    padding: 0 20px;
    gap: 40px;
  }
}
.p-agposs__hero-text {
  position: relative;
  left: 90px;
  max-width: 498px;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 959px) {
  .p-agposs__hero-text {
    left: 0;
    max-width: 100%;
  }
}
.p-agposs__logo {
  width: 390px;
  margin: 0 0 40px;
}
.p-agposs__logo img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-agposs__logo {
    width: 100%;
    max-width: 360px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__logo {
    max-width: 260px;
  }
}
.p-agposs__hero-desc {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.08em;
  max-width: 680px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-agposs__hero-desc {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
  }
}
.p-agposs__hero-image {
  flex-shrink: 0;
  width: 620px;
}
.p-agposs__hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
@media screen and (max-width: 959px) {
  .p-agposs__hero-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__hero-image {
    max-width: 100%;
  }
}
.p-agposs__divider-row {
  max-width: 1400px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 599px) {
  .p-agposs__divider-row {
    margin-bottom: 40px;
  }
}
.p-agposs__buy-wrapper {
  max-width: 1100px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 45px;
}
@media screen and (max-width: 959px) {
  .p-agposs__buy-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__buy-wrapper {
    padding: 0 20px;
    top: 20px;
    margin-bottom: 40px;
  }
}
.p-agposs__divider {
  position: relative;
  flex: 1;
  height: 1px;
}
.p-agposs__divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-agposs__divider::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 45%;
  height: 3px;
  background-color: #a88a67;
}

/* ヒーローアニメ完了後に divider の 2 本線が左から伸びる */
.p-agposs__divider-row.fade-in-up .p-agposs__divider::before,
.p-agposs__divider-row.fade-in-up .p-agposs__divider::after {
  width: 0;
  transition: width 1s ease-out;
}
.p-agposs__divider-row.fade-in-up.is-visible .p-agposs__divider::before {
  width: 85%;
  transition-delay: 0.8s;
}
.p-agposs__divider-row.fade-in-up.is-visible .p-agposs__divider::after {
  width: 45%;
  transition-delay: 1s;
}
.p-agposs__buy-btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: fixed;
  right: 48px;
  bottom: 48px;
  z-index: 50;
  color: #ffffff;
  font-family: "Inter", "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-decoration: none;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-agposs__buy-btn {
    right: 20px;
    bottom: 20px;
    gap: 12px;
    font-size: 14px;
  }
}
.p-agposs__buy-btn-arrow {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 1 / 1;
  width: 51.44px;
  border-radius: 50%;
  background-color: #868488;
  transition: background-color 0.4s 0.1s ease-out, border 0.4s 0.1s ease-out;
}
.p-agposs__buy-btn-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: linear-gradient(133deg, rgba(255, 255, 255, 0) -28.05%, #FFF 74.68%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease-out;
}
.p-agposs__buy-btn-arrow svg {
  display: block;
  width: 9.3px;
  height: auto;
  transition: translate 0.3s ease-out;
}
.p-agposs__buy-btn-arrow svg path {
  transition: stroke 0.3s ease-out;
}
.p-agposs__buy-btn:hover .p-agposs__buy-btn-arrow {
  background-color: transparent;
}
.p-agposs__buy-btn:hover .p-agposs__buy-btn-arrow svg {
  translate: 4px 4px;
}
.p-agposs__buy-btn:hover .p-agposs__buy-btn-arrow svg path {
  stroke: #3F3B3A;
}
.p-agposs__buy-btn:hover .p-agposs__buy-btn-arrow::before {
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .p-agposs__buy-btn-arrow {
    width: 37.5px;
  }
  .p-agposs__buy-btn-arrow svg {
    width: 6px;
  }
}
.p-agposs__desc {
  max-width: 900px;
  margin: 0 auto 60px;
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .p-agposs__desc {
    padding: 0 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__desc {
    padding: 0 20px;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 0;
  }
}
.p-agposs__intro {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 959px) {
  .p-agposs__intro {
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__intro {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.p-agposs__intro-image {
  flex-shrink: 0;
  width: 470px;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
}
.p-agposs__intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 959px) {
  .p-agposs__intro-image {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.p-agposs__intro-text {
  flex: 1;
  min-width: 0;
  max-width: 480px;
}
@media screen and (max-width: 959px) {
  .p-agposs__intro-text {
    max-width: 100%;
  }
}
.p-agposs__intro-title {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .p-agposs__intro-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.p-agposs__intro-desc {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .p-agposs__intro-desc {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.p-agposs__potential-section {
  position: relative;
  padding: 100px 80px 120px 0;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(0, 0, 0) 4%, rgba(15, 14, 14, 0.9) 53%, rgba(0, 0, 0, 0.4) 95%), #424142;
}
.p-agposs__potential-section::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  right: 80px;
  bottom: 0;
  background-color: #3d3a3f;
  border-radius: 0 150px 0 0;
  box-shadow: 0 4px 250px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .p-agposs__potential-section::before {
    right: 40px;
    border-radius: 0 100px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__potential-section::before {
    right: 20px;
    border-radius: 0 60px 0 0;
  }
}
.p-agposs__potential-section > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-agposs__potential-section {
    padding: 80px 40px 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__potential-section {
    padding: 60px 20px 80px 0;
  }
}
.p-agposs__potential {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .p-agposs__potential {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-agposs__potential {
    padding: 0 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__potential {
    padding: 0 16px;
  }
}
.p-agposs__potential-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px 45px;
}
@media screen and (max-width: 1199px) {
  .p-agposs__potential-wrapper {
    padding: 40px 30px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-agposs__potential-wrapper {
    padding: 32px 20px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__potential-wrapper {
    padding: 0 24px 24px;
    border-radius: 24px;
  }
}

/* SVG 白枠線（border の代わり、時計回りに描画アニメーション） */
.p-agposs__potential-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.p-agposs__potential-border rect {
  rx: 50px;
  ry: 50px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
@media screen and (max-width: 1199px) {
  .p-agposs__potential-border rect {
    rx: 40px;
    ry: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-agposs__potential-border rect {
    rx: 30px;
    ry: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__potential-border rect {
    rx: 24px;
    ry: 24px;
  }
}

/* wrapper の fade-in-up は「border 描画トリガー」用 — 自身の opacity/transform は無効化 */
.p-agposs__potential-wrapper.fade-in-up {
  opacity: 1;
  transform: none;
  transition: none;
}
/* 5 features 全てが出現し終えたあと（約 1.6s 後）に枠線を時計回りに描画 */
.p-agposs__potential-wrapper.fade-in-up.is-visible .p-agposs__potential-border rect {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.5s ease-out 1.6s;
}

/* 5 features を順番にフェードイン（観測タイミングは IntersectionObserver） */
.p-agposs__feature.fade-in-up:nth-child(1) { transition-delay: 0s; }
.p-agposs__feature.fade-in-up:nth-child(2) { transition-delay: 0.2s; }
.p-agposs__feature.fade-in-up:nth-child(3) { transition-delay: 0.4s; }
.p-agposs__feature.fade-in-up:nth-child(4) { transition-delay: 0.6s; }
.p-agposs__feature.fade-in-up:nth-child(5) { transition-delay: 0.8s; }
.p-agposs__potential-body {
  background: radial-gradient(85.98% 61.38% at 51.76% 52.33%, rgba(25, 23, 27, 0.17) 0%, rgba(98, 97, 99, 0.17) 74.52%, rgba(172, 172, 172, 0.17) 100%);
  border-radius: 40px;
  padding: 120px 140px;
}
@media screen and (max-width: 1199px) {
  .p-agposs__potential-body {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 959px) {
  .p-agposs__potential-body {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__potential-body {
    padding: 24px;
    background: #454347;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.p-agposs__potential-label {
  position: absolute;
  top: -12px;
  left: 105px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #aeaeae;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 24px;
  padding: 0 25px 0 80px;
  background: #3d3a3f;
}
@media screen and (max-width: 959px) {
  .p-agposs__potential-label {
    left: 40px;
    padding: 0 20px 0 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__potential-label {
    left: 24px;
    padding: 0 12px 0 24px;
    font-size: 16px;
    top: -8px;
  }
}
.p-agposs__potential-desc {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.08em;
  max-width: 900px;
}
@media screen and (max-width: 599px) {
  .p-agposs__potential-desc {
    font-size: 13px;
    line-height: 2;
  }
}
.p-agposs__features {
  display: flex;
  flex-direction: column;
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0 0 48px 0;
  max-width: 900px;
}
@media screen and (max-width: 599px) {
  .p-agposs__features {
    gap: 24px;
    margin-bottom: 0;
  }
}
.p-agposs__feature {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .p-agposs__feature {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-agposs__feature {
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__feature {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 8px;
    row-gap: 8px;
    align-items: center;
  }
  .p-agposs__feature-num {
    grid-column: 1;
    grid-row: 1;
  }
  .p-agposs__feature-title {
    grid-column: 2;
    grid-row: 1;
    white-space: normal;
  }
  .p-agposs__feature-line {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    margin: 0;
    width: 100%;
  }
  .p-agposs__feature-use {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    flex-basis: auto;
    font-size: 12px;
  }
}
.p-agposs__feature-num {
  padding-left: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  background: linear-gradient(270deg, rgba(168, 138, 103, 0) 6%, rgba(168, 138, 103, 0.5) 35%, rgb(168, 138, 103) 91%);
  border-radius: 20px 0 0 0;
  font-family: "DIN Alternate", "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #3d3a3f;
  line-height: 0.75;
}
@media screen and (max-width: 959px) {
  .p-agposs__feature-num {
    width: 100px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__feature-num {
    width: 53px;
    height: 24px;
    font-size: 24px;
    padding-left: 16px;
    line-height: 1;
  }
}
.p-agposs__feature-title {
  display: inline-block;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .p-agposs__feature-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__feature-title {
    font-size: 16px;
  }
}
.p-agposs__feature-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
  margin: 0 24px;
  min-width: 20px;
}
@media screen and (max-width: 599px) {
  .p-agposs__feature-line {
    margin: 0;
  }
}
.p-agposs__feature-use {
  flex-shrink: 0;
  width: 280px;
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1199px) {
  .p-agposs__feature-use {
    width: 240px;
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .p-agposs__feature-use {
    width: 200px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__feature-use {
    width: auto;
    flex-basis: 100%;
    font-size: 12px;
  }
}
.p-agposs__products {
  background: linear-gradient(90deg, rgb(0, 0, 0) 4%, rgba(15, 14, 14, 0.9) 53%, rgba(0, 0, 0, 0.4) 95%), #424142;
  padding: 120px 0 100px;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .p-agposs__products {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__products {
    padding: 60px 0 40px;
  }
}
.p-agposs__products-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 599px) {
  .p-agposs__products-inner {
    padding: 0 20px;
  }
}
.p-agposs__products-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-agposs__products-header {
    margin-bottom: 40px;
  }
}
.p-agposs__products-tag {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #aeaeae;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .p-agposs__products-tag {
    font-size: 18px;
  }
}
.p-agposs__products-subtitle {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #aeaeae;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.p-agposs__products-desc {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.08em;
  max-width: 1118px;
}
@media screen and (max-width: 599px) {
  .p-agposs__products-desc {
    font-size: 13px;
    line-height: 2;
  }
}
.p-agposs__products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .p-agposs__products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 599px) {
  .p-agposs__products-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-agposs__product-card {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.p-agposs__product-image {
  width: 100%;
  aspect-ratio: 346/219;
  margin-bottom: 16px;
}
.p-agposs__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
  display: block;
}
.p-agposs__product-title {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .p-agposs__product-title {
    font-size: 15px;
  }
}
.p-agposs__product-desc {
  font-family: "Inter", "DIN Alternate", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.08em;
  white-space: pre-line;
}
.p-agposs__back {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .p-agposs__back {
    margin-top: 60px;
  }
}
.p-agposs__back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-agposs__back-link:hover {
  opacity: 0.7;
}
.p-agposs__back-link::before {
  content: "";
  display: block;
  width: 14px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.09' height='4.4' fill='none'%3E%3Cpath d='M8.81 0L14.09 4.4H8.81V0Z' fill='%23fff'/%3E%3Cpath d='M0 3.52H9.69C9.69 4.01 9.29 4.4 8.81 4.4H0V3.52Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.p-agposs__cta {
  background-color: #e60012;
  padding: 80px 40px;
}
@media screen and (max-width: 599px) {
  .p-agposs__cta {
    padding: 50px 20px;
  }
}
.p-agposs__cta-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .p-agposs__cta-inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.p-agposs__cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 696px;
  padding: 60px 40px 40px;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 12px 12px 36px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-agposs__cta-card:hover {
  transform: translateY(-4px);
  box-shadow: 8px 16px 40px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 599px) {
  .p-agposs__cta-card {
    padding: 40px 20px 24px;
    border-radius: 16px;
  }
}
.p-agposs__cta-en {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .p-agposs__cta-en {
    font-size: 36px;
  }
}
.p-agposs__cta-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .p-agposs__cta-ja {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.p-agposs__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 70px;
  padding: 0 60px 0 40px;
  background-color: #1f1e22;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  border-radius: 122px;
  letter-spacing: 0.1em;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 599px) {
  .p-agposs__cta-btn {
    height: 56px;
    font-size: 14px;
  }
}
.p-agposs__cta-card:hover .p-agposs__cta-btn {
  background-color: #333;
}
.p-agposs__cta-btn-arrow {
  position: absolute;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.p-agposs__cta-btn-arrow-img {
  width: 12px;
  height: auto;
  transform: translateX(-2px);
  transition: transform 0.3s ease;
}
.p-agposs__cta-card:hover .p-agposs__cta-btn-arrow-img {
  transform: translateX(11px);
}
