@charset "UTF-8";

/* ============================================ */
/* ここからCulture page*/
/* ============================================ */

.culture-sec{
	font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
}
.culture .topArea{
	margin-bottom: 200px;
}
.culture-sec{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px;
}
.cultureArea{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	height:auto;
	background: #fff;
	position: relative;
	padding-top: 80px;
	box-shadow: var(--shadow-soft);
}
.culture_inner{
	  width: 100%;
	  max-width: 750px;
	  margin: 0 auto;
	  padding: 0 16px;
	padding-bottom: 30px;
}

.cultureArea::before{
	content: "";
	display: block;
	background: url("../img/culture/binder.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translate(-50%);
	width: 310px;
	height: 200px;
}

.culture_inner section{
	margin-bottom: 100px;
	
}

.qHeading{
  margin: 0;
  text-align: center;
	margin-bottom: 44px;
}

.qHeading__en{
  display: block;
  font-size: 1.2rem;
  letter-spacing: .12em;
  color: #e9a2a2; /* うすいピンク */
  font-weight: 700;
  margin-bottom: 6px;
}

.qHeading__jp{
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  line-height: 1.6;
	   display: inline;
}

/* 1行ごとのハイライト */
.qHl__line{
  display: inline; /* 文字幅ぴったり */
  background: linear-gradient(transparent 62%, #FFE4B2 0);
  padding: 0;      /* 余白を作らない＝文字の後ろだけ */
	width: 95%;
}

/* 改行しても行間が崩れないように（任意） */
.qHl{
  display: inline-block;
}

/* =========================
 jobList-sec
   ========================= */
.contents .jobList{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.contents .jobList li{
  background: #EFB6BE;       /* 画像に近いピンク */
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 14px 0;
  border-radius: 2px;        /* ほぼ角丸なし */
  letter-spacing: .05em;
}


/* =========================
 reason-sec
   ========================= */
/* =========================
 reason-sec（culture内だけに限定）
 ========================= */
.culture-sec .wrap{
  max-width:740px;
  margin-inline:auto;
  padding:1.5rem 1.25rem 2rem;
}

.culture-sec .card{
  border-radius:24px;
  background:#fff;
  padding-top:.5rem;
  padding-bottom:.5rem;
}

.culture-sec .v-list{
  list-style:none;
  margin:0;
  padding:0;
}

.culture-sec .v-item{
  padding:1rem .5rem;
  position:relative;
}

.culture-sec .v-item + .v-item{
  border-top:2px solid #f3cdd2;
}

.culture-sec .body{
  font-size:clamp(15px,3.6vw,16px);
  line-height:1.9;
  letter-spacing:.01em;
  word-break:break-word;
  margin:0 0 .75rem;
}

.culture-sec .meta{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  color:#6b6f76;
}

.culture-sec .avatar{
  width:28px;
  height:28px;
  border-radius:50%;
  object-fit:cover;
}

/* 区切り線 */
.culture-sec .divider{
  border-top:2px solid #f3cdd2;
  margin:0;
}

/* 開閉リスト（JSで max-height を実値制御） */
.culture-sec .extra-list{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
  transition:max-height .3s ease, opacity .3s ease;
  max-height:0;
  opacity:0;
}

.culture-sec .extra-list.is-open{
  opacity:1;
}

/* ボタン */
.culture-sec .cta-area{
  padding:1.5rem .5rem .5rem;
}

.culture-sec .cta{
  width:100%;
  appearance:none;
  border:0;
  background:#f6c9cf;
  color:#3c3c3c;
  border-radius:999px;
  padding:16px 20px;
  font-weight:600;
  font-size:15px;
  letter-spacing:.02em;
  text-align:center;
  cursor:pointer;
  transition:background .3s;
}

.culture-sec .cta:hover{
  background:#f4b8bf;
}


/* =========================
 find-sec
   ========================= */

/* 画像の「淡いピンク箱＋赤見出し＋・箇条書き」を再現 */
.find-sec .answers{
  width: 100%;
  margin: 0 auto;
  padding: 28px 18px;
  background: #fff;
  font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  color: #111;
}

.find-sec .answer-box{
  background: #fef6f6;          /* 画像の薄ピンク (概ね rgb(254,246,246)) */
  padding: 18px 22px;
}

.find-sec .answer-box + .answer-box{
  margin-top: 18px;              /* 箱同士の余白（画像の白い区切り） */
}

.find-sec .answer-title{
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #f43b44;                /* 見出しの赤（近似） */
  line-height: 1.4;
}

.find-sec .answer-list{
  margin: 0;
  padding: 0;
}

.find-sec .answer-list li{
  list-style: none;
  position: relative;
  padding-left: 1.1em;           /* 「・」ぶんのインデント */
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
	margin-bottom: 5px;
}

.find-sec .answer-list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
}

/* SP最適化（画像が小さめなので軽く詰める） */
@media (max-width: 480px){
 .find-sec .answers{ padding: 22px 14px; }
  .find-sec .answer-box{ padding: 16px 18px; }
}

/* =========================
   gap section
   ========================= */
.gap-sec{
  width: 100%;
}

/* 淡いピンクのボックス */
.gap-sec .gap{
  width: 100%;
  margin: 0 auto;
  padding: 18px 22px;
  background: #fef6f6; /* 画像準拠の薄ピンク */
  font-family: YuGothic, "Yu Gothic Medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #111;
}

/* 箇条書きリスト */
.gap-sec .gap__list{
  margin: 0;
  padding: 0;
}

/* 各行 */
.gap-sec .gap__list li{
  list-style: none;
  position: relative;
  padding-left: 1.1em;   /* 「・」用インデント */
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  word-break: break-word;
	margin-bottom: 5px;
}

/* 「・」記号 */
.gap-sec .gap__list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
}


/* =========================
   Tab UI (scoped) - Accurate border top
   ========================= */
.tx-tab-sec{
  width: 100%;
  margin: 0 auto;
  background: #fff;
  /* これが重要：上部ボーダーを確実に見せるための“内側余白” */
  padding-top: 6px;

  font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  color: #111;
}

/* タブ列（上に詰めず、padding-top 分だけ下がる） */
.tx-tab{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
/*  border-bottom: 2px solid #e6e6e6;*/
}

.tx-tab__btn{
  appearance: none;
  border: 0;
  background: #e6e6e6; /* 非アクティブ */
  color: #111;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .02em;
  padding: 12px 10px;
  cursor: pointer;
  line-height: 1.2;
	text-align: center;
}

.tx-tab__btn + .tx-tab__btn{
  border-left: 2px solid #fff; /* タブ間の白線 */
}

.tx-tab__btn.is-active{
  background: #f6c9cf; /* アクティブ */
}

.tx-tab__body{
  border-right: 10px solid #f3cdd2;
	border-left: 10px solid #f3cdd2;
	border-bottom: 10px solid #f3cdd2;
  padding: 18px 18px 20px;
}

.tx-tab__list{
  margin: 0;
  padding: 0;
}

.tx-tab__list li{
  list-style: none;
  position: relative;
  padding-left: 1.1em;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: .01em;
  word-break: break-word;
	margin-bottom: 10px;
}

.tx-tab__list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.tx-tab__btn:focus-visible{
  outline: 2px solid #111;
  outline-offset: -2px;
}

/* =========================
   stay panel (scoped)
   ========================= */
.tx-stay-sec{
  width: 100%;
}

.tx-stay-sec .tx-stay{
  width: 100%;
  margin: 0 auto;
  background: #fef6f6;          /* 画像の薄ピンク */
  padding: 12px 18px;          /* 外側の余白 */
 font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  color: #111;
}

.tx-stay-sec .tx-stay__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各ブロック（中央揃え＋区切り線） */
.tx-stay-sec .tx-stay__item{
  padding: 14px 10px;
  text-align: center;
}

/* 区切り線（画像は白っぽい線） */
.tx-stay-sec .tx-stay__item + .tx-stay__item{
  border-top: 2px solid #ffffff;
}

/* テキスト */
.tx-stay-sec .tx-stay__text{
  margin: 0;
  font-size: 1rem;
  font-weight: 400;            /* 画像はやや太めに見える */
  line-height: 1.95;
  letter-spacing: 0.01em;
  word-break: break-word;
}

/* =========================
   stay panel (scoped, image-like)
   ========================= */
.sr-stay-sec{
  width: 100%;
}

/* 画像：淡いピンクの面＋内側に少し余白 */
.sr-stay-sec .sr-stayPanel{
  width: 100%;
  margin: 0 auto;
  background: #F2FDFF;
  padding: 10px 18px;  /* 外側余白（上をやや薄く） */
  color: #111;
}

.sr-stay-sec .sr-stayPanel__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 画像：中央寄せ＋ブロック間がしっかり空く */
.sr-stay-sec .sr-stayPanel__item{
  text-align: center;
  padding: 16px 10px; /* 行の上下の余白を広めに */
}

/* 画像：白い区切り線（ピンク面の上に走る） */
.sr-stay-sec .sr-stayPanel__item + .sr-stayPanel__item{
  border-top: 2px solid #ffffff;
}

/* 画像：やや太め・小さめの文字 */
.sr-stay-sec .sr-stayPanel__text{
  margin: 0;
  font-size: 1rem;
  font-weight: 400;     /* 画像は太めに見えるため */
  line-height: 1.95;
  letter-spacing: .01em;
  word-break: break-word;
}

/* SPでの破綻防止 */
@media (max-width: 480px){
  .sr-stay-sec .sr-stayPanel{ padding: 10px 14px; }
  .sr-stay-sec .sr-stayPanel__item{ padding: 14px 8px; }
  .sr-stay-sec .sr-stayPanel__text{ font-size: 12.5px; }
}


/* =========================
 
   ========================= */

/* =========================
 
   ========================= */


/* =========================
 
   ========================= */



/* =========================
 voices
   ========================= */
.voices__item{
  display: flex;
  align-items: center;
  margin: 18px 0;
}

/* 左レーン */
.voices__item.is-left{
  justify-content: flex-start;
}

/* 右レーン */
.voices__item.is-right{
  justify-content: flex-end;
}

/* =========================
   Avatar
   ========================= */
.voices__avatar{
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  opacity: .55;
  flex-shrink: 0;
}

/* 左：アイコン → 吹き出し */
.voices__item.is-left .voices__avatar{
  margin-right: 12px;
}

/* 右：吹き出し → アイコン */
.voices__item.is-right .voices__avatar{
  margin-left: 12px;
}

/* =========================
   Bubble
   ========================= */
.voices__bubble{
  margin: 0;
  background: #f2f2f2;
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  padding: 18px 26px;
  border-radius: 999px;
max-width: 580px;
	position: relative;
  
}
.voices__item.is-left .voices__bubble::before{
  content: "";
  position: absolute;
  left: -6px;               /* 吹き出し外へ */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f2f2f2;  /* 吹き出し色 */
}
.voices__item.is-right .voices__bubble::before{
  content: "";
  position: absolute;
  right: -6px;              /* 吹き出し外へ */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f2f2f2;   /* 吹き出し色 */
}
/* 右側は吹き出しをアイコンの左に */
.voices__item.is-right .voices__bubble{
  order: -1;
}

@media (max-width: 880px){
  .voices__bubble::before{
    top: 22px;              /* 行頭付近に寄せたい場合 */
    transform: none;
  }
}


/* =========================
   SP（750px以下）
   ========================= */
@media (max-width: 880px){
  .voices__bubble{
    white-space: normal;  /* 折り返しOK */
    border-radius: 18px;
    max-width: calc(100% - 56px); /* アイコン分を除外 */
  }
}
/* =========================
   voice grid (scoped)
   ========================= */
.sr-voiceGrid-sec{
  width: 100%;
}

.sr-voiceGrid-sec .sr-voiceGrid{
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 11px 22px;
  background: #fff;
  color: #111;
}

/* 2カラム */
.sr-voiceGrid-sec .sr-voiceGrid__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 22px; /* 縦 横 */
	margin-bottom: 33px;
}

