/* CSS Document */
html {
  scroll-behavior: smooth;
  --radius-large: 12px; /* 角丸の変数定義 */
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 左右スクロールを無効化 */
}
h2,h3,h4,p,li {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
img {
  vertical-align: bottom;
  border: 0;
  margin: 0;
  padding: 0;
}

a:hover img {
  opacity: 0.6;
}

.scene2-bgcolor {
  background-color: #fef4e5;
}

.fix-btn-red {
  position: fixed;
  right: 0;
  top: 370px;
}

.top-bark {
  height: 10px;
  width: 100%;
  background-color: #000000;
}

.top-bar {
  height: 50px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  background-color: #ec140e;
}

.top {
  width: 100%;
  background-color: #ffffff;
}

.top .top-contents,
.top .middle-contents,
.top .bottom-contents,
.top .voice-contents,
.top .gaiyo-contents,
.top .form-contents {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

.top .middle-contents,
.top .bottom-contents,
.top .voice-contents,
.top .gaiyo-contents,
.top .form-contents {
  margin-top: calc(1.37rem * 3);
}

.top .top-contents {
	margin-bottom: calc(1em * 1.37 * 2);
}

.top .top-contents > h2 {letter-spacing: calc(1em * 1.37 / 80);}

.experience-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2em;
  padding: 0 2em;
  margin-bottom: calc(1.37em * 2);
}

.experience-column.left,
.experience-column.right {
  flex: 1 1 0%;
  /* 均等に伸びる */
  min-width: 200px;
}

.experience-column.center {
  flex: 0 0 80px;
  /* 中央は矢印用に固定幅 */
  text-align: center;
  margin-top: 200px;
}

/* タイトル（共通） */
.title {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS PMincho", serif;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.3); /* パキッと薄いグレー影 */
  line-height: 1.2;
}

/* 左のタイトル：体験・体感 */
.title--left {
  color: darkorange;
  display: inline-flex;
  flex-direction: column;
}
.title--left span {
  color: darkorange;
}
.title--left span:first-child {
  margin-left: -0.5em;
}
.title--left span:not(:first-child) {
  margin-left: 1.5em;
}
.title--left span span {
  font-size: 0.5em;
  color: black;
}

/* 右のタイトル：共感 */
.title--right {
  color: crimson;
}

/* 画像たち共通 */
.experience-photo,
.person-illustration,
.arrow {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.person-illustration {
  width: auto;
  height: 300px;
}

/* 矢印のサイズ調整 */
.arrow {
  max-width: 100px;
  margin: 0 auto;
}

/* スマホ対応（縦積み） */
@media (max-width: 639px) {
  .experience-section {
    flex-direction: column;
    align-items: center;
  }

  .experience-column {
    width: 100%;
    max-width: 480px;
  }

  .experience-column.center {
    flex: none;
    width: auto;
    margin: 1em 0;
  }

  .arrow {
    transform: rotate(90deg);
  }
}

.navi-anchor {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  max-width: 765px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: dimgray;
  position: sticky;
  top: 6rem;
  z-index: 1;
}

.navi-anchor li {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  text-align: center;
  position: relative;
  transition: background-color 0.2s ease;
}

.navi-anchor li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 1px;
  height: 50%;
  background-color: #fff;
  z-index: 2;
}

.navi-anchor li:not(.apply):hover {
  background-color: #4e4e4e;
}

.navi-anchor a {
  display: block;
  padding: 0.8em 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}

.navi-anchor a:hover {
  filter: brightness(1.1);
}

.navi-anchor .apply {
  background-color: rgb(231, 0, 0);
}

.navi-anchor .apply:hover {
  background-color: rgb(200, 0, 0);
}

.navi-anchor.is-disabled {
  position: static;
  box-shadow: none;
}

/* ▼ スマホ表示のときは画面下に固定 ▼ */
@media screen and (max-width: 768px) {
  .navi-anchor {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    z-index: 9999;
  }
}

.top .middle-contents.scroll-adjust,
.top .bottom-contents.scroll-adjust,
.top .gaiyo-contents.scroll-adjust {
  scroll-margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .top .middle-contents.scroll-adjust,
  .top .bottom-contents.scroll-adjust,
  .top .gaiyo-contents.scroll-adjust {
    scroll-margin-top: 5rem; /* か、ゼロでも可 */
  }
}

.fimg-wrap {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
}

/* ol 全体の装飾（コラム風） */
.fimg-wrap ol {
  background-color: #f7f7f7;
  padding: 1.5em;
  border-radius: 8px;
  list-style: none;
  counter-reset: section;
  font-size: 0.95em;
  line-height: 1.6;
  margin: 0 auto;
}

/* 各 li に番号付き見出し風スタイル */
.fimg-wrap ol li {
  position: relative;
  padding-left: 2.8em;
  margin-bottom: 1em;
  text-align: left;
  font-weight: 600;
}

.fimg-wrap ol li span {
  font-weight: 400;
}

.fimg-wrap ol li::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: sans-serif;
}


