@charset "UTF-8";
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {}
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {}
/* ============================
   Reset & Base start
============================ */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
a {
 text-decoration: none;
 list-style-type: none;
 transition: all 0.5s;
}
a:hover {
 zoom: 1;
 cursor: pointer;
 transition: all 0.3s;
}
html {
 font-size: 1.25vw; /* PC時：1280px幅で約16px相当 */
 font-family: 'Noto Sans JP', sans-serif;
 line-height: 1.8;
 color: #000;
}
img {
 width: 100%;
}
body {
 width: 100vw;
 overflow-x: hidden;
 text-align: left;
 font-size: 1.6rem;
 line-height: 2;
 background: #fff;
}
/* スマホ用設定 */
@media (max-width: 767px) {
 html {
  font-size: 16px;
 }
}
/* Adobe Fonts 指定用クラス */
.futura { font-family: futura-pt, sans-serif; }
.shingo { font-family: a-otf-ud-shin-go-pr6n, sans-serif; }
.ryumin { font-family: a-otf-ryumin-pr6n, serif; }
.yu-gothic { font-family: yu-gothic-pr6n, sans-serif; }
/* ============================
   Reset & Base end
============================ */
container {
 width: 100vw;
 overflow: hidden;
}
/*//////////PCサイズ///////////*/
/*//////////PCサイズ///////////*/
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {
 /* ============================
   Section: KV start
============================ */
 .section-kv {
  position: relative;
  width: 100%;
  aspect-ratio: 60 / 67;
  background: linear-gradient(to right, #bfcbd1 0%, #869fa8 30%, #708c95 50%, #869fa8 70%, #bfcbd1 100%);
  overflow: hidden;
 }
 /* 内側のラップ（背景画像） */
 .section-kv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/010_img01.webp');
  background-size: cover;
  background-position: center;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  overflow: hidden;
 }
 /* 左上ロゴ */
 .logo-left {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  width: 18vw;
 }
 /* 上部中央ロゴ */
 .logo-center {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 28vw;
 }
 /* 上部中央サブコピー（「つないでいく、髙松エステートの想い」） */
 .logo-center-wrap {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
 }
 .kv-subcopy {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.12rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 0.4rem;
  white-space: nowrap;
 }
 /* 左下テキストボックス */
 .kv-box {
  position: absolute;
  top: 50%;
  left: 4vw;
  width: 45vw;
  background: rgba(255, 255, 255, 0.88);
  padding: 3vw;
  font-size: 1rem;
  line-height: 1.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-weight: 300;
  font-family: a-otf-ryumin-pr6n, serif;
 }
 /* 左上の三角デコレーション */
 .kv-corner-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 3vw;
  height: 3vw;
  background-color: #bfcbd1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 2;
 }
 /* リードコピー */
 .kv-lead {
  font-size: 1.6rem;
  line-height: 2.4;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
 }
 /* <hr> の調整 */
 .kv-names hr {
  margin: 0.25rem 0;
  border: none;
  border-top: 1px solid #000;
 }
 /* 氏名表示部分 */
 .kv-names {
  font-size: 1.1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
 }
 .kv-names p {
  margin: 0 0 0 0.25rem;
 }
 .kv-names span {
  font-size: 80%;
  padding-left: 0.8rem;
 }
