@charset "UTF-8";

/* =====================
  MV
===================== */
.mv {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  position: relative;
}

.mv::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 81.2vw;
  height: 60.8vw;
  margin-inline: auto 0;
  margin-top: 6.7vw;
  position: relative;
}

/* ==== H1-title ==== */
.mv .inner {
  padding-top: 32.8vw;
}

.mv .h1-title span {
  font-family: var(--tavi);
  font-size: calc((100 / 750) * 104.72 * 1vw);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.08em;
  opacity: 0.7;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.mv .h1-title h1 {
  font-size: 4.266666666666667vw;
  font-weight: bold;
  margin-top: 1.7vw;
  letter-spacing: 0.08em;
  color: #fff;
}

/* ==== ブレッド ==== */
.bread {
  display: none;
}

/* =====================
  H2タイトル
===================== */
.h2-title span {
  font-family: Taviraj;
  font-size: 8.533333333333333vw;
  font-weight: 600;
  color: #002a87;
}

.h2-title h2 {
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #002a87;
}

/* =====================
  テーブル設定
===================== */
/* ==== テーブルリセット ==== */
.table tr {
  display: block;
}

.table th {
  display: block;
}

.table td {
  display: block;
}

.table {
  width: 100%;
}

.table tbody tr th,
.table tbody tr td {
  padding-inline: 2.1vw;
}

.table tbody tr th {
  font-weight: bold;
}

.table tbody tr td {
  margin-top: 2.5vw;
}

.table tbody tr {
  padding-block: 5.6vw;
  border-bottom: 1px solid #898c94;
}

/* =====================
  マップリンクボタン
===================== */
.map-link {
  display: inline-block;
  width: 11.4vw;
  height: 4.266666666666667vw;
  border: solid 1px #002a87;
  font-family: Taviraj;
  font-size: 2.933333333333333vw;
  font-weight: 600;
  line-height: 1.6;
  color: #002a87;
  position: relative;
  margin-left: 2.3vw;
}

.map-link .map-anchor {
  width: inherit;
  height: inherit;
  padding-inline: 0.9vw;
  position: relative;
}

.map-link .map-anchor::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/img/common/icon_map_2x.png');
  width: 1.4666666666666666vw;
  height: 2.1333333333333333vw;
  margin-right: 0.6vw;
}

/* =====================
  コンテンツ　1番上
===================== */
.article[data-id='1'] {
  padding-top: 19.2vw;
}
