@charset "UTF-8";
/* 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;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

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 li {
  flex: 1;
}

.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: 40px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .l-section_h1 {
    padding-top: 13px;
    padding-bottom: 64px;
  }
}

.l-progressbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.l-progressbar.is-active {
  opacity: 1;
}

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 {
    max-width: initial;
    padding: 0 25px 16px 22px;
  }
}
.section_h1 .section_h1-header .section_h1-header-content {
  position: sticky;
  top: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section_h1 .section_h1-body {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 768px) {
  .section_h1 .section_h1-body {
    max-width: initial;
  }
}

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

.highlight {
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #2B3E57;
  overflow: hidden;
}
.highlight .highlight-link {
  color: #1A9257;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.highlight .highlight-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1A9257;
}
.highlight span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.highlight span.is-active {
  transform: translate(0, 0);
}

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

.list {
  font-size: 12px;
  color: #2B3E57;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .list {
    margin-top: 16px;
  }
}
.list .list-item {
  display: flex;
  overflow: hidden;
}
.list .list-item.is-bold {
  font-weight: 700;
}
.list .list-item a {
  color: #1A9257;
  font-weight: 700;
}
.list .list-item a:hover {
  text-decoration: underline;
}
.list .list-item span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.list .list-item span.is-active {
  transform: translate(0, 0);
}

.content-border {
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}

.type {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.type .type-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.type .type-item.type-item--green .type-item_title {
  color: #1A9257;
}
.type .type-item.type-item--blue .type-item_title {
  color: #32ABBA;
}

.type-item_title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.type-item_description {
  line-height: 1.8;
  color: #2B3E57;
}

.form {
  background-color: #F4F4F4;
  padding: 24px;
  margin: auto;
}
@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_remarks {
  margin-top: 8px;
  font-size: 12px;
  color: #2B3E57;
  line-height: 1.8;
}

.form_item_label {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-weight: 700;
  color: #2B3E57;
}

.form_item_description {
  color: #2B3E57;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 16px;
}

.form_item_autofill {
  padding: 4px 16px;
  background-color: #2B3E57;
  line-height: 1.8;
  color: #FFF;
  font-size: 14px;
  margin: 16px 0;
  transition: all 0.7s;
  opacity: 0;
  transform: translateY(-200%);
}
.form_item_autofill.is-active {
  opacity: 1;
  transform: translateY(0);
}
.form_item_autofill:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .form_item_autofill {
    margin-top: 12px;
  }
}
.form_item_autofill .form_item_autofill-text.form_item_autofill-text--default {
  display: inline-block;
}
.form_item_autofill .form_item_autofill-text.form_item_autofill-text--clicked {
  display: none;
}
.form_item_autofill.is-clicked .form_item_autofill-text.form_item_autofill-text--clicked {
  display: inline-block;
}
.form_item_autofill.is-clicked .form_item_autofill-text.form_item_autofill-text--default {
  display: none;
}

.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;
}
@media (max-width: 768px) {
  .form_item-body_input .form_item-body_input-label.is-optional {
    font-size: 12px;
  }
}
.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) + .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;
}
@media (max-width: 768px) {
  .form_item-body_select .form_item-body_select-label.is-optional {
    font-size: 12px;
  }
}
.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_item-body_textarea {
  width: 100%;
  position: relative;
}
.form_item-body_textarea::after {
  content: "";
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/choicereserve/public/img/common/form/icon/icon_success.svg);
}
.form_item-body_textarea .form_item-body_textarea-error {
  pointer-events: none;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  display: none;
  position: absolute;
  top: -9px;
  left: 10px;
  line-height: 1.8;
  font-size: 12px;
  color: #FFF;
  background-color: #ED0000;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .form_item-body_textarea .form_item-body_textarea-error {
    right: 10px;
    left: initial;
  }
}
.form_item-body_textarea .form_item-body_textarea-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_textarea textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #FFF;
  padding: 12px 36px 16px 16px;
  line-height: 1.8;
  border: 1px solid transparent;
}
.form_item-body_textarea textarea:focus {
  outline: none;
}
.form_item-body_textarea textarea::-moz-placeholder {
  color: #858A90;
}
.form_item-body_textarea textarea::placeholder {
  color: #858A90;
}
.form_item-body_textarea.is-error textarea {
  border: 1px solid #ED0000;
  background-color: #FFEDED;
}
.form_item-body_textarea.is-error textarea:focus + .form_item-body_textarea-error {
  display: none;
}
.form_item-body_textarea.is-error .form_item-body_textarea-error {
  display: flex;
}
.form_item-body_textarea.is-success::after {
  display: block;
}
.form_item-body_textarea.is-success textarea {
  border: 1px solid #32ABBA;
  background-color: #E9F8FA;
}

.form_action {
  margin-top: 8px;
  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: 14px;
}
@media (max-width: 768px) {
  .form_action .form_action-body {
    margin-top: 14px;
  }
  .form_action .form_action-body.is-complete {
    margin-top: 48px;
  }
}

.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);
}

/* ふわっと表示されるアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ふわっと非表示になるアニメーション */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.progressbar .progressbar-almost {
  color: #FFF;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.progressbar .progressbar-almost.is-almost {
  animation: fadeIn 1s ease forwards, fadeOut 1s ease 3s forwards;
}
.progressbar .progressbar-almost.is-complete {
  display: none;
}
@media (max-width: 768px) {
  .progressbar .progressbar-almost {
    font-size: 12px;
  }
}
.progressbar .progressbar-content {
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .progressbar .progressbar-content {
    padding: 11px 24px calc(11px + env(safe-area-inset-bottom));
  }
}
.progressbar .progressbar-header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #F4F4F4;
}
@media (max-width: 768px) {
  .progressbar .progressbar-header {
    font-size: 12px;
  }
}
.progressbar .progressbar-header .progressbar-header-count {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #FF9524;
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .progressbar .progressbar-header .progressbar-header-count {
    font-size: 16px;
  }
}
.progressbar .progressbar-body {
  margin-top: 8px;
  margin: 8px auto 0;
  width: 100%;
  max-width: 820px;
  height: 12px;
  background-color: #F4F4F4;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .progressbar .progressbar-body {
    margin-top: 8px;
    height: 8px;
  }
}
.progressbar .progressbar-body .progressbar-body-inner {
  position: relative;
  transition: all 0.3s;
  height: 100%;
  background-color: #FF9524;
}
.progressbar .progressbar-body .progressbar-body-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  transform: skewX(-25deg);
}
.progressbar .progressbar-body .progressbar-body-inner.is-complete::after {
  animation: shine 1.5s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