/* ============================
   Section: KV end
============================ */
/* ============================
   Section: Interview start
============================ */
.section-interview {
  position: relative;

  padding: 0;
  color: #000;
  background-image: url('../images/010_img22.webp');
  background-size: cover;
  background-position: center;
 }
 /* グラデ＋clip用インナー */
 .section-interview__clip {
  position: relative;
  padding: 5vw 0 5vw 0; /* 上部はmargin-top分＋余白、下部はclip分を確保 */
  background: linear-gradient(to right, #bfcbd1 0%, #869fa8 30%, #708c95 50%, #869fa8 70%, #bfcbd1 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 50% 100%, 0 calc(100% - 5vw));
 }
 /* タイトル */
 .interview-ttl {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
margin-bottom: 5vw;
  line-height: 1.8;
 }
 /* 各ブロック共通 */
 .interview-block {
  width: 100vw;
  padding: 5vw 0;
  overflow: hidden;
 }
 /* 内側ラップ */
 .interview-in {
  display: grid;
  align-items: center;
  overflow: hidden;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2),       /* ドロップシャドウ */
    inset 0 0 0 1vw rgba(200, 200, 200, 0.5); /* 内線（1vw幅） */
 }
 /* 左寄せ（写真→テキスト） */
 .interview-block.left .interview-in {
  grid-template-columns: 50vw 45vw;
  margin-right: 5vw;
  background-color: #fff;
 }
 /* 右寄せ（テキスト→写真） */
 .interview-block.right .interview-in {
  grid-template-columns: 45vw 50vw;
  margin-left: 5vw;
  background-color: #fff;
 }
 /* テキスト */
 .interview-text {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .interview-text p {
  width: auto;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #000;
 }
 .interview-in .right p {
  margin: 0 5vw 0 5vw;
 }
 .interview-in .left p {
  margin: 0 5vw 0 5vw;
 }
 /* 名前部分 */
 .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
 /* 写真 */
 .interview-photo {
  position: relative;
 }
 .interview-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
/* ============================
   Section: Interview end
============================ */
 /* ===============================
   Section: Interview imageblock start
=============================== */
 .interview-imageblock {
  width: 100vw;
  background-color: #8e775b;
  overflow: hidden;
 }
 .interview-imageblock__inner {
  position: relative;
  width: 100%;
  background-color: #d6d0cb;
  padding-top: 2.5vw;
  padding-bottom: 10vw;
  overflow: visible;
 }
 .interview-imageblock__inner.cut-both {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), calc(100% - 10vw) 100%, 10vw 100%, 0 calc(100% - 10vw));
 }
 .interview-imageblock__clip {
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
 }
 .interview-imageblock__clip img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 /* ===============================
   Imageblock talk group (overlap)
=============================== */
 .imageblock-talk-group {
  position: relative;
  width: 100%;
  margin-top: -5vw;
  z-index: 2;
 }
 .imageblock-talk-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 92vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
 }
 .imageblock-talk {
  width: 100%;
  padding: 1vw 0;
 }
 .imageblock-talk__inner {
  width: 80vw;
  margin: 0 auto;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), calc(100% - 5vw) 100%, 0 100%);
 }
 .imageblock-talk__text {
  padding: 2.2vw 8vw;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: justify;
 }
 .imageblock-talk__name {
  display: inline-block;
  margin-right: 0.6rem;
  font-weight: 700;
  color: #80abaa;
 }
 /* ===============================
   Section: Interview imageblock end
=============================== */
 
 /* ============================
   Section: Interview2 start
============================ */
 .section-interview2 {
	position: relative;
	background-image: url('../images/010_img22.webp');
	background-position: center top;
	padding: 10vw 0 6vw 0;
	background-repeat: repeat-y;
 }
 /* 各ブロック共通 */
 .interview2-block {
  width: 100%;
  margin: 0 0 5vw 0;
 }
 /* 写真（中央60%幅） */
 .interview2-block__image {
  width: 50vw;
  margin: 0 auto 3vw auto;
 }
 .interview2-block__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 /* テキスト */
 .interview2-block__text {
  width: 70vw;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
  text-align: justify;
 }
  .interview2-block__text p {
   padding-bottom:2rem;
   }
 .interview2-block__text .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview2 end
============================ */
/* ============================
   Section: Interview3 start
============================ */
 .section-interview3 {
  position: relative;
  background-image: url('../images/010_img22.webp');
  background-position: center top;
  background-repeat: repeat-y;
  padding: 0 0 10vw 0;
 }
 
 /* --- 全幅写真＋下部テキストボックス重なり --- */
 .interview3-wide {
  position: relative;
  width: 100%;
  margin: 0 0 8vw 0;
 }
 .interview3-wide__image {
  width: 100%;
 }
 .interview3-wide__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview3-wide__box {
  position: relative;
  width: 70vw;
  margin: -6vw auto 0;
  background: #fff;
  border-radius: 1vw;
  padding: 3vw 4vw;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
 }
 
 /* --- 左写真＋右下テキストボックス重なり（photoLeft） --- */
 .interview3-block {
  position: relative;
  width: 80vw;
  margin: 0 auto 8vw auto;
 }
 /* 写真が左、テキストが右下にオーバーラップ */
 .interview3-block.photo-left .interview3-block__image {
  width: 55vw;
  margin-left: 0;
 }
 .interview3-block.photo-left .part1{
  position: relative;
  width: 40vw;
  margin-top: -15vw;
  margin-left: auto;
  margin-right: 0;
 }
  .interview3-block.photo-left .part2{
  position: relative;
  width: 40vw;
  margin-top: -40vw;
  margin-left: auto;
  margin-right: 0;
 }
 /* 写真が右、テキストが左下にオーバーラップ */
 .interview3-block.photo-right .interview3-block__image {
  width: 55vw;
  margin-left: auto;
  margin-right: 0;
 }
 .interview3-block.photo-right .interview3-block__box {
  position: relative;
  width: 40vw;
  margin-top: -28vw;
  margin-left: 0;
 }
 
 .interview3-block__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 /* テキストボックス共通 */
 .interview3-block__box {
  background: #fff;
  border-radius: 1vw;
  padding: 3vw 4vw;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 2;
 }
 /* テキスト共通 */
 .interview3-wide__box p,
 .interview3-block__box p {
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
  text-align: justify;
 }
 .interview3-wide__box .name,
 .interview3-block__box .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview3 end