.top .top-contents ul {
  display: inline-block;
  max-width: 860px;
  margin: 0 auto;
}

.top .top-contents li {
  list-style: disc;
  text-align: left;
}

.top .bottom-contents h4,
.top .bottom-contents h5,
.top .bottom-contents div {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top .voice-contents .raijo-number {
  color: mediumblue;
  font-weight: bold;
	letter-spacing: 0.08em;
}

.top .voice-contents .raijo-number .highlight {
  position: relative;
  display: inline-block;
  font-size: calc(1em * 1.37 *1.5);
  color: #ff0000;
  z-index: 0;
  /* 擬似要素を下に置く */
}

.top .voice-contents .raijo-number .highlight::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3em;
  width: 100%;
  height: 0.37em;
  background: yellow;
  z-index: -1;
  border-radius: 2px;
}

.top .voice-contents .raijo-number .highlight span {
	font-size: 0.685em;
}

.top .voice-contents .vimage-wrap {
  width: 80%;
  margin: 0 auto;
  background-color: whitesmoke;
  padding-bottom: 1.75rem;
  border-radius: 0 0 2rem 0;
}
.top .voice-contents .vimage-wrap img {
  margin-block-start: -1.75rem;
}

/* ✅ スマホ時（縦積みに変更） */
@media (max-width: 639px) {
  .top .voice-contents .vimage-wrap {
    width: 100%;
    padding-right: 1rem;
    padding-bottom: 1rem;
    border-radius: 0 0 1rem 0;
  }
.top .voice-contents .vimage-wrap img {
  margin-block-start: -1.5rem;
}
}

.top .bottom-contents .layout--2-1 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2em;
}

.top .bottom-contents .layout--1-2 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2em;
}

.top .bottom-contents .layout--2-1 p,
.top .bottom-contents .layout--1-2 p {
  text-align: left;
  line-height: calc(1.37 * 1.37);
}

.top .bottom-contents .layout--2-1 figure,
.top .bottom-contents .layout--1-2 figure {
  margin-inline-start: 0;
  margin-inline-end: 0;
  height: fit-content;
}

/* ✅ スマホ時（縦積みに変更） */
@media (max-width: 639px) {
  .top .bottom-contents .layout--2-1,
  .top .bottom-contents .layout--1-2 {
    grid-template-columns: 1fr;
    /* ←これがカラム落ちの決め手 */
    gap: 0;
    /* ちょっと詰めてもOK */
  }
  .top .bottom-contents .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}



.responsive-map {
  width: 100%;
  aspect-ratio: 4 / 3;
  /* 必要に応じて16/9などに変更 */
  overflow: hidden;
  border-radius: 8px;
  /* お好みで */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* お好みで */
  margin-bottom: 1.37em;
}

