@charset "UTF-8";
#fv_container {
  -webkit-margin-before: 90px;
          margin-block-start: 90px;
}
@media screen and (min-width: 600px) {
  #fv_container {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
  }
}
@media screen and (min-width: 980px) {
  #fv_container {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.fv_inner {
  max-width: 1186px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .fv_inner {
    height: 214px;
  }
}
.fv_inner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv_inner img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1186/214;
  }
}

.fv_container_title {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 2;
  padding-left: 25px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .fv_container_title {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  .fv_container_title {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .fv_container_title {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  .fv_container_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 980px) {
  .fv_container_title {
    font-size: 2.6rem;
  }
}
.fv_container_title::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  width: 305px;
  height: 63px;
  background-color: #E60012;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv_container_title::before {
    height: 73px;
    width: 405px;
  }
}

.breadcrumb {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  width: 100%;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 8px 2px;
  padding-inline: 40px 25px;
  max-width: 90vw;
  min-width: 345px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .breadcrumb_list {
    max-width: none;
    padding-block: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 50px 20px;
    min-width: 335px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.breadcrumb_list::after {
  content: "";
  position: absolute;
  background-color: #fff;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .breadcrumb_list::after {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
}

.breadcrumb_ttl {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumb_ttl span.over_str {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .breadcrumb_ttl span.over_str {
    opacity: 1;
    visibility: visible;
    position: static;
  }
}

.breadcrumb_item span {
  color: #000;
  font-size: 1.2rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
@media screen and (min-width: 768px) {
  .breadcrumb_item span {
    font-size: 1.3rem;
    letter-spacing: -0.001em;
  }
}
.breadcrumb_item:last-of-type span {
  color: #e60012;
}
.breadcrumb_item + .breadcrumb_item {
  padding-left: 1em;
  position: relative;
}
.breadcrumb_item + .breadcrumb_item::before {
  content: ">";
  position: absolute;
  top: 50%;
  line-height: 1;
  left: 0.2em;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb_item a:hover span {
    color: #e60000;
  }
}

.solution .breadcrumb_item, .ironwork .breadcrumb_item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .solution .breadcrumb_item, .ironwork .breadcrumb_item {
    display: block;
    overflow: visible;
    -webkit-line-clamp: 2;
    max-width: none;
  }
}

@media screen and (min-width: 980px) {
  .products .breadcrumb_list {
    min-width: 440px;
    padding-inline: 65px;
  }
}
.products .breadcrumb_item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
  max-width: 30%;
}
@media screen and (min-width: 768px) {
  .products .breadcrumb_item {
    max-width: none;
  }
}

.lining .breadcrumb_item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
  max-width: 30%;
}
@media screen and (min-width: 768px) {
  .lining .breadcrumb_item {
    display: block;
    overflow: visible;
    -webkit-line-clamp: 2;
    max-width: none;
  }
}

@media screen and (min-width: 980px) {
  .recruit .breadcrumb_list {
    min-width: 440px;
    padding-inline: 65px;
  }
}

#contact {
  padding-inline: 25px;
  padding-block: 60px 120px;
}
@media screen and (min-width: 425px) {
  #contact {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 600px) {
  #contact {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #contact {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #contact {
    padding-block: 80px 140px;
  }
}

.contents_inner {
  max-width: 1030px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form_flex_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form_step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
}
@media screen and (min-width: 600px) {
  .form_step {
    gap: 0 50px;
  }
}
@media screen and (min-width: 980px) {
  .form_step {
    position: sticky;
    top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
  }
}
.form_step::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 185px;
  height: 1px;
  background-color: #d9d9d9;
  translate: -50% 0;
}
@media screen and (min-width: 600px) {
  .form_step::before {
    width: 260px;
  }
}
@media screen and (min-width: 980px) {
  .form_step::before {
    width: 1px;
    height: 220px;
    top: 30px;
    left: 6px;
    translate: -50% 0;
  }
}

.step_list {
  text-align: center;
  position: relative;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
}
@media screen and (min-width: 980px) {
  .step_list {
    text-align: left;
    -webkit-padding-before: 0px;
            padding-block-start: 0px;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
.step_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  translate: -50% 0;
}
@media screen and (min-width: 980px) {
  .step_list::before {
    top: 55%;
    left: 0;
    translate: 0 -50%;
  }
}
.step_list .step_num {
  font-size: 1rem;
  color: #d9d9d9;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .step_list .step_num {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .step_list .step_num {
    line-height: 1.5;
  }
}
.step_list .step_title {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #d9d9d9;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .step_list .step_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .step_list .step_title {
    line-height: 0.9;
    font-size: 2.5rem;
  }
}
.step_list._current::before {
  background-color: #e60012;
}
.step_list._current .step_num {
  color: #e60012;
}
.step_list._current .step_title {
  color: #000;
}

