@charset "UTF-8";
/**********************
下層ページ共通
***********************/
.inner {
  padding-inline: 20px;
}

section {
  max-width: 1220px;
  margin: 0 auto;
}

iframe {
  width: 100%;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-block: 60px 5px;
  white-space: nowrap;
  font-size: 0.625rem;
}

.breadcrumbs .current-item {
  color: var(--color-line);
}

.mv {
  position: relative;
  background: url("../images/bg.webp") center/cover no-repeat;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mv::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(115, 161, 60, 0.8);
  border-radius: 10px;
  pointer-events: none;
}
.mv > * {
  position: relative;
  z-index: 1;
}
.mv__icon-sp {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
.mv__icon-sp img {
  position: absolute;
  height: auto;
}
.mv__icon-sp img:nth-child(1) {
  left: 0;
  top: -5px;
  width: clamp(50px, 10vw, 220px);
  height: auto;
}
.mv__icon-sp img:nth-child(2) {
  right: 0;
  top: -15px;
  width: clamp(110px, 20vw, 260px);
  height: auto;
}
.mv__icon-pc {
  display: none;
}
.mv .en {
  font-family: "Lexend Exa", sans-serif;
  font-weight: 700;
}
.mv .en,
.mv .ja {
  color: rgba(255, 255, 255, 0.8);
}
.mv__contents {
  padding: 45px 20px 40px;
}
.mv__head {
  margin-bottom: 30px;
}
.mv .bg__white {
  width: fit-content;
  margin: 0 auto 20px;
  padding-inline: 10px;
  background: #F3F1E0;
  font-size: 1.75rem;
  color: var(--color-base);
  text-align: center;
}
.mv img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: bottom;
}

.mainvisual {
  padding-bottom: 0;
}
.mainvisual img {
  height: clamp(190px, 36.8vw, 530px);
  width: 100%;
  object-fit: cover;
}

.sub__head {
  position: relative;
  margin-bottom: 40px;
}
.sub__head .en {
  margin-bottom: 15px;
  font-family: "Lexend Exa", sans-serif;
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.5rem);
}
.sub__head .en,
.sub__head .ja {
  color: #333;
}