.responsive-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contents-beige {
  width: 100%;
  background-color: #fef4e5;
}

.contents-beige .main-beige {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

h1 {
  margin-top: 30px;
  margin-bottom: 54px;
  float: right;
}

h2 {
  font-size: 1.9em;
}

h3 {
  font-weight: normal;
}

h4 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 10px 0;
}

h5 {
  position: relative;
  font-weight: 600;
  font-size: 1.23em;
  text-align: left;
  padding-left: 1em;
  /* 赤バー用のスペース */
  margin: 0 0 1.2em 0;
}

h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: red;
  border-radius: 2px;
}

h5::after {
  content: "";
  position: absolute;
  left: 0;
  /* ←ここで左端を揃える */
  bottom: -0.4em;
  /* テキストの下に配置 */
  width: 100%;
  height: 2px;
  background-color: black;
}

h5:not(:first-child) {
  margin-top: 1.37rem;
}

.top-img {
  margin-bottom: 100px;
  display: flex; /* flexboxを有効にする */
  justify-content: center; /* 子要素を中央に配置 */
  align-items: flex-start; /* 子要素を上揃え */
}

.top-img .top-left {
  height: 634px;
  width: 440px;
  text-align: left;
  margin-left: 30px;
}

.top-img .top-left .left-img {
  margin-top: 0;
}

.top-img .top-left .top-btn-products {
  margin-top: 0;
}

.top-img .top-left .top-btn-contact {
  margin-top: 10px;
}

.top-img .top-right {
  height: 634px;
  width: 440px;
  text-align: left;
}

.top-img .top-right .right-text {
  margin-top: 42px;
  margin-left: 15px;
}

/* 動画ダウンロードボタンを非表示 */
video::-webkit-media-controls-download-button {
    display: none;
}

/* 動画セクションのスタイル */
.top .video-section {
  text-align: center; /* 子要素を中央揃え */
  padding: 40px 20px; /* 上下左右の余白 */
  background-color: #efefef; /* 背景色 */
  margin-bottom: calc(1.37rem * 3); /* 次のセクションとのマージン */
  box-sizing: border-box; /* paddingを含めて幅を計算 */
}

.top .video-section h4 {
  font-size: 1.8rem; /* 見出しのフォントサイズ */
  margin-bottom: 20px; /* 見出しの下マージン */
  color: #333; /* 見出しの色 */
}
.top .video-section video {
  max-width: 940px; /* ビデオの最大幅を940pxに制限 */
  width: 100%;
  height: auto; /* アスペクト比を維持 */
  border-radius: var(--radius-large, 12px); /* 角丸 */
  display: block; /* 隙間対策 */
  margin: 0 auto; /* 中央寄せ */
  border: 1px solid #ddd; /* 枠線 */
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.05); /* ベンダープレフィックス */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.05); /* シャドウ */
  overflow: hidden; /* 角丸からはみ出すコンテンツを隠す */
}

.menu {
  margin-top: 58px;
  margin-left: 15px;
}

.menu .menu-3 {
  border-bottom: solid 2px #000000;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

ol img {
  border-top: solid 2px #000000;
}

.point {
  width: 100%;
  background-color: #fef4e5;
}

.point .point-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
  display: flex; /* flexboxを有効にする */
  flex-wrap: wrap; /* 画面幅に応じて折り返す */
  justify-content: center; /* 子要素を中央に配置 */
  align-items: flex-start; /* 子要素を上揃え */
}

.point .point-contents .point-top {
  margin: 30px;
  padding-top: 70px;
}

.point .point-contents .point-bottom {
  margin: 30px;
  padding-bottom: 70px;
}

.mode {
  width: 100%;
}

.mode .mode-contents {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 940px;
  text-align: center;
}

.mode .mode-contents .mode-text {
  margin-top: 100px;
  margin-bottom: 66px;
}

