@media (max-width: 430px) {
  #privacypolicy .header-inner {
    top: 0;
  }
}
#privacypolicy .privacypolicySub {
  margin-bottom: var(--spacing-big);
}
@media (max-width: 430px) {
  #privacypolicy .breadcrumb {
    margin-top: 80px;
  }
}

.pp-body {
  width: 80%;
  margin: var(--spacing-lg) auto 0;
  font-size: var(--font-size-sm);
}
@media (max-width: 430px) {
  .pp-body {
    width: 100%;
    margin-top: 3vh;
  }
}
.pp-body .text h3 {
  font-size: var(--font-size-base);
  font-weight: bold;
  line-height: 170%;
}
@media (max-width: 430px) {
  .pp-body .text h3 {
    margin-bottom: 10px;
  }
}
.pp-body .text p {
  line-height: 200%;
  margin-bottom: 2dvh;
}
@media (max-width: 430px) {
  .pp-body .text p {
    margin-bottom: 0px;
  }
}
@media (max-width: 430px) {
  .pp-body .text p:nth-child(2) {
    text-align: left;
  }
}
.pp-body dl dt {
  background-color: var(--color-secondary);
  padding: 8px 0 8px 10px;
}
.pp-body dl dd {
  margin-top: 5px;
}
@media (max-width: 430px) {
  .pp-body dl dd {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.pp-body dl dd img {
  width: 200px;
}
.pp-body dl dd a {
  text-decoration: underline;
  color: #A78DAC;
}
.pp-body dl dd a.pp-button {
  display: block;
  background-color: #A78DAC;
  text-decoration: none;
  color: white;
  width: 255px;
  padding: 0.35em 0;
  text-align: center;
  font-size: var(--font-size-16);
}
.pp-body .date1 {
  margin: 2em 0 1em;
}
@media (max-width: 430px) {
  .pp-body .date1 {
    margin: 1em 0 1em;
  }
}
.pp-body .date2 {
  text-align: right;
  margin: 2em 0;
}
.pp-body .corp {
  text-align: right;
  margin: 1em 0 4em;
}
.pp-body .text .corp {
  text-align: right;
  margin: 5px 0 1.5vh;
}
.pp-body .text .corp a {
  text-decoration: underline;
}

table {
  width: 100%;
}
table.pp-table01 {
  table-layout: fixed;
  border: 1px solid #D9E3EF;
  border-collapse: collapse;
}
table.pp-table01 .colum-01 {
  width: 35%;
}
table.pp-table01 .colum-02 {
  width: 65%;
}
table.pp-table01 th, table.pp-table01 td {
  border-bottom: 1px solid #D9E3EF;
  border-collapse: collapse;
}
table.pp-table01 th:first-child, table.pp-table01 td:first-child {
  border-right: 1px solid #D9E3EF;
}
table.pp-table01 th {
  background-color: #0B1130;
  color: white;
  font-weight: normal;
  text-align: center;
}
table.pp-table01 td {
  padding: 0.75em 0 0.75em 0.33em;
  vertical-align: text-top;
  border-bottom: 1px solid #D9E3EF;
  border-collapse: collapse;
}
table.pp-table01 td:first-child {
  border-right: 1px solid #D9E3EF;
}
table.pp-table02 {
  table-layout: fixed;
  border: 1px solid #D9E3EF;
  border-collapse: collapse;
}
table.pp-table02 .colum-01 {
  width: 35%;
}
table.pp-table02 .colum-02 {
  width: 65%;
}
table.pp-table02 td {
  padding: 0.75em 0 0.75em 0.33em;
  vertical-align: text-top;
  border-bottom: 1px solid #D9E3EF;
  border-collapse: collapse;
}
table.pp-table02 td:first-child {
  border-right: 1px solid #D9E3EF;
}

.mt-55 {
  margin-top: -5px !important;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.text-ind {
  text-indent: 1em;
}

.text-ind-02 {
  text-indent: -1em;
  padding-left: 3em;
  margin-left: -1em;
}

.note {
  font-size: var(--font-size-mini);
  line-height: 125%;
}

.mainCopy {
  font-size: var(--font-size-sm);
  line-height: 140%;
  background: linear-gradient(to bottom, #FAF7EE, rgba(255, 255, 255, 0));
  height: 185px;
  margin-top: var(--spacing-base);
  padding-top: var(--spacing-base);
  text-indent: 4em;
}
@media (max-width: 430px) {
  .mainCopy {
    text-indent: 0;
    padding: 25px 20px;
  }
}

.formbody {
  width: 60%;
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 430px) {
  .formbody {
    padding-top: 30px;
  }
}

form .ele-wrap {
  display: grid;
  grid-template-columns: 60px 300px 1fr;
  grid-template-rows: 50px;
  grid-column-gap: 30px;
  align-items: center;
  width: 95%;
  margin: 0 auto 30px;
}
@media (max-width: 430px) {
  form .ele-wrap {
    grid-template-columns: 60px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    margin: 0 auto 15px;
  }
}
form .ele-wrap.error {
  display: grid;
  grid-template-columns: 60px 300px 1fr;
  grid-template-rows: 50px;
}
@media (max-width: 430px) {
  form .ele-wrap.error {
    grid-template-columns: 60px 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
form .ele-wrap.error .message {
  display: none;
}
form .ele-wrap.error[open] {
  grid-template-rows: repeat(2, 50px);
}
@media (max-width: 430px) {
  form .ele-wrap.error[open] {
    grid-template-rows: repeat(3, 1fr);
  }
}
form .ele-wrap.error[open] .message {
  grid-area: 2/3/3/4;
  color: red;
  display: block;
}
@media (max-width: 430px) {
  form .ele-wrap.error[open] .message {
    grid-area: 3/1/4/3;
  }
}
form .ele-wrap.rules {
  display: grid;
  grid-template-columns: 60px 300px 25px 1fr;
  grid-template-rows: 65px;
  align-items: start;
}
@media (max-width: 430px) {
  form .ele-wrap.rules {
    grid-template-columns: 60px 1fr;
    grid-template-rows: 40px 1fr;
    align-items: center;
  }
}
form .ele-wrap.rules .rules-text {
  grid-area: 1/4/2/5;
}
@media (max-width: 430px) {
  form .ele-wrap.rules .rules-text {
    grid-area: 2/2/3/3;
    line-height: 130%;
  }
}
form .ele-wrap.rules .rules-text p:first-of-type {
  margin-bottom: 10px;
}
@media (max-width: 430px) {
  form .ele-wrap.rules .rules-text p:first-of-type {
    margin-bottom: 15px;
  }
}
form .ele-wrap.rules .rules-text .privacy-check {
  color: var(--color-text-1);
  cursor: pointer;
}
form .ele-wrap.rules input[type=checkbox] {
  height: 25px;
  width: 25px;
}
@media (max-width: 430px) {
  form .ele-wrap.rules input[type=checkbox] {
    align-self: flex-start;
  }
}
form .ele-wrap.inquiry {
  grid-template-rows: 320px;
  align-items: start;
}
@media (max-width: 430px) {
  form .ele-wrap.inquiry {
    grid-template-columns: 60px 1fr;
    grid-template-rows: 60px 1fr;
    align-items: center;
  }
}
form .ele-wrap.inquiry span, form .ele-wrap.inquiry label {
  margin-top: 5px;
}
@media (max-width: 430px) {
  form .ele-wrap.inquiry textarea {
    grid-area: 2/1/3/3;
    width: 100%;
    margin: 0 auto;
  }
}
form .ele-wrap.occupation {
  grid-template-rows: 100px;
  align-items: start;
}
form .ele-wrap.occupation .occupation-box {
  height: 100%;
}
form .ele-wrap.occupation .occupation-box .job-inner {
  margin-bottom: 10px;
}
form .ele-wrap.occupation .occupation-box .job-inner:last-of-type {
  margin-bottom: 0;
}
form .ele-wrap.documents {
  display: grid;
  grid-template-columns: 60px 300px 1fr;
  grid-template-rows: 50px 70px;
  align-items: start;
}
form .ele-wrap.documents .documents-text {
  grid-area: 2/3/3/4;
}
form .ele-wrap.documents .documents-text p:first-of-type {
  margin-bottom: 10px;
}
form .ele-wrap span {
  grid-area: 1/1/2/2;
}
@media (max-width: 430px) {
  form .ele-wrap span {
    grid-area: 1/1/2/2;
  }
}
form .ele-wrap span.required {
  height: 30px;
  background-color: var(--color-background-2);
  color: white;
  text-align: center;
  padding: 2px 0;
}
@media (max-width: 430px) {
  form .ele-wrap span.no-required {
    display: none;
  }
}
form .ele-wrap label {
  font-weight: bold;
  grid-area: 1/2/2/3;
}
@media (max-width: 430px) {
  form .ele-wrap label {
    grid-area: 1/2/2/3;
  }
}
@media (max-width: 430px) {
  form .ele-wrap label.no-required {
    grid-area: 1/1/2/2;
    white-space: nowrap;
  }
}
form .ele-wrap input {
  grid-area: 1/3/2/4;
}
@media (max-width: 430px) {
  form .ele-wrap input {
    grid-area: 2/1/3/3;
  }
}
form .ele-wrap select {
  font-size: var(--font-size-base);
  border: 1px solid #D9E3EF;
  grid-area: 1/3/2/4;
}
@media (max-width: 430px) {
  form .ele-wrap select {
    grid-area: 2/1/3/3;
  }
}
form .ele-wrap input, form .ele-wrap textarea {
  border: 1px solid #D9E3EF;
}
form .ele-wrap input[type=text], form .ele-wrap input[type=email], form .ele-wrap input[type=tel], form .ele-wrap select {
  height: 50px;
}
form .ele-wrap textarea {
  height: 320px;
}
form .ele-wrap .documents-text {
  grid-area: 2/3/3/4;
}
form .ele-wrap .documents-text .fileError {
  color: red;
  display: none;
}
form .ele-wrap .documents-text .fileError.show {
  display: block;
}
form .ele-wrap .career-box input[type=radio] {
  display: none;
}
form .ele-wrap .career-box input[type=radio]:checked + .career-title {
  color: white;
  background-color: #AD9F8A;
}
form .ele-wrap .career-box .career-title {
  display: inline-block;
  width: 175px;
  padding: 10px 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #AD9F8A;
  background-color: rgba(173, 159, 138, 0.3137254902);
  cursor: pointer;
}
form .ele-wrap .career-box .career-title:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
form .ele-wrap .career-box .career-title:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
form .ele-wrap .occupation-box .occupation-title {
  cursor: pointer;
}
form .appDoc-onoff {
  display: none;
}
form button[type=submit] {
  display: block;
  width: 320px;
  height: 70px;
  margin: 100px auto;
  background-color: var(--color-background-3);
  border: none;
  color: white;
  cursor: pointer;
}
form button[type=submit] p {
  width: 25%;
  margin: 0 auto;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.linkline {
  border-bottom: 1px solid var(--color-underline-3);
  color: var(--color-text-1);
}

.privacy-modal_box {
  display: none;
}
.privacy-modal_box.open {
  display: block;
  background-color: #111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 20;
}
.privacy-modal_box.open .pp-body {
  width: 100%;
}
.privacy-modal_box .inner {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 40%;
  min-width: 720px;
  height: calc(90% - 50px);
  padding: 100px 45px;
  overflow-y: scroll;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner {
    min-width: 320px;
    padding: 30px 10px 30px 10px;
  }
}
@media (max-width: 430px) {
  .privacy-modal_box .inner .formSp {
    display: block;
  }
  .privacy-modal_box .inner .formSp h3 {
    display: inline;
    margin-right: 10px;
  }
  .privacy-modal_box .inner .formSp p {
    display: inline;
  }
}
.privacy-modal_box .inner .privacy-modal_close {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.privacy-modal_box .inner .privacy-modal_close .btn {
  display: inline-block;
  width: 60%;
  background-color: var(--color-background-3);
  color: white;
  padding: 15px 0;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner .privacy-modal_close .btn {
    font-size: 18px;
  }
}
.privacy-modal_box .inner .en, .privacy-modal_box .inner h3 {
  font-size: 20px;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner .en, .privacy-modal_box .inner h3 {
    font-size: 16px;
  }
}
.privacy-modal_box .inner dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner dl dt {
    font-size: 16px;
  }
}
.privacy-modal_box .inner dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner dl dd {
    font-size: 14px;
  }
}
.privacy-modal_box .inner dl dd img {
  width: 50%;
  max-width: 250px;
  margin: 10px 0;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner dl dd img {
    width: 75%;
  }
}
.privacy-modal_box .inner dl dd a {
  text-decoration: underline;
}
.privacy-modal_box .inner .titleWrap {
  margin-bottom: 50px;
}
.privacy-modal_box .inner .text {
  margin-bottom: 22px;
}
.privacy-modal_box .inner .text p {
  font-size: 16px;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner .text p {
    font-size: 14px;
  }
}
.privacy-modal_box .inner .date {
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 430px) {
  .privacy-modal_box .inner .date {
    font-size: 16px;
  }
}

.privacy-thanks {
  padding-top: 5em;
  text-align: center;
}
.privacy-thanks .thanks-inner {
  margin-bottom: 8em;
}
.privacy-thanks .thanks-inner .thanks_header {
  margin-bottom: 5em;
}
.privacy-thanks .thanks-inner .thanks_header h3 {
  font-size: var(--font-size-sec-title);
}

.titleWrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 3vh;
}
.titleWrap.privacyTitle {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 430px) {
  .titleWrap {
    gap: 15px;
    margin-bottom: 0;
  }
}
.titleWrap .mvTitle {
  line-height: 85%;
}
.titleWrap .mvSubtitle {
  margin-top: 0.3em;
}

.titleWrap-box.privacypolicy {
  justify-content: center !important;
}
@media (max-width: 430px) {
  .titleWrap-box.privacypolicy .mvSubtitle {
    text-align: left;
  }
}
/*# sourceMappingURL=privacypolicy.css.map */