@charset "UTF-8";

/* Foundation
-------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.p-dhk-top {
  background-color: #fff;
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
:root {
  --text-gray: #767676;
}

.p-dhk-top img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-dhk-top .sp-only {display: none;}
.p-dhk-top .pc-only {display: block;}

/* Layout
-------------------------------- */
.l-main {
  overflow: hidden;
}

.l-inner {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

/* Component
-------------------------------- */
.c-section-title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  margin: 0;
}
.c-section-title::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  bottom: -10px;
  background-color: #2C56F7;
}

/* Project
-------------------------------- */
.p-dhk-top {
  background-color: #fff;
}

/* メインビジュアルの余白を広げる（新TOPのみ・PC） */
@media (min-width: 891px) {
  .p-dhk-top .hdg-top-b__inner {
    padding: 80px;
  }
}


/* 重要なお知らせ */
.p-info {
  padding-block: 18px;
  background-color: #eef5fb;
  border-bottom: 1px solid #d8e6f2;
}

.p-info__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 20px;
}

.p-info__label {
  margin: 2px 0 0;
  color: #C8341E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.p-info__list {
  display: grid;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-info__link {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-info__link:hover {
  opacity: 0.75;
}

.p-info__link--plain {
  color: #333333;
  text-decoration: none;
}

@media (max-width: 890px) {
  .p-info__inner {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

.p-sponsor {
  height: 105px;
  padding-block: 18px;
  overflow: hidden;
  background-color: #fff;
}

.p-sponsor__track {
  display: flex;
  width: max-content;
  animation: p-sponsor-scroll 34s linear infinite;
}

.p-sponsor__track--reverse {
  animation-name: p-sponsor-scroll-reverse;
}

.p-sponsor__tracks-sp {
  display: none;
}

.p-sponsor__list {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0 26px 0 0;
  list-style: none;
}

.p-sponsor__item {
  flex: 0 0 auto;
}

.p-sponsor__logo {
  width: auto;
  max-width: 150px;
  max-height: 69px;
  object-fit: contain;
}

/* 縦横比の違うロゴの大きさ調整（他社ロゴと光学的に揃える） */
.p-sponsor__logo--toppan {
  max-width: 132px;
  max-height: 24px;
}
.p-sponsor__logo--duskin {
  max-width: 124px;
  max-height: 42px;
}

.p-news {
  padding-block: 70px 54px;
  background-color: #F6F7FA;
}

.p-news__inner {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: start;
  column-gap: min(3.3vw, 49px);
}

.p-news__articles {
  min-width: 0;
}

.p-news__list {
  display: grid;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-news__link {
  position: relative;
  display: grid;
  grid-template-columns: 80px 108px 1fr;
  align-items: center;
  column-gap: 18px;
  min-height: 54px;
  padding: 14px 24px;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
}

.p-news__link::before,
.p-news__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 1px;
  background-color: #333333;
  transform-origin: right center;
  transition: right 0.3s ease;
}

.p-news__link::before {
  transform: translateY(-50%) rotate(45deg);
}

.p-news__link::after {
  transform: translateY(-50%) rotate(-45deg);
}
.p-news__link:hover {
  opacity: 0.8;
}
.p-news__link:hover::before,
.p-news__link:hover::after {
  right: 16px; 
}
.p-news__date {
  color: #333333;
  font-size: clamp(0.6em, 0.8vw, 1.28rem);
  line-height: 1.5;
  white-space: nowrap;
}

.p-news__category {
  display: inline-grid;
  place-items: center;
  min-width: 108px;
  min-height: 24px;
  padding-inline: 12px;
  border: 1px solid #2C56F7;
  color: #2C56F7;
  font-size: 1.3rem;
  line-height: 1.4;
  border-radius: 2.53px;
}

.p-news__text {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-news__more {
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin: 22px 4px 0 auto;
  padding-bottom: 6px;
  border-bottom: 1px solid #2C56F7;
  color: #2C56F7;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.p-news__more-icon {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  transition: transform 0.3s ease;
}

.p-news__more:hover .p-news__more-icon {
  transform: translate(3px, -3px);
}

.p-about {
  padding-block: 94px;
  background: #fff url("/common/img/top/bg_about.jpg") center top / cover no-repeat;
}

.p-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
  align-items: center;
  column-gap: 32px;
}

.p-about__top-text {
  min-width: 0;
}

.p-about__lead {
  color: #214DFB;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.p-about__title {
  margin: 0;
  color: #333333;
  font-size: 4.48rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-about__text {
  margin-top: 14px;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.p-about__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 240px));
  gap: 24px;
  margin-top: 24px;
}

.p-about__link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  height: 50px;
  padding: 12px 38px 12px 24px;
  background: linear-gradient(90deg, #4598FF 0%, #253CFF 100%);
  color: #fff;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease;
}

.p-about__link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
}

.p-about__link:hover::before {
  transform: translateX(0);
}

.p-about__link--outline {
  background: #fff;
  color: #00329F;
  border: 0.8px solid #00329F;
}

.p-about__link--outline::before {
  background: linear-gradient(90deg, #4598FF 0%, #253CFF 100%);
}

.p-about__link--outline:hover {
  color: #fff;
}

.p-about__link span,
.p-about__link-icon {
  position: relative;
  z-index: 1;
}

.p-about__link-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  flex: 0 0 auto;
  width: 8px;
  height: 13px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.p-about__link:hover .p-about__link-icon {
  transform: translate(4px, -50%);
}

.p-about__visual {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  overflow: hidden;
  animation: p-about-float 6s ease-in-out infinite;
  will-change: transform;
}

.p-about__top-image {
  display: block;
  width: 100%;
}

/* PC枠の画面領域にだけ動画を重ねる（座標は about_top.png のスクリーン位置に合わせる） */
.p-about__screen {
  position: absolute;
  top: 3%;
  left: 7%;
  width: 86%;
  height: 84%;
  /* object-fit: cover; */
  object-position: top center;
}

/* 画面を斜めに光が流れるシャイン演出 */
.p-about__visual::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -75%;
  width: 45%;
  height: 140%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  animation: p-about-shine 6s ease-in-out infinite;
}

@keyframes p-about-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

@keyframes p-about-screen {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.012); }
}

