@charset "UTF-8";

/* =====================
  MV
===================== */
.mv {
  position: relative;
  min-height: 24.266666666666666vw;
}

.mv::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/hibikino/assets/img/common/second_bg_2x.png');
  width: 100%;
  min-height: 24.266666666666666vw;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.mv .inner {
  position: relative;
}

.mv .inner::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 8;
}

.h1-title {
  display: flex;
  align-items: center;
  gap: 3.2vw;
  padding-top: 7.7vw;
}

.h1-title span {
  font-family: Viga;
  font-size: 6.933333333333334vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13866666666666666vw;
  text-align: left;
  color: #ee7951;
}

.h1-title h1 {
  font-size: 3.2vw;
}

/* ==== ブレッド ==== */
.bread {
  font-size: 3.2vw;
  position: relative;
}

.bread ul {
  display: block;
  padding-right: 16.5vw;
}

.bread ul li {
  display: inline;
}

.bread ul li + li::before {
  content: '>';
  display: inline-block;
  margin-inline: 0.3em;
}

/* =====================
  下線付きーh２
===================== */
.h2-title h2 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.36;
  color: #111;
  position: relative;
}

.h2-title h2::after {
  content: '';
  display: block;
  width: 11.333333333333334vw;
  height: 0.5333333333333333vw;
  background-color: #ee7951;
  margin-top: 1.1vw;
}

/* =====================
  テーブル
===================== */
.table {
  width: 100%;
}

.table tr {
  border-top: 1px solid #9f9f9f;
}

.table tr:last-child {
  border-bottom: 1px solid #9f9f9f;
}

.table tr th,
.table tr td {
  padding-block: 5.26vw;
  padding-inline: 2.1333333333333333vw;
}

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

.va-top {
  vertical-align: baseline;
}
