@charset "UTF-8";
/* ===================================
.cv関連のスタイル
=================================== */
.cv {
  padding-block: 2.5rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .cv {
    padding-block: 3.125rem 8.75rem;
  }
}
@media screen and (min-width: 1200px), print {
  .cv {
    padding-block: 3.75rem 12.5rem;
  }
}

.cv__container {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 992px) {
  .cv__container {
    gap: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.cv__content {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .cv__content {
    max-width: 100%;
  }
}

.cv__content_category {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cv__content_category {
    margin-top: 1.875rem;
  }
}

.cv__content_thumb {
  margin-top: 1.25rem;
}

.cv__content_thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 747/439;
  border-radius: 0.625rem;
}

.cv__content_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cv__content_title {
    font-size: 1.5rem;
  }
}

.cv__content_content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cv__content_content {
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 992px) {
  .cv__content_content {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1200px), print {
  .cv__content_content {
    margin-top: 2.5rem;
  }
}

.cv__content_btn {
  margin-top: 2.5rem;
  text-align: center;
}

.cv__form {
  background-color: #F8F8F8;
  padding: 1.875rem 1.25rem;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .cv__form {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .cv__form {
    padding: 2.5rem;
  }
}

.cv__form_title {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.875rem;
}

/* ===================================
全体設定・基本スタイル
=================================== */
/* 共通設定 */
body.cv-form {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #FFFFFF;
}

body.cv-form select,
body.cv-form input,
body.cv-form button,
body.cv-form textarea {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
}

body.cv-form span {
  font-weight: inherit;
}

body.cv-form .footer .side-space-3 {
  color: #FFFFFF;
}

/* スムーススクロール調整 */
/* 画面全体のレイアウト */
body.cv-form div.container {
  width: auto;
  background: transparent;
  border: 0;
  border-top: none;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
  text-align: left;
}

/* 設問エリアのレイアウト */
body.cv-form div.wrapper {
  width: auto;
  margin: 0 auto;
  background: none;
}

body.cv-form .info__form__ttl {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1.875rem;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
  background: #333;
}
@media screen and (min-width: 576px) {
  body.cv-form .info__form__ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  body.cv-form .info__form__ttl {
    font-size: 18px;
  }
}
body.cv-form .info__form__ttl:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 99%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
}

body.cv-form .note {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body.cv-form .note {
    font-size: 16px;
  }
}

body.cv-form table.items {
  width: 100%;
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

body.cv-form table.items th,
body.cv-form table.items td {
  display: block;
  text-align: left;
  letter-spacing: 0.01px;
}

body.cv-form table.items th {
  margin-bottom: 8px;
}

body.cv-form table.items th span {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

body.cv-form table.items td.label {
  float: none;
  width: auto;
  padding: 0px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-left: 0;
  background: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.cv-form table.items td.label {
    font-size: 16px;
  }
}

body.cv-form table.items td.value {
  float: none;
  width: auto;
  padding: 0;
  border-bottom: none;
  background: transparent;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

/* 設問の入力例/説明セルのデザイン */
body.cv-form table.items td.comment {
  float: none;
  width: auto;
  font-size: medium;
  padding: 0;
  color: inherit;
  border-bottom: none;
  background: none;
}

body.cv-form table.items td div {
  margin-bottom: 7px;
}

body.cv-form table.items td select,
body.cv-form table.items td textarea,
body.cv-form table.items td input[type=text],
body.cv-form table.items td input[type=email],
body.cv-form table.items td input[type=url],
body.cv-form table.items td input[type=tel] {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #A9A9A9;
  border-radius: 0.3125rem;
  background: #FFFFFF;
  font-size: 16px;
  height: 42px;
}
body.cv-form table.items td select::placeholder,
body.cv-form table.items td textarea::placeholder,
body.cv-form table.items td input[type=text]::placeholder,
body.cv-form table.items td input[type=email]::placeholder,
body.cv-form table.items td input[type=url]::placeholder,
body.cv-form table.items td input[type=tel]::placeholder {
  color: #A9A9A9;
}
body.cv-form table.items td select:focus, body.cv-form table.items td select:focus-visible,
body.cv-form table.items td textarea:focus,
body.cv-form table.items td textarea:focus-visible,
body.cv-form table.items td input[type=text]:focus,
body.cv-form table.items td input[type=text]:focus-visible,
body.cv-form table.items td input[type=email]:focus,
body.cv-form table.items td input[type=email]:focus-visible,
body.cv-form table.items td input[type=url]:focus,
body.cv-form table.items td input[type=url]:focus-visible,
body.cv-form table.items td input[type=tel]:focus,
body.cv-form table.items td input[type=tel]:focus-visible {
  background-color: #F8F8F8;
  outline: none;
}

body.cv-form table.items td input[type=radio],
body.cv-form table.items td input[type=checkbox] {
  position: relative;
  margin: 0 22px 2px 5px;
}
body.cv-form table.items td input[type=radio]:before,
body.cv-form table.items td input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ccc;
  width: 15px;
  height: 15px;
  background: #fff;
}
body.cv-form table.items td input[type=radio]:checked,
body.cv-form table.items td input[type=checkbox]:checked {
  position: relative;
}
body.cv-form table.items td input[type=radio]:checked:before,
body.cv-form table.items td input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #333;
  width: 15px;
  height: 15px;
  background: linear-gradient(45deg, #464646, #5c5c5c);
}

body.cv-form table.items td input[type=radio]:before {
  border-radius: 50%;
}

body.cv-form table.items td input[type=checkbox]:before {
  border-radius: 4px;
}

body.cv-form table.items td select {
  line-height: 1;
  background-image: url("../images/common/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 20px top 18px;
}

body.cv-form table.items td textarea {
  width: 100% !important;
  resize: none;
  line-height: 1.4;
}

body.cv-form table.items #item_1 td.value input[type=text],
body.cv-form table.items #item_2 td.value input[type=text],
body.cv-form .cv__form--contact table.items #item_1 td.value input[type=text] {
  margin: 0 5px;
}

body.cv-form table.items #item_2 td.value,
body.cv-form .cv__form--contact table.items #item_1 td.value {
  display: flex;
  align-items: center;
}

body.cv-form table.items #item_2 td.value .label_name,
body.cv-form .cv__form--contact table.items #item_1 td.value .label_name {
  color: #333;
  padding-right: 0;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  body.cv-form table.items #item_2 td.value .label_name,
  body.cv-form .cv__form--contact table.items #item_1 td.value .label_name {
    font-size: 16px;
  }
}
body.cv-form table.items #item_2 td.value .label_name:last-of-type,
body.cv-form .cv__form--contact table.items #item_1 td.value .label_name:last-of-type {
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  body.cv-form table.items #item_2 td.value .label_name:last-of-type,
  body.cv-form .cv__form--contact table.items #item_1 td.value .label_name:last-of-type {
    margin-left: 1.25rem;
  }
}