@keyframes p-about-shine {
  0%   { left: -75%; }
  35%  { left: 130%; }
  100% { left: 130%; }
}

@media (prefers-reduced-motion: reduce) {
  .p-about__visual,
  .p-about__top-image { animation: none; }
  .p-about__visual::after { display: none; }
}

.p-modes {
  margin-top: 84px;
}

.p-modes__title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 18px;
  margin: 0;
  color: #333333;
  font-size: 3.04rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-modes__title::before,
.p-modes__title::after {
  content: "";
  height: 1px;
  background-color: #333333;
}

.p-modes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px 12px;
  margin-top: 30px;
}

.p-modes__card {
  position: relative;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-height: 172px;
  padding: 24px 20px 17px 15px;
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 3px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-modes__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(33, 77, 251, 0.12);
}

.p-modes__card--agent {
  background:linear-gradient(38deg, #F0F0FB 0%, #FEFEFF 50%, #F0F0FB 100%);
}

.p-modes__card--scenario {
  background:linear-gradient(38deg, #E7F5F5 0%, #F9FFFF 50%, #E7F5F5 100%);
}

.p-modes__card--hybrid {
  grid-column: 1 / -1;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  min-height: 126px;
  padding: 13px 15px 30px;
  background:linear-gradient(64deg, #EEF5FD 0%, #FEFEFF 50%, #EEF5FD 100%);

}

.p-modes__icon {
  width: 133px;
  height: 133px;
  object-fit: contain;
  animation: p-modes-float 5s ease-in-out infinite;
  will-change: transform;
}

/* スクロールインでカードがふわっと出現（スタッガー） */
/* JS有効時は最初から隠す（描画→消える→再表示のチラつき防止）。
   <head>の即時スクリプトで<html>に.jsを付与するため、初回描画前に効く */
.js .p-modes__title,
.js .p-modes__card {
  opacity: 0;
}
.p-modes__title.is-revealed,
.p-modes__card.is-revealed {
  animation: p-modes-reveal 0.8s cubic-bezier(0.33, 0, 0.2, 1) both;
}
.p-modes__card.is-revealed:nth-child(2) {
  animation-delay: 0.12s;
}

@keyframes p-modes-reveal {
  from { opacity: 0; translate: 0 18px; }
  to   { opacity: 1; translate: 0 0; }
}

@keyframes p-modes-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* reduced-motion ガードは外す（ユーザー希望で常時アニメ／Reduce MotionでカードがopacityのままになるFOUC回避も兼ねる） */

.p-modes__body {
  min-width: 0;
}

.p-modes__card-title {
  margin: 0;
  color: #2624A3;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-modes__card--scenario .p-modes__card-title {
  color: #24A29A;
}

.p-modes__card--hybrid .p-modes__card-title {
  color: #016BF8;
}

.p-modes__summary {
  margin: 7px 0 0;
  font-size: clamp(1.28rem, 1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
}

.p-modes__list {
  display: grid;
  row-gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: clamp(1.28rem, 1vw, 1.6rem);
  line-height: 1.45;
}

.p-modes__list li {
  position: relative;
  padding-left: 28px;
}

.p-modes__list li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 2px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #2624A3;
  border-bottom: 3px solid #2624A3;
  transform: rotate(-45deg);
}

.p-modes__card--scenario .p-modes__list li::before {
  border-color: #24A29A;
}

.p-modes__arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.p-modes__arrow svg {
  transition: transform 0.3s ease;
}

.p-modes__arrow:hover svg {
  transform: translate(3px, -3px);
}

.p-modes__arrow--agent {
  background: linear-gradient(86deg, #8381E9 0%, #2624A3 100%);
}

.p-modes__arrow--scenario {
  background: linear-gradient(90deg, #5AC9BF 0%, #0A8E87 100%);
}

.p-modes__example {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: #016BF8;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.p-modes__example svg {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}

.p-modes__example:hover svg {
  transform: translate(3px, -3px);
}

.p-number {
  background: url(/common/img/top/bg_number.jpg) center / cover;
  padding-block: 60px 64px;
}

.p-number__title {
  margin: 0;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}

.p-number__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.p-number__grid::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-50%);
}

.p-number__item {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 134px;
  padding: 20px 20px 24px;
  color: #fff;
  text-align: center;
}

.p-number__item::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.32);
}

.p-number__item::before {
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
}

.p-number__item:nth-child(4n)::before {
  display: none;
}

.p-number__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* gap: 5px; */
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-number__icon {
  flex: 0 0 auto;
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.p-number__value {
  margin: 8px 0 0;
  font-size: min(3.68rem, 2.8vw, 39px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: flex-end;
  max-width: 100%;
}

.p-number__value span {
  font-size: clamp(1.6rem, 1.6vw, 23px);
  line-height: 1.45;
}

.p-number__value-break {
  display: none;
}

.p-number__note {
  margin: 3.2rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: right;
}

.p-service {
  padding-block: 117px 106px;
}

.p-service__contents{
  padding-block: 46px 83px;
}
.p-service__list{
  display: flex;
  flex-wrap: wrap;
  gap: min(4vw, 60px);
  list-style: none;
}
.p-service__item{
  max-width: 292px;
  width: 29%;
}
.p-service__img-wrap{
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.p-service__img{
  border-radius: 4px;
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease-out;
  will-change: transform;
}
/* カード全体ホバーで画像ズーム・タイトル・矢印を連動（ホバーが切れず滑らか） */
.p-service__item:hover .p-service__img{
  transform: scale(1.05);
}
.p-service__name{
  transition: color 0.35s ease;
}
.p-service__item:hover .p-service__name{
  color: #2C56F7;
}
.p-service__item:hover .p-service__link-icon{
  transform: translateX(6px);
}
.p-service__link{
  display: flex;
  color: #333333;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.p-service__name{
  font-size: 2.56rem;
  margin-block: 12px 8px;
}
.p-service__link-icon{
  background-color: #3157F7;
  width: 29px;
  height: 29px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.p-service__description{
  color: var(--text-gray);
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}

/* reduced-motion ガードは外す（ユーザー希望で常時アニメ。お問い合わせCTAと同挙動） */

.p-service__search-wrapper {
  max-width: 996px;
  margin-inline: auto;
}

.p-service__search {
  overflow: hidden;
  border-radius: 3px;
  background: linear-gradient(150deg, #3B82F6 0%, #2E49F5 100%);
  /* background: linear-gradient(15deg, #5DC0FE 0%, #57B6FD 5%, #489DFB 12%, #3C87FA 18%, #2C56F7 35%,  #2C56F7 57%, #8458F3 99%); */
}

.p-service__search-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-service__search-tab {
  min-height: 66px;
  border: 0;
  background-color: #F4F6FB;
  color: #3268F8;
  font: inherit;
  font-size: 2.08rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.p-service__search-tab.is-active {
  background: linear-gradient(150deg, #3B82F6 0%, #2E49F5 100%);
  /* background: linear-gradient(15deg, #5DC0FE 0%, #57B6FD 5%, #489DFB 12%, #3C87FA 18%, #2C56F7 35%,  #2C56F7 57%, #8458F3 99%); */
  color: #fff;
}

.p-service__search-tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
}

.p-service__search-panel {
  padding: 32px 44px 46px;
}

.p-service__search-panel[hidden] {
  display: none;
}

.p-service__search-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 29px;
  row-gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-service__search-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 53px;
  padding: 12px 46px 12px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}

.p-service__search-link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: right 0.2s ease, background-color 0.2s ease;
}

.p-service__search-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.2s ease;
}

.p-service__search-link:hover::before {
  right: 7px;
  background-color: rgba(255, 255, 255, 0.14);
}

.p-service__search-link:hover::after {
  right: 17px;
}

.p-service__search-more {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  text-align: center;
}

.p-service__search-alllink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.p-service__search-alllink::after {
  content: "›";
  font-size: 1.8rem;
  line-height: 1;
}

.p-service__search-alllink:hover {
  background-color: #fff;
  color: #2C56F7;
}

.p-case {
  padding-block: 100px;
  background: url("/common/img/top/bg_case.jpg") center / cover;
}

.p-case__title {
  margin: 0;
  color: #333333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-case__carousel {
  margin-top: 66px;
}

.p-case__viewport {
  overflow: hidden;
}

.p-case__track {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(0);
  transition: transform 0.35s ease;
  will-change: transform;
}

.p-case__slide {
  flex: 0 0 min(38vw, 380px);
}

.p-case__card {
  display: block;
  color: #333333;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.p-case__card:hover {
  transform: translateY(-8px);
}

.p-case__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  transition: box-shadow 0.4s ease;
}
.p-case__tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  background: rgba(48, 120, 255, 0.6);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(17, 34, 80, 0.14);
}
.p-case__card:hover .p-case__img-wrap {
  box-shadow: 0 18px 38px rgba(17, 34, 80, 0.16);
}

.p-case__img {
  width: 100%;
  aspect-ratio: 380 / 229;
  border-radius: 6px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.p-case__card:hover .p-case__img {
  transform: scale(1.07);
}

.p-case__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 11px;
  row-gap: 6px;
  margin-top: 19px;
}
.p-case__head {
  display: flex;
  align-items: flex-end;
}
.p-case__logo {
  flex: 0 0 auto;
  width: auto;
  max-width: 190px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
}

.p-case__logo--pocketcard {
  max-width: 198px;
  height: 38px;
}

.p-case__logo--police {
  max-width: 140px;
  height: 39px;
}

.p-case__text {
  flex: 0 0 100%;
  margin: 0;
  color: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-case__company {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  color: var(--text-gray);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
}

/* reduced-motion ガードは外す（ユーザー希望で常時アニメ） */

.p-case__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
}

.p-case__more {
  margin-top: 40px;
  text-align: center;
}
.p-case__more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 42px;
  border: 1px solid #2C56F7;
  border-radius: 999px;
  color: #2C56F7;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.p-case__more-link:hover {
  background-color: #2C56F7;
  color: #fff;
}
.p-case__more-icon {
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}
.p-case__more-link:hover .p-case__more-icon {
  transform: translate(2px, -2px);
}

.p-case__arrow {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid #3157F7;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.p-case__arrow svg {
  display: block;
  width: 17px;
  height: 17px;
}

.p-case__arrow svg path {
  transition: fill 0.2s ease;
}

.p-case__arrow--prev svg {
  transform: rotate(180deg);
}

.p-case__arrow:hover {
  background-color: rgba(49, 87, 247, 0.08);
}

.p-case__arrow:disabled {
  border-color: #D9D9D9;
  cursor: default;
  opacity: 0.8;
}

.p-case__arrow:disabled svg path {
  fill: #D9D9D9;
}

.p-case__arrow:disabled:hover {
  background-color: transparent;
}

.p-case__dots {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-case__dot {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #D9D9D9;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.p-case__dot.is-active {
  background-color: #3157F7;
}

.p-case__dot:focus-visible,
.p-case__arrow:focus-visible {
  outline: 2px solid #3157F7;
  outline-offset: 3px;
}

.p-case__dot:hover {
  transform: scale(1.12);
}

.p-company {
  padding-block: 95px 81px;
}

.p-company__title {
  position: relative;
  margin: 0;
  color: #333333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-company__title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 34px;
  height: 3px;
  background-color: #2C56F7;
}

.p-company__content {
  display: grid;
  grid-template-columns: minmax(0, 413px) minmax(0, 1fr);
  align-items: start;
  column-gap: 34px;
  margin-top: 45px;
}

.p-company__images {
  display: grid;
  row-gap: 28px;
}

.p-company__image {
  width: 100%;
  aspect-ratio: 412 / 261;
  object-fit: cover;
}

.p-company__list {
  margin: 0;
}

.p-company__row {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  column-gap: 30px;
  padding-block: 16px;
}

.p-company__row::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #939393 0 3px,
    transparent 3px 8px
  );
  content: "";
}

.p-company__row:first-child {
  padding-top: 0;
}

.p-company__term {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  width: 124px;
}

.p-company__desc {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.55;
}

.p-company__desc p {
  margin: 0;
}

.p-company__desc p + p {
  margin-top: 25px;
}

.p-company__business {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-company__business li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-company__business li::before {
  content: '・';
}

.p-material-request {
  padding-block: 48px 95px;
}
.p-material-request__title {
  margin: 0;
  color: #333333;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.p-material-request__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 40px;
}

.p-material-request__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  background-color: #F7FAFF;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}
.p-material-request__card:hover {
  box-shadow: 0 16px 36px rgba(17, 34, 80, 0.13);
}
.p-material-request__card:focus-visible {
  outline: 2px solid #3157F7;
  outline-offset: 4px;
}

.p-material-request__img {
  width: 100%;
  aspect-ratio: 486 / 271;
  object-fit: cover;
}

.p-material-request__body {
  position: relative;
  flex: 1;
  min-height: 275px;
  padding: 26px 35px 35px;
}

.p-material-request__card-title {
  margin: 0;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-material-request__text {
  margin: 9px 0 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.7;
}

.p-material-request__list {
  display: grid;
  row-gap: 10px;
  max-width: calc(100% - 92px);
  margin: 23px 0 0;
  padding: 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.55;
  list-style: none;
}

.p-material-request__list li {
  position: relative;
  padding-left: 28px;
}

.p-material-request__list li::before {
  content: '';
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 17px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.32812 7.97699L6.64604 13.2949L15.2877 1.32959' stroke='url(%23paint0_linear_3001_1089)' stroke-width='2.65896' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3001_1089' x1='11.9059' y1='-681.848' x2='35.0083' y2='-681.402' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235DC0FE'/%3E%3Cstop offset='0.05' stop-color='%2357B6FD'/%3E%3Cstop offset='0.12' stop-color='%23489DFB'/%3E%3Cstop offset='0.18' stop-color='%233C87FA'/%3E%3Cstop offset='0.35' stop-color='%232C56F7'/%3E%3Cstop offset='0.57' stop-color='%232C56F7'/%3E%3Cstop offset='0.99' stop-color='%238458F3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
}

.p-material-request__arrow {
  position: absolute;
  right: 25px;
  bottom: 35px;
  display: grid;
  place-items: center;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4D91FF 0%, #2C56F7 70%, #3047F6 100%);
  color: #fff;
  text-decoration: none;
}

.p-material-request__arrow svg {
  transition: transform 0.3s ease;
}

.p-material-request__card:hover .p-material-request__arrow svg {
  transform: translate(4px, -4px);
}

/* reduced-motion ガードは外す（ユーザー希望で常時アニメ） */

.p-contact-cta {
  padding-block: 85px;
  background: url("/common/img/top/bg_number.jpg") center / cover;
}

.p-contact-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 465px) minmax(0, 478px);
  justify-content: center;
  gap: min(3.4vw, 50px);
}

.p-contact-cta__card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 28px;
  min-height: 137px;
  padding: 24px 27px 26px 32px;
  border-radius: 4px;
  background-color:#fff;
  color: #333333;
  text-decoration: none;
}

