@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: .025em;
  background: url(../img/bg.png) no-repeat center fixed;
  background-size: cover;
}

button, input, select, textarea {
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  transition: .3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: .7;
}

table {
  border-collapse: collapse;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.policy {
  text-align: center;
  -webkit-text-decoration: underline #212121;
          text-decoration: underline #212121;
  margin-bottom: 20px;
}
/* header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 18px;
  background: #fff;
  z-index: 10;
}

header h1 a img {
  display: block;
}

header nav {
  display: flex;
  align-items: center;
  height: 100%;
}

header nav ul {
  display: flex;
}

header nav ul li:not(:last-child) {
  margin-right: 30px;
}

header .header_btn {
  height: 100%;
  margin-left: 30px;
  border-bottom: 1px solid #fff;
}
 */
/* header .header_btn a {
  background: #009688;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 180px;
  height: 100%;
  text-align: center;
} */

article {
  display: flex;
  margin-top: 76px;
}

article aside {
  position: fixed;
  top: 76px;
  left: 0;
  background: #009688;
  padding: 20px;
  width: 350px;
  min-height: calc(100vh - 76px);
}

article aside .block {
  background: #fff;
  padding: 30px 35px;
  border-radius: 5px;
}

article aside .block h2 {
  color: #009688;
  font-size: 20px;
  font-weight: 900;
  text-align-last: justify;
  margin-bottom: 25px;
  line-height: 1;
}

article aside .block p {
  line-height: 30px;
}

article aside .block .img {
  text-align: center;
  margin-top: 30px;
}

article aside .txt {
  color: #fff;
  margin-top: 25px;
}

article aside .txt a {
  text-decoration: underline;
}

article main {
  background: #f4f4f4;
  padding: 58px 80px 200px 45px;
  width: 910px;
  margin-left: 350px;
}

article main .question .me {
  display: flex;
  margin-bottom: 30px;
}

article main .question .me .mark {
  margin-right: 39px;
  background: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

article main .question .me .fukidashi_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

article main .question .me .fukidashi_area .fukidashi {
  background: #fff;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  padding: 20px 30px;
  max-width: 489px;
  position: relative;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.11);
}

article main .question .me .fukidashi_area .fukidashi:not(:last-child) {
  margin-bottom: 30px;
}

article main .question .me .fukidashi_area .fukidashi::after {
  content: '';
  width: 33px;
  height: 54px;
  display: block;
  background: url(../img/fukidashi_me.png) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  right: 100%;
}

article main .question .me .fukidashi_area .fukidashi p span {
  color: #f90101;
}

article main .question .you {
  margin-bottom: 30px;
}

article main .question .you .fukidashi_area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

article main .question .you .fukidashi_area .fukidashi.entry {
  background: #fff;
  border-top: 4px solid #de3933;
  padding: 20px 30px 40px;
  position: relative;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.11);
  border-bottom-left-radius: 5px;
}

article main .question .you .fukidashi_area .fukidashi.entry::after {
  content: '';
  width: 33px;
  height: 54px;
  display: block;
  background: url(../img/fukidashi_you.png) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  left: 100%;
}

article main .question .you .fukidashi_area .fukidashi.entry .item:not(:last-child) {
  margin-bottom: 20px;
}

article main .question .you .fukidashi_area .fukidashi.entry .item .ttl {
  color: #848484;
  line-height: 1;
  margin-bottom: 8px;
}

article main .question .you .fukidashi_area .fukidashi.entry .item .ttl + .select_wrap {
  margin-left: 0;
}

article main .question .you .fukidashi_area .fukidashi.entry .item input[type="text"],
article main .question .you .fukidashi_area .fukidashi.entry .item input[type="email"],
article main .question .you .fukidashi_area .fukidashi.entry .item input[type="tel"],
article main .question .you .fukidashi_area .fukidashi.entry .item textarea {
  width: 388px;
  border: 1px solid #d1d1d1;
  padding: 10px 15px;
  font-size: 16px;
}

article main .question .you .fukidashi_area .fukidashi.entry .item input[type="text"]::placeholder,
article main .question .you .fukidashi_area .fukidashi.entry .item input[type="email"]::placeholder,
article main .question .you .fukidashi_area .fukidashi.entry .item input[type="tel"]::placeholder {
  color: #cdcdcd;
}

