.wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .wrap {
    margin-top: 30px;
  }
}

.company section h2 {
  font-size: clamp(20px, 3.90625vw, 26px);
  font-weight: 600;
  line-height: 27px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: #00A99D 2px solid;
  margin-bottom: 40px;
}
.company section table {
  margin: 0 auto;
}
.company section table tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.company section table tr th,
.company section table tr td {
  padding: 30px 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .company section table tr th,
  .company section table tr td {
    font-size: 14px;
    padding: 20px;
    padding-left: 10px;
  }
}
.company section table tr th {
  width: 33%;
  vertical-align: middle;
  font-weight: 500;
}
.company section table tr td ul li:not(*:last-child) {
  padding-bottom: 10px;
}
.company section.access {
  margin-top: 60px;
}
.company section.access .map {
  text-align: center;
  margin: 30px auto 0;
}
.company section.access .map iframe {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .company section.access .map iframe {
    max-height: 300px;
  }
}

.privacy h2 {
  font-size: clamp(20px, 3.90625vw, 26px);
  font-weight: 600;
  line-height: 27px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: #00A99D 2px solid;
  margin-bottom: 40px;
}
.privacy p {
  line-height: 26px;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .privacy p {
    font-size: 13px;
    line-height: 22px;
  }
}
.privacy p.privacy_description {
  margin-bottom: 20px;
  line-height: 24px;
}
@media screen and (max-width: 480px) {
  .privacy p.privacy_description {
    line-height: 22px;
  }
}
.privacy p.last {
  margin-top: 60px;
  padding-bottom: 40px;
}
.privacy ul .privacy_item:not(:last-child) {
  padding-bottom: 40px;
}
.privacy ul .privacy_item h3 {
  font-size: clamp(16px, 4.5833333333vw, 22px);
  font-weight: 500;
  line-height: 24px;
  padding: 5px 0;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}
.privacy ul .privacy_item h3::before {
  content: "";
  width: 5px;
  height: 32px;
  background-color: #00A99D;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.privacy ul .privacy_item ul {
  padding-left: 30px;
  list-style: disc;
  list-style-position: inherit;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .privacy ul .privacy_item ul {
    padding-left: 20px;
  }
}
.privacy ul .privacy_item ul li {
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 22px;
}
.privacy ul .privacy_item dl {
  margin-top: 20px;
}
.privacy ul .privacy_item dl dt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.privacy ul .privacy_item dl dd {
  font-size: 15px;
  line-height: 26px;
}

.sitemap h2 {
  font-size: clamp(20px, 3.90625vw, 26px);
  font-weight: 600;
  line-height: 27px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: #00A99D 2px solid;
  margin-bottom: 40px;
}
.sitemap h2 {
  margin-bottom: 20px;
  border-color: #f0f0f0;
}
.sitemap_item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sitemap_item {
    margin-bottom: 50px;
  }
}
.sitemap_item ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 935px) {
  .sitemap_item ul {
    flex-wrap: wrap;
    gap: 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .sitemap_item ul {
    justify-content: space-between;
  }
}
.sitemap_item ul li {
  width: 20%;
  font-size: 16px;
}
@media screen and (max-width: 935px) {
  .sitemap_item ul li {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  .sitemap_item ul li {
    width: 46%;
    font-size: 14px;
  }
}
.sitemap_item ul li ul {
  display: block;
  padding-left: 20px;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .sitemap_item ul li ul {
    margin-top: 2px;
  }
}
.sitemap_item ul li ul li {
  padding: 8px 0;
  width: 100%;
  font-size: 90%;
}
.sitemap_item a {
  transition: all 0.2s;
  position: relative;
  padding-left: 12px;
}
.sitemap_item a::before {
  content: "\e5df";
  font-family: "Material Icons";
  color: #00A99D;
  font-size: 160%;
  position: absolute;
  top: -1px;
  left: -8px;
}
.sitemap_item a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=lower-page.css.map */