.p-contact-cta__card--tel {
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 24px;
  padding-inline: 32px 24px;
}

.p-contact-cta__icon {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.p-contact-cta__card--tel .p-contact-cta__icon {
  width: 58px;
  height: 58px;
}

.p-contact-cta__body {
  min-width: 0;
}

.p-contact-cta__title {
  margin: 0;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-contact-cta__text {
  margin: 7px 0 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.65;
}

.p-contact-cta__arrow {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4D91FF 0%, #2C56F7 70%, #3047F6 100%);
}

.p-contact-cta__arrow svg {
  transition: transform 0.3s ease;
}

.p-contact-cta__card--contact:hover .p-contact-cta__arrow svg {
  transform: translate(4px, -4px);
}

.p-contact-cta__tel-list {
  display: grid;
  row-gap: 7px;
  margin-top: 6px;
}

.p-contact-cta__tel-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.4;
}

.p-contact-cta__area {
  flex: 0 0 auto;
  min-width: 118px;
}

.p-contact-cta__tel-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid currentColor;
  color: #3674F9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.p-contact-cta__tel-link svg {
  flex: 0 0 auto;
}

.p-contact-cta__card:focus-visible,
.p-contact-cta__tel-link:focus-visible { 
  outline: 2px solid #3157F7;
  outline-offset: 4px;
}
@keyframes p-sponsor-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes p-sponsor-scroll-reverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 890px) {
  .p-dhk-top .sp-only {display: block;}
  .p-dhk-top .pc-only {display: none;}

  /* MV背景：スマホは濃い部分を見せる */
  .p-dhk-top .hdg-top-b {
    background-position: 35% 67%;
  }

  .p-sponsor {
    height: auto;
    padding-block: 14px;
  }

  /* スマホは1行スクロール（PCトラックを流用）＝2行をやめる */
  .p-sponsor__track--pc {
    display: flex;
    animation-duration: 22s;
  }

  .p-sponsor__tracks-sp {
    display: none;
  }

  .p-sponsor__logo {
    max-width: 116px;
    max-height: 36px;
  }
  .p-sponsor__logo--toppan {
    max-width: 104px;
    max-height: 18px;
  }
  .p-sponsor__logo--duskin {
    max-width: 96px;
    max-height: 30px;
  }

  .l-inner {
    width: calc(100% - 32px);
  }

  .c-section-title {
    font-size: 2.8rem;
  }

  .p-news {
    padding-block: 48px;
  }

  .p-news__inner {
    display: block;
  }

  .p-news__articles {
    margin-top: 34px;
  }

  /* スマホ：白カード枠をやめて幅いっぱい・右矢印なし */
  .p-news__link {
    grid-template-columns: auto auto 1fr;
    row-gap: 8px;
    column-gap: 10px;
    padding: 14px 0;
    background-color: transparent;
    border-bottom: 1px solid #e1e6ef;
  }
  .p-news__link::before,
  .p-news__link::after {
    display: none;
  }

  .p-news__text {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .p-news__date {
    font-size: 1.2rem;
  }

  .p-news__category {
    min-width: 0;
    min-height: 22px;
    padding-inline: 9px;
    font-size: 1.2rem;
    justify-self: start;
  }

  .p-about {
    padding-block: 54px 64px;
    background-image: url("/common/img/top/bg_about-sp.jpg");
    background-position: center top;
    background-size: cover;
  }

  .p-about__inner {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .p-about__lead {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .p-about__title {
    font-size: 4rem;
  }

  .p-about__text {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .p-about__links {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 22px auto 0;
    max-width: 450px;
  }

  .p-about__link {
    min-height: 48px;
  }

  .p-about__visual {
    justify-self: center;
    width: min(100%, 450px);
    margin-top: 25px;
  }

  .p-modes {
    margin-top: 54px;
  }

  .p-modes__title {
    display: block;
    font-size: 2.4rem;
  }

  .p-modes__title::before,
  .p-modes__title::after {
    display: none;
  }

  .p-modes__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .p-modes__card {
    max-width: 450px;
    margin-inline: auto;
    width: 100%;
  }
  .p-modes__card,
  .p-modes__card--hybrid {
    grid-column: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 14px;
    min-height: auto;
    padding: 20px;
    text-align: center;
  }

  .p-modes__icon {
    width: 124px;
    height: auto;
  }

  .p-modes__body {
    width: 100%;
  }

  .p-modes__card-title {
    font-size: clamp(2.6rem, 5vw, 2rem);
  }

  /* .p-modes__summary,
  .p-modes__list {
    font-size: clamp(1.4rem, 4vw, 1.6rem);
  } */

  .p-modes__list {
    width: min(100%, 260px);
    row-gap: 4px;
    margin: 20px auto 0;
    justify-items: start;
    text-align: left;
    font-size: 1.6rem;
  }

  .p-modes__list li {
    padding-left: 22px;
  }

  .p-modes__list li::before {
    width: 12px;
    height: 7px;
    border-width: 2px;
  }

  .p-modes__arrow {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }

  .p-modes__card:not(.p-modes__card--hybrid) {
    padding-bottom: 48px;
  }

  .p-modes__example {
    justify-self: center;
    align-self: start;
    margin-top: 10px;
    /* font-size: 1.3rem; */
  }
  .p-number {
    background: url(/common/img/top/bg_number-sp.jpg) center / cover;
    padding-block: 48px 54px;
  }

  .p-number__title {
    font-size: 2.8rem;
    text-align: center;
  }

  .p-number__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
    max-width: 450px;
    margin-inline: auto;
  }

  .p-number__grid::before {
    display: none;
  }

  .p-number__item {
    align-content: center;
    grid-template-rows: auto auto;
    row-gap: 10px;
    min-height: 136px;
    padding: 16px 10px;
  }

  /* 横線は各セルの上ボーダーで（行高に依らず必ず境界に出る）。3行目以降に上線 */
  .p-number__item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }

  .p-number__item:nth-child(4n)::before {
    display: block;
  }

  .p-number__item:nth-child(2n)::before {
    display: none;
  }

  .p-number__label {
    min-height: 0;
    gap: 5px;
    flex-wrap: wrap;
    line-height: 1.4;
    font-size: clamp(1.05rem, 3.3vw, 1.3rem);
  }

  /* .p-number__icon {
    width: 25px;
    height: 25px;
  } */

  .p-number__value {
    align-self: center;
    margin-top: 0;
    font-size: clamp(2.88rem, 7vw, 3.2rem);
  }

  .p-number__value img {
    height: 2.6rem;
    width: auto;
  }

  .p-number__value--support {
    display: block;
    font-size: 3.12rem;
    line-height: 1.18;
    text-align: center;
  }

  .p-number__value-break {
    display: block;
  }
  .p-number__value span {
    font-size: clamp(1.12rem, 3.5vw, 1.44rem);
  }
  .p-number__note {
    text-align: left;
    margin-top: 24px;
  }
  .p-service__list{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    max-width: 450px;
    margin-inline: auto;
  }
  .p-service__item{
    max-width:100%;
    width: 100%;
  }
  .p-service__link{
    margin-top: 18px;
  }
  .p-service__name{
    font-size: 2.08rem;
    margin-block: 0;
    line-height: 1.3;
  }
  .p-service__link-icon{
    width: 24px;
    height: 24px;
  }
  .p-service__link-icon svg{
    height: 9px;
  }
  .p-service__description{
    font-size: 1.6rem;
    margin-top: 8px;
  }

  .p-service {
    padding-block: 72px 70px;
  }

  .p-service__contents {
    padding-block: 38px 52px;
  }

  .p-service__search-wrapper {
    max-width: 450px;
    margin-inline: auto;
  }

  .p-service__search-tab {
    min-height: 56px;
    padding-inline: 10px;
    font-size: 1.5rem;
  }

  .p-service__search-panel {
    padding: 20px;
  }

  .p-service__search-list {
    grid-template-columns: 1fr;
  }

  .p-service__search-link {
    min-height: 50px;
    padding-inline: 4px 42px;
    font-size: 1.5rem;
  }

  .p-service__search-link::before {
    right: 4px;
    width: 24px;
    height: 24px;
  }

  .p-service__search-link::after {
    right: 14px;
  }

  .p-service__search-link:hover::before {
    right: 2px;
  }

  .p-service__search-link:hover::after {
    right: 12px;
  }
  .p-case {
    padding-block: 60px;
    background: url("/common/img/top/bg_case-sp.jpg") center / cover;
  }

  .p-case__title {
    font-size: 2.8rem;
  }

  .p-case__carousel {
    margin-top: 38px;
  }

  /* スマホは指スワイプ（ネイティブ横スクロール）にする */
  .p-case__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-padding-left: 0;
  }
  .p-case__viewport::-webkit-scrollbar {
    display: none;
  }
  .p-case__track {
    gap: 16px;
    transform: none !important;
  }
  .p-case__slide {
    flex-basis: min(78vw, 300px);
    scroll-snap-align: start;
  }
  /* スワイプ操作にするので矢印・ドットは隠す */
  .p-case__controls {
    display: none;
  }

  .p-case__body {
    margin-top: 14px;
  }

  .p-case__head {
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
    row-gap: 4px;
  }

  .p-case__logo {
    max-width: 150px;
    height: 30px;
  }

  .p-case__logo--pocketcard {
    max-width: 170px;
    height: 32px;
  }

  .p-case__logo--police {
    max-width: 124px;
    height: 34px;
  }

  .p-case__company,
  .p-case__text {
    font-size: 1.5rem;
  }

  .p-case__controls {
    gap: 16px;
    margin-top: 28px;
  }

  .p-case__arrow {
    width: 34px;
    height: 34px;
  }

  .p-case__dots {
    gap: 15px;
  }

  .p-case__dot {
    width: 11px;
    height: 11px;
  }

  .p-case__img {
    width: 100%;
  }


  .p-company {
    padding-block: 60px;
  }

  .p-company__title {
    font-size: 2.8rem;
  }

  .p-company__content {
    display: block;
    margin-top: 46px;
  }

  .p-company__image {
    width: 95%;
  }

  .p-company__images {
    row-gap: 18px;
    justify-items: center;
  }

  .p-company__info {
    margin-top: 32px;
  }

  .p-company__row {
    grid-template-columns: 1fr;
    row-gap: 7px;
    padding-block: 16px;
  }

  .p-company__term,
  .p-company__desc {
    font-size: 1.5rem;
  }

  .p-company__desc p + p {
    margin-top: 20px;
  }

  /* 住所(大阪/東京)はスマホで横スワイプ */
  .p-company__desc--address {
    display: flex;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .p-company__desc--address::-webkit-scrollbar {
    display: none;
  }
  .p-company__desc--address > p {
    flex: 0 0 86%;
    scroll-snap-align: start;
    margin: 0;
    padding: 14px 16px;
    background-color: #f4f7fc;
    border-radius: 6px;
  }
  .p-company__desc--address p + p {
    margin-top: 0;
  }

  .p-material-request {
    padding-block: 48px 64px;
  }

  .p-material-request__title {
    font-size: 2.8rem;
  }

  .p-material-request__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
    max-width: 450px;
    margin-inline: auto;
  }

  .p-material-request__card {
    box-shadow: 0 6px 18px rgba(17, 34, 80, 0.1);
    border: 1px solid #e2e9f4;
  }

  .p-material-request__body {
    min-height: auto;
    padding: 18px 20px 82px;
  }

  .p-material-request__card-title {
    font-size: 2.2rem;
  }

  .p-material-request__text,
  .p-material-request__list {
    font-size: 1.5rem;
  }

  .p-material-request__list {
    max-width: none;
  }

  .p-material-request__arrow {
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
  }

  .p-material-request__arrow svg {
    width: 24px;
    height: 24px;
  }

  .p-contact-cta {
    padding-block: 52px;
    background-image: url("/common/img/top/bg_number-sp.jpg");
  }

  .p-contact-cta__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 450px;
  }

  .p-contact-cta__card,
  .p-contact-cta__card--tel {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 16px;
    min-height: auto;
    padding: 16px;
  }

  .p-contact-cta__card--contact {
    grid-template-columns: 56px minmax(0, 1fr) 48px;
  }

  .p-contact-cta__icon,
  .p-contact-cta__card--tel .p-contact-cta__icon {
    width: 56px;
    height: 56px;
  }

  .p-contact-cta__title {
    font-size: 2rem;
  }

  .p-contact-cta__text,
  .p-contact-cta__tel-row {
    font-size: 1.5rem;
  }

  .p-contact-cta__arrow {
    width: 48px;
    height: 48px;
  }

  .p-contact-cta__arrow svg {
    width: 23px;
    height: 23px;
  }

  .p-contact-cta__tel-row {
    flex-wrap: wrap;
    gap: 4px 10px;
  }

  .p-contact-cta__area {
    min-width: 112px;
  }

  .p-contact-cta__tel-link {
    font-size: 1.7rem;
  }

}