/* 吹き出し本体：上下中央揃え */
.sr-voiceGrid-sec .sr-voiceGrid__bubble{
  position: relative;
  display: flex;                 /* 追加 */
  align-items: center;           /* 上下中央 */
  justify-content: center;       /* 左右中央（既存仕様と整合） */
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 14px 14px;
  text-align: center;
  font-size: 1rem;               /* 変更 */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .01em;
  word-break: break-word;
}

/* span（テキスト） */
.sr-voiceGrid-sec .sr-voiceGrid__bubble span{
  display: block;
  width: 100%;
}


/* ▼の“枠線”側（三角形：下向き） */
.sr-voiceGrid-sec .sr-voiceGrid__bubble::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;              /* 枠線三角の分だけ外へ */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #e3e3e3; /* 枠線色 */
}

/* ▼の“塗り”側（三角形：下向き） */
.sr-voiceGrid-sec .sr-voiceGrid__bubble::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;               /* 枠線より1px上 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #fff; /* 中の色 */
}

/* 最下部の横長ボックス（切り欠き無し） */
.sr-voiceGrid-sec .sr-voiceGrid__footer{
  margin-top: 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 16px 16px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .01em;
  word-break: break-word;
	position: relative;
}
.sr-voiceGrid-sec .sr-voiceGrid__footer::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;              /* 枠線三角の分だけ外へ */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #e3e3e3; /* 枠線色 */
}