body.cv-form table.items #item_1 td textarea,
body.cv-form table.items #item_12 td textarea,
body.cv-form table.items #item_13 td textarea {
  height: 64px;
}
@media screen and (min-width: 768px) {
  body.cv-form table.items #item_1 td textarea,
  body.cv-form table.items #item_12 td textarea,
  body.cv-form table.items #item_13 td textarea {
    height: 42px;
  }
}

body.cv-form table.items #item_1 td textarea,
body.cv-form table.items #item_12 td textarea {
  margin-top: -22px;
}
@media screen and (min-width: 768px) {
  body.cv-form table.items #item_1 td textarea,
  body.cv-form table.items #item_12 td textarea {
    margin-top: -35px;
  }
}

body.cv-form table.items #item_8 td,
body.cv-form table.items #item_9 td,
body.cv-form table.items #item_13 td {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body.cv-form table.items #item_8 td,
  body.cv-form table.items #item_9 td,
  body.cv-form table.items #item_13 td {
    font-size: 16px;
  }
}

body.cv-form table.items #item_13 td textarea {
  margin-top: 10px;
}

body.cv-form table.items #item_5 td textarea {
  height: 145px;
}

/* 入力確認画面、完了画面の入力された文字のデザイン */
body.cv-form p.value {
  font-size: medium;
}