.mode .mode-contents .mode-img {
  display: flex; /* flexboxを有効にする */
  justify-content: center; /* 子要素を中央に配置 */
  align-items: flex-start; /* 子要素を上揃え */
}

.mode .mode-contents .mode-img .mode-products-btn {
  margin-top: 40px;
  margin-left: 30px;
}

.mode .mode-contents .mode-img .mode-contact-btn {
  margin-top: 40px;
  margin-left: 30px;
}

.scene01 {
  width: 100%;
  background-color: #fef4e5;
}

.scene01 .scene01-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

.scene01 .scene01-contents h3 img {
  position: relative;
  margin-top: -92px;
}

.scene01 .scene01-contents .scene01-img {
  padding-bottom: 40px;
}

.scene02 {
  width: 100%;
  background-color: #ffffff;
}

.scene02 .scene02-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

.scene02 .scene02-contents h3 img {
  position: relative;
  margin-top: -92px;
}

.scene02 .scene02-contents .scene02-img {
  padding-bottom: 40px;
}

.scene03 {
  width: 100%;
  background-color: #fef4e5;
}

.scene03 .scene03-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

.scene03 .scene03-contents h3 img {
  position: relative;
  margin-top: -92px;
}

.scene03 .scene03-contents .scene03-img {
  padding-bottom: 100px;
}

.footer-contents {
  margin: 0 auto;
  clear: both;
  padding: 70px 0px 30px 0px;
  width: 940px;
  text-align: center;
}

.bottom-bar {
  height: 10px;
  width: 100%;
  background-color: #ff0000;
}

.note::before {
  content: "※";
  margin-right: 0.25em;
  /* スペース調整 */
  color: inherit;
  /* 色は親に合わせる（必要に応じて変えてね） */
}

/*  **************************************************/
/*  Page Top  */
/*  **************************************************/
#PageTop {
  display: block;
  position: fixed;
  bottom: -200px;
  right: 40px;
  z-index: 1000;
}

#PageTop a {
  width: 56px;
  height: 56px;
  display: block;
}

dl {
  max-width: 800px;
  margin: 1.37em auto 0;
}

.dl-item {
  display: flex;
  flex-wrap: wrap;
}

.dl-item dt {
  width: 150px; /* 幅を固定 */
  font-weight: bold;
  padding: 20px 0px;
  border-top: solid 2px #ff0000;
}

.dl-item dd {
  width: 600px;
  padding: 20px 0px;
  text-align: left;
  border-top: dotted 1px;
}

dd.caution ol {
  padding-left: 1.5em;
  /* 番号と本文のスペース */
  margin: 0 0 1em 0;
}

dd.caution ol li {
  list-style-type: decimal;
  /* 数字表示 */
  list-style-position: outside;
  /* 番号を左に出す */
  margin-bottom: 0.5em;
}

dd.caution div {
  margin-left: 1.37em;
  /* ol に対して1.37文字分の字下げ */
}

dd.caution div ul {
  padding-inline-start: 1em;
}

dd.caution div ul li {
  list-style: disc;
  /* バレットリスト */
  margin-top: 0.5em;
}

.small {
  font-size: 0.8em;
  display: block;
  line-height: 1.3em;
  padding-top: 10px;
}

.smallgray {
  font-size: 0.8em;
  display: block;
  line-height: 1.3em;
  padding-top: 10px;
  color: #a79d9d;
}

.smallred {
  font-size: 0.8em;
  display: block;
  line-height: 1.3em;
  color: #ff0000;
  padding-top: 10px;
}

.red {
  color: #ff0000;
}

.gray {
  color: #a79d9d;
}

#popup-video {
  cursor: pointer;
}

#popup-video:hover {
  opacity: 0.6;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.4s;
}

.dialog.is-active {
  opacity: 1;
  pointer-events: auto;
}

.dialog-close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 0;
  transform: translate(-50%, -50%);
}

.dialog-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 960px;
  z-index: 2;
}