/* ▼の“塗り”側（三角形：下向き） */
.sr-voiceGrid-sec .sr-voiceGrid__footer::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;               /* 枠線より1px上 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #fff; /* 中の色 */
}


/* SP：1カラム化 */
@media (max-width: 880px){
  .sr-voiceGrid-sec .sr-voiceGrid__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.qHeading__jp{
  display: inline;            /* ← inline の方が行単位で背景が回る */
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  line-height: 1.5;

  /* ここが肝：背景を「要素自身」に描く */
  background: linear-gradient(transparent 65%, #FFE4B2 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  /* 行が折り返した時の左右の余白（背景が途切れず見える） */
  padding: 0 .15em;

  /* 文字が背景より前に見える（backgroundなので不要だが念のため） */
  position: relative;
}

}


@media (max-width: 520px){

.culture-sec{
	font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
}
.culture .topArea{
	margin-bottom: 88px;
}
.culture-sec{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px;
}
.cultureArea{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	height:auto;
	background: #fff;
	position: relative;
	padding-top: 80px;
	box-shadow: var(--shadow-soft);
}
.culture_inner{
	  width: 100%;
	  max-width: 750px;
	  margin: 0 auto;
	  padding: 0 16px;
	padding-bottom: 30px;
}

.cultureArea::before{
	content: "";
	display: block;
	background: url("../img/culture/binder.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translate(-50%);
	width: 70%;
	max-width: 200px;
	height: 200px;
}

.culture_inner section{
	margin-bottom: 30px;
	
}

.qHeading{
  margin: 0;
  text-align: center;
	margin-bottom: 10px;
}

.qHeading__en{
  display: block;
  font-size: 1.1rem;
  letter-spacing: .12em;
  color: #e9a2a2; /* うすいピンク */
  font-weight: 700;
  margin-bottom: 6px;
}

.qHeading__jp{
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  line-height: 1.6;
}


/* =========================
 jobList-sec
   ========================= */
.contents .jobList{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.contents .jobList li{
  background: #EFB6BE;       /* 画像に近いピンク */
  color: #fff;
  text-align: center;
  font-size: .9rem;
  font-weight: 600;
  padding: 8px 0;
  border-radius: 2px;        /* ほぼ角丸なし */
  letter-spacing: .05em;
}


/* =========================
 reason-sec
   ========================= */
/* =========================
 reason-sec（culture内だけに限定）
 ========================= */
.culture-sec .wrap{
  max-width:740px;
  margin-inline:auto;
  padding:1.5rem 1.25rem 2rem;
}

.culture-sec .card{
  border-radius:24px;
  background:#fff;
  padding-top:.5rem;
  padding-bottom:.5rem;
}

.culture-sec .v-list{
  list-style:none;
  margin:0;
  padding:0;
}

.culture-sec .v-item{
  padding:1rem .5rem;
  position:relative;
}

.culture-sec .v-item + .v-item{
  border-top:2px solid #f3cdd2;
}

.culture-sec .body{
  font-size:clamp(15px,3.6vw,16px);
  line-height:1.9;
  letter-spacing:.01em;
  word-break:break-word;
  margin:0 0 .75rem;
}

.culture-sec .meta{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  color:#6b6f76;
}

.culture-sec .avatar{
  width:28px;
  height:28px;
  border-radius:50%;
  object-fit:cover;
}

/* 区切り線 */
.culture-sec .divider{
  border-top:2px solid #f3cdd2;
  margin:0;
}

/* 開閉リスト（JSで max-height を実値制御） */
.culture-sec .extra-list{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
  transition:max-height .3s ease, opacity .3s ease;
  max-height:0;
  opacity:0;
}

.culture-sec .extra-list.is-open{
  opacity:1;
}

/* ボタン */
.culture-sec .cta-area{
  padding:1.5rem .5rem .5rem;
}

.culture-sec .cta{
  width:100%;
  appearance:none;
  border:0;
  background:#f6c9cf;
  color:#3c3c3c;
  border-radius:999px;
  padding:16px 20px;
  font-weight:600;
  font-size:15px;
  letter-spacing:.02em;
  text-align:center;
  cursor:pointer;
  transition:background .3s;
}

.culture-sec .cta:hover{
  background:#f4b8bf;
}


/* =========================
 find-sec
   ========================= */

/* 画像の「淡いピンク箱＋赤見出し＋・箇条書き」を再現 */
.find-sec .answers{
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  background: #fff;
  font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  color: #111;
}

.find-sec .answer-box{
  background: #fef6f6;          /* 画像の薄ピンク (概ね rgb(254,246,246)) */
  padding: 18px 22px;
}

.find-sec .answer-box + .answer-box{
  margin-top: 18px;              /* 箱同士の余白（画像の白い区切り） */
}

.find-sec .answer-title{
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #f43b44;                /* 見出しの赤（近似） */
  line-height: 1.4;
	text-align: center;
}

.find-sec .answer-list{
  margin: 0;
  padding: 0;
}

.find-sec .answer-list li{
  list-style: none;
  position: relative;
  padding-left: 1.1em;           /* 「・」ぶんのインデント */
  font-size: .9rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
	margin-bottom: 5px;
}

.find-sec .answer-list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
}

/* =========================
   gap section
   ========================= */
.gap-sec{
  width: 100%;
}

/* 淡いピンクのボックス */
.gap-sec .gap{
  width: 100%;
  margin: 0 auto;
  padding: 18px 22px;
  background: #fef6f6; /* 画像準拠の薄ピンク */
  font-family: YuGothic, "Yu Gothic Medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #111;
}

/* 箇条書きリスト */
.gap-sec .gap__list{
  margin: 0;
  padding: 0;
}

/* 各行 */
.gap-sec .gap__list li{
  list-style: none;
  position: relative;
  padding-left: 1.1em;   /* 「・」用インデント */
  font-size: .9rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  word-break: break-word;
	margin-bottom: 5px;
}

/* 「・」記号 */
.gap-sec .gap__list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
}


/* =========================
   Tab UI (scoped) - Accurate border top
   ========================= */
.tx-tab-sec{
  width: 100%;
  margin: 0 auto;
  background: #fff;
  /* これが重要：上部ボーダーを確実に見せるための“内側余白” */
  padding-top: 6px;

  font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  color: #111;
}

/* タブ列（上に詰めず、padding-top 分だけ下がる） */
.tx-tab{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
/*  border-bottom: 2px solid #e6e6e6;*/
}

.tx-tab__btn{
  appearance: none;
  border: 0;
  background: #e6e6e6; /* 非アクティブ */
  color: #111;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .02em;
  padding: 12px 10px;
  cursor: pointer;
  line-height: 1.2;
	text-align: center;
}

.tx-tab__btn + .tx-tab__btn{
  border-left: 2px solid #fff; /* タブ間の白線 */
}

.tx-tab__btn.is-active{
  background: #f6c9cf; /* アクティブ */
}

.tx-tab__body{
  border-right: 10px solid #f3cdd2;
	border-left: 10px solid #f3cdd2;
	border-bottom: 10px solid #f3cdd2;
  padding: 18px 11px 20px;
}

.tx-tab__list{
  margin: 0;
  padding: 0;
}

.tx-tab__list li{
  list-style: none;
  position: relative;
  padding-left: 1.1em;
  font-size: .9rem;
  line-height: 1.9;
  letter-spacing: .01em;
  word-break: break-word;
	margin-bottom: 10px;
}

.tx-tab__list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.tx-tab__btn:focus-visible{
  outline: 2px solid #111;
  outline-offset: -2px;
}

/* =========================
   stay panel (scoped)
   ========================= */
.tx-stay-sec{
  width: 100%;
}

.tx-stay-sec .tx-stay{
  width: 100%;
  margin: 0 auto;
  background: #fef6f6;          /* 画像の薄ピンク */
  padding: 12px 18px;          /* 外側の余白 */
 font-family:
    "Yu Gothic Medium",
    "Yu Gothic",
    "YuGothic",
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  color: #111;
}

.tx-stay-sec .tx-stay__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各ブロック（中央揃え＋区切り線） */
.tx-stay-sec .tx-stay__item{
  padding: 14px 10px;
  text-align: center;
}

/* 区切り線（画像は白っぽい線） */
.tx-stay-sec .tx-stay__item + .tx-stay__item{
  border-top: 2px solid #ffffff;
}

/* テキスト */
.tx-stay-sec .tx-stay__text{
  margin: 0;
  font-size: .9rem;
  font-weight: 400;            /* 画像はやや太めに見える */
  line-height: 1.95;
  letter-spacing: 0.01em;
  word-break: break-word;
	text-align: left;
}

/* =========================
   stay panel (scoped, image-like)
   ========================= */
.sr-stay-sec{
  width: 100%;
}

/* 画像：淡いピンクの面＋内側に少し余白 */
.sr-stay-sec .sr-stayPanel{
  width: 100%;
  margin: 0 auto;
  background: #F2FDFF;
  padding: 10px 18px;  /* 外側余白（上をやや薄く） */
  color: #111;
}

.sr-stay-sec .sr-stayPanel__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 画像：中央寄せ＋ブロック間がしっかり空く */
.sr-stay-sec .sr-stayPanel__item{
  text-align: center;
  padding: 16px 10px; /* 行の上下の余白を広めに */
}

/* 画像：白い区切り線（ピンク面の上に走る） */
.sr-stay-sec .sr-stayPanel__item + .sr-stayPanel__item{
  border-top: 2px solid #ffffff;
}

/* 画像：やや太め・小さめの文字 */
.sr-stay-sec .sr-stayPanel__text{
  margin: 0;
  font-size: .9rem;
  font-weight: 400;     /* 画像は太めに見えるため */
  line-height: 1.95;
  letter-spacing: .01em;
  word-break: break-word;
	text-align: left;
}
	
/* =========================
 voices
   ========================= */
.voices__item{
  display: flex;
  align-items: center;
  margin: 18px 0;
}

/* 左レーン */
.voices__item.is-left{
  justify-content: flex-start;
}

/* 右レーン */
.voices__item.is-right{
  justify-content: flex-end;
}

/* =========================
   Avatar
   ========================= */
.voices__avatar{
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  opacity: .55;
  flex-shrink: 0;
}

/* 左：アイコン → 吹き出し */
.voices__item.is-left .voices__avatar{
  margin-right: 12px;
}

/* 右：吹き出し → アイコン */
.voices__item.is-right .voices__avatar{
  margin-left: 12px;
}

/* =========================
   Bubble
   ========================= */
.voices__bubble{
  margin: 0;
  background: #f2f2f2;
  color: #222;
  font-size: .9rem;
  line-height: 1.6;
  padding: 18px 26px;
  border-radius: 999px;
max-width: 580px;
	position: relative;
  
}
.voices__item.is-left .voices__bubble::before{
  content: "";
  position: absolute;
  left: -6px;               /* 吹き出し外へ */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f2f2f2;  /* 吹き出し色 */
}
.voices__item.is-right .voices__bubble::before{
  content: "";
  position: absolute;
  right: -6px;              /* 吹き出し外へ */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f2f2f2;   /* 吹き出し色 */
}
/* 右側は吹き出しをアイコンの左に */
.voices__item.is-right .voices__bubble{
  order: -1;
}
/* =========================
   voice grid (scoped)
   ========================= */
.sr-voiceGrid-sec{
  width: 100%;
}

.sr-voiceGrid-sec .sr-voiceGrid{
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 16px 22px;
  background: #fff;
  color: #111;
}

/* 2カラム */
.sr-voiceGrid-sec .sr-voiceGrid__grid{
  display: grid;
  grid-template-columns: 1;
  gap: 40px 22px; /* 縦 横 */
	margin-bottom: 33px;
}

/* 吹き出し本体：上下中央揃え */
.sr-voiceGrid-sec .sr-voiceGrid__bubble{
  position: relative;
  display: flex;                 /* 追加 */
  align-items: center;           /* 上下中央 */
  justify-content: center;       /* 左右中央（既存仕様と整合） */
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 14px 14px;
  text-align: center;
  font-size: .9rem;               /* 変更 */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .01em;
  word-break: break-word;
}

/* span（テキスト） */
.sr-voiceGrid-sec .sr-voiceGrid__bubble span{
  display: block;
  width: 100%;
}


/* ▼の“枠線”側（三角形：下向き） */
.sr-voiceGrid-sec .sr-voiceGrid__bubble::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;              /* 枠線三角の分だけ外へ */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #e3e3e3; /* 枠線色 */
}

/* ▼の“塗り”側（三角形：下向き） */
.sr-voiceGrid-sec .sr-voiceGrid__bubble::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;               /* 枠線より1px上 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #fff; /* 中の色 */
}

/* 最下部の横長ボックス（切り欠き無し） */
.sr-voiceGrid-sec .sr-voiceGrid__footer{
  margin-top: 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 16px 16px;
  text-align: center;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .01em;
  word-break: break-word;
	position: relative;
}
.sr-voiceGrid-sec .sr-voiceGrid__footer::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;              /* 枠線三角の分だけ外へ */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #e3e3e3; /* 枠線色 */
}

/* ▼の“塗り”側（三角形：下向き） */
.sr-voiceGrid-sec .sr-voiceGrid__footer::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;               /* 枠線より1px上 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #fff; /* 中の色 */
}
}
/* ============================================ */
/* ↑↑ここまでCulture page↑↑*/
/* ============================================ */