============================ */

/* ============================
   Section: Interview4 start
============================ */
 .section-interview4 {
  position: relative;
  padding: 0;
  color: #000;
  background-color: #53433b;
 }
 /* インナー（clipなし版） */
 .section-interview4__inner {
  position: relative;
  padding: 5vw 0 5vw 0;
 }
 /* タイトル */
 .interview4-ttl {
  color: #ead18d;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  margin: 5vw 0;
  line-height: 1.8;
 }
 /* 各ブロック共通 */
 .interview4-block {
  width: 100vw;
  padding: 5vw 0;
  overflow: hidden;
 }
 /* 内側ラップ */
 .interview4-in {
  display: grid;
  align-items: center;
  overflow: hidden;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2),       /* ドロップシャドウ */
    inset 0 0 0 1vw rgba(214, 207, 181, 1); /* 内線（1vw幅／d6cfb5） */
 }
 /* 左寄せ（写真→テキスト） */
 .interview4-block.left .interview4-in {
  grid-template-columns: 50vw 45vw;
  margin-right: 5vw;
  background-color: #fff;
 }
 /* 右寄せ（テキスト→写真） */
 .interview4-block.right .interview4-in {
  grid-template-columns: 45vw 50vw;
  margin-left: 5vw;
  background-color: #fff;
 }
 /* テキスト */
 .interview4-text {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .interview4-text p {
  width: auto;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #000;
 }
 .interview4-in .right p {
  margin: 0 5vw 0 5vw;
 }
 .interview4-in .left p {
  margin: 0 5vw 0 5vw;
 }
 /* 写真 */
 .interview4-photo {
  position: relative;
 }
 .interview4-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
/* ============================
   Section: Interview4 end
============================ */
/* ============================
   Section: Interview5 start
============================ */
 .section-interview5 {
  position: relative;
  background-image: url('../images/010_img23.webp');
  background-position: center top;
  background-repeat: repeat-y;
  padding: 10vw 0 4vw 0;
 }
 /* タイトル */
 .interview5-ttl {
  color: #fff;
  width: 80vw;
  margin: 0 auto 5vw;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.8;
 }
 /* 各ブロック共通 */
 .interview5-block {
  width: 100%;
  margin: 0 0 8vw 0;
 }
 /* 写真（中央60%幅） */
 .interview5-block__image {
  width: 50vw;
  margin: 0 auto 3vw;
 }
 .interview5-block__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 /* テキスト */
 .interview5-block__text {
  width: 70vw;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: justify;
 }
 .interview5-block__text p + p {
  margin-top: 1.5em;
 }
 .interview5-block__text .name {
  color: #ead18d;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview5 end
============================ */
/* ============================
   Section: Interview6 start
============================ */
 .section-interview6 {
	position: relative;
	background-image: url('../images/010_img23.webp');
	background-position: center top;
	padding: 0 0 25vw 0;
	background-size: cover;
 }
 
 /* --- ブロック1：全幅写真＋下部テキストボックス重なり --- */
 .interview6-wide {
  position: relative;
  width: 100%;
  margin: 0 0 12vw 0;
 }
 .interview6-wide__image {
  width: 100%;
 }
 .interview6-wide__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview6-wide__box {
  position: relative;
  width: 70vw;
  margin: -6vw auto 0;
  background: #fff;
  border-radius: 1vw;
  padding: 3vw 4vw;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
 }
 
 /* --- ブロック2〜4共通：テキストが上にはみ出して写真と重なる --- */
 .interview6-overlap {
  position: relative;
  width: 80vw;
  margin: 0 auto 8vw auto;
 }
 /* テキスト左・写真右 */
 .interview6-overlap.text-left .interview6-overlap__image {
  width: 55vw;
  margin-left: auto;
  margin-right: 0;
 }
 .interview6-overlap.text-left .interview6-overlap__box {
  margin-left: 0;
  margin-right: auto;
 }
 /* テキスト右・写真左 */
 .interview6-overlap.text-right .interview6-overlap__image {
  width: 55vw;
  margin-left: 0;
  margin-right: auto;
 }
 .interview6-overlap.text-right .interview6-overlap__box {
  margin-left: auto;
  margin-right: 0;
 }
 
 .interview6-overlap__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview6-overlap__box {
  position: relative;
  width: 37.5vw;

  background: #fff;
  border-radius: 1vw;
  padding: 3vw 4vw;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
 }
 .part3{  margin-top: -40vw;}
  .part4{  margin-top: -25vw;}
   .part5{  margin-top: -40vw;}
 
 /* テキスト共通 */
 .interview6-wide__box p,
 .interview6-overlap__box p {
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
  text-align: justify;
 }
 .interview6-wide__box .name,
 .interview6-overlap__box .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview6 end
============================ */
 /* ============================
   インタビューを終えて start
============================ */
 .section_c_container {
  width: 100%;
  height: auto;
  padding-top: 15vw; /* 必要な高さを確保 */
  padding-bottom: 5vw;
  background-color: #7a6b4d;
  clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 10; /* 重なり順を調整 */
  position: relative;
  margin-top: -15vw; /* セクションを重ねる */
 }
 .section_c_block {
  position: relative;
  width: 70vw;
  padding-top: 0;
  margin: 0 auto;
  color: #fff;
 }
 .title_c {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  line-height: 100%;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  text-align: center;
  letter-spacing: 0.3rem;
 }
 .image_padding {
  padding: 5vw 0;
 }
 .image_b {
  width: 60vw;
  padding: 0;
  margin: 0 auto;
  position: relative;
 }
 .copy_a {
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  text-align: justify;
  font-weight: 400;
 }
 .archive_container {
  width: 100%;
  background-color: #7a6b4d;
  display: flex;
  justify-content: center; /* 水平方向に中央揃え */
  align-items: center; /* 垂直方向に中央揃え */
 }
 .archive_link a {
  font-size: 1.15rem;
  width: auto;
  display: inline-block;
  padding-top: calc(2vw);
  padding-bottom: calc(2vw);
  padding-left: calc(10vw);
  padding-right: calc(10vw);
  background-color: #7f7f80;
  transition: ease-in-out 0.2s;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  color: white;
  text-align: left;
  pointer-events: auto;
  line-height: 100%;
  margin: 3vw 0 0 0;
 }
 .archive_link a:hover {
  background-color: #585866;
  opacity: 1;
  transition: ease-in-out 0.2s;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
 }
 /* aタグ共通設定 */
 a {
  text-decoration: none;
  color: #333333;
  list-style-type: none;
  transition: all 0.5s;
 }
 a:hover {
  zoom: 1;
  cursor: pointer;
  transition: all 0.3s;
 }
 /* ============================
   インタビューを終えて end
============================ */
 /* 共通 footer */
 footer {
  background-color: #000;
  color: #E8E8E8;
  position: relative;
 }
 footer a {
  color: #E8E8E8;
 }
 footer a:hover {
  color: #98ECF4;
 }
 /* 下部固定フッター用 */
 .footer {
  width: calc(100vw);
  height: calc(10vw);
  background-color: #7a6b4d;
  color: #fff;
  position: relative;
 }
 .footer a {
  line-height: calc(1.6rem);
  position: absolute;
  top: calc(50% - (3rem / 2));
  right: 5vw;
  font-size: calc(0.6rem);
  letter-spacing: calc(0.2rem);
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: calc(1rem);
  padding-right: calc(1rem);
  color: #fff;
 }
 .footer a:hover {
  color: #fff;
 }
 .footer span {
  line-height: calc(1.6rem);
  position: absolute;
  top: calc(50% - (3rem / 2));
  left: 5vw;
  font-size: calc(0.8rem);
  letter-spacing: calc(0.2rem);
  color: #fff;
 }
 /* ============================
   インタビューを終えて end
============================ */
 .PC {}
 .SP {
  display: none;
  max-width: 0%;
  max-height: 0%;
 }
}
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {
/* ============================
   Section: KV start
============================ */
 .section-kv {
  position: relative;
  width: 100%;
  height: 95vh;
  background: linear-gradient(to right, #bfcbd1 0%, #869fa8 30%, #708c95 50%, #869fa8 70%, #bfcbd1 100%);
  overflow: hidden;
 }
 .section-kv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/010_img01.webp');
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  overflow: hidden;
 }
 /* 左上ロゴ */
 .logo-left {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  width: 33vw;
 }
 /* 上部中央ロゴ */
 .logo-center {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 50vw;
 }
 /* 上部中央サブコピー */
 .logo-center-wrap {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80vw;
 }
 .kv-subcopy {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 0.3rem;
  white-space: nowrap;
 }
 /* 左下テキストボックス */
 .kv-box {
  position: absolute;
  width: 85vw;
  bottom: 10%;
  left: calc(50% - 42.5vw);
  background: rgba(255, 255, 255, 0.88);
  padding: 4vw 0 4vw 4vw;
  font-size: 1rem;
  line-height: 1.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-weight: 300;
  font-family: a-otf-ryumin-pr6n, serif;
 }
 /* 左上の三角デコレーション */
 .kv-corner-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 7vw;
  height: 7vw;
  background-color: #bfcbd1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 2;
 }
 /* リードコピー */
 .kv-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  font-feature-settings: "palt";
 }
 /* <hr> の調整 */
 .kv-names hr {
  margin: 0.25rem 0;
  border: none;
  border-top: 1px solid #000;
 }
 /* 氏名表示部分 */
 .kv-names {
  font-size: 0.85rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
 }
 .kv-names p {
  margin: 0 0 0 0.25rem;
 }
 .kv-names span {
  font-size: 80%;
  padding-left: 0.8rem;
 }
