/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr, input, button, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

body {
  position: relative;
  margin-top: 70px;
}

a {
  color: #CCC;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.simulation-body {
  margin-top: 70px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 72px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
.grecaptcha-badge {
  z-index: 10;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.5s;
}

.l-header.is-active,
.l-header:hover {
  background-color: #FFF;
}

.l-header.is-active {
  box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}

.l-header_menu {
  position: fixed;
  top: 70px;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.l-header_pickup {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.l-header_pickup_action {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.l-header_form {
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 1000;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .l-header_form {
    height: 72px;
  }
}

.l-industry_internal_link {
  background-color: #222;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .l-industry_internal_link {
    padding-top: 55px;
  }
}

.l-footer {
  background-color: #222;
}

.l-footer_form {
  background-color: #222;
}

.l-footer_form_variation {
  background-color: #222;
}

.l-footer_simple {
  background-color: #222;
}

.l-breadcrumb {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .l-breadcrumb {
    padding: 0 24px 48px;
  }
}

body {
  margin-top: 0;
}

.header_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header_form {
    padding: 25px 20px 27px;
  }
}
.header_form .header_form-logo {
  max-width: 196px;
}
@media (max-width: 768px) {
  .header_form .header_form-logo {
    max-width: 150px;
  }
}

.footer_simple {
  padding: 40px 17.5px;
}
.footer_simple.is-progressbar {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .footer_simple.is-progressbar {
    padding-bottom: 104px;
  }
}
.footer_simple .footer_simple-description {
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  color: #858A90;
}
.footer_simple .footer_simple-description .footer_simple-description-recaptcha {
  margin-bottom: 20px;
}
.footer_simple .footer_simple-description a {
  color: #858A90;
  text-decoration: underline;
}
.footer_simple .footer_simple-description a:hover {
  text-decoration: none;
}

.l-section_h1 {
  padding-top: 23px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .l-section_h1 {
    padding-bottom: 64px;
  }
}

html {
  scroll-padding-top: 150px;
}

.section_h1 {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  max-width: 1080px;
  margin: auto;
}
@media (max-width: 768px) {
  .section_h1 {
    flex-direction: column;
  }
}
.section_h1 .section_h1-header {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 768px) {
  .section_h1 .section_h1-header {
    padding: 0 25px 16px 22px;
  }
}
.section_h1 .section_h1-body {
  width: 100%;
  max-width: 520px;
}

.title {
  color: #2B3E57;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}

.description {
  margin-top: 24px;
  line-height: 20px;
  color: #2B3E57;
}

.card {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .card {
    display: none;
  }
}
.card .card-gallery {
  margin-top: 16px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.card .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #2B3E57;
}
.card .card-list {
  list-style: inside;
  margin-top: 16px;
}
.card .card-list li {
  color: #2B3E57;
  line-height: 1.8;
}

.card-title_metadata {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 12px;
}

.form {
  background-color: #F4F4F4;
  padding: 24px;
  margin: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .form {
    padding: 24px 24px 0;
  }
}

.form_item:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form_item:not(:first-child) {
    margin-top: 24px;
  }
}
.form_item .form_item-body {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex: 1;
}
@media (max-width: 768px) {
  .form_item .form_item-body {
    width: 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.form_item-body_input {
  position: relative;
  width: 100%;
}
.form_item-body_input::after {
  content: "";
  display: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/choicereserve/public/img/common/form/icon/icon_success.svg);
}
.form_item-body_input.form_item-body_input--half {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 768px) {
  .form_item-body_input.form_item-body_input--half .form_item-body_input-error {
    right: 0;
    left: initial;
  }
}
.form_item-body_input .form_item-body_input-label {
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  color: #858A90;
  line-height: 1.8;
  transition: all 0.2s;
}
.form_item-body_input .form_item-body_input-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.form_item-body_input .form_item-body_input-error {
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  display: none;
  position: absolute;
  top: -9px;
  left: 100px;
  line-height: 1.8;
  font-size: 12px;
  color: #FFF;
  background-color: #ED0000;
  border-radius: 3px;
}
.form_item-body_input .form_item-body_input-error::after {
  content: "";
  background-image: url(/wp-content/themes/choicereserve/public/img/common/form/icon/icon_down_triangle.svg);
  line-height: 5px;
  width: 8px;
  height: 5px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.form_item-body_input input {
  width: 100%;
  border-radius: 4px;
  background-color: #FFF;
  height: 52px;
  padding: 26px 36px 12px 12px;
  line-height: 14px;
  color: #2B3E57;
  border: 1px solid transparent;
}
.form_item-body_input input:not(:-moz-placeholder-shown) + .form_item-body_input-label {
  font-size: 10px;
  top: 8px;
  transform: initial;
  line-height: 12px;
}
.form_item-body_input input:focus + .form_item-body_input-label, .form_item-body_input input:not(:placeholder-shown) + .form_item-body_input-label {
  font-size: 10px;
  top: 8px;
  transform: initial;
  line-height: 12px;
}
.form_item-body_input input:focus {
  outline: none;
}
.form_item-body_input input::-moz-placeholder {
  color: #858A90;
}
.form_item-body_input input::placeholder {
  color: #858A90;
}
.form_item-body_input.is-error input {
  border: 1px solid #ED0000;
  background-color: #FFEDED;
}
.form_item-body_input.is-error input:focus ~ .form_item-body_input-error {
  display: none;
}
.form_item-body_input.is-error .form_item-body_input-error {
  display: flex;
}
.form_item-body_input.is-success input {
  border: 1px solid #32ABBA;
  background-color: #E9F8FA;
}
.form_item-body_input.is-success::after {
  display: block;
}
.form_item-body_input.is-success .form_item-body_input-img {
  display: none;
}

.form_item-body_select {
  position: relative;
  width: 100%;
}
.form_item-body_select::before {
  content: "";
  background-image: url(/wp-content/themes/choicereserve/public/img/common/form/icon/icon_select_arrow.svg);
  line-height: 5px;
  height: 6.34px;
  width: 10px;
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.form_item-body_select::after {
  content: "";
  display: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/choicereserve/public/img/common/form/icon/icon_success.svg);
}
.form_item-body_select .form_item-body_select-label {
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  color: #858A90;
  line-height: 1.8;
  transition: all 0.2s;
}
.form_item-body_select .form_item-body_select-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.form_item-body_select .form_item-body_select-error {
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  display: none;
  position: absolute;
  top: -9px;
  left: 200px;
  line-height: 1.8;
  font-size: 12px;
  color: #FFF;
  background-color: #ED0000;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .form_item-body_select .form_item-body_select-error {
    right: 0;
    left: initial;
  }
}
.form_item-body_select .form_item-body_select-error::after {
  content: "";
  background-image: url(/wp-content/themes/choicereserve/public/img/common/form/icon/icon_down_triangle.svg);
  line-height: 5px;
  width: 8px;
  height: 5px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.form_item-body_select select {
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 4px;
  padding: 26px 36px 9px 12px;
  line-height: 14px;
  color: #858A90;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
}
.form_item-body_select select:focus {
  outline: none;
}
.form_item-body_select.is-error select {
  border: 1px solid #ED0000;
  background-color: #FFEDED;
}
.form_item-body_select.is-error select:focus ~ .form_item-body_select-error {
  display: none;
}
.form_item-body_select.is-error .form_item-body_select-error {
  display: flex;
}
.form_item-body_select.is-success::after {
  display: block;
}
.form_item-body_select.is-success select {
  border: 1px solid #32ABBA;
  background-color: #E9F8FA;
  color: #2B3E57;
}
.form_item-body_select.is-success .form_item-body_select-img {
  display: none;
}
.form_item-body_select.is-success .form_item-body_select-label {
  font-size: 10px;
  top: 8px;
  transform: initial;
  line-height: 12px;
}

.form_action {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .form_action {
    margin: 36px -24px 0;
    padding: 48px 24px 0;
    background-color: #fff;
  }
}
.form_action .form_action-header {
  color: #2B3E57;
  line-height: 20px;
}
.form_action .form_action-header a {
  color: #1A9257;
}
.form_action .form_action-header a:hover {
  text-decoration: underline;
}
.form_action .form_action-body {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .form_action .form_action-body {
    margin-top: 14px;
  }
  .form_action .form_action-body.is-complete {
    margin-top: 48px;
  }
}

.form_unfinished {
  display: none;
}
@media (max-width: 768px) {
  .form_unfinished {
    display: block;
  }
}
.form_unfinished .form_unfinished-text {
  cursor: pointer;
  color: #ED0000;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 14px;
}
.form_unfinished .form_unfinished-text.is-active {
  display: inline-block;
}
.form_unfinished .form_unfinished-text.is-hidden {
  display: none;
}
.form_unfinished .form_unfinished-text:hover span {
  text-decoration: none;
}
.form_unfinished .form_unfinished-text span {
  text-decoration: underline;
}

.form_submit.is-inactive {
  cursor: not-allowed;
}
.form_submit.is-inactive .form_submit-button {
  background-color: #CCC;
  pointer-events: none;
}
.form_submit .form_submit-button {
  width: 100%;
  max-width: 364px;
  min-width: 364px;
  height: 60px;
  background-color: #FF9524;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  font-weight: bold;
  padding: 0 24px 0 10px;
  position: relative;
  transition: all 0.3s;
  margin: auto;
}
@media (max-width: 768px) {
  .form_submit .form_submit-button {
    min-width: initial;
  }
}
.form_submit .form_submit-button:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.form_submit .form_submit-button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/themes/choicereserve/public/img/common/form/icon/icon_arrow.svg);
}

.grecaptcha-badge {
  visibility: hidden;
}