.dialog-inner video {
  width: 100%;
}

.dialog-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.txtleft {
  text-align: left;
  /* padding-left: 24%; */
  margin: 0 auto;
  width: max-content;
}

.seminar-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-feature-settings: "palt";
  border: 2px solid #4f70bf;
}

.seminar-table tr:nth-child(2n+1) {
  border-bottom: 2px solid #4f70bf;
}

.seminar-table th {
  padding: 0.2em 0.5em;
}

.seminar-table td {
  padding: 0.75em;
}

.seminar-table th {
  text-align: center;
  background-color: #4f70bf;
  color: white;
}

.seminar-table th.seminar-time {
  border-left: white dotted 1px;
}

.seminar-table td.seminar-title {
  font-size: 125%;
  font-weight: bolder;
  line-height: 1.25;
  border-bottom: #4f70bf dotted 1px;
  color: #1f46a3;
}

.seminar-table td.seminar-time {
  text-align: center;
  border-left: #4f70bf dotted 1px;
}

.linkForm-button {
  background-color: #f7ab3d;
  /* オレンジ色 */
  color: white;
  /* テキストの色 */
  margin-top: 10px;
  padding: 8px 20px;
  /* 内側の余白 */
  border-radius: 22px;
  /* 角を丸くする */
  border: none;
  /* 枠線なし */
  font-weight: bold;
  /* フォントの太さ */
  text-align: center;
  /* テキストを中央揃え */
  display: inline-block;
  /* インラインブロック要素として表示 */
  cursor: pointer;
  /* マウスオーバー時にカーソルをポインターにする */
  font-size: 17px;
  /* フォントサイズ */
  text-decoration: none;
  overflow: hidden;
  /* 内部のオーバーフローを隠す */
  box-shadow: 0 3px 0 0 rgba(248, 143, 0, 1);
  /* 影をつける */
  position: relative;
  /* 相対位置 */
  width: 400px;
}

.linkForm-button:hover {
  opacity: 0.6;
}

.linkForm-button::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  /* ボタンの右端からの位置 */
  top: 50%;
  /* ボタンの上端からの位置 */
  transform: translate(0, -50%);
  /* Y軸に沿って中心に配置 */
  width: 14px;
  /* 円の幅 */
  height: 14px;
  /* 円の高さ */
  border: 3px solid white;
  border-radius: 50%;
  /* 円形にする */
}

.linkForm-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 39%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid white;
}

@media (max-width: 1023px) {

  .top .top-contents,
  .top .middle-contents,
  .top .bottom-contents,
  .top .voice-contents,
  .top .gaiyo-contents {
    width: min(92%,
        (100% - env(safe-area-inset-left) - env(safe-area-inset-right)));
  }

  .top .video-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txtleft {
    width: auto;
  }

  .seminar-table-container {
    width: auto;
  }

  .btn-flyer {
    /* background-color: yellow; */
    height: auto;
    overflow-x: hidden;
  }

  .btn-flyer img {
    width: 100%;
    height: 150px;
    object-fit: none;
  }

  /*  */
  dl {
    width: 100%;
    margin: 60px auto 0;
  }

  .dl-item {
    flex-flow: column;
  }

  .dl-item dt {
    width: 100%;
  }

  .dl-item dd {
    width: 100%;
    margin-inline-start: 0;
  }

  .linkForm-button {
    max-width: 400px;
    width: 90%;
  }
}



.menu {
  margin-top: 58px;
  margin-left: 15px;
}

.menu .menu-3 {
  border-bottom: solid 2px #000000;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

ol img {
  border-top: solid 2px #000000;
}

.point {
  width: 100%;
  background-color: #fef4e5;
}

.point .point-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
  display: flex; /* flexboxを有効にする */
  flex-wrap: wrap; /* 画面幅に応じて折り返す */
  justify-content: center; /* 子要素を中央に配置 */
  align-items: flex-start; /* 子要素を上揃え */
}