/* ============================
   Section: KV end
============================ */
 
/* ============================
   Section: Interview start
============================ */
 .section-interview {
  position: relative;
  padding: 0;
  color: #000;
  background-image: url('../images/010_img22.webp');
  background-size: cover;
  background-position: center;
 }
 /* グラデ＋clip用インナー */
 .section-interview__clip {
  position: relative;
  padding: 10vw 0 12vw 0;
  background: linear-gradient(to right, #bfcbd1 0%, #869fa8 30%, #708c95 50%, #869fa8 70%, #bfcbd1 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw));
 }
 /* タイトル */
 .interview-ttl {
  color: #fff;
  width: 87vw;
  margin: 0 auto 8vw auto;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.8;
 }
 /* 各ブロック共通：縦積み（写真→テキスト） */
 .interview-block {
  width: 87vw;
  margin: 0 auto 10vw auto;
  padding: 0;
  overflow: visible;
 }
 /* 内側ラップ：縦積み */
 .interview-in {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1vw rgba(200, 200, 200, 0.5);
 }
 /* 左・右どちらも縦積みでは同じ並びに統一（写真→テキスト） */
 .interview-block.left .interview-in,
 .interview-block.right .interview-in {
  margin: 0;
 }
 .interview-block.right .interview-in {
  flex-direction: column-reverse; /* 右寄せ＝PCではテキスト→写真だったのでSPは写真を先に出すため逆転 */
 }
 /* テキスト */
 .interview-text {
  display: block;
  width: 100%;
 }
 .interview-text p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #000;
 }
 .interview-in .right p,
 .interview-in .left p {
  margin: 0;
  padding: 6vw 6vw;
 }
 /* 名前部分 */
 .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
 /* 写真 */
 .interview-photo {
  position: relative;
 }
 .interview-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