article main .question .you .fukidashi_area .fukidashi.entry .item .error {
  color: #de3933;
  margin-top: 5px;
}

article main .question .you .fukidashi_area .fukidashi.entry .select_wrap {
  width: 110px;
  margin-right: 10px;
  position: relative;
}

article main .question .you .fukidashi_area .fukidashi.entry .select_wrap:not(:first-child) {
  margin-left: 10px;
}

article main .question .you .fukidashi_area .fukidashi.entry .select_wrap.year {
  width: 238px;
}

article main .question .you .fukidashi_area .fukidashi.entry .select_wrap select {
  width: 100%;
  border: 1px solid #d1d1d1;
  padding: 10px 15px;
  color: #6f6b6b;
  -webkit-appearance: none;
  background: none;
  box-shadow: none;
}

article main .question .you .fukidashi_area .fukidashi.entry .select_wrap select::placeholder {
  color: #cdcdcd;
}

article main .question .you .fukidashi_area .fukidashi.entry .select_wrap::after {
  content: '';
  width: 13px;
  height: 10px;
  display: block;
  background: url(../img/arw_b.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
}

article main .question .you .fukidashi_area .fukidashi.entry.birth .item {
  display: flex;
  align-items: center;
  color: #848484;
}

article main .question .you .fukidashi_area .fukidashi.entry.birth .item .ttl + .select_wrap {
  margin-left: 10px;
}

article main .question .you .fukidashi_area .fukidashi.entry.pref .select_wrap,
article main .question .you .fukidashi_area .fukidashi.entry.gakureki .select_wrap,
article main .question .you .fukidashi_area .fukidashi.entry.keiken .select_wrap,
article main .question .you .fukidashi_area .fukidashi.entry.workplace .select_wrap,
article main .question .you .fukidashi_area .fukidashi.entry.income .select_wrap {
  width: 240px;
}

article main .question .you .fukidashi_area .fukidashi.entry.keiken .select_wrap,
article main .question .you .fukidashi_area .fukidashi.entry.workplace .select_wrap {
  margin: 0;
}

article main .question .you .fukidashi_area .fukidashi.entry.file_input {
  padding-left: 281px;
  position: relative;
}

article main .question .you .fukidashi_area .fukidashi.entry.file_input input[type="file"] {
  display: none;
}

article main .question .you .fukidashi_area .fukidashi.entry.file_input input[type="file"] + label {
  display: block;
  background: #272728;
  color: #fff;
  text-align: center;
  width: 140px;
  line-height: 34px;
}

article main .question .you .fukidashi_area .fukidashi.entry.file_input input[type="file"] + label:before {
  content: "選択されていません";
  position: absolute;
  right: 182px;
  top: 20px;
  width: 227px;
  color: #333;
  border: 1px solid #d1d1d1;
  height: 34px;
  text-align: left;
  padding-left: 13px;
}

article main .question .you .fukidashi_area .fukidashi.entry.file_input input[type="file"] + label.changed::before {
  content: "";
}

article main .question .you .fukidashi_area .fukidashi.entry.file_input .filename {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 227px;
  height: 30px;
  overflow: hidden;
}

article main .question .you .fukidashi_area .btn {
  margin-top: 35px;
  display: flex;
}

article main .question .you .fukidashi_area .btn button {
  -webkit-appearance: none;
  border: none;
  display: block;
  background: #009688;
  color: #fff;
  width: 150px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  font-size: 14px;
  font-weight: 500;
}

article main .question .you .fukidashi_area .btn button:hover {
  opacity: .7;
}

article main .question .you .fukidashi_area .btn button.btn_edit {
  background: #fff;
  border: 1px solid #de3933;
  color: #de3933;
  margin-right: 20px;
}

article main .question .you .fukidashi_area .fukidashi.answer {
  background: #de3933;
  color: #fff;
  padding: 25px 40px;
  position: relative;
  margin-top: 34px;
  border-radius: 5px;
  border-bottom-right-radius: 0;
}

article main .question .you .fukidashi_area .fukidashi.answer::after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/fukidashi_answer.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: calc(100% - 1px);
}

article main .question .you .fukidashi_area .edit button {
  margin-top: 17px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  color: #de3933;
  font-weight: 700;
}