@media (min-width: 1024px) {
  .inner {
    padding-inline: 40px;
  }
  .breadcrumbs {
    margin-top: 110px;
    font-size: 0.75rem;
  }
  .mv {
    height: 460px;
    border-radius: 10px;
  }
  .mv__icon-sp {
    display: none;
  }
  .mv__icon-pc {
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
  }
  .mv__icon-pc img {
    position: absolute;
    height: auto;
  }
  .mv__icon-pc img:nth-child(1) {
    left: 10px;
    top: -5px;
    width: clamp(50px, 10vw, 220px);
    height: auto;
  }
  .mv__icon-pc img:nth-child(2) {
    right: 12%;
    top: 0;
    width: clamp(110px, 20vw, 260px);
    height: auto;
  }
  .mv__icon-pc img:nth-child(3) {
    right: 100px;
    top: 50%;
    width: clamp(50px, 20vw, 100px);
    height: auto;
  }
  .mv .ja {
    position: absolute;
    top: 50px;
    right: 20px;
    writing-mode: vertical-lr;
    letter-spacing: 0.5em;
  }
  .mv__head {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .mv__contents {
    padding-inline: 12%;
  }
  .mv__contents p {
    font-size: 1.125rem;
  }
  .mainvisual {
    position: relative;
    width: 90%;
    margin: -100px auto 0;
    padding-bottom: 0;
  }
  .bg__white {
    padding-inline: 5px;
  }
}
/**********************
company page
***********************/
.company__profile-contents {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding: 20px 0 5px 10px;
  border-bottom: 1px solid var(--color-line);
  font-weight: 700;
}
.company__profile-contents div {
  padding-left: 20px;
}
.company__profile-num {
  position: relative;
  padding-right: 20px;
  font-size: 1.5rem;
}
.company__profile-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 40px;
  background: var(--color-line);
}
.company__profile-title {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.company__profile-name {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
.company__desc {
  margin-block: 40px;
}
.company__desc div {
  padding-inline: 20px;
}
.company__desc div > p {
  margin-bottom: 25px;
}
.company__desc h4 {
  padding-block: 20px;
  font-size: 1rem;
}
.company__desc-line img {
  margin-left: -40px;
}
.company__desc-line div {
  padding-inline: 0;
}
.company__mission {
  margin-block: 80px;
  padding: 40px 20px 1px;
  background: var(--color-white);
  font-weight: 700;
}
.company__mission div {
  margin-bottom: 40px;
}
.company__mission div h3 {
  position: relative;
  margin-bottom: 20px;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.5rem;
  color: #7DA849;
}
.company__mission div h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #7DA849;
}
.company__mission div p {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.company__info {
  position: relative;
  margin-bottom: 80px;
}
.company__info .sub__head {
  padding-left: 20px;
}
.company__info .sub__head::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 1px;
  height: calc(100% - 50px);
  background-color: var(--color-line);
}
.company__info .sub__head .en,
.company__info .sub__head .ja {
  text-align: left;
}
.company__info-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company__info-contents img {
  width: 60%;
  margin-left: auto;
}
.company__illustration-sp {
  position: absolute;
  top: 74%;
  right: -20px;
  z-index: -1;
  width: 30%;
}
.company__illustration-pc {
  display: none;
}
.company__philosophy {
  margin-bottom: 80px;
}
.company__philosophy-contents {
  margin-bottom: 40px;
  padding: 40px 20px;
  background: var(--color-white);
}
.company__philosophy-contents > * {
  margin-bottom: 20px;
}
.company__philosophy-contents h5 {
  font-size: 1.125rem;
}
.company__philosophy-contents h6 {
  font-size: 1.125rem;
  font-weight: 500;
}
.company__philosophy .company06 {
  width: 38%;
}
.company__media {
  margin-bottom: 40px;
  padding: 20px;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 5px;
}
.company__media-head {
  position: relative;
  margin-bottom: 40px;
  padding-left: 10px;
}
.company__media-head::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: 60px;
  background-color: var(--color-line);
}
.company__media-head h5 {
  font-family: "MOBO", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
.company__media-head span {
  font-size: 0.625rem;
}
.company__media-data {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
.company__media-data div {
  font-weight: 700;
}
.company__media-yt {
  position: relative;
  padding-left: 40px;
}
.company__media-yt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 17/12;
  background: url(../images/yt_icon.svg) no-repeat center/contain;
}
.company__media-image {
  padding-block: 20px;
  text-align: center;
}
.company__media-image img {
  width: 40%;
}
@media (min-width: 1024px) {
  .company {
    padding-top: 80px;
  }
  .company-num {
    font-size: 2.5rem;
  }
  .company__profile {
    max-width: 1000px;
    margin: 0 auto;
  }
  .company__profile-title {
    font-size: 1.25rem;
  }
  .company__profile-name {
    font-size: 1.5rem;
  }
  .company__profile-num {
    font-size: 2.5rem;
  }
  .company__desc {
    margin-top: 80px;
  }
  .company__desc h4 {
    font-size: 1.25rem;
  }
  .company__desc div {
    padding-inline: 0;
  }
  .company__desc-text {
    max-width: 1000px;
    margin: 60px auto 140px;
  }
  .company__desc-line {
    display: flex;
    gap: 80px;
  }
  .company__desc-line img {
    width: 50%;
    margin-left: 0;
  }
  .company__mission {
    margin-block: 140px;
    padding: 80px 110px;
  }
  .company__mission div h3 {
    font-size: 2.5rem;
  }
  .company__mission div h3::before {
    width: 25px;
  }
  .company__mission div h3 p {
    font-size: 1.25rem;
  }
  .company__info {
    max-width: 1110px;
    margin: 0 0 140px auto;
  }
  .company__info-contents {
    flex-direction: row;
    gap: 0;
  }
  .company__info-contents div {
    padding-right: 80px;
  }
  .company__info .sub__head::before {
    top: 80px;
    height: calc(100% - 75px);
  }
  .company__illustration-sp {
    display: none;
  }
  .company__illustration-pc {
    display: block;
    position: absolute;
    top: 45%;
    right: calc(-1 * max(0px, (100vw - 1220px) / 2));
    z-index: -1;
    width: 25%;
  }
  .company__philosophy {
    position: relative;
    margin-bottom: 140px;
  }
  .company__philosophy .company05 {
    width: 82%;
    margin-left: calc(-1 * max(0px, (100vw - 1220px) / 2));
  }
  .company__philosophy-contents {
    position: relative;
    width: fit-content;
    padding: 80px;
    margin: -225px 0 0 390px;
  }
  .company__philosophy h5 {
    font-size: 1.25rem;
  }
  .company__philosophy .company06 {
    position: absolute;
    bottom: 80px;
    width: 20%;
  }
  .company__media {
    padding: 40px 110px;
  }
  .company__media-container {
    display: flex;
    justify-content: space-between;
  }
  .company__media-text {
    flex-shrink: 0;
  }
  .company__media-head {
    padding-left: 20px;
  }
  .company__media-head h5 {
    font-size: 2.5rem;
  }
  .company__media-head span {
    font-size: 0.875rem;
  }
  .company__media-head::before {
    top: 25px;
    height: 80px;
  }
  .company__media-contents {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .company__media-data br {
    display: none;
  }
  .company__media-image {
    width: 45%;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .location.lc .location__container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
  }
}
/**********************
about us page
***********************/
.feature {
  padding: 0 20px;
  font-size: 1rem;
}
.feature h4 {
  padding-top: 40px;
}
.feature__text {
  padding-block: 40px;
}
.feature__text > p {
  margin-bottom: 25px;
}
.feature__contents {
  position: relative;
}
.feature__box img {
  width: clamp(220px, 35.8vw, 515px);
  height: clamp(145px, 30.5vw, 440px);
  margin-left: -40px;
  object-fit: cover;
}
.feature__illustration-sp {
  position: absolute;
  top: 90%;
  right: -40px;
  width: 20%;
}
.feature__illustration-pc {
  display: none;
}
.feature__bottom p {
  font-weight: 700;
  font-size: 1.25rem;
}
.feature__bottom p br {
  display: none;
}
@media (min-width: 1024px) {
  .feature {
    max-width: unset;
    padding-inline: 12%;
    font-size: 1.25rem;
  }
  .feature h4 {
    font-size: 1.5rem;
  }
  .feature__text {
    padding-block: 40px 80px;
  }
  .feature__box {
    display: flex;
    gap: 100px;
    margin-top: 20px;
  }
  .feature__box img {
    margin-left: 0;
  }
  .feature__illustration-sp {
    display: none;
  }
  .feature__illustration-pc {
    display: block;
    position: absolute;
    top: 95%;
    right: calc(-12vw - 25px);
    width: 20%;
  }
  .feature__middle__text {
    padding-bottom: 0;
  }
  .feature__bottom p {
    font-size: 1.75rem;
  }
  .feature__bottom p br {
    display: block;
  }
}

.location {
  padding-bottom: 0;
  margin-inline: -20px;
  background: #AAAAAA;
}
.location__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 20px;
  font-size: 1rem;
}
.location__container img {
  order: 1;
}
.location__desc {
  order: 2;
}
.location__desc-name {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-white);
}
.location__desc-adress {
  color: #000;
}
.location__desc-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  margin-bottom: 20px;
}
.location iframe {
  height: clamp(185px, 32.7vw, 240px);
  object-fit: cover;
}
@media (min-width: 1024px) {
  .location .location {
    max-width: none;
    padding: 80px;
    margin-inline: -40px;
  }
  .location .location__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 100px;
    padding: 0 10%;
  }
  .location .location__image {
    flex: 0 0 clamp(420px, 38vw, 600px);
    position: relative;
    overflow: hidden;
  }
  .location .location__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .location .location__desc {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .location .location__desc-name {
    font-size: 1.25rem;
  }
  .location .location iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    display: block;
  }
}

