/* ============================================================
   レーザー加工の種類ページ（/laser2/）共通スタイル
   2026-08-26 laser_cut.html から共通化
   ============================================================ */

/* 25周年特設ページ（/25th/）と同じブランドカラー */
.p-lasertype {
  --ues-yellow: #f2c300;       /* ブランドの黄色 */
  --ues-yellow-dark: #d9a300;  /* 明るい背景の上で使う濃いめの黄色 */
}

.p-lasertype__body {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 1023px) {
  .p-lasertype__body { padding: 4rem 0 5rem; }
}

/* ---- 本文 ---- */
.p-lasertype__sec { margin-bottom: 7rem; }
.p-lasertype__sec:last-of-type { margin-bottom: 0; }
@media screen and (max-width: 1023px) {
  .p-lasertype__sec { margin-bottom: 5rem; }
}
/* 見出し直下に固定ヘッダーが被らないようにする */
.p-lasertype__sec { scroll-margin-top: 16rem; }
@media screen and (max-width: 1023px) {
  .p-lasertype__sec { scroll-margin-top: 8rem; }
}

.p-lasertype__h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
  border-left: 4px solid var(--ues-yellow);
}
@media screen and (max-width: 1023px) {
  .p-lasertype__h2 { font-size: 2rem; margin-bottom: 1.8rem; }
}

.p-lasertype__text {
  font-size: 1.6rem;
  line-height: 2.125;
}
.p-lasertype__text + .p-lasertype__text { margin-top: 2rem; }
@media screen and (max-width: 1023px) {
  .p-lasertype__text { font-size: 1.5rem; line-height: 1.9; }
}

.p-lasertype__lead {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
.p-lasertype__lead-img {
  flex: 0 0 38rem;
  max-width: 38rem;
}
.p-lasertype__lead-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-lasertype__lead { display: block; }
  .p-lasertype__lead-img { max-width: 100%; margin-bottom: 2rem; }
}

/* ---- 動画 ---- */
.p-lasertype__movie {
  position: relative;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #000;
}
.p-lasertype__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---- 加工サンプル ---- */
.p-lasertype__case { display: grid; gap: 3rem; }
.p-lasertype__case-item {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  padding: 3rem;
  background-color: #f9f8f5;
  border-radius: 1rem;
}
.p-lasertype__case-img {
  flex: 0 0 28rem;
  max-width: 28rem;
}
.p-lasertype__case-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-lasertype__case-h3 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.p-lasertype__case-text {
  font-size: 1.5rem;
  line-height: 1.95;
  margin-bottom: 1.6rem;
}
.p-lasertype__case-link {
  display: inline-block;
  position: relative;
  padding-right: 2.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #282828;
  text-decoration: underline;
}
.p-lasertype__case-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.45rem;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .p-lasertype__case-link:hover { text-decoration: none; }
}
@media screen and (max-width: 1023px) {
  .p-lasertype__case { gap: 2rem; }
  .p-lasertype__case-item { display: block; padding: 2rem; }
  .p-lasertype__case-img { max-width: 100%; margin-bottom: 1.6rem; }
  .p-lasertype__case-h3 { font-size: 1.7rem; }
  .p-lasertype__case-text { font-size: 1.4rem; }
}

/* ---- 資料請求のご案内 ---- */
.p-lasertype__request { padding: 0 0 8rem; }
.p-lasertype__text.--center { text-align: center; }
.p-lasertype__request-li {
  max-width: 64rem;
  margin: 3rem auto 0;
  padding: 2.8rem 3rem;
  background-color: #f1efe9;
  border-radius: 1rem;
  list-style: none;
}
.p-lasertype__request-li li {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.55rem;
  line-height: 1.9;
}
.p-lasertype__request-li li + li { margin-top: 1.2rem; }
.p-lasertype__request-li li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
  width: 1.4rem;
  height: 0.7rem;
  border-left: 3px solid var(--ues-yellow-dark);
  border-bottom: 3px solid var(--ues-yellow-dark);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .p-lasertype__request { padding: 0 0 5rem; }
  .p-lasertype__request-li { padding: 2rem 1.8rem; }
  .p-lasertype__request-li li { font-size: 1.45rem; padding-left: 2.4rem; }
}

