

/* ============================================
   各セクション共通
   ============================================ */
.section {
  font-size: 1.0rem;
  /*
  min-height: 300px;
  padding: 40px 5%;
  display: flex;
  align-items: center;
  justify-content: center;*/
}

.section__heading {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  padding-bottom: 1rem;
  text-align: center;
}

/* h2のspan：サブコピー */
.section--2 .section__heading span,
.section--3 .section__heading span,
.section--4 .section__heading span,
.section--5 .section__heading span,
.section--6 .section__heading span,
.section--7 .section__heading span,
.section--last .section__heading span {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin-bottom: 0.375rem;
  color: #007DD9;
}


/* ============================================
   セクション1
   ============================================ */
.section--1 {
  background: #ffd6d6;
}

.section--1 .section__heading{
  color: #6385EB;
  text-align: left;
}

.section--1 .sec1_1 {
  background:
    url("../images/sec1_1.png") no-repeat center 10% / 70%,
    linear-gradient(180deg, #E6F5FF 0%, #CBD4F3 100%);
  padding: 40px 10% 0;
}
.section--1 .sec1_1 li{
  color: #666666;
  padding: 1rem 0;
}
.section--1 .sec1_1 p{
  position: relative;
  isolation: isolate;
  text-align: center;
  padding: 70% 0 20%;
  width: 100%;
  background: url("../images/sec1_2.png") no-repeat center bottom / 55%;
  font-size: 1.1em;
}
.section--1 .sec1_1 p span {
  position: relative;
  z-index: 0;
  color: #fff;
}
.section--1 .sec1_1 p span::before {
  content: '';
  position: absolute;
  inset: -1em -4em;
  background: rgba(127, 144, 187, 0.96);
  filter: blur(20px);
  z-index: -1;
}

.section--1 dl{
  width: 100%;
}
.section--1 dl div{
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 1.75rem;
}
/* 行ごとに段階的に濃くなる背景 */
.section--1 dl div:nth-child(1) { background: #7a9bbf; }
.section--1 dl div:nth-child(2) { background: #4a6d96; }
.section--1 dl div:nth-child(3) { background: #2a3f64; }

.section--1 dt {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  min-width: 4.5rem;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
 
.section--1 dd {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.sec1_2 {
  background: linear-gradient(180deg, #ddd8f0 0%, #f0d8ec 50%, #f8d8e8 100%);
  /*padding: 2rem 1.5rem 2.5rem;*/
  display: flex;
  flex-direction: column;
}
 
/* 1枚目テキスト：左揃え */
.sec1_2 p:nth-of-type(1) {
  font-size: 1.16rem;
  color: #3D548E;
  line-height: 1.6;
  padding: 3.0rem 2.0rem 0;
  letter-spacing: 0.04em;
}
/* 1枚目img：幅100% */
.sec1_2 img:nth-of-type(1) {
  width: 100%;
  display: block;
}
/* 2枚目テキスト：右揃え */
.sec1_2 p:nth-of-type(2) {
  font-size: 1.16rem;
  color: #3D548E;
  line-height: 1.6;
  text-align: right;
  padding: 0 2.0rem 2.2rem;
  letter-spacing: 0.03em;
}
/* 3枚目テキスト：imgの上に重ねる */
.sec1_2 p:nth-of-type(3) {
  font-size: 1.16rem;
  color: #5795F4;
  line-height: 1.4;
  text-align: right;
  letter-spacing: -0.03em;
  padding: 0.625rem 1rem;
  align-self: flex-end;
  margin-top: 3.4rem;
  margin-right: 3rem;
  margin-bottom: -10rem;
  position: relative;
  z-index: 1;
}
.sec1_2 p:nth-of-type(3) span::before {
  content: '';
  position: absolute;
  inset: -2rem -1.4rem;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}
/*
.sec1_2 p:nth-of-type(3) span::before {
  content: '';
  position: absolute;
  inset: -0.5em -0.5em;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(30px);
  z-index: -1;
}
*/
/* 2枚目img：角丸あり */
.sec1_2 img:nth-of-type(2) {
  width: calc(100% - 2rem);
  align-self: center;
  border-radius: 1rem;
  display: block;
  margin: 0.5rem 1rem;
}

.sec1_2 p:nth-of-type(4)  {
  width: 85%;
  margin: auto;
  position: relative;
  text-align: center;
  color: #ED5BAE;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 2.2rem 0;
  
}

.sec1_2 p:nth-of-type(4)::before {
  content: '';
  position: absolute;
  inset: -2rem -1.4rem;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}
 
.sec1_3{
  background:#f8d8e8;
  padding: 10% 0 15%;
}

/* ============================================
   compare-list コンポーネント（年収比較）
   ============================================ */
.section--2{
  padding: 3rem 0 6rem;
  background: linear-gradient(180deg, #FF8BC3 0%, #6DA5FF 50%, #1A92ED 100%);
}   
.section--2 h2.section__heading,.section--2 h2.section__heading span{
  color: #fff;
  letter-spacing: 0.03em;
}
.section--2 h2.section__heading strong{
  font-size: 1.8rem;
}
.section--2 h2:nth-child(3).section__heading{
  width: 85%;
  border-bottom: 1px solid #fff;
  margin: auto;
  font-size: 1.3rem;
}
 
/* リスト全体 */
.section--2 .compare-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 1rem 1.8rem 5rem;
}
 
/* 各カード：左に丸画像・右にテキスト */
.section--2 .compare-list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
 
/* 円形アイコン画像 */
.section--2 .compare-list li img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
 
/* テキストまとめ */
.section--2 .compare-list li div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
 
/* タイトル */
.section--2 .compare-list li strong {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}
 
/* サブテキスト */
.section--2 .compare-list li div p:nth-of-type(1) {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
}
 
/* 年収ボックス：共通 */
.section--2 .compare-list li div p:nth-of-type(2) {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  background: rgba(97, 15, 141, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}
 
/* 2枚目li：年収ボックスは強調（黄色テキスト・グラデーション枠） */
.section--2 .compare-list li:nth-child(2) div p:nth-of-type(2) {
  color: #fff;
  background: rgba(97, 15, 141, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-clip: padding-box;
}
 
/* 2枚目の年収数字部分（span）：黄色 */
.section--2 .compare-list li:nth-child(2) div p:nth-of-type(2) span {
  color: #f8d840;
  font-size: 1.3em;
  letter-spacing: 0.08em;
 
}
/* ============================================
   reason-list デザイナーを選んだ理由
   ============================================ */
.reason-sec__chara1 {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 38%;
  z-index: 1;
}
.reason-sec__chara2 {
  position: absolute;
  right: 1rem;
  top: -3rem;
  width: 18%;
  z-index: 1;
}
.section--2 .reason-list {
  list-style: none;
  /*background: linear-gradient(180deg, #4ab0f5 0%, #1a7ae0 100%);*/
  padding: 2rem 1.6rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.section--2 .reason-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.section--2 .reason-list li > img {
  width: 4.0rem;
  height: 8.0rem;
  object-fit: contain;
  object-position: middle;
  flex-shrink: 0;
}

.section--2 .reason-list li > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section--2 .reason-list li > div > span {
  display: inline-block;
  background: #fff;
  color: #1a7ae0;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.3rem 0.875rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
  align-self: flex-start;
}

.section--2 .reason-list li > div > h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.section--2 .reason-list li > div > p {
  font-size: 0.9rem;
  color:#fff;
  line-height: 1.75;
}

/* ============================================
   section3 IAを選んだ理由
   ============================================ */
.section--3 { background: #E6F5FF;
padding: 3.4rem 0;
}
.section--3 .section__heading{
margin-bottom: 1.4rem;
}

.reason-sec {
  position: relative;
  padding: 0 0 0 2.5rem;
  background-image: url('common/images/chara.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 55% auto;
}

.reason-sec > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0; /* paddingなし */
}
.reason-sec > ul > li {
  background: #fff;
  border-radius: 0.75rem 0 0 0.75rem;
  padding: 0.875rem 1.0rem 0.875rem 1.4rem;
  position: relative;
  margin-left: 25%;
}

.reason-sec > ul > li > h3::before {
  content: '✓';
  color: #1a7ae0;
  font-weight: 700;
  font-size: 1.0rem;
  margin-right: 0.375rem;
}

.reason-sec > ul > li > h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.reason-sec > ul > li > p {
  font-size: 0.9rem;
  color: #4a6080;
  line-height: 1.75;
}


/* ============================================
   section4 法人実績
   ============================================ */
.section--4 {
position: relative;
background: #fff; 
padding: 6rem 0 4rem;
}
.section--4::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #E6F5FF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section--4 img{
width: 90%;
display: block;
margin: auto;
}

/* ============================================
   Section5
   ============================================ */
.section--5{ 
background: #d6eeff; 
padding: 9% 0 16%;
}

/* ============================================
   Section6
   ============================================ */
.section--6{ 
background: #fff; 
padding: 9% 0 16%;
}
.section--6 .section__heading{ 
margin-bottom: 1rem;
}
.learn-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 0 1.8rem;
  width: 100%;
}

.learn-list > div {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.learn-list dt {
  flex-shrink: 0;
  width: 45%;
}

.learn-list dt img {
  width: 100%;
  border-radius: 0.625rem;
  display: block;
}

.learn-list dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.learn-list dd strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.learn-list dd p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.75;
}
/* ============================================
   Section7
   ============================================ */
.section--7{ 
background: #d6eeff; 
padding: 3rem 0 4rem;
}
.section--7 .section__heading{ 
margin-bottom: 1rem;
font-size:1.3rem;
}
.section--7 .section__heading span{ 
color: #007DD9;
display: inline;
font-size:1.3rem;
}

.section--7 img{
  display: block;
  width: 86%;
  margin: auto;
  }

.section--8 img{
  width: 100%;
  display: block;
  }

/* ============================================
   Section8
   ============================================ */
.section--8{
	background-image: radial-gradient(circle, #50cefe, #017dd9 85%);
	padding: 3rem 0 4rem;
} 
.section--8 h2{
	font-weight: 700;
	font-size: 1.5rem;
	text-align:center;
	color: #fff;
}
.section--8 h2 span{
	color: #DACD73;
	display: inline;
}
.section--8 .benefit-off{
	width: 70%;
	margin: auto;
	margin-bottom: 1rem;
}
.section--8 .benefit-annotation{
	color: #fff;	
	text-align:center;
	font-weight:400;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}
.section--8 .benefit-ministry{
	width: 92%;
	margin: 0 auto 2.5rem;
	display: flex;
	background-color: #fff;
	padding: 15px 5px;
}
.section--8 .benefit-ex {
	width: 92%;
	margin: auto;
	background-color: #fff;
	padding: 30px 15px 40px;
	position: relative;
	border-radius: 10px;
}
.section--8 .benefit-ex::before{
	position: absolute;
	left: 50%; transform: translateX(-50%);
	top: -0.875rem;
	display: block;
	content: "例えば";
	font-size: 0.875rem;
	color: #fff;
	background-color: #007DD9;
	text-align:center;
	padding: 5px;
	width: 55%;
	border-radius:0.875rem;
}

.section--8 .benefit-ex h3{
	font-size: 1.25rem;
	color: #007DD9;
	font-weight: 700;
	text-align:center;

}
.section--8 .benefit-ex h3 span:first-child{
	font-size: 0.75rem;
	color: #666;
}
.section--8 .benefit-ex h3 span:last-child{
	font-size: 0.875rem;
	color: #666;
}
.section--8 .benefit-ex ul{
	width: 90%;
	margin: 5% auto 2%;
}
.section--8 .benefit-ex ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.section--8 .benefit-ex ul li:first-child{
  background-color: #f3f8ff;
	border-radius: 10px;
  margin-bottom: 2%;
  padding-left: 5%;
}
.section--8 .benefit-ex ul li:last-child{
	border: #007DD9 2px solid;
	border-radius: 10px;
}
.section--8 .benefit-ex ul li p{
/*	font-size: 0.875rem;*/
	font-size: clamp(0.625rem,2.5vw, 0.875rem);
	font-weight: 700;
	color: #666;
	align-content: center; 
	height: auto;
}
.section--8 .benefit-ex ul li .benefit-price{
	font-size: clamp(1.625rem,5.5vw, 1.875rem);
	position: relative;
	top: -0.2rem;
	font-weight: 500;
}
.section--8 .benefit-ex ul li .benefit-price span{
	font-size: 1rem;
	font-weight: 700;
}

.section--8 .benefit-ex ul li:last-child p{
	color: #007DD9;
	font-weight: 700;
}
.section--8 .benefit-ex ul li:last-child p:first-child{
	background-color: #007DD9;
	height: auto;
	padding: 5px 5%;
	border-radius: 20px;
	color: #fff;
}


.section--8 .benefit-conditions{
	font-size: 1rem;
	font-weight: 700;
	color: #666;
	text-align: center;
}
.section--8 .benefit-conditions span{
	font-size:1.875rem;
	color: #ED5BAE;
	 border-bottom: 2px solid #ED5BAE; 

}

/* ============================================
   Last Section
   ============================================ */
.section--last{
  padding: 10% 0 0;
}
.section--last img {
  display: block;
  width: 100%;
}
.section--last .section__heading{
  margin-bottom: 1.2rem;
}
.section--last .section__heading span {
  color: #e040a0;
}
.section--last .font-mincho:nth-child(3){
margin: 12% 0 12%;
}
.section--last .font-mincho{
color: #6385EB;
text-align: center;
font-size: 1.2em;
line-height: 1.2;
}
.font-mincho::first-line {
  line-height: 1.6;  /* 1行目だけ広げて大きい文字に対応 */
}
.section--last .last-img-wrap .font-mincho{
font-size: 3.0em;
margin: 5% 0 8%;
}
.section--last .last-img-wrap .font-mincho span{
font-size: 0.6em;
}
/* ============================================
   gra-card コンポーネント
   ============================================ */
.gra-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 90%;
  box-shadow: 0 4px 24px rgba(160, 100, 200, 0.10);
  margin: auto;
}
 
/* プロフィール画像：円形・中央 */
.gra-card > img:first-child {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.0rem;
}
 
/* 見出し */
.gra-card > strong {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  width: 100%;
  margin-bottom: 0.5rem;
}
 
/* 名前：ピンク */
.gra-card > p:nth-of-type(1) {
  font-size: 0.8125rem;
  color: #ED5BAE;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
 
/* タグリスト */
.gra-card > ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
 
.gra-card > ul li {
  font-size: 0.75rem;
  color: #ED5BAE;
  background: #F3F8FF;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  letter-spacing: 0.04em;
}
 
/* サムネ2枚のラッパー */
.gra-card > div {
  width: 100%;
  margin-bottom: 1.25rem;
}
 
.gra-card > div img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
  display: block;
}
 
/* 本文テキスト */
.gra-card > p:nth-of-type(2) {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.85;
  width: 100%;
}
/* ============================================
   メッシュグラデーション背景ユーティリティ
   Adobe画像を radial-gradient 多重で再現
   使い方：要素に .bg-mesh を追加するだけ
   ============================================ */
.bg-mesh {
  background-color: #daf0f5;
  background-image:
    radial-gradient(ellipse 60% 35% at 35% 10%,  rgba(255, 190, 220, 0.75) 0%, transparent 70%),
    radial-gradient(ellipse 40% 25% at 90% 5%,   rgba(160, 210, 245, 0.80) 0%, transparent 65%),
    radial-gradient(ellipse 50% 30% at 5%  15%,  rgba(180, 225, 250, 0.70) 0%, transparent 65%),
    radial-gradient(ellipse 55% 40% at 50% 30%,  rgba(255, 255, 255, 0.90) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 10% 50%,  rgba(210, 195, 240, 0.55) 0%, transparent 65%),
    radial-gradient(ellipse 70% 40% at 50% 65%,  rgba(185, 235, 240, 0.80) 0%, transparent 70%),
    radial-gradient(ellipse 50% 30% at 85% 80%,  rgba(140, 210, 240, 0.65) 0%, transparent 65%),
    radial-gradient(ellipse 60% 25% at 20% 90%,  rgba(160, 225, 240, 0.70) 0%, transparent 65%);
}

/* ============================================
   CTA ボタン（きらっと光るアニメーション付き）
   ============================================ */
/* ラッパー：バッジ飛び出し空間確保。基点になる */
.cta-btn-wrap {
  position: relative;          /* バッジの基点 */
  padding-top: 1.25rem;
}
 
.cta-btn {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 999rem;
  border: #fff 2px solid;
  background: linear-gradient(135deg, #f060b0 0%, #e0409a 40%, #d03090 100%);
  padding: 1.2rem 1.5rem;
  text-align: center;
  box-shadow: 0 6px 24px rgba(220, 60, 140, 0.40);
  overflow: hidden;            /* シャインを角丸内にクリップ */
  animation: cta-shine 3s ease-in-out infinite;
  width: 90%;
  margin: auto;
}
 
/* 飛び出るバッジ：.cta-btn-wrap 基点なので overflow:hidden の外に出られる */
.cta-btn-wrap > p {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.35rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  letter-spacing: 0.03em;
  z-index: 1;
}
.cta-btn-wrap p span{
color: #f060b0;
}
 
/* シャイン：.cta-btn の overflow:hidden で角丸内にクリップされる */
.cta-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 70%
  );
  animation: cta-shine-move 3s ease-in-out infinite;
  pointer-events: none;
}
 
/* ボタン上段テキスト */
.cta-btn span:nth-of-type(1) {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 0, 0.92);
  font-weight: 500;
  margin-bottom: 0.25rem;
  letter-spacing: 0.04em;
}
 
/* ボタン下段テキスト */
.cta-btn span:nth-of-type(2) {
  display: block;
  font-size: clamp(1.125rem,5.5vw, 1.375rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
 
/* きらっと：光が左から右へ走る */
@keyframes cta-shine-move {
  0%         { left: -100%; opacity: 1; }
  28%, 100%  { left: 160%;  opacity: 1; }
}
 
/* ボタン全体がほんの少し明るくなる */
@keyframes cta-shine {
  0%, 20%, 100% { filter: brightness(1); }
  10%           { filter: brightness(1.08); }
}

/* ============================================
   固定CTAバー
   ============================================ */
.fixed-cta {
  position: sticky;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: transparent; /* 通常時は透明 */
  border-top: none;
  padding: 12px 16px;
  transform: translateY(100%);
  transition: transform 0.4s ease, background 0.05s ease;
}

.fixed-cta.is-visible {
  transform: translateY(0);
}

.fixed-cta.is-footer {
  background: #fff; /* フッター到達時は白 */
  /*border-top: 1px solid #ddd;*/
}
 

/* ============================================
   フッター
   ============================================ */
.footer {
  background: #fff;
  padding: 24px 20px;
  text-align: center;
}
 
.footer img{
  width: 60%;
  display: block;
  margin: auto;
}

/* ============================================
   スクロールフェードイン
   ============================================ */
.fade-in-item {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
 
.fade-in-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   SwipeCards コンポーネント
   ============================================ */

/* コンテナ：カードが重なる基点 */
.swipe-cards {
  position: relative;
  width: 90%;
  height: 420px;
  overflow: visible;
  touch-action: pan-y;
  margin: auto;
}

/* 個別カード */
.swipe-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  cursor: grab;
  user-select: none;
  will-change: transform;
  /* 重なり初期値はJSで上書き */
}

.swipe-card:active {
  cursor: grabbing;
}

/* カード上部：画像エリア */
.swipe-card__image {
  width: 100%;
  height: 50%;
  background: #d4d4d4; /* グレープレースホルダー */
  overflow: hidden;
  flex-shrink: 0;
}

.swipe-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}

/* カード下部：テキストエリア */
.swipe-card__body {
  height: 45%;
  padding: 1.25rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
}

.swipe-card__job {
  font-size: 1rem;
  font-weight: 700;
  color: #007DD9;
}
.swipe-card__name {
  font-size: 1.0rem;
  font-weight: 700;
  color: #333;
  line-height: 1.0;
}

.swipe-card__text {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
}

/* スワイプ操作のヒント */
.swipe-cards__hint {
  text-align: center;
  margin-top: 16px;
  font-size: 0.6875rem;
  color: #aaa;
  letter-spacing: 0.06em;
}

/* ============================================
   SP
   ============================================ */
@media (max-width: 767px) {
  body {
    background: #fff;
  }
  #bg-canvas {
    display: none;
  }
  .lp {
    max-width: 100%;
  }
}