/**********************
news page
***********************/
.mainvisual__news {
  padding-bottom: 0;
}
.mainvisual__news img {
  object-position: bottom;
}
@media (min-width: 1024px) {
  .mainvisual__news {
    margin-top: -200px;
  }
}

.archive__lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive__list {
  width: clamp(235px, 23.6vw, 340px);
  margin: 40px auto;
  padding: 20px 20px 30px;
  background: var(--color-white);
  border-radius: 10px;
}
.archive__list:hover img {
  transform: scale(1.1);
}
.archive__tmb {
  text-align: center;
  overflow: hidden;
}
.archive__tmb img {
  width: 200px;
  height: 120px;
  object-fit: cover;
  transition: 0.3s;
}
.archive__text {
  margin-block: 20px;
}
.archive__data {
  margin-block: 10px;
  font-size: 0.75rem;
}
.archive__cat {
  display: inline-block;
  padding-inline: 10px;
  background: #FFA940;
  border-radius: 30px;
}
@media (min-width: 550px) {
  .archive__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .archive__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*===================================================
WP-Pagenaviのcss
===================================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a.page,
.wp-pagenavi span.current {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  border: none;
  background: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: 700;
  color: var(--color-main);
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.wp-pagenavi a.page:hover {
  color: #EDBC32;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  background: var(--color-main);
  border-radius: 50%;
  font-size: 0;
  transition: 0.3s;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: var(--color-white);
}

.wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  left: 12px;
  width: 12px;
  height: 12px;
  border-top: 2.5px solid var(--color-white);
  border-right: 2.5px solid var(--color-white);
  transform: rotate(-135deg);
}

.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 2.5px solid var(--color-white);
  border-right: 2.5px solid var(--color-white);
  transform: rotate(45deg);
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  transform: scale(1.1);
}