/* ============================
   Section: Interview end
============================ */
 
/* ============================
   Section: Interview2 start
============================ */
 .section-interview2 {
	position: relative;
	background-image: url('../images/010_img22.webp');
	background-position: center top;
	padding: 14vw 0 0 0;
	background-repeat: repeat-y;
 }
 /* 各ブロック共通：縦積み（写真→テキスト） */
 .interview2-block {
  width: 87vw;
  margin: 0 auto 0 auto;
 }
 /* 写真 */
 .interview2-block__image {
  width: 100%;
  margin: 0 auto 5vw;
 }
 .interview2-block__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 /* テキスト */
 .interview2-block__text {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #222;
  text-align: justify;
 }
 .interview2-block__text p {
  padding-bottom: 1.5rem;
 }
 .interview2-block__text .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview2 end
============================ */
 
/* ============================
   Section: Interview3 start
============================ */
 .section-interview3 {
	position: relative;
	background-image: url('../images/010_img22.webp');
	background-position: center top;
	padding: 14vw 0 14vw 0;
	background-repeat: repeat-y;
 }
 
 /* --- 全幅写真＋下部テキストボックス（重なりなし・縦積み） --- */
 .interview3-wide {
  position: relative;
  width: 87vw;
  margin: 0 auto 14vw auto;
 }
 .interview3-wide__image {
  width: 100%;
  margin-bottom: 5vw;
 }
 .interview3-wide__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview3-wide__box {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  border-radius: 2vw;
  padding: 6vw;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 2;
 }
 
 /* --- 写真＋テキストボックス（縦積み・重なりなし） --- */
 .interview3-block {
  position: relative;
  width: 87vw;
  margin: 0 auto 14vw auto;
 }
 .interview3-block__image {
  width: 100%;
  margin-bottom: 5vw;
 }
 .interview3-block__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview3-block__box,
 .interview3-block .part1,
 .interview3-block .part2 {
  position: relative;
  width: 100%;
  margin: 0;
 }
 
 .interview3-block__box {
  background: #fff;
  border-radius: 2vw;
  padding: 6vw;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 2;
 }
 /* テキスト共通 */
 .interview3-wide__box p,
 .interview3-block__box p {
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
  text-align: justify;
 }
 .interview3-wide__box .name,
 .interview3-block__box .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview3 end
