@charset "UTF-8";
/**** 共通カラー ****/
.w1000 {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: auto;
}

.policy .section-mv {
  padding-top: 28.4722222222vw;
}
@media screen and (max-width: 768px) {
  .policy .section-mv {
    padding-top: 70.6666666667vw;
  }
}
.policy h1 {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .policy h1 {
    font-size: 2.8rem;
  }
}
.policy h1 sub {
  display: block;
  font-family: "Poppins-SemiBold";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  color: #e8871a;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .policy h1 sub {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
.policy h2 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-family: "NotoSansJP-Bold";
  color: #e8871a;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .policy h2 {
    font-size: 1.6rem;
    margin-bottom: 23px;
  }
}
.policy .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2.0571428571;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .policy .description {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
.policy .note {
  font-family: "NotoSansJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2.0571428571;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .policy .note {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.policy ul {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .policy ul {
    margin-bottom: 50px;
  }
}
.policy ul li {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2.0571428571;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy ul li {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

.contact-thanks .section-mv {
  padding-top: 16.6666666667vw;
}
@media screen and (max-width: 768px) {
  .contact-thanks .section-mv {
    padding-top: 70.6666666667vw;
  }
}
.contact-thanks .contact-form-section {
  background-color: #edeff0;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .contact-thanks .contact-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact-thanks .form-wrap {
  padding: 76px 20px 80px 20px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .contact-thanks .form-wrap {
    padding: 40px 20px 40px 20px;
  }
}
.contact-thanks h1 {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-thanks h1 {
    font-size: 2.8rem;
  }
}
.contact-thanks h1 sub {
  display: block;
  font-family: "Poppins-SemiBold";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  color: #e8871a;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact-thanks h1 sub {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
.contact-thanks .description {
  text-align: center;
}
.contact-thanks .top_back_btn {
  width: 208px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background-color: #333333;
  transition: 0.3s;
  margin: 40px auto 0;
}
.contact-thanks .top_back_btn:hover {
  background-color: #e8871a;
}

.error404 .page404 {
  padding-bottom: 160px;
}
.error404 .section-mv {
  padding-top: 28.4722222222vw;
}
@media screen and (max-width: 768px) {
  .error404 .section-mv {
    padding-top: 70.6666666667vw;
  }
}
.error404 h1 {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404 h1 {
    font-size: 2.8rem;
  }
}
.error404 h1 sub {
  display: block;
  font-family: "Poppins-SemiBold";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  color: #e8871a;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .error404 h1 sub {
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
.error404 h2 {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  text-align: center;
}
.error404 .description {
  text-align: center;
  margin-bottom: 120px;
}
.error404 .top_back_btn {
  width: 208px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background-color: #333333;
  transition: 0.3s;
  margin: 40px auto 0;
}
.error404 .top_back_btn:hover {
  background-color: #e8871a;
}/*# sourceMappingURL=policy.css.map */