@keyframes link-arrow {
  0% {
    opacity: 1;
    fill: #707070;
  }
  50% {
    opacity: 0;
    fill: #707070;
    transform: translateX(5px);
  }
  50.1% {
    opacity: 0;
    fill: #1B7044;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    fill: #1B7044;
    transform: translateX(0);
  }
}
.privacy-policy-section {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.privacy-policy-section .language-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  padding-top: 57px;
  max-width: 510px;
  margin: 0 auto;
}
.privacy-policy-section .language-wrap a {
  color: #1B7044;
  text-decoration: underline;
  display: block;
  margin: 0 auto;
}
.privacy-policy-section h2 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  margin: 0;
  font-size: 30px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  font-weight: 500;
  line-height: 1.3666666667;
  padding: 0 0 16px 8px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-section h2 {
    font-size: 26px;
    padding: 0 0 16px 0;
  }
}
.privacy-policy-section h2 {
  padding: 3em 0 0;
  text-align: center;
  font-weight: bold;
  font-family: "noto-sans", sans-serif;
  margin: 0 auto;
}
.privacy-policy-section .date-wrap {
  padding: 42px 0 45px;
  text-align: right;
}
.privacy-policy-section .date-wrap p {
  font-weight: bold;
}
.privacy-policy-section .texts-wrap p {
  margin-bottom: 39px;
}
.privacy-policy-section .texts-wrap ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 23px;
}
.privacy-policy-section .signature {
  padding: 17px 0 0 0;
}
.privacy-policy-section .signature p {
  text-align: right;
  font-weight: bold;
}

.front-desk {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  padding: 82px 0;
}
.front-desk .desk-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1B7044;
  margin-bottom: 37px;
}
.front-desk .desk-box {
  margin-bottom: 27px;
}
.front-desk .desk-box span {
  display: block;
}
.front-desk .desk-box span.title {
  font-weight: bold;
  margin-bottom: 3px;
}
.front-desk .desk-box span.text {
  line-height: 1.6666666667;
}

.use-section {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
}
.use-section h2 {
  display: block;
  margin: 0 auto;
  max-width: min(1180px, 95%);
  margin: 0;
  font-size: 30px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #1B7044;
  font-weight: 500;
  line-height: 1.3666666667;
  padding: 0 0 16px 8px;
}
@media screen and (max-width: 767px) {
  .use-section h2 {
    font-size: 26px;
    padding: 0 0 16px 0;
  }
}
.use-section h2 {
  padding: 3em 0;
  text-align: center;
  font-weight: bold;
  font-family: "noto-sans", sans-serif;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .use-section h2 {
    padding: 1em 0;
  }
}
.use-section .use-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1B7044;
}
.use-section .texts-wrap {
  padding: 1em 0;
}
.use-section .texts-wrap h4 {
  font-weight: bold;
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .use-section .texts-wrap h4 {
    text-indent: -2.6em;
    padding-left: 2.6em;
  }
}
.use-section .texts-wrap ul {
  padding: 1em 45px;
}
@media screen and (max-width: 767px) {
  .use-section .texts-wrap ul {
    padding: 1em 36px;
  }
}
.use-section .texts-wrap ul li {
  text-indent: -1.2em;
  padding: 0 1.2em;
}
.use-section .texts-wrap p {
  padding: 0 45px;
}
.use-section .texts-wrap p.top-text {
  padding: 0;
}
.use-section .texts-wrap table {
  width: 100%;
}
.use-section .texts-wrap table tr th {
  width: 10em;
}
.use-section .texts-wrap h5 {
  font-weight: 500;
  padding: 1em 2.5em 0;
}
.use-section .desk-box {
  margin-bottom: 1em;
  padding: 1em;
}
.use-section .desk-box span {
  display: block;
}
/*# sourceMappingURL=privacy-policy.css.map */