.point .point-contents .point-top {
  margin: 30px;
  padding-top: 70px;
}

.point .point-contents .point-bottom {
  margin: 30px;
  padding-bottom: 70px;
}

.mode {
  width: 100%;
}

.mode .mode-contents {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 940px;
  text-align: center;
}

.mode .mode-contents .mode-text {
  margin-top: 100px;
  margin-bottom: 66px;
}

.mode .mode-contents .mode-img {
  display: flex; /* flexboxを有効にする */
  justify-content: center; /* 子要素を中央に配置 */
  align-items: flex-start; /* 子要素を上揃え */
}

.mode .mode-contents .mode-img .mode-products-btn {
  margin-top: 40px;
  margin-left: 30px;
}

.mode .mode-contents .mode-img .mode-contact-btn {
  margin-top: 40px;
  margin-left: 30px;
}

.scene01 {
  width: 100%;
  background-color: #fef4e5;
}

.scene01 .scene01-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

.scene01 .scene01-contents h3 img {
  position: relative;
  margin-top: -92px;
}

.scene01 .scene01-contents .scene01-img {
  padding-bottom: 40px;
}

.scene02 {
  width: 100%;
  background-color: #ffffff;
}

.scene02 .scene02-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

.scene02 .scene02-contents h3 img {
  position: relative;
  margin-top: -92px;
}

.scene02 .scene02-contents .scene02-img {
  padding-bottom: 40px;
}

.scene03 {
  width: 100%;
  background-color: #fef4e5;
}

.scene03 .scene03-contents {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

.scene03 .scene03-contents h3 img {
  position: relative;
  margin-top: -92px;
}

.scene03 .scene03-contents .scene03-img {
  padding-bottom: 100px;
}

.footer-contents {
  margin: 0 auto;
  clear: both;
  padding: 70px 0px 30px 0px;
  width: 940px;
  text-align: center;
}

.bottom-bar {
  height: 10px;
  width: 100%;
  background-color: #ff0000;
}

.note::before {
  content: "※";
  margin-right: 0.25em;
  /* スペース調整 */
  color: inherit;
  /* 色は親に合わせる（必要に応じて変えてね） */
}

/*  **************************************************/
/*  Page Top  */
/*  **************************************************/
#PageTop {
  display: block;
  position: fixed;
  bottom: -200px;
  right: 40px;
  z-index: 1000;
}

#PageTop a {
  width: 56px;
  height: 56px;
  display: block;
}

dl {
  max-width: 800px;
  margin: 1.37em auto 0;
}

.dl-item {
  display: flex;
  flex-wrap: wrap;
}

.dl-item dt {
  width: 150px; /* 幅を固定 */
  font-weight: bold;
  padding: 20px 0px;
  border-top: solid 2px #ff0000;
}

.dl-item dd {
  width: 600px;
  padding: 20px 0px;
  text-align: left;
  border-top: dotted 1px;
}

dd.caution ol {
  padding-left: 1.5em;
  /* 番号と本文のスペース */
  margin: 0 0 1em 0;
}

dd.caution ol li {
  list-style-type: decimal;
  /* 数字表示 */
  list-style-position: outside;
  /* 番号を左に出す */
  margin-bottom: 0.5em;
}

dd.caution div {
  margin-left: 1.37em;
  /* ol に対して1.37文字分の字下げ */
}

dd.caution div ul {
  padding-inline-start: 1em;
}

dd.caution div ul li {
  list-style: disc;
  /* バレットリスト */
  margin-top: 0.5em;
}

.small {
  font-size: 0.8em;
  display: block;
  line-height: 1.3em;
  padding-top: 10px;
}

.smallgray {
  font-size: 0.8em;
  display: block;
  line-height: 1.3em;
  padding-top: 10px;
  color: #a79d9d;
}