============================ */
 
/* ============================
   Section: Interview4 start
============================ */
 .section-interview4 {
  position: relative;
  padding: 0;
  color: #000;
  background-color: #53433b;
 }
 .section-interview4__inner {
  position: relative;
  padding: 14vw 0 14vw 0;
 }
 /* タイトル */
 .interview4-ttl {
  color: #ead18d;
  width: 87vw;
  margin: 0 auto 8vw auto;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.8;
 }
 /* 各ブロック共通：縦積み（写真→テキスト） */
 .interview4-block {
  width: 87vw;
  margin: 0 auto 10vw auto;
  padding: 0;
  overflow: visible;
 }
 .interview4-in {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1vw rgba(214, 207, 181, 1);
 }
 .interview4-block.right .interview4-in {
  flex-direction: column-reverse;
 }
 /* テキスト */
 .interview4-text {
  display: block;
  width: 100%;
 }
 .interview4-text p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: justify;
  color: #000;
 }
 .interview4-in .right p,
 .interview4-in .left p {
  margin: 0;
  padding: 6vw 6vw;
 }
 /* 写真 */
 .interview4-photo {
  position: relative;
 }
 .interview4-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
/* ============================
   Section: Interview4 end
============================ */
 
/* ============================
   Section: Interview5 start
============================ */
 .section-interview5 {
  position: relative;
  background-image: url('../images/010_img23.webp');
  background-size: cover;
  background-position: center;
  padding: 14vw 0 8vw 0;
 }
 /* タイトル */
 .interview5-ttl {
  color: #fff;
  width: 87vw;
  margin: 0 auto 8vw;
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  line-height: 1.8;
 }
 /* 各ブロック共通：縦積み（写真→テキスト） */
 .interview5-block {
  width: 87vw;
  margin: 0 auto 12vw auto;
 }
 .interview5-block__image {
  width: 100%;
  margin: 0 auto 5vw;
 }
 .interview5-block__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview5-block__text {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: justify;
 }
 .interview5-block__text p + p {
  margin-top: 1.5em;
 }
 .interview5-block__text .name {
  color: #ead18d;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview5 end
============================ */
 
/* ============================
   Section: Interview6 start
============================ */
 .section-interview6 {
	position: relative;
	background-image: url('../images/010_img23.webp');
	background-position: center top;
	padding: 0 0 15vw 0;
	background-repeat: repeat-y;
	background-size: auto auto;
 }
 
 /* --- ブロック1：全幅写真＋下部テキストボックス（縦積み・重なりなし） --- */
 .interview6-wide {
  position: relative;
  width: 87vw;
  margin: 0 auto 15vw auto;
 }
 .interview6-wide__image {
  width: 100%;
  margin-bottom: 5vw;
 }
 .interview6-wide__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview6-wide__box {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  border-radius: 2vw;
  padding: 6vw;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 2;
 }
 
 /* --- ブロック2〜4共通：縦積み（写真→テキスト、重なりなし） --- */
 .interview6-overlap {
  position: relative;
  width: 87vw;
  margin: 0 auto 14vw auto;
 }
 .interview6-overlap__image {
  width: 100%;
  margin: 0 0 5vw 0;
 }
 .interview6-overlap__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
 }
 .interview6-overlap__box,
 .part3, .part4, .part5 {
  position: relative;
  width: 100%;
  margin: 0;
 }
 .interview6-overlap__box {
  background: #fff;
  border-radius: 2vw;
  padding: 6vw;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 2;
 }
 /* テキスト共通 */
 .interview6-wide__box p,
 .interview6-overlap__box p {
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
  text-align: justify;
 }
 .interview6-wide__box .name,
 .interview6-overlap__box .name {
  color: #80abaa;
  padding-right: 1rem;
  font-weight: 700;
 }