.form_flex_right {
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
  max-width: 730px;
}
@media screen and (min-width: 768px) {
  .form_flex_right {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media screen and (min-width: 980px) {
  .form_flex_right {
    width: 70%;
  }
}

.form_row + .form_row {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
.form_row._type dl dt {
  width: 250px;
}
.form_row._type dl dd {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
@media screen and (min-width: 768px) {
  .form_row._type dl dd {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}
.form_row._type + .form_row {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (min-width: 768px) {
  .form_row._type + .form_row {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

@media screen and (min-width: 768px) {
  .form_row dl:not(._noflex) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
  }
  .form_row dl._no_center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .form_row dl:not(._noflex) {
    gap: 0 30px;
  }
}
.form_row dl dt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form_row dl dt {
    font-size: 1.6rem;
    width: 162px;
    line-height: 1;
  }
}
@media screen and (min-width: 980px) {
  .form_row dl dt {
    font-size: 1.8rem;
  }
}
.form_row dl dt span.required {
  color: #FF9A7B;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form_row dl dt span.small {
    font-size: 1.2rem;
    display: block;
    line-height: 1.3;
  }
}
.form_row dl dd {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media screen and (min-width: 768px) {
  .form_row dl dd {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.form_row dl dd input {
  width: 100%;
  border-radius: 6px;
  border: solid 0.5px #EFECEC;
  padding: 16px 20px;
  background-color: #F9F8F8;
  font-size: 1.6rem;
}
.form_row dl dd input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #B1B1B1;
}
.form_row dl dd input::-moz-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #B1B1B1;
}
.form_row dl dd input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #B1B1B1;
}
.form_row dl dd input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #B1B1B1;
}
.form_row dl dd input::placeholder {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #B1B1B1;
}
.form_row dl dd input[name=postal_code] {
  max-width: 138px;
}
.form_row dl dd .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .form_row dl dd .wpcf7-radio {
    gap: 20px;
  }
}
@media screen and (min-width: 980px) {
  .form_row dl dd .wpcf7-radio {
    gap: 24px;
  }
}
.form_row dl dd .wpcf7-list-item {
  line-height: 1;
  margin: 0;
}
.form_row dl dd label:has(input[type=radio]) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 32px;
  line-height: 1;
}
.form_row dl dd label:has(input[type=radio])::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-margin-before: -12px;
          margin-block-start: -12px;
  border-radius: 50%;
  border: solid 1px #939188;
}
.form_row dl dd label:has(input[type=radio])::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  background-color: #e60012;
  translate: -50% -50%;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.form_row dl dd label:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.form_row dl dd label span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.form_row dl dd label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .form_row dl dd label:hover {
    cursor: pointer;
  }
}
.form_row dl dd .select_wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form_row dl dd .select_wrapper {
    max-width: 230px;
  }
}
.form_row dl dd .select_wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-margin-before: -4px;
          margin-block-start: -4px;
  z-index: 3;
}
.form_row dl dd select {
  width: 100%;
  padding: 16px 20px;
  border-radius: 6px;
  border: solid 1px #EFECEC;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F9F8F8;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
}
.form_row dl dd .validate_field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .form_row dl dd .validate_field {
    gap: 20px;
  }
}
@media screen and (min-width: 980px) {
  .form_row dl dd .validate_field {
    gap: 24px;
  }
}
@media screen and (min-width: 980px) {
  .form_row dl dd .validate_field:has(.p-postal-code) {
    gap: 35px;
  }
}
.form_row dl dd .validate_field:has(.p-postal-code) .wpcf7-form-control-wrap {
  max-width: 138px;
}
.form_row dl dd textarea {
  width: 100%;
  height: auto;
  padding: 12px 20px;
  aspect-ratio: 372/172;
  border: solid 1px #EFECEC;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 20px;
  background-color: #F9F8F8;
}
.form_row dl dd textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #B1B1B1;
  font-weight: 500;
}
.form_row dl dd textarea::-moz-placeholder {
  font-size: 1.4rem;
  color: #B1B1B1;
  font-weight: 500;
}
.form_row dl dd textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #B1B1B1;
  font-weight: 500;
}
.form_row dl dd textarea::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #B1B1B1;
  font-weight: 500;
}
.form_row dl dd textarea::placeholder {
  font-size: 1.4rem;
  color: #B1B1B1;
  font-weight: 500;
}
.form_row dl dd .address_description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 500;
}
.form_row dl dd .wpcf7-list-item {
  display: block;
}

