@import url(https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,700;1,700&family=Jost&family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@200&display=swap);
@charset "UTF-8";
/* 定数 */
/* 初期化 */
/* 定数 */
/* 定数 */
/* 定数 */
/* ヘッダー */
/* 定数 */
/* 定数 */
.header {
  width: 100vw;
  display: flex;
  height: 90px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.header__sitelogo--img {
  width: 100%;
}

.header__freecall {
  margin: auto;
  margin-right: 62px;
  margin-left: 40px;
  height: -moz-fit-content;
  height: fit-content;
}

.header__freecall--icon {
  width: 44px;
}

.header__freecall--number {
  font-size: 29px;
  font-weight: 900;
  vertical-align: text-bottom;
  line-height: 1.3;
}

.header__freecall--time {
  font-size: 17px;
}

.header__listing {
  margin-right: 15px !important;
  display: flex;
}

.header__listing--img {
  width: 51px;
}

.header__listing--text {
  font-size: 14px;
  margin: auto;
  margin-left: 14px;
}

.header__sitelogo {
  display: block;
  width: 100%;
  max-width: 269px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-left: 64px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: auto 35px auto 0;
}

.hamburger__line {
  height: 3px;
  width: 100%;
  background-color: #8c8c8c;
  border-radius: 15px;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.menu__container {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 80vh;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__list .menu__item:first-child a {
  color: #179c95;
  font-weight: 700;
}

.menu__item {
  display: block;
}

.menu__item a {
  padding: 20px 24px;
  color: #4e4e4e;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  text-align: right;
  border-bottom: #dbdbdb solid 1px;
}

.menu--open {
  display: none;
}

.menu--open {
  display: block;
}

@media all and (max-width: 740px) {
  .header {
    height: 55px !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .header__sitelogo {
    max-width: 135px !important;
    margin: auto 15px !important;
  }
  .header__listing {
    margin-right: initial !important;
  }
  .header__listing--img {
    width: 35px;
  }
  .header__listing--text {
    font-size: 9px;
    margin-left: 9px;
    margin-right: 15px;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: auto 16px auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .menu__container {
    width: 90vw;
    height: 90vh;
  }
}
/* フッター */
/* 定数 */
/* 定数 */
footer {
  position: relative;
  padding-bottom: 172px;
}

.footer__links {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.footer__link {
  display: block;
  padding: 9px 26px;
  position: relative;
}

.footer__link:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.5px;
  height: 25px;
  background-color: #000;
}

.footer__listing {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 10px;
}

.footer__listing--img {
  width: 30px;
}

.footer__listing--text {
  font-size: 10px;
  width: 100%;
  max-width: 416px;
  font-weight: 500;
  margin-left: 11px;
}

.footer__antiques {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 13px;
  font-size: 10px;
}

.footer__copyright {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 10px;
}

@media all and (max-width: 740px) {
  footer {
    padding-bottom: 86px;
  }
  .footer__link {
    font-size: 12px;
    padding: 0;
    margin: auto;
    position: unset;
    width: 50%;
    box-sizing: border-box;
  }
  .footer__link:not(:first-of-type)::before {
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
  }
  .footer__listing--img.sp-display {
    margin: auto;
    display: block;
    margin-top: 19px;
  }
  .footer__links {
    position: relative;
    margin-top: 9px;
    width: 100%;
  }
  .footer__link:first-of-type {
    padding-right: 10px;
    text-align: right;
  }
  .footer__link:last-of-type {
    padding-left: 10px;
    text-align: left;
  }
  .footer__listing--text {
    max-width: 333px;
    margin: auto;
  }
}
/* フローティングCTA */
/* 定数 */
/* 定数 */
.top-floating-cta {
  width: 100vw;
  height: 135px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.8784313725);
  z-index: 1;
}

.top-floating-cta__button--freecall {
  border-radius: 10px;
  background: #3bc4ee;
  display: grid;
  width: 100%;
  max-width: 350px;
  height: 90px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.top-floating-cta__button--inquiry {
  border-radius: 10px;
  background: #ff6b00;
  display: grid;
  width: 100%;
  max-width: 350px;
  height: 90px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.top-floating-cta__button-date {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 65%;
  border-radius: 10px;
  border: 0.563px solid #3bc4ee;
  background: #fff;
  color: #098ab1;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 0;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-date {
  max-width: 45%;
  border: 0.563px solid #ff8a00;
  color: #ff8a00;
}

.top-floating-cta__button-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  background: #098ab1;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0 3px;
  max-width: 30px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-label {
  background: #ffc700;
}

.top-floating-cta__button-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-title {
  margin-top: 0;
}

.top-floating-cta__button-title-text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 5px;
}

.top-floating-cta__button--inquiry > .top-floating-cta__button-title > .top-floating-cta__button-title-text {
  margin: 0;
}

.top-floating-cta__button-title-img {
  width: 30px;
  height: 30px;
}

.top-floating-cta__button-tel {
  display: flex;
  justify-content: center;
  align-items: start;
}

.top-floating-cta__button-tel-label {
  border-radius: 5px;
  background: #fff;
  color: #098ab1;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  max-width: 30%;
  padding: 3px 6px;
}

.top-floating-cta__button-tel-text {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-left: 5px;
}

@media all and (max-width: 740px) {
  .top-floating-cta {
    width: 100%;
    height: 75px;
    gap: 8px;
    padding: 0 8px;
  }
  .top-floating-cta__button--freecall {
    max-width: initial;
    height: 45px;
    margin-left: 8px;
    margin-top: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
  }
  .top-floating-cta__button--inquiry {
    max-width: initial;
    height: 45px;
    margin-right: 8px;
    margin-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
  }
  .top-floating-cta__button-date {
    max-width: 66%;
    font-size: 7px;
    padding: 2px 0;
  }
  .top-floating-cta__button--inquiry > .top-floating-cta__button-date {
    max-width: 45%;
  }
  .top-floating-cta__button-label {
    font-size: 9px;
    padding: 0 3px;
    max-width: 6%;
    line-height: 12px;
  }
  .top-floating-cta__button-title-text {
    font-size: 13px;
    margin-top: 1px;
    margin-left: 3px;
    line-height: 16px;
    margin-bottom: 1px;
  }
  .top-floating-cta__button--inquir > .top-floating-cta__button-title > .top-floating-cta__button-title-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-floating-cta__button--inquiry > .top-floating-cta__button-title > .top-floating-cta__button-title-text {
    margin: 0;
  }
  .top-floating-cta__button-title-img {
    width: 15px;
    height: 15px;
  }
  .top-floating-cta__button-tel-label {
    font-size: 6px;
    max-width: initial;
    padding: 2px 5px;
    margin-top: 1px;
  }
  .top-floating-cta__button-tel-text {
    font-size: 13px;
  }
}
* {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
a,
p,
div,
dl,
dd,
body {
  margin: 0;
  color: #222222;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: inherit;
}

a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

input {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

ul,
ol {
  list-style-type: none; /* マーカーを非表示にする */
  padding-left: 0; /* 左側のパディングを削除してインデントをなくす */
}

.breadcrumb {
  display: none;
  position: relative;
  padding-top: 7px;
}

.breadcrumb__container {
  display: flex;
  margin: 0;
  text-wrap: nowrap;
}

.breadcrumb-item,
.breadcrumb-item--link {
  font-size: 22px;
  font-weight: 500;
  color: #56b3cb;
}

.breadcrumb-item--link {
  text-decoration: underline;
}

.breadcrumb-item--link::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid black;
  display: inline-block;
  margin-left: 7px;
  margin-right: 5px;
}

@media screen and (max-width: 740px) {
  .breadcrumb {
    overflow-x: scroll;
    padding: 7px 9px;
  }
  .breadcrumb-item,
  .breadcrumb-item--link {
    font-size: 17px;
  }
  .breadcrumb-item--link::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid black;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 740px) {
  .pc-display {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  .sp-display {
    display: none !important;
  }
}
.fixed {
  position: sticky !important;
  top: 0;
  z-index: 1000;
}

.form__errormessage {
  color: red;
  margin: 27px 0;
  font-weight: bold;
}

.assesssment-form {
  padding-top: 20px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.form__body {
  max-width: 700px;
  margin-left: 100px;
}

.form__h1 {
  font-size: 24px;
}

.form__h2 {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  text-align: left;
}

.form__h2:first-of-type {
  margin-top: 30px;
}

.form__h2-text {
  color: #000;
  width: -moz-max-content;
  width: max-content;
}

.form--input__container > .form__h2 {
  font-size: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.form--input__container > .form__h2::before {
  display: none;
}

.form__h2__container {
  width: 100%;
  margin: auto;
  margin-top: 30px;
}

.form__h2__container--component {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
}

.form__status {
  height: 120px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  max-width: 800px;
  padding-left: 170px;
  padding-right: 170px;
}

.form__status__block {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 1;
}

.form__status__block::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background-color: #5a5a5a;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
}

.form__status__block:first-of-type::after {
  content: "";
  display: none;
}

.form__status--icon__container {
  display: flex;
  margin-top: 38px;
}

.form__status--icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #5a5a5a;
  border-radius: 9px;
  position: relative;
  margin: auto;
  z-index: 1;
}

.form__status-done > .form__status--icon {
  background-color: #56b3cb;
  position: relative;
}

.form__status-done > .form__status--icon::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #56b3cb;
  opacity: 0.15;
}

.form__status-done::after {
  background-color: #56b3cb;
}

.form__status--text__container {
  display: flex;
}

.form__status--text {
  font-size: 14px;
  color: #5a5a5a;
  margin: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: -moz-max-content;
  width: max-content;
  top: 28px;
}

.form__status-done .form__status--text {
  color: #56b3cb;
}

.form--input__container {
  display: none;
  margin-top: 15px;
}

#authenticationSms {
  max-width: 700px;
  margin-left: 100px;
}

.form--input__container-active {
  display: block;
}

.form--back {
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.form--back::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 19px;
  background-image: url(../../images/front/form-back-arrow.svg);
  background-size: contain;
  vertical-align: bottom;
  margin-right: 6px;
}

.form__block {
  margin-top: 15px;
  width: 100%;
  position: relative;
}

.form__label {
  display: flex;
  align-items: center;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form__required {
  color: #c10000;
  font-weight: 500;
  font-size: 9px;
  margin-left: 5px;
  border-radius: 10px;
  border: 0.5px solid #c10000;
  padding: 1px 10px;
}

.form--select--component {
  border: 1px solid #dde1eb;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  padding: 15px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../images/front/form-bottom-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 22px 22px;
  color: #5a5a5a;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  background-color: #fff;
  max-width: 70%;
}

.form--select,
.form--select-date,
.form--select-time {
  border: 1px solid #dde1eb;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  padding: 15px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../images/front/form-bottom-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 22px 22px;
  color: #5a5a5a;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  background-color: #fff;
  max-width: 70%;
}

.form--select {
  font-size: 26px;
  background-size: 28px 28px;
  align-items: center;
  max-width: initial;
}

.color-label {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 500;
}

.form__any {
  color: #56b3cb;
  font-weight: 500;
  font-size: 9px;
  margin-left: 5px;
  border-radius: 10px;
  border: 0.5px solid #56b3cb;
  padding: 1px 10px;
}

.color-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.color-option {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.color-text {
  font-size: 12px;
  margin-top: 4px;
  color: #3d3d3d;
  font-weight: 400;
}

.color-option[data-color=白] {
  background: #ffffff;
  border: 1px solid #dde1eb;
}

.color-option[data-color=黒] {
  background: #000000;
  border: 1px solid #dde1eb;
}

.color-option[data-color=グレー] {
  background: #aeaeae;
  border: 1px solid #dde1eb;
}

.color-option[data-color=シルバー] {
  background: linear-gradient(180deg, #f4f4f4 0%, #a7a7a7 100%);
  border: 1px solid #dde1eb;
}

.color-option[data-color=青] {
  background: #0047ff;
  border: 1px solid #dde1eb;
}

.color-option[data-color=茶] {
  background: #b14f08;
  border: 1px solid #dde1eb;
}

.color-option[data-color=赤] {
  background: #b10808;
  border: 1px solid #dde1eb;
}

.color-option[data-color=黄色] {
  background: #fff500;
  border: 1px solid #dde1eb;
}

.color-option[data-color=緑] {
  background: #52ff00;
  border: 1px solid #dde1eb;
}

.color-option[data-color=その他] {
  background: #d7d7d7;
  border: 1px solid #dde1eb;
}

.color-option[data-color=ゴールド] {
  background: linear-gradient(180deg, #ffdf8c 0%, #a78406 100%);
  border: 1px solid #dde1eb;
}

.color-option.active {
  border-radius: 5px;
  border: 1.5px solid #56b3cb;
  box-shadow: inset 0 0 0 2px #fff;
}

.accident-history {
  margin-bottom: 20px;
}

.accident-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.accident-options {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  max-width: 80%;
}

.accident-option {
  padding: 15px 30px;
  width: 166px;
  border: 1px solid #dde1eb;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  background: #ffffff;
  color: #333;
  text-align: center;
}

.accident-option {
  border-radius: 8px;
  border: 1.5px solid var(--Border, #dde1eb);
  background: var(--White, #fff);
}

.accident-option.active {
  border-radius: 8px;
  background: #000;
  color: #fff;
  border: none;
}

.form--textarea {
  border: 1px solid #5a5a5a;
  border-radius: 5px;
  height: 264px;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  padding: 16px 20px;
  color: #5a5a5a;
  font-weight: 500;
  background-color: #fff !important;
  display: none;
}

.form--button {
  display: block;
  width: 100%;
  border: none;
  border: 1px solid var(--Border, #dde1eb);
  background: #adadad;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
  max-width: 585px;
  height: 55px;
}

.form--button.active {
  background-color: #000;
  cursor: pointer;
}

.form--button-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form--text {
  border: 1px solid #dde1eb;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  padding: 15px 20px;
  color: #5a5a5a;
  font-weight: 500;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  max-width: 70% !important;
}

.form--text::-moz-placeholder {
  color: #5a5a5a;
  font-weight: 500;
}

.form--text::placeholder {
  color: #c0c2c8;
  font-size: 16px;
  font-weight: 400;
}

.form--text[type=number]::-webkit-inner-spin-button,
.form--text[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form--text[type=number] {
  -moz-appearance: textfield;
}

.form--link {
  width: 100%;
  font-weight: 500;
  text-align: right;
  color: #6e6e6e;
  font-size: 12px;
  text-decoration-line: underline;
  margin-top: 5px;
  max-width: 70%;
}

.form__block-half > * {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 65%;
}

.form-ptname {
  font-size: calc(1vw + 2.2vmin);
  text-align: center;
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

.form--select-date,
.form--select-time {
  width: 100%;
  font-size: 14px;
  height: auto;
  background-position: right 15px center;
}

.form--select-date:focus,
.form--select-time:focus {
  border-radius: 5.744px;
  border: 0.718px solid #0c8ce9;
  background: #fff;
  box-shadow: 0px 0px 0px 2.872px rgba(2, 149, 254, 0.25);
}

.form--select-date:hover,
.form--select-time:hover {
  background-color: #eaeaea;
}

.form--input__container > .form__h2__container {
  max-width: 557px;
  width: 660px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.form-check__container {
  height: 50px;
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.form-check-label {
  font-size: 16px;
  color: #23262a;
  font-weight: 500;
  position: absolute;
  display: inline-flex;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 35px;
}

.form-check-link {
  text-decoration-line: underline;
}

#form-check {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 21px;
}

.form-check {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #000;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}

#form-check:checked + .form-check {
  background-color: #000;
  border-color: #000;
}

.form-check:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  display: none;
}

#form-check:checked + .form-check:after {
  display: block;
}

.form-sms--note {
  font-size: 16px;
}

.form-sms--input {
  width: 280px;
  height: 50px;
  margin-top: 20px;
  position: relative;
}

.form-logo {
  width: 130px;
  height: 30px;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 244px;
}

.form--button-sending {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 33px;
  color: #58b9c0;
  width: 100%;
  text-align: center;
  max-width: 585px;
}

.form--button-submit-display {
  display: block;
}

.form--button-submit-display > .form--button-sending {
  display: none;
}

.form--button-submit-display > .form--button-submit {
  display: block;
}

.form--button-submit-sending > .form--button-sending {
  display: block;
}

.form--button-submit-sending > .form--button-submit {
  display: none;
}

.form-input-error {
  color: red;
  display: none;
  text-align: left;
}

@media all and (max-width: 740px) {
  .assesssment-form {
    width: 100%;
    max-width: auto !important;
    padding-bottom: 40px;
    padding-top: 0;
  }
  .form__body {
    max-width: initial;
    margin-left: 20px;
    margin-right: 20px;
  }
  .form__h1 {
    font-size: 20px;
  }
  .form__h2-text {
    font-size: 16px;
  }
  .form__h2 {
    height: auto;
    border-radius: 5px;
    margin-top: 20px !important;
  }
  .form__h2::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    bottom: -10px;
  }
  .form__h2:before {
    height: 4px;
  }
  .form__h2__container {
    margin-top: 0px;
  }
  .form__h2__container--component {
    margin-top: 0px;
  }
  .form__status--text {
    font-size: 8px;
  }
  .form__status--icon {
    width: 10px;
    height: 10px;
  }
  .form__status__block::after {
    height: 1px;
    background-color: #5a5a5a;
  }
  .form__status__block {
    display: flex;
  }
  .form__status-done > .form__status--icon::before {
    width: 20px;
    height: 20px;
  }
  .form__status {
    height: 72px;
    max-width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .form__label {
    font-size: 14px;
  }
  .form__required {
    font-size: 7px;
    margin-left: 3px;
    padding: 1px 8px;
  }
  .form--select,
  .form--select-date,
  .form--select-time {
    max-width: initial;
    font-size: 14px;
    padding: 14px 20px;
  }
  .form--select--component {
    max-width: initial;
    font-size: 14px;
    padding: 14px 20px;
  }
  .color-label {
    font-size: 14px;
  }
  .form__any {
    font-size: 7px;
    margin-left: 3px;
    padding: 1px 8px;
  }
  .color-options {
    gap: 4px;
    margin-top: 10px;
  }
  .color-text {
    font-size: 10px;
  }
  .accident-history {
    margin-bottom: 20px;
  }
  .accident-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }
  .accident-options {
    display: grid;
    margin-top: 10px;
  }
  .form__status--icon__container {
    width: 90%;
    margin: auto;
  }
  .form--input__container {
    margin-top: 15px;
  }
  .form--textarea {
    height: 180px;
  }
  .form--text {
    max-width: initial !important;
    font-size: 14px;
    padding: 14px 20px;
  }
  .form--text::-moz-placeholder {
    font-size: 14px;
  }
  .form--text::placeholder {
    font-size: 14px;
  }
  .form__block {
    margin-top: 10px;
  }
  .form--note {
    font-size: 12px;
    margin-top: 15px;
  }
  .form--link {
    font-size: 12px;
    height: auto;
    padding-right: 0;
    max-width: initial;
  }
  .form--back {
    font-size: 12px;
    top: 4px;
    left: 10px;
  }
  .form--back::before {
    width: 7px;
    height: 13px;
  }
  .form__status--text {
    top: 22px;
  }
  .form-check-label {
    font-size: 12px;
    margin-left: 15px;
  }
  .form--input__container > .form__h2__container {
    max-width: 339px;
  }
  .form-check__container {
    margin-top: 20px;
  }
  .form-check-label {
    font-size: 12px;
    top: 45%;
    margin-left: 30px;
  }
  #authenticationSms {
    max-width: initial;
    margin-left: 20px;
    margin-right: 20px;
  }
  .form-sms--note {
    font-size: 14px;
  }
  .form--button {
    height: 65px;
    margin-top: 0;
  }
  .form--button-text {
    width: -moz-max-content;
    width: max-content;
  }
  .form--button-submit {
    margin-top: 20px;
  }
  .form--button-submit::before {
    left: 18px;
    padding: 3px 11px;
    font-size: 12px;
  }
  .form--button-submit::after {
    width: 7px;
    height: 13px;
    right: 17px;
  }
  .form-logo {
    height: 36px;
    max-width: 147px;
  }
  .form__block-half > * {
    max-width: initial;
  }
  .form--select {
    font-size: 16px;
    background-size: 22px 22px;
  }
  .form--select-date,
  .form--select-time {
    width: 100%;
    font-size: 12px;
    background-size: 10px;
    padding: 14px 8px;
  }
  .form--button-sending {
    font-size: 24px;
  }
}
