.page-header {
  background-image: url("/assets/images/company/header-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .page-header {
    background-image: url("/assets/images/company/header-bg_sp.png");
    background-size: auto 100%;
  }
}

.content-header {
  padding-top: 7.6rem;
}
.content-header__title {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.5rem;
}

.company {
  padding-top: 7.5rem;
  padding-bottom: 7rem;
}
.company__title {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.5rem;
}
.company__inner {
  display: flex;
  justify-content: space-between;
}
.company__inner > * {
  width: 33%;
}
.company__inner > * > img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.company__inner > *:first-child {
  width: 63%;
}
@media screen and (max-width: 1099px) {
  .company__inner {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .company__inner {
    flex-direction: column;
  }
  .company__inner > * {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .company__inner > *:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.company-data {
  border-collapse: collapse;
  width: 100%;
}
.company-data th {
  background: #fea500;
  color: #fff;
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #fff;
}
.company-data td {
  padding: 0.5em;
}

.greeting {
  padding-top: 7.5rem;
  padding-bottom: 7rem;
}
.greeting__title {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
.greeting .frame {
  background-image: url("/assets/images/company/frame-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 1000px;
  box-sizing: border-box;
  background-size: contain;
  padding: 15% 20%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .greeting .frame {
    background-image: url("/assets/images/company/frame-sp.png");
    background-size: contain;
    width: 100%;
    padding: 26% 20%;
  }
}
.greeting .greet-read {
  text-align: center;
  margin: 1em auto;
  font-size: 1.75rem;
  position: relative;
  display: inline-block;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.greeting .greet-read::before, .greeting .greet-read::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #888888;
  top: 50%;
  position: absolute;
}
.greeting .greet-read::before {
  left: -70px;
}
.greeting .greet-read::after {
  right: -70px;
}
.greeting .greet-text {
  margin-bottom: 1.5em;
}
.greeting .greet-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1099px) {
  .greeting .greet-read {
    font-size: 3vw;
  }
  .greeting .greet-text {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greet-read {
    font-size: 1.75rem;
  }
  .greeting .greet-text {
    font-size: 0.9rem;
  }
}

.privacy {
  padding-top: 7.5rem;
  padding-bottom: 7rem;
}
.privacy__title {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.5rem;
}
.privacy-list dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.privacy-list dd {
  margin-bottom: 2.5rem;
  margin-left: 0;
}
.privacy-list__li {
  margin-left: 1.5em;
  margin-top: 0.5em;
}
.privacy-list__li > * {
  list-style: disc;
}
.privacy-info {
  margin-top: 4rem;
  line-height: 1.7em;
}
.privacy-info p {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=company.css.map */
