@charset "UTF-8";
/* =====================
  変数
===================== */
:root {
  --inner-width: 1120px;
  --header-height: 100px;
}

/* =====================
  共通
===================== */
.inner {
  width: var(--inner-width);
  margin-inline: auto;
}

.tecs .title-wrapper span::before {
  background: var(--white);
}
/* =====================
  mv
===================== */
.main .mv {
  background: var(--black);
  padding-top: 310px;
  position: relative;
}
.main .mv .mv-bg {
  background-image: url('/assets/image/policy/policy_bg.png');
  min-height: 424px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.main .mv h1 {
  font-family: var(--mincho);
  font-size: 80px;
  color: var(--white);
  margin-top: 21px;
  padding-inline: 50px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.main .about {
  display: flex;
  width: 1200px;
  padding-inline: 48px;
  align-items: center;
  gap: 96px;
  margin-top: 172px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.main .about::after {
  content: '';
  background-image: url('/assets/image/policy/book.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 238px;
  height: 195px;
  display: block;
  position: absolute;
  right: 52px;
  opacity: 0.5;
  bottom: -64px;
}
/* =====================
  ポリシー
===================== */
.policy-list {
  background: var(--black);
  color: var(--white);
  /* padding-left: 50px; */
  padding-bottom: 164px;
}
.policy-list .policys {
  min-width: 1200px;
  position: relative;
  margin-inline: auto;
}
.policy-list .policys::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1200px) / 2 + 1200px);
  height: 100%;
  background-image: url('/assets/image/common/bg.png');
  background-repeat: repeat;
  background-position: 0 0;
}
.policy-list .policys .policy-inner {
  position: relative;
  width: 1200px;
  margin-inline: auto;
  padding-top: 64px;
  padding-bottom: 88px;
  padding-inline: 41px;
  color: #fff;
}
.policy-list .policys .policy-inner *::selection {
  background: #0d0602;
}
.policy-list .policys .policy-wrapper {
  width: 1117px;
}
.policy-list .policys h2 {
  font-family: var(--mincho);
  font-weight: 800;
  font-size: 30px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
  margin-top: 100px;
}
.policy-list .policys .policy-wrapper:first-of-type h2 {
  margin-top: 0;
}
.policy-list .policys h2::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  background: var(--red);
}
.policy-list .policys h3 {
  font-family: var(--mincho);
  font-weight: 800;
  font-size: 26px;
  /* margin-top: 55px; */
}
.policy-list .policys p {
  font-size: 15px;
}
.policy-list .policys .policy-wrapper > p {
  margin-top: 35px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.policy-list .policys .policy-unit > p {
  margin-top: 19px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.policy-list .policys .policy-unit h4 {
  font-family: var(--mincho);
  font-weight: 800;
  font-size: 17px;
  margin-top: 38.5px;
}
.policy-list .policys .policy-unit table {
  font-family: var(--mincho);
  font-weight: 800;
  font-size: 17px;
  margin-top: 13px;
}
.policy-list .policys .policy-unit td {
  width: 480px;
  padding-left: 14px;
  border: solid 1px;
  border-color: rgba(257, 257, 257, 55%);
}
.policy-list .policys .policy-unit tr th {
  width: 214px;
  padding-left: 14px;
  padding-block: 24.1px;
  border: solid 1px;
  border-color: rgba(257, 257, 257, 55%);
}
.policy-wrapper > ul {
  margin-top: 72px;
}
.policy-wrapper > ul > li + li {
  margin-top: 44px;
}
.policy-unit > ul li {
  line-height: 1.77;
}
[data-pad] {
  padding-top: 4px;
}
.policy-wrapper > ul > li + li[data-mar] {
  margin-top: 42px;
}
.policy-list .policys [data-h2mar] h2 {
  margin-top: 94px;
}
.policy-list .policys [data-h2mar2] h2 {
  margin-top: 87px;
}
.policy-list .policys [data-h2mar3] h2 {
  margin-top: 83px;
}