.privacy_row {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .privacy_row {
    translate: 26% 0;
  }
}
@media screen and (min-width: 980px) {
  .privacy_row {
    translate: initial;
  }
}
.privacy_row label {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  display: inline-block;
  padding-inline: 40px 20px;
  position: relative;
}
.privacy_row label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: solid 2px #cbcbcb;
  border-radius: 5px;
  translate: 0 -50%;
}
.privacy_row label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 4px;
  border-left: solid 2px #FF9A7B;
  border-bottom: solid 2px #FF9A7B;
  rotate: -45deg;
  translate: 0 -80%;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.privacy_row label span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #404040;
}
.privacy_row label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .privacy_row label:hover {
    cursor: pointer;
  }
}

.about_privacy_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.about_privacy_text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #404040;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
.about_privacy_text a {
  color: #404040;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .about_privacy_text a:hover {
    color: #e60012;
  }
}

#privacy {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button_area {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .button_area {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    gap: 20px 0;
  }
}
@media screen and (min-width: 980px) {
  .button_area {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

.btn {
  position: relative;
  background-color: #E60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 70px;
  padding: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 600px) {
  .btn {
    max-width: 350px;
  }
}
.btn span {
  position: relative;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  z-index: 3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .btn span {
    font-size: 2rem;
  }
}
.btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  -webkit-transition: left 0.3s, right 0.3s;
  transition: left 0.3s, right 0.3s;
}
.btn i path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    cursor: pointer;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btnConfirm:hover i {
    right: 15px;
  }
}
.btnConfirm:disabled {
  pointer-events: none;
  background-color: #9f9f9f;
}
.btnConfirm:not(:disabled) i path {
  fill: #e60012;
  stroke: #E60012;
}

.btnSend {
  display: none;
}
.btnSend i path {
  fill: #e60012;
  stroke: #E60012;
}
@media (hover: hover) and (pointer: fine) {
  .btnSend:hover i {
    right: 15px;
  }
}

.btnBack {
  display: none;
  background-color: #fff;
  border: solid 1px #939188;
}
.btnBack span {
  color: #939188;
}
.btnBack i {
  right: initial;
  left: 20px;
  rotate: 180deg;
  translate: 0 -55%;
}
.btnBack i circle {
  fill: #939188;
}
.btnBack i path {
  fill: #fff;
  stroke: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btnBack:hover i {
    left: 15px;
  }
}

.check_false input, .check_false select, .check_false textarea {
  background-color: rgba(248, 114, 114, 0.2);
}

.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wpcf7-spinner {
  display: none !important;
  visibility: hidden !important;
}

.validate_error_text {
  color: #FF0000;
}

.confirm_field {
  display: none !important;
}

.wpcf7-submit {
  opacity: 0;
  visibility: hidden;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 768px) {
  .confirm .form_row dl:not(._noflex) {
    gap: 0 30px;
  }
}
@media screen and (min-width: 980px) {
  .confirm .form_row dl:not(._noflex) {
    gap: 0 50px;
  }
}
.confirm .form_row dl._no_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm .btnBack, .confirm .btnSend {
  display: block;
}
.confirm .btnConfirm,
.confirm .privacy_row {
  display: none;
}
.confirm .required {
  display: none;
}

.thanks_head {
  font-size: 2.4rem;
  color: #E60012;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .thanks_head {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .thanks_head {
    font-size: 3rem;
  }
}
@media screen and (min-width: 980px) {
  .thanks_head {
    font-size: 3.5rem;
  }
}

.thanks_text {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #404040;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .thanks_text {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (min-width: 980px) {
  .thanks_text {
    line-height: 2.1;
  }
}
.thanks_text + .thanks_text {
  -webkit-margin-before: 1lh;
          margin-block-start: 1lh;
}

.page_top {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 600px) {
  .page_top {
    margin-inline: auto;
  }
}
@media screen and (min-width: 980px) {
  .page_top {
    margin-inline: 0;
  }
}
.page_top i {
  left: 20px;
  rotate: 180deg;
  right: initial;
  translate: 0 -55%;
}
.page_top i path {
  fill: #e60012;
  stroke: #E60012;
}
@media (hover: hover) and (pointer: fine) {
  .page_top:hover i {
    left: 15px;
  }
}

@media screen and (min-width: 768px) {
  #thanks {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (min-width: 980px) {
  #thanks {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.grecaptcha-badge {
  top: 50%;
  bottom: initial;
  z-index: 100;
  scale: 0.5;
  right: -160px !important;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 980px) {
  .grecaptcha-badge {
    bottom: 14px;
    top: initial;
    right: -189px !important;
    scale: 1;
  }
}