/* ボタンの表示エリアの設定 */
body.cv-form div.button_area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  width: fit-content;
  padding: 0;
  margin: 1.875rem auto 0;
  background: none;
}
@media screen and (min-width: 768px) {
  body.cv-form div.button_area {
    flex-direction: row;
    gap: 1.875rem;
  }
}

/* 確認／送信／戻る／登録ボタン */
body.cv-form input[type=button] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 1rem;
  max-width: 100%;
  min-width: 200px;
  padding: 10px 30px;
  margin-inline: auto;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  border-radius: 3.125rem;
  border: 1px solid #ED2446;
  background-color: #ED2446;
  background-image: url("../images/common/icon-arrow-right-wh.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: right 20px center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  body.cv-form input[type=button] {
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.cv-form input[type=button]:hover {
    opacity: 0.7;
  }
}

body.cv-form #button_confirm_back {
  color: #333;
  background-color: #FFFFFF !important;
  background-image: url("../images/common/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: left 20px center;
}

/* 必須項目のマークおよびメッセージなど */
/* 必須項目のマーク */
body.cv-form table.items span.required {
  margin-left: 0;
  color: #ED2446;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #ED2446;
  border-radius: 0.1875rem;
  min-width: 36px;
  text-align: center;
  padding: 0.37em 0.4em;
  line-height: 1;
  transform: translateY(1px);
}

body.cv-form table.items span.required:after {
  content: "必須";
}

/* 必須項目についての説明文 */
body.cv-form p.required_msg {
  text-align: start;
  margin-right: 0;
  font-size: medium;
  font-weight: normal;
  color: inherit;
}

body.cv-form p.required_msg:after {
  content: "";
}

/* メールアドレスの再入力メッセージ */
body.cv-form p.label_mail {
  margin: 0;
  font-size: medium;
  color: inherit;
}

body.cv-form p.label_mail:after {
  content: "確認のため、もう一度メールアドレスを入力してください";
}

/* エラーメッセージ */
/* 入力エラーメッセージのデザイン */
body.cv-form div.message {
  padding: 0;
  margin: 0 0 1.25rem 0;
  font-size: 14px;
  font-weight: normal;
  color: #ED2446;
  background: none;
}

/* 公開終了メッセージのデザイン */
body.cv-form div.finished-message {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #ED2446;
  background: none;
}

/* プライバシーポリシー */
body.cv-form .privacy_policy {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
body.cv-form .privacy_policy a {
  text-decoration: underline;
  font-weight: 500 !important;
}
body.cv-form .privacy_policy a:hover {
  text-decoration: none;
}
body.cv-form .privacy_policy .privacy-text-master div {
  font-weight: 500 !important;
}

/* ===================================
スマートフォン表示用のレイアウト
=================================== */
@media screen and (max-width: 479px) {
  /* フォームエリア全体の設定 */
  body.cv-form div.container {
    width: 100%;
  }
  /* 設問エリア全体の設定 */
  body.cv-form div.wrapper {
    width: 100%;
  }
  /*設問名のセルのデザイン */
  body.cv-form td.label {
    width: 100%;
  }
  /* 設問の入力セルおよび表示セルのデザイン */
  body.cv-form td.value {
    width: 100%;
    padding-bottom: 0px;
  }
  /* 設問の入力例/説明セルのデザイン */
  body.cv-form td.comment {
    width: 95%;
    padding: 0px 2px 10px 2px;
  }
  /* 設問の入力例/テキストボックス */
  body.cv-form input[type=text] {
    font-size: 120%;
    width: 100% !important;
  }
  /* 設問の入力例/テキストエリア */
  body.cv-form textarea {
    width: 100%;
    height: 100px;
  }
  /* ボタンの表示エリアの設定 */
  body.cv-form div.button_area {
    width: 95%;
  }
}
html {
  overflow-y: unset;
}/*# sourceMappingURL=style-cv-form.css.map */