/* ============================
   Section: Interview6 end
============================ */
 
/* ============================
   インタビューを終えて start
============================ */
 .section_c_container {
  width: 100%;
  height: auto;
  padding-top: 30vw;
  padding-bottom: 10vw;
  background-color: #7a6b4d;
  clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
  z-index: 10;
  position: relative;
  margin-top: -20vw;
 }
 .section_c_block {
  position: relative;
  width: 87vw;
  padding-top: 0;
  margin: 0 auto;
  color: #fff;
 }
 .title_c {
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  margin: auto;
  line-height: 100%;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  text-align: center;
  letter-spacing: 0.15rem;
 }
 .image_padding {
  padding: 8vw 0;
 }
 .image_b {
  width: 87vw;
  padding: 0;
  margin: 0 auto;
  position: relative;
 }
 .copy_a {
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  text-align: justify;
  font-weight: 400;
 }
 .archive_container {
  width: 100%;
  background-color: #7a6b4d;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .archive_link a {
  font-size: 1rem;
  width: auto;
  display: inline-block;
  padding-top: calc(3vw);
  padding-bottom: calc(3vw);
  padding-left: calc(10vw);
  padding-right: calc(10vw);
  background-color: #7f7f80;
  transition: ease-in-out 0.2s;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  color: white;
  text-align: left;
  pointer-events: auto;
  line-height: 100%;
  margin: 6vw 0 0 0;
 }
 .archive_link a:hover {
  background-color: #585866;
  opacity: 1;
  transition: ease-in-out 0.2s;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
 }
 /* aタグ共通設定 */
 a {
  text-decoration: none;
  color: #333333;
  list-style-type: none;
  transition: all 0.5s;
 }
 a:hover {
  zoom: 1;
  cursor: pointer;
  transition: all 0.3s;
 }
/* ============================
   インタビューを終えて end
============================ */
 
 /* 共通 footer */
 footer {
  background-color: #000;
  color: #E8E8E8;
  position: relative;
 }
 footer a {
  color: #E8E8E8;
 }
 footer a:hover {
  color: #98ECF4;
 }
 .footer {
  width: 100vw;
  height: auto;
  background-color: #7a6b4d;
  color: #fff;
  text-align: center;
  padding: 8vw 0;
 }
 .footer a {
  display: inline-block;
  line-height: 1.6rem;
  font-size: 0.65rem;
  letter-spacing: 0.1rem;
  border: 1px solid #fff;
  border-radius: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  margin-top: 3vw;
 }
 .footer a:hover {
  color: #fff;
 }
 .footer span {
  display: block;
  width: 87vw;
  line-height: 1.6;
  margin: 0 auto;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  color: #fff;
 }
/* ============================
   インタビューを終えて end
============================ */
 .PC {
  display: none;
  max-width: 0%;
  max-height: 0%;
 }
 .SP {}
}