.smallred {
  font-size: 0.8em;
  display: block;
  line-height: 1.3em;
  color: #ff0000;
  padding-top: 10px;
}

.red {
  color: #ff0000;
}

.gray {
  color: #a79d9d;
}

#popup-video {
  cursor: pointer;
}

#popup-video:hover {
  opacity: 0.6;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.4s;
}

.dialog.is-active {
  opacity: 1;
  pointer-events: auto;
}

.dialog-close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 0;
  transform: translate(-50%, -50%);
}

.dialog-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 960px;
  z-index: 2;
}

.dialog-inner video {
  width: 100%;
}

.dialog-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.txtleft {
  text-align: left;
  /* padding-left: 24%; */
  margin: 0 auto;
  width: max-content;
}

.seminar-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-feature-settings: "palt";
  border: 2px solid #4f70bf;
}

.seminar-table tr:nth-child(2n+1) {
  border-bottom: 2px solid #4f70bf;
}

.seminar-table th {
  padding: 0.2em 0.5em;
}

.seminar-table td {
  padding: 0.75em;
}

.seminar-table th {
  text-align: center;
  background-color: #4f70bf;
  color: white;
}

.seminar-table th.seminar-time {
  border-left: white dotted 1px;
}

.seminar-table td.seminar-title {
  font-size: 125%;
  font-weight: bolder;
  line-height: 1.25;
  border-bottom: #4f70bf dotted 1px;
  color: #1f46a3;
}

.seminar-table td.seminar-time {
  text-align: center;
  border-left: #4f70bf dotted 1px;
}

.linkForm-button {
  background-color: #f7ab3d;
  /* オレンジ色 */
  color: white;
  /* テキストの色 */
  margin-top: 10px;
  padding: 8px 20px;
  /* 内側の余白 */
  border-radius: 22px;
  /* 角を丸くする */
  border: none;
  /* 枠線なし */
  font-weight: bold;
  /* フォントの太さ */
  text-align: center;
  /* テキストを中央揃え */
  display: inline-block;
  /* インラインブロック要素として表示 */
  cursor: pointer;
  /* マウスオーバー時にカーソルをポインターにする */
  font-size: 17px;
  /* フォントサイズ */
  text-decoration: none;
  overflow: hidden;
  /* 内部のオーバーフローを隠す */
  box-shadow: 0 3px 0 0 rgba(248, 143, 0, 1);
  /* 影をつける */
  position: relative;
  /* 相対位置 */
  width: 400px;
}

.linkForm-button:hover {
  opacity: 0.6;
}

.linkForm-button::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  /* ボタンの右端からの位置 */
  top: 50%;
  /* ボタンの上端からの位置 */
  transform: translate(0, -50%);
  /* Y軸に沿って中心に配置 */
  width: 14px;
  /* 円の幅 */
  height: 14px;
  /* 円の高さ */
  border: 3px solid white;
  border-radius: 50%;
  /* 円形にする */
}

.linkForm-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 39%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid white;
}

@media (max-width: 1023px) {

  .top .top-contents,
  .top .middle-contents,
  .top .bottom-contents,
  .top .voice-contents,
  .top .gaiyo-contents {
    width: min(92%,
        (100% - env(safe-area-inset-left) - env(safe-area-inset-right)));
  }

  .top .video-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txtleft {
    width: auto;
  }

  .seminar-table-container {
    width: auto;
  }

  .btn-flyer {
    /* background-color: yellow; */
    height: auto;
    overflow-x: hidden;
  }

  .btn-flyer img {
    width: 100%;
    height: 150px;
    object-fit: none;
  }

  /*  */
  dl {
    width: 100%;
    margin: 60px auto 0;
  }

  .dl-item {
    flex-flow: column;
  }

  .dl-item dt {
    width: 100%;
  }

  .dl-item dd {
    width: 100%;
    margin-inline-start: 0;
  }

  .linkForm-button {
    max-width: 400px;
    width: 90%;
  }
}
