@charset "UTF-8";

.second-mv {
  margin-bottom: 104px;
  position: relative;
  content: '';
  background-image: url(../../img/policy/mv.png);
  background-size: cover;
  width: 100%;
  height: 350px;
}

.second-mv .catch {
  position: absolute;
  top: 162px;
  left: 90px;
  color: var(--white);
}

.second-mv .catch .en {
  font-size: 60px;
}

.second-mv .catch .ja {
  font-size: 20px;
  font-weight: bold;
}

.second-mv .bread {
  color: var(--white);
  position: absolute;
  bottom: 16px;
  right: 90px;
}

.second-mv .bread ul {
  display: flex;
}

.second-mv .bread ul .before {
  display: flex;
  align-items: center;
}

.second-mv .bread ul .before::after {
  content: '>';
  padding-inline: 8px;
}

/* content */
.policy {
  line-height: 1.8;
}
.policy .box01 {
  margin-bottom: 48px;
}
.policy .box01 .title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
  border-bottom: 1px solid var(--gray2);
}
.policy .box01 .title::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 18%;
  height: 1px;
  background: var(--red);
}
.policy .box02 {
  margin-bottom: 32px;
}
.policy .box02 .title {
  font-size: 20px;
  color: var(--red);
  font-weight: bold;
  margin-bottom: 8px;
}
.policy .box03 {
  margin-bottom: 48px;
}
.policy .box03 .title {
  font-size: 20px;
  color: var(--red);
  font-weight: bold;
  margin-bottom: 16px;
}
.policy .box03 table tbody tr th {
  width: 240px;
  padding: 16px;
  background-color: var(--lightgray);
  border: 1px solid var(--gray2);
  text-align: center;
}
.policy .box03 table tbody tr td {
  width: 820px;
  padding: 16px 0 16px 48px;
  border: 1px solid var(--gray2);
  margin-bottom: -1px;
  margin-left: -1px;
}
