@charset "UTF-8";
/**** 共通カラー ****/
.section-policy {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .section-policy {
    padding-top: 170px;
    padding-bottom: 60px;
  }
}

.inner-policy {
  max-width: 800px;
  margin: auto;
}
.inner-policy h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .inner-policy h1 {
    margin-bottom: 30px;
  }
}
.inner-policy h1 > span {
  display: block;
}
.inner-policy h1 > span:last-child {
  font-family: "CormorantGaramond-Medium";
  font-size: clamp(5rem, 5.5vw, 10.8rem);
}
@media screen and (max-width: 768px) {
  .inner-policy h1 > span:last-child {
    font-size: 44px;
  }
}
.inner-policy h1 .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner-policy h1 .sub-text {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.inner-policy h1 .sub-text::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 16px;
}
.inner-policy .note {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 80px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .inner-policy .note {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.inner-policy .item {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .inner-policy .item {
    margin-bottom: 30px;
  }
}
.inner-policy .item:last-child {
  margin-bottom: 0;
}
.inner-policy .item h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 20px;
  color: #b69130;
}
@media screen and (max-width: 768px) {
  .inner-policy .item h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.inner-policy .item .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .inner-policy .item .description {
    font-size: 14px;
  }
}
.inner-policy .item ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .inner-policy .item ul {
    margin-top: 16px;
  }
}
.inner-policy .item ul li {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .inner-policy .item ul li {
    font-size: 14px;
  }
}

.section-error-tit {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .section-error-tit {
    padding-top: 170px;
    padding-bottom: 60px;
  }
}
.section-error-tit .inner-policy {
  max-width: 800px;
  margin: auto;
}
.section-error-tit .inner-policy h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-error-tit .inner-policy h1 {
    margin-bottom: 30px;
  }
}
.section-error-tit .inner-policy h1 > span {
  display: block;
}
.section-error-tit .inner-policy h1 > span:last-child {
  font-family: "CormorantGaramond-Medium";
  font-size: clamp(5rem, 5.5vw, 10.8rem);
}
@media screen and (max-width: 768px) {
  .section-error-tit .inner-policy h1 > span:last-child {
    font-size: 44px;
  }
}
.section-error-tit .inner-policy h1 .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-error-tit .inner-policy h1 .sub-text {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.section-error-tit .inner-policy h1 .sub-text::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 16px;
}
.section-error-tit .inner-error h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 24px;
}
.section-error-tit .inner-error .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
  margin-bottom: 60px;
}
.section-error-tit .top-back-btn {
  width: 280px;
  border: solid 1px #707070;
  position: relative;
}
.section-error-tit .top-back-btn a {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  width: 100%;
  max-width: 100%;
  padding: 14px;
  transition: 0.3s;
}
.section-error-tit .top-back-btn a span {
  display: inline-block;
}
.section-error-tit .top-back-btn a:hover {
  background-color: #b69130;
  color: #ffffff;
}
.section-error-tit .top-back-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5vw;
  max-width: 36px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  width: 40px;
}/*# sourceMappingURL=policy.css.map */