.title--en {
  font-weight: bold;
  font-size: 200px;
}
.title--ja {
  display: inline-block;
  text-align: center;
}
.title__number {
  margin-bottom: 5px;
  color: #005DAA;
  font-weight: bold;
  font-size: 27px;
}
.title__text {
  position: relative;
}
.title__text::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15.3%, 14px);
  width: 100%;
  height: 82.3%;
  background-color: #005DAA;
  content: "";
}
.title__text span {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 11px 5px 5px;
  background-color: #005DAA;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.25em;
  writing-mode: vertical-lr;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .title--en {
    font-size: 100px;
  }
  .title__number {
    font-size: 24px;
  }
  .title__text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .title--en {
    font-size: 55px;
  }
}

.link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 188px;
}
.link__text {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.link__text::after {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.link__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #005DAA;
}
.link__arrow img {
  width: 15px;
}

.hero {
  padding-top: 167px;
}
.hero__inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 8.57%;
}
.hero__heading {
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 27px;
}
.hero__line {
  flex-shrink: 0;
  width: 1221px;
  margin-top: 40px;
}
.hero__line image {
  width: 100%;
  height: auto;
}
.hero__line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 40px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 120px;
  }
  .hero__line {
    width: 900px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 80px;
  }
  .hero__inner {
    padding-left: 20px;
  }
  .hero__heading {
    position: relative;
    z-index: 10;
  }
  .hero__line {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}

.hero {
  margin-bottom: 53px;
}

.inner {
  width: 78.5%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.privacy {
  padding-bottom: 100px;
}
.privacy__heading {
  margin-bottom: 40px;
}
.privacy__lead {
  margin-bottom: 35px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.privacy ol {
  list-style: none;
}
.privacy__subheading {
  margin-bottom: 0.6em;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.privacy__item {
  margin-bottom: 35px;
}
.privacy__item:last-of-type {
  margin-bottom: 0;
}
.privacy__item p, .privacy__item ul {
  line-height: 2;
  letter-spacing: 0.05em;
}
.privacy__item ul {
  padding-left: 1.5em;
}
.privacy__detail li {
  list-style: disc;
}
@media screen and (max-width: 576px) {
  .privacy {
    padding-bottom: 70px;
  }
  .privacy__subheading {
    font-size: 15px;
  }
}/*# sourceMappingURL=privacy-policy.css.map */