article main .question .you .fukidashi_area .edit button span {
  border-bottom: 1px solid #de3933;
}

article main .question .you .fukidashi_area .edit button::before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/ic_edit.png) no-repeat center/contain;
  margin-right: 7px;
}

article main .question .you .fukidashi_area button.skip {
  width: auto;
  line-height: 25px;
  -webkit-appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  color: #de3933;
  border-bottom: 1px solid #de3933;
}

article main .question .you .fukidashi_area button.btn_next.skip {
  margin-top: -20px;
}

article main .question .you .checks {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

article main .question .you .checks p:not(:last-child) {
  margin-right: 38px;
}

article main .question .you .checks p input[type="radio"] {
  display: none;
}

article main .question .you .checks p input[type="radio"] + label {
  display: block;
  border: 1px solid #de3933;
  color: #de3933;
  width: 150px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

article main .question .you .checks p input[type="radio"] + label:hover {
  opacity: .3s;
}

article main .question .you .checks p input[type="radio"]:checked + label {
  background: #de3933;
  color: #fff;
}

article .policy {
  text-decoration: none;
}

article .btn.submit input {
  background: #009688;
  width: 500px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  transition: .3s;
  cursor: pointer;
}
article .btn.submit.is-invalid {
  opacity: .3;
  pointer-events: none;
}

article .btn.submit input:hover {
  opacity: .7;
}

.progress {
  position: fixed;
  bottom: 30px;
  left: 400px;
  width: 790px;
  max-width: calc(100vw - 440px);
  height: 8px;
}

.progress .progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #de3933;
  height: 100%;
  border-radius: 4px;
  width: 100%;
}

.progress .progress_bar::-webkit-progress-bar {
  border-radius: 4px;
  background: #d4d4d4;
}

.progress .progress_bar::-webkit-progress-value {
  border-radius: 4px;
  background: #de3933;
}

.progress .percent {
  position: absolute;
  top: -70px;
  left: 0%;
  transform: translate(-50%, 0);
  background: url(../img/bg_percent.png) no-repeat center 1px;
  background-size: contain;
  width: 51px;
  height: 55px;
  padding-bottom: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.progress .percent span {
  font-size: 15px;
  display: block;
}

.submit-area {
  text-align: center;
}

#finish {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 39px;
  position: relative;
}

#finish h1 {
  margin-bottom: 35px;
}

#finish .subttl {
  font-size: 32px;
  margin-bottom: 31px;
  letter-spacing: .2em;
}

#finish .img {
  margin-bottom: 40px;
}

#finish .thanks {
  background: #fafafa;
  width: 1100px;
  padding: 80px 0 86px;
  text-align: center;
}

#finish .thanks .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 50px;
}

#finish .thanks .btn {
  margin-top: 80px;
}

#finish .thanks .btn a {
  width: 500px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  display: block;
  background: linear-gradient(to right, #4CAF50, #009688);
  margin: 0 auto;
}

