@charset "UTF-8";
/**** 共通カラー ****/
.page .section-mv {
  background-image: url(../image/common/page-cover.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/common/page-cover-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}

.section-policy {
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-policy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .section-policy {
    padding-top: 0;
  }
}
.section-policy .inner-policy {
  max-width: 1000px;
  margin: auto;
}
.section-policy .inner-policy .policy-intro {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-policy .inner-policy .policy-intro {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.section-policy .inner-policy .policy-content {
  margin-bottom: 60px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-policy .inner-policy .policy-content {
    margin-bottom: 30px;
  }
}
.section-policy .inner-policy .policy-content h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-policy .inner-policy .policy-content h2 {
    margin-bottom: 18px;
  }
}
.section-policy .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) {
  .section-policy .inner-policy .note {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.section-policy .inner-policy .item {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-policy .inner-policy .item {
    margin-bottom: 30px;
  }
}
.section-policy .inner-policy .item:last-child {
  margin-bottom: 0;
}
.section-policy .inner-policy .item h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 20px;
  color: #b69130;
}
@media screen and (max-width: 768px) {
  .section-policy .inner-policy .item h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.section-policy .inner-policy .item .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-policy .inner-policy .item .description {
    font-size: 14px;
  }
}
.section-policy .inner-policy .item ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section-policy .inner-policy .item ul {
    margin-top: 16px;
  }
}
.section-policy .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) {
  .section-policy .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 .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;
}

.top_back_btn .link_arrow_s {
  width: 236px;
  height: 50px;
  color: #ffffff;
  padding-left: 30px;
  line-height: 50px;
  position: relative;
  background-color: #005bbb;
  border-radius: 10px;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top_back_btn .link_arrow_s {
    margin-top: 40px;
  }
}
.top_back_btn .link_arrow_s .arrow {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  overflow: hidden;
}
.top_back_btn .link_arrow_s .arrow::before {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.top_back_btn .link_arrow_s .arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-30px);
  transition: 0.3s;
}
.top_back_btn .link_arrow_s:hover .arrow::before {
  transform: translateX(30px);
}
.top_back_btn .link_arrow_s:hover .arrow::after {
  transform: translateX(0);
}

.section-error {
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-error {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .section-error {
    padding-top: 0;
  }
}
.section-error::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../image/top/bg-back.webp);
  -webkit-mask-image: linear-gradient(to top, #000 70%, transparent 100%);
  mask-image: linear-gradient(to top, #000 70%, transparent 100%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 20vw;
  background-position: top left;
  top: -20vw;
  pointer-events: none;
}
.section-error .inner-error {
  max-width: 1000px;
  margin: auto;
}
.section-error .inner-error h2 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 30px;
}
.section-error .inner-error .error-text {
  line-height: 2;
}/*# sourceMappingURL=policy.css.map */