/* ---- ほかの加工の種類 ---- */
.p-lasertype__other { margin-top: 8rem; }
.p-lasertype__other-li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  list-style: none;
}
.p-lasertype__other-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #282828;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #282828;
  border-radius: 0.6rem;
  transition: 0.3s;
}
.p-lasertype__other-link[aria-current="page"] {
  color: #fff;
  background-color: #282828;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-lasertype__other-link:hover { color: #fff; background-color: #282828; }
}
.p-lasertype__other-btn { display: flex; justify-content: center; margin-top: 3rem; }
@media screen and (max-width: 1023px) {
  .p-lasertype__other { margin-top: 5rem; }
  .p-lasertype__other-li { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .p-lasertype__other-link { min-height: 6rem; font-size: 1.4rem; padding: 1.2rem; }
}

/* ---- 小見出し（旧デザインの h4） ---- */
.p-lasertype__h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 4rem 0 1.6rem;
}
.p-lasertype__h3:first-child { margin-top: 0; }
@media screen and (max-width: 1023px) {
  .p-lasertype__h3 { font-size: 1.7rem; margin: 3rem 0 1.2rem; }
}

/* ---- 本文中の画像 ---- */
.p-lasertype__fig { margin: 2.5rem 0; }
.p-lasertype__fig img { width: auto; max-width: 100%; height: auto; display: block; }
.p-lasertype__fig.--wide img { width: 100%; }

.p-lasertype__figs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}
.p-lasertype__figs img { width: 100%; height: auto; display: block; }
@media screen and (max-width: 1023px) {
  .p-lasertype__figs { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
}

/* ---- 箇条書き ---- */
.p-lasertype__list {
  margin: 2.5rem 0;
  padding: 2.4rem 3rem;
  background-color: #f9f8f5;
  border-radius: 1rem;
  list-style: none;
}
.p-lasertype__list li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.55rem;
  line-height: 1.9;
}
.p-lasertype__list li + li { margin-top: 0.8rem; }
.p-lasertype__list li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--ues-yellow-dark);
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .p-lasertype__list { padding: 1.8rem 1.6rem; }
  .p-lasertype__list li { font-size: 1.45rem; }
}

/* ---- 表 ---- */
.p-lasertype__table-wrap { overflow-x: auto; margin: 2.5rem 0; }
.p-lasertype__table { width: 100%; border-collapse: collapse; }
.p-lasertype__table th,
.p-lasertype__table td {
  padding: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  border: 1px solid #ddd8cc;
  vertical-align: middle;
}
.p-lasertype__table th { background-color: #f1efe9; font-weight: bold; }
.p-lasertype__table img { max-width: 100%; height: auto; }

/* ---- 種類の一覧（/laser2/ トップ） ---- */
.p-lasertype__index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 5rem 0 0;
  list-style: none;
}
.p-lasertype__index-link { display: block; color: #282828; text-decoration: none; }
.p-lasertype__index-img { overflow: hidden; border-radius: 1rem; }
.p-lasertype__index-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s;
}
.p-lasertype__index-label {
  display: block;
  margin-top: 1.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (any-hover: hover) {
  .p-lasertype__index-link:hover .p-lasertype__index-img img { transform: scale(1.05); }
}
@media screen and (max-width: 1023px) {
  .p-lasertype__index { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; margin-top: 3rem; }
  .p-lasertype__index-label { margin-top: 1rem; font-size: 1.5rem; }
}

/* ---- 関連ページが3つのとき ---- */
.p-lasertype__other-li.--3 { grid-template-columns: repeat(3, 1fr); }
@media screen and (max-width: 1023px) {
  .p-lasertype__other-li.--3 { grid-template-columns: repeat(1, 1fr); }
}

/* ===== 写真の説明文（2026-08-27 追加） ===== */
.p-lasertype__cap {
  margin-top: 0.9rem;
  font-size: 1.35rem;
  line-height: 1.7;
  color: #555;
}
@media screen and (max-width: 1023px) {
  .p-lasertype__cap { margin-top: 0.7rem; font-size: 1.25rem; }
}
