@charset "UTF-8";
.p-privacy-mv {
  overflow: hidden;
  background-color: #00479d;
}
.p-privacy-mv__inner {
  position: relative;
  width: 1440px;
  max-width: 100%;
  height: 360px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-privacy-mv__inner {
    height: 200px;
  }
}
.p-privacy-mv__inner::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 372px;
  height: 400px;
  background: url("../img/privacy-bg01.png") no-repeat 0% 0%;
  background-size: cover;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-privacy-mv__inner::after {
    top: 80px;
    right: 0;
    width: 140px;
    height: 152px;
  }
}
.p-privacy-mv__title {
  padding: 115px 0 17px 0;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: -1.1px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-privacy-mv__title {
    padding: 45px 0 10px 0;
    font-size: 36px;
  }
}
.p-privacy-mv__desc {
  width: 210px;
  padding: 4px 2px 4px;
  border-radius: 15px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #00479d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-privacy-mv__desc {
    width: 180px;
    font-size: 14px;
  }
}

.p-privacy__inner {
  width: 910px;
  max-width: calc(100% - 40px);
  margin-inline: auto;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-bottom: 110px;
  }
}
.p-privacy__desc {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.82;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy__desc {
    font-size: 18px;
    text-align: left;
  }
}
.p-privacy__title {
  margin-bottom: 15px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 20px;
  }
}
.p-privacy__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 16px;
  }
}
.p-privacy__list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 18px;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    font-size: 16px;
  }
}
.p-privacy__list li {
  margin-bottom: 5px;
}

/* 送信完了 */
.p-thanks {
  position: relative;
  background-color: #00479d;
  padding-bottom: 150px;
  z-index: 2;
}
.p-thanks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 28px 28px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1px, transparent 1px, transparent 28px), repeating-linear-gradient(0deg, #fff, #fff 1px, transparent 1px, transparent 28px);
  opacity: 0.15;
  z-index: -1;
}
.p-thanks .c-breadcrumb {
  color: #fff;
}
.p-thanks__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 22px;
  }
}
.p-thanks__btn {
  text-align: center;
}
.p-thanks__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 570px;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 21px 30px 23px 30px;
  border-radius: 35px;
  border: solid 1px #fff;
  background-color: #00479d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn a {
    width: 260px;
    height: 56px;
    font-size: 16px;
  }
}
.p-thanks__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

.p-thanks-block01 {
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 0 auto 50px auto;
  padding: 50px 10px 45px 10px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks-block01 {
    padding: 30px 15px 30px 15px;
    border-radius: 20px;
  }
}
.p-thanks-block01__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .p-thanks-block01__title {
    font-size: 17px;
  }
}
.p-thanks-block01__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .p-thanks-block01__text {
    font-size: 15px;
    text-align: left;
  }
}