#finish footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #212326;
  color: #797979;
  text-align: center;
  padding: 14px;
  line-height: 1;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  header {
    height: 22.5vw;
    padding-left: 0;
  }
  /* header h1 {
    width: 100%;
  }
  header h1 a img {
    width: 29vw;
    margin: 0 auto;
  } */
  header nav {
    display: none;
  }
  article {
    flex-direction: column;
    margin-top: 19.5vw;
  }
  article aside {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background: #fff;
    min-height: auto;
    padding: 15vw 0 11.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  article aside .block {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  article aside .block h2 {
    text-align-last: center;
    letter-spacing: .2em;
    font-size: 4.2vw;
    color: #333;
    font-weight: 500;
    margin-bottom: 8vw;
    order: 1;
  }
  article aside .block p {
    order: 3;
    line-height: 6vw;
    margin: 10px 40px;
  }
  article aside .block .img {
    order: 2;
    margin-top: 0;
    margin-bottom: 6.6vw;
  }
  article aside .block .img img {
    width: 41.4vw;
  }
  article aside .txt {
    display: none;
  }
  article main {
    width: 100%;
    padding: 8.6vw 6.6vw 18.9vw;
    margin-left: 0;
  }
  article main .question .me {
    margin-bottom: 8.6vw;
  }
  article main .question .me .mark {
    margin-right: 5.7vw;
    width: 10.1vw;
    height: 10.1vw;
  }
  article main .question .me .mark img {
    width: 6.9vw;
  }
  article main .question .me .fukidashi_area {
    width: calc(100% - 15.8vw);
  }
  article main .question .me .fukidashi_area .fukidashi {
    padding: 4vw;
  }
  article main .question .me .fukidashi_area .fukidashi:not(:last-child) {
    margin-bottom: 6.4vw;
  }
  article main .question .me .fukidashi_area .fukidashi::after {
    width: 4.4vw;
    height: 7.2vw;
    bottom: -2.6vw;
  }
  article main .question .you {
    margin-bottom: 21.6vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry {
    background: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    border-top: 0;
  }
  article main .question .you .fukidashi_area .fukidashi.entry::after {
    content: none;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .item:not(:last-child) {
    margin-bottom: 4vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .item .ttl {
    margin-bottom: 2.6vw;
    font-size: 4vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .item .ttl + .select_wrap {
    margin-left: 0;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .item input[type="text"],
  article main .question .you .fukidashi_area .fukidashi.entry .item input[type="email"],
  article main .question .you .fukidashi_area .fukidashi.entry .item input[type="tel"],
  article main .question .you .fukidashi_area .fukidashi.entry .item textarea {
    width: 100%;
    padding: 2.6vw 4vw;
    font-size: 3.7vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .item .error {
    margin-top: 1.3vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .select_wrap {
    background: #fff;
    width: 16.5vw;
    margin-right: 2.6vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .select_wrap:not(:first-child) {
    margin-left: 2.6vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .select_wrap.year {
    width: 22.5vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .select_wrap.industry, article main .question .you .fukidashi_area .fukidashi.entry .select_wrap.ocupation, article main .question .you .fukidashi_area .fukidashi.entry .select_wrap.company, article main .question .you .fukidashi_area .fukidashi.entry .select_wrap.position {
    margin-left: 0;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .select_wrap select {
    padding: 2.6vw 4vw;
    width: 100%;
    font-size: 3.7vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry .select_wrap::after {
    width: 3.3vw;
    height: 2.4vw;
    right: 2vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.birth .item {
    flex-wrap: wrap;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.birth .item .ttl {
    width: 100%;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.birth .item .ttl + .select_wrap {
    margin-left: 0;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.pref .select_wrap, article main .question .you .fukidashi_area .fukidashi.entry.gakureki .select_wrap, article main .question .you .fukidashi_area .fukidashi.entry.keiken .select_wrap, article main .question .you .fukidashi_area .fukidashi.entry.workplace .select_wrap, article main .question .you .fukidashi_area .fukidashi.entry.income .select_wrap {
    width: 100%;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.file_input {
    padding-left: 58.2vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.file_input input[type="file"] + label {
    width: 28.5vw;
    font-size: 3.2vw;
    line-height: 7.2vw;
    border-radius: 0.2vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.file_input input[type="file"] + label::before {
    width: 51.7vw;
    height: 9.6vw;
    line-height: 9.6vw;
    right: 33vw;
    top: -1.2vw;
    padding-left: 3.4vw;
  }
  article main .question .you .fukidashi_area .fukidashi.entry.file_input .filename {
    top: -1.2vw;
    line-height: 9.6vw;
    left: 3.4vw;
    width: 50vw;
    height: 10vw;
  }
  article main .question .you .fukidashi_area .fukidashi.answer {
    margin-top: 9.3vw;
    padding: 6vw 8vw;
  }
  article main .question .you .fukidashi_area .fukidashi.answer::after {
    width: 2.9vw;
    height: 2.9vw;
  }
  article main .question .you .fukidashi_area .edit button {
    margin-top: 4.2vw;
  }
  article main .question .you .fukidashi_area .edit button::before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.2vw;
  }
  article main .question .you .fukidashi_area .edit button span {
    font-size: 3.2vw;
  }
  article main .question .you .fukidashi_area .btn {
    width: 100%;
    margin-top: 12.6vw;
  }
  article main .question .you .fukidashi_area .btn button {
    width: 100%;
    line-height: 16vw;
    font-size: 3.4vw;
  }
  article main .question .you .fukidashi_area .btn button.btn_edit {
    margin-right: 2.2vw;
  }
  article main .question .you .fukidashi_area button.skip {
    margin-top: 3.3vw;
    font-size: 3.7vw;
  }
  article main .question .you .checks {
    margin-bottom: 0;
  }
  article main .question .you .checks p:not(:last-child) {
    margin-right: 2.2vw;
  }
  article main .question .you .checks p input[type="radio"] + label {
    width: 42vw;
    line-height: 12.5vw;
    border-radius: 0.5vw;
    font-size: 3.7vw;
  }
  article .btn.submit input {
    width: 100%;
  }
  article .btn.submit input {
    line-height: 16vw;
    font-size: 3.4vw;
  }
  .progress-area {
    width: 100%;
    height: 12vw;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
  }
  .progress {
    width: 100vw;
    max-width: none;
    height: 1.5vw;
    border-radius: 0;
    position: relative;
    top: 10.8vw;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .progress .progress_bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .progress .percent {
    width: 6.8vw;
    height: 7.6vw;
    font-size: 1.8vw;
    top: auto;
    left: 3.5%;
    bottom: 2.2vw;
  }
  .progress .percent span {
    font-size: 2vw;
  }

  footer {
    background: #f4f4f4;
    color: #36373a;
    padding: 6.2vw 6.6vw;
    font-size: 2.8vw;
    line-height: 6.4vw;
  }
  footer p a {
    text-decoration: underline;
  }
  footer p.copy {
    color: #797979;
    font-size: 2.1vw;
    margin-top: 8.8vw;
  }
  #finish {
    padding-top: 6.6vw;
  }
  #finish h1 {
    margin-bottom: 14.4vw;
  }
  #finish .subttl {
    font-size: 4.2vw;
    margin-bottom: 8vw;
  }
  #finish .img {
    margin-bottom: 10vw;
  }
  #finish .img img {
    width: 41.4vw;
  }
  #finish .thanks {
    width: 100%;
    padding: 10.6vw 0 28.6vw;
  }
  #finish .thanks .ttl {
    font-size: 3.7vw;
    margin-bottom: 8vw;
  }
  #finish .thanks .txt {
    font-size: 3.4vw;
    line-height: 6.1vw;
  }
  #finish .thanks .btn a {
    line-height: 16vw;
    width: 86.6vw;
  }
  #finish footer {
    position: relative;
    padding: 6.2vw 6.6vw 3.7vw;
  }
  #finish footer .sp {
    text-align: left;
    color: #fff;
    font-size: 2.8vw;
    line-height: 6.4vw;
  }
  #finish footer .copy {
    font-size: 2.1vw;
  }
}

@media (max-width: 680px) {
  .progress-area {
    height: 10vw;
  }
  .progress {
    top: 8.5vw;
  }
}

/* add loading */
.loading-area {
  width: 100vw;
  height: 100vh;
  background-color: rgba(2255, 2255, 2255, .9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.loading-area .loading-frame {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading-area .loading-frame .logo {
  width: 250px;
  margin-bottom: 35px;
}

.loading-area .loading-frame .loading {
  width: 450px;
}

@media (max-width: 768px) {
  .loading-area .loading-frame .logo {
    width: 50%;
  }
  .loading-area .loading-frame .loading {
    width: 85%;
  }
}

.pmark{
  width: 40px;
  margin-top: 20px;
}


/* 個人情報に同意する */
.policy {
  height: 150px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  text-align: left;
}
.policy__title {
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(170, 170, 170);
}
.policy__title h3 {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}
.policy__title p {
  font-size: 10px;
}
.policy__body {
  margin-bottom: 20px;
}
.policy__sub {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}
.policy__sub::before {
  content: "■";
  color: #555;
  padding-right: 2px;
}
.policy__text {
  font-size: 11px;
}
.policy__list li {
  font-size: 11px;
}

/* チェックボックス01 */
.contact-form__switch .checkbox01 {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 5px 32px 0px;
  cursor: pointer;
  color: #555;
  margin-bottom: 60px;
}

.contact-form__switch .checkbox01::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 1px solid #C1BCC6;
  border-radius: 3px;
  background: #fff;
  content: "";
}

.contact-form__switch .checkbox01::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 6px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-right: 3px solid #009688;
  border-bottom: 3px solid #009688;
  content: "";
  opacity: 0;
}

.contact-form__switch input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.toggle-switch input {
  display: none;
}