/**********************
company map page
***********************/
.guide {
  position: relative;
  margin-top: -5px;
  padding-top: 45px;
  background: url("../images/bg.webp") center/cover no-repeat;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.guide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(115, 161, 60, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 0;
  pointer-events: none;
}
.guide > * {
  position: relative;
  z-index: 1;
}
.guide__map {
  position: relative;
  margin-inline: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.guide__map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.guide__map img {
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .guide {
    margin-top: -200px;
    padding-top: 0;
  }
  .guide__map {
    margin-inline: 90px;
    padding-bottom: 90px;
  }
  .guide__map::before {
    bottom: 90px;
  }
  .guide__map img {
    width: 100%;
  }
}

.list .sub__head {
  padding-left: 20px;
}
.list .sub__head::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: var(--color-line);
}
.list .sub__head .en,
.list .sub__head .ja {
  text-align: left;
}
.list ol {
  margin-left: 20px;
}
.list li {
  width: fit-content;
  padding: 10px;
  margin-bottom: 15px;
  background: #EDBC32;
  border-radius: 30px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .list {
    max-width: 1000px;
    padding-top: 80px;
  }
  .list ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .list .sub__head::before {
    top: 75px;
    height: calc(100% - 70px);
  }
}

.other__list {
  width: 310px;
  padding: 20px;
  background: var(--color-white);
  border-radius: 10px;
  box-sizing: border-box;
}
.other__list-image {
  text-align: center;
}
.other__list-image img {
  width: 140px;
  height: 95px;
  object-fit: cover;
}
.other__list-contents {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  padding: 20px 0 5px 10px;
  border-bottom: 1px solid var(--color-line);
}
.other__list-contents div {
  padding-left: 10px;
}
.other__list-num {
  position: relative;
  padding-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.other__list-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 40px;
  background: var(--color-line);
}
.other__list-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.other__list-name {
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
.other__btn {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.other__btn .arrow.reverse::before {
  transform: rotate(-45deg);
  left: 0;
}
.other__btn .arrow.reverse::after {
  transform: rotate(45deg);
  left: 0;
}
.other__btn .btn__arrow {
  transition: 0.3s;
}
.other__btn .btn__arrow:hover {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .other {
    max-width: 1000px;
  }
  .other .sub__head {
    margin-bottom: 80px;
  }
}

/**********************
contact page
***********************/
.mv__contact {
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .mv__contact .bg__white {
    margin: 0 auto 40px;
  }
}

.form {
  width: min(980px, 100%);
  margin-inline: auto;
  padding-top: 80px;
}
.form__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 40px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-line);
}
.form__row:first-child {
  border-top: 1px solid var(--color-line);
}
.form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.form__req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--color-white);
  background: #e53b2c;
  border-radius: 3px;
}
.form__field {
  display: flex;
  align-items: center;
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form .wpcf7-form-control-wrap:not([type=checkbox]):not([type=radio]) {
  display: inline;
}
.form__input, .form__textarea, .form .wpcf7-form-control.wpcf7-text, .form .wpcf7-form-control.wpcf7-tel, .form .wpcf7-form-control.wpcf7-email, .form .wpcf7-form-control.wpcf7-textarea {
  display: block;
  width: 100%;
  border: none;
  background: #d9d9d9;
  padding: 12px 14px;
  font-size: 1rem;
  outline: none;
}
.form__textarea, .form .wpcf7-form-control.wpcf7-textarea {
  min-height: 140px;
  resize: vertical;
}
.form__input::placeholder, .form__textarea::placeholder, .form .wpcf7-form-control::placeholder {
  color: var(--color-line);
}
.form__agree {
  padding: 18px 0 0;
  text-align: center;
}
.form__agree input[type=checkbox] {
  transform: translateY(1px);
  margin-right: 8px;
}
.form__agree a {
  display: inline;
  border-bottom: 1px solid #333;
}
.form__actions {
  padding-top: 18px;
  text-align: center;
}
.form__submit, .form .wpcf7-submit {
  display: block;
  gap: 16px;
  width: 300px;
  height: 70px;
  margin: 30px auto 0;
  color: var(--color-white);
  border-radius: 10px;
  background-color: #aaa;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 20px 20px;
  cursor: not-allowed;
  transition: 0.3s;
}
.form .wpcf7-submit.active {
  background-color: #0a955a;
  cursor: pointer;
}
.form .wpcf7-submit:hover {
  transform: scale(1.1);
}
.form .wpcf7-not-valid {
  outline: 2px solid rgba(229, 59, 44, 0.35);
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .form__row {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

/**********************
privacy policy
***********************/
.mv__privacy {
  padding-bottom: 40px;
  border-radius: 10px;
}

.privacy {
  padding-top: 40px;
}
.privacy__body {
  padding: 40px 20px;
}
.privacy__lead {
  margin-bottom: 40px;
}
.privacy__list {
  margin-bottom: 20px;
}
.privacy__list dt {
  margin-bottom: 10px;
  font-weight: 700;
}
.privacy__list ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.privacy__list ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}/*# sourceMappingURL=sub-page.css.map */