@charset "UTF-8";
body {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.555;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f3f3f3;
}

body .main-title-jp {
  font-size: 32px;
  font-weight: bold;
}

body .section-title-en {
  font-family: "Montserrat", "Noto Serif JP", "ヒラギノ明朝 ProN", "Noto Sans JP", "Avenir", "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

body .inner {
  padding: 0 40px;
}

@media (max-width: 767px) {
  body .inner {
    padding: 0 16px;
  }
}

body img {
  width: 100%;
}

body a {
  text-decoration: none;
}

body .clear::after {
  content: "";
  clear: both;
  display: block;
}

body .section {
  margin-top: 120px;
}

@media (max-width: 767px) {
  body .section {
    margin-top: 60px;
  }
}

header {
  position: fixed;
  font-family: "Montserrat", "Noto Serif JP", "ヒラギノ明朝 ProN", "Noto Sans JP", "Avenir", "Helvetica Neue", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF1A;
}

header .drawer-toggle {
  display: none;
}

@media (max-width: 767px) {
  header .drawer-toggle {
    display: block;
  }
}

header .sm-header {
  display: none;
  background-color: #fff;
  font-weight: bold;
  font-size: 23px;
  line-height: 68px;
  padding-left: 16px;
}

@media (max-width: 767px) {
  header .sm-header {
    display: block;
  }
}

header .drawer-nav {
  width: 627px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  header .drawer-nav {
    width: 300px;
  }
}

header .drawer-nav .drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  header .drawer-nav .drawer-menu {
    display: block;
    width: 102px;
    margin: 0 auto;
    margin-top: 161px;
  }
}

header .drawer-nav .drawer-menu .drawer-menu-item {
  position: relative;
  display: block;
  color: #3e3e3e;
  height: 83px;
  line-height: 83px;
  letter-spacing: -0.025em;
}

header .drawer-nav .drawer-menu .drawer-menu-item::after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 25px;
  width: 0;
  height: 2px;
  background-color: #3e3e3e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header .drawer-nav .drawer-menu .drawer-menu-item:hover::after {
  width: 100%;
}

@media (max-width: 767px) {
  header .drawer-nav .drawer-menu .drawer-menu-item {
    font-size: 18px;
    height: 22px;
    line-height: 22px;
  }
}

header .drawer-nav .drawer-menu .is-active::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 2px;
  background-color: #3e3e3e;
}

@media (max-width: 767px) {
  header .drawer-nav .drawer-menu .is-active::after {
    display: none;
  }
}

header .drawer-nav .drawer-menu .drawer-menu-left {
  margin-left: 40px;
}

@media (max-width: 767px) {
  header .drawer-nav .drawer-menu .drawer-menu-left {
    margin-left: 0;
    margin-top: 32px;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 18.25rem;
}

.drawer-open .drawer-overlay {
  display: block;
  background-color: #3e3e3e;
  opacity: 0.7;
}

.drawer--right .drawer-nav {
  right: -19.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.top {
  width: 100%;
  height: 648px;
  background: transparent url(../img/mv@2x.png) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .top {
    height: 667px;
  }
}

.top .top-container {
  width: 50%;
  margin-left: auto;
  padding-top: 236px;
}

@media (max-width: 767px) {
  .top .top-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 229px;
  }
}

.top .top-container h1 {
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0.02px;
}

@media (max-width: 767px) {
  .top .top-container h1 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.top .top-container p {
  letter-spacing: 0.45px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .top .top-container p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.top .top-container .button {
  display: block;
  color: #FFF;
  background-color: #ffaa3b;
  width: 282px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px #3e3e3e;
          box-shadow: 0px 3px 5px #3e3e3e;
}

.top .top-container .button:hover {
  background-color: #F18900;
}

@media (max-width: 767px) {
  .top .top-container .button {
    margin: 0 auto;
  }
}

footer {
  width: 100%;
  background-color: #3e3e3e;
  color: #FFF;
  padding: 60px 40px;
}

footer a {
  color: #FFF;
}

footer .footer-content {
  width: 75%;
  margin: 0 auto;
}

footer .footer-content .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  footer .footer-content .footer-logo {
    display: block;
  }
}

footer .footer-content .footer-content-left {
  width: 163px;
  margin-right: auto;
}

@media (max-width: 767px) {
  footer .footer-content .footer-content-left {
    margin: 0 auto;
    text-align: center;
  }
}

footer .footer-content .footer-content-left .footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 122px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer .footer-content .footer-content-left .footer-icon {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

footer .footer-content .footer-content-left .footer-icon i {
  font-size: 32px;
}

footer .footer-content .footer-content-left .footer-icon .fa-facebook {
  margin-left: 32px;
}

footer .footer-content .footer-link {
  display: block;
  margin-top: 40px;
  line-height: 1;
}

footer .footer-content .footer-link .kojin {
  margin: 24px 0;
}

footer .footer-content .footer-content-right {
  width: 278px;
  margin-left: auto;
}

@media (max-width: 767px) {
  footer .footer-content .footer-content-right {
    margin-top: 40px;
  }
}

footer .footer-content .footer-content-right .section-title-en {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 10px;
}

footer .footer-content .footer-content-right p {
  font-size: 12px;
  width: 189px;
  margin-left: auto;
  opacity: 0.6;
}

@media (max-width: 767px) {
  footer .footer-content .footer-content-right p {
    margin: 0 auto;
  }
}

.news {
  width: 100%;
  margin-top: 120px;
}

.news .news-content {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  background-color: #FFF;
}

.news .news-content h1 {
  padding-top: 60px;
  width: 103px;
  margin: 0 auto;
  margin-bottom: 98px;
}

@media (max-width: 767px) {
  .news .news-content h1 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.news .news-content .news-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .news .news-content .news-item-block {
    margin-bottom: 8px;
  }
}

.news .news-content .news-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0;
  color: #3e3e3e;
}

@media (max-width: 767px) {
  .news .news-content .news-card-link {
    display: block;
  }
}

.news .news-content .news-card-link:hover {
  cursor: pointer;
  background-color: #4973FF1A;
}

.news .news-content .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .news .news-content .news-item {
    display: block;
    padding: 0 55px 0 16px;
  }
}

.news .news-content .news-item .news-time {
  font-size: 18px;
  width: 98px;
  margin-right: 40px;
}

.news .news-content .news-item .news-bottun {
  width: 121px;
  margin-right: 40px;
  border: 2px solid #3b69ff;
  border-radius: 50px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}

.news .news-content .news-item .news-text {
  position: relative;
  display: inline-block;
  width: 64%;
  height: 51px;
}

@media (max-width: 767px) {
  .news .news-content .news-item .news-text {
    width: 100%;
  }
}

.news .news-content .news-item .news-text::after {
  content: url(../img/news-arrow-1.svg);
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
  margin-top: 10px;
}

.news .news-content .button-bg {
  text-align: center;
}

.news .news-content .button-more {
  display: inline-block;
  font-family: "Montserrat", "Noto Serif JP", "ヒラギノ明朝 ProN", "Noto Sans JP", "Avenir", "Helvetica Neue", sans-serif;
  padding: 20px 80px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #707070;
  color: #3e3e3e;
  text-align: center;
}

.news .news-content .button-more:hover {
  background-color: #3e3e3e;
  color: #FFF;
}

.service {
  width: 100%;
  background-color: #3e3e3e;
  height: 400px;
  position: relative;
}

.service h1 {
  text-align: center;
  padding-top: 60px;
  color: #FFF;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .service h1 {
    padding: 40px 0;
  }
}

.service-content {
  background-color: #FFF;
  width: 75%;
  margin: 0 auto;
  padding: 60px 45px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .service-content {
    display: block;
    padding: 40px 16px;
  }
}

.service-content .service-item1 {
  margin-right: 20px;
}

.service-content .service-item {
  max-width: 100%;
}

@media (max-width: 767px) {
  .service-content .service-item {
    margin: 0 auto;
  }
}

.service-content .service-item img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.service-content .service-item h2 {
  font-family: "Montserrat", "Noto Serif JP", "ヒラギノ明朝 ProN", "Noto Sans JP", "Avenir", "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 8px;
}

.service-content .service-item p {
  font-size: 14px;
  margin-top: 20px;
}

.results {
  margin-top: 120px;
  background-color: #3e3e3e;
  padding: 0 0 60px 40px;
}

@media (max-width: 767px) {
  .results {
    margin-top: 464px;
  }
}

.results h1 {
  padding-top: 60px;
  color: #fff;
  margin-bottom: 60px;
}

.results .item {
  background-color: #fff;
}

.results .item-doc {
  padding: 12px;
}

.results img {
  width: 100%;
}

.results .button {
  display: block;
  text-align: center;
  width: 289px;
  height: 64px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 64px;
  letter-spacing: 4px;
  margin-top: 40px;
}

.results .button:hover {
  background-color: #fff;
  color: #3e3e3e;
}

.results .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.results .owl-theme .owl-dots, .results .owl-theme .owl-nav {
  text-align: left;
}

@media (max-width: 767px) {
  .results .owl-theme .owl-dots, .results .owl-theme .owl-nav {
    text-align: center;
  }
}

.item-doc {
  background-color: #fff;
}

.price {
  width: 100%;
  padding: 0 160px;
}

@media (max-width: 767px) {
  .price {
    padding: 0 16px;
  }
}

.price h1 {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .price h1 {
    margin-bottom: 40px;
  }
}

.price table {
  width: 100%;
}

.price table .row {
  background-color: #3e3e3e;
  color: #fff;
  width: 27%;
  height: 61px;
  line-height: 61px;
  letter-spacing: 0;
  font-weight: bold;
}

.price table .price {
  font-weight: bold;
  border-top: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
}

.price table .price3 {
  border-bottom: 1px solid #3e3e3e;
}

.price table p {
  margin-top: 12px;
}

.comments {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .comments {
    display: block;
  }
}

.comments .comment-bg {
  z-index: 0;
  position: absolute;
  width: 76%;
  height: 576px;
  margin-top: 120px;
  background-color: #3e3e3e;
}

@media (max-width: 767px) {
  .comments .comment-bg {
    width: 100%;
    height: 100%;
  }
}

.comments .comment-content {
  position: relative;
  margin-left: 40px;
  z-index: 1;
  padding: 120px 60px;
  width: 52%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .comments .comment-content {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
    padding: 40px 20px;
  }
}

.comments .comment-content .person-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments .comment-content .person-comment img {
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-right: 32px;
}

.comments .comment-content .woman-comment {
  padding: 60px 0;
}

.comments .people-img {
  z-index: 1;
  margin-top: 80px;
  width: 41%;
  height: 73%;
}

@media (max-width: 767px) {
  .comments .people-img {
    display: none;
  }
}

.qa {
  margin-top: 92px;
  width: 100%;
  padding: 60px 40px 120px 40px;
  background: transparent url(../img/qa-bg@2x.png) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .qa {
    padding: 40px 16px;
  }
}

.qa h1 {
  text-align: center;
}

.qa .accordion {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .qa .accordion {
    width: 100%;
  }
}

.qa .accordion .question {
  background-color: #fff;
}

.qa .accordion {
  height: auto;
}

.qa .accordion .question {
  margin-top: 24px;
  background-color: #fff;
  color: #3e3e3e;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  padding-left: 56px;
}

.qa .accordion .question::before {
  content: 'Q';
  position: absolute;
  left: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  color: #fff;
  background-color: #4973ff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
}

.qa .accordion .question:hover, .qa .accordion .question:active, .qa .accordion .question.is-active {
  background-color: #fff;
}

.qa .accordion .question .accordion-icon {
  background: transparent url(../img/plus.svg) center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-14px, 16px);
          transform: translate(-14px, 16px);
}

.qa .accordion .question .accordion-icon.is-open {
  background: transparent url(../img/minus.svg) no-repeat center/contain;
}

.qa .accordion .answer {
  display: none;
  background-color: #fff;
}

.access {
  position: relative;
  width: 100%;
}

.access h1 {
  color: #fff;
  font-weight: bold;
}

.access p {
  color: #fff;
  margin: 60px 0 32px;
}

.access .button {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  width: 314px;
  height: 64px;
  line-height: 64px;
}

@media (max-width: 767px) {
  .access .button {
    width: 100%;
  }
}

.access .button:hover {
  background-color: #fff;
  color: #3e3e3e;
}

.access .access-content {
  z-index: 1;
  padding: 120px 0 120px 100px;
  width: 76%;
  background-color: #3e3e3e;
}

@media (max-width: 767px) {
  .access .access-content {
    width: 100%;
    padding: 40px 16px;
  }
}

.access .sm-map {
  display: none;
}

@media (max-width: 767px) {
  .access .sm-map {
    display: block;
    width: 100%;
    height: 241px;
    margin-bottom: 24px;
  }
}

.access .map {
  position: absolute;
  top: 0;
  padding: 120px 40px;
  right: 0;
  text-align: end;
  width: 56%;
  height: 135%;
}

@media (max-width: 767px) {
  .access .map {
    display: none;
  }
}

.access iframe {
  width: 100%;
  height: 100%;
}

.contact {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  margin-top: 120px;
  background: transparent url(../img/contact-bg@2x.png) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .contact {
    margin-top: 0;
    padding: 40px 16px;
  }
}

.contact form {
  width: 75%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .contact form {
    width: 100%;
  }
}

.contact form .form-header {
  color: #fff;
  width: 100%;
  height: 196px;
  text-align: center;
  padding: 60px 0;
  border-radius: 12px 12px 0 0;
  background: transparent url(../img/contact1@2x.png) no-repeat top center/cover;
}

.contact form .form-content {
  padding: 60px 0 44px;
}

@media (max-width: 767px) {
  .contact form .form-content {
    padding: 40px 0;
  }
}

.contact form .kind-message {
  padding-left: 120px;
}

.contact form label {
  font-weight: bold;
}

.contact form select:hover {
  -webkit-box-shadow: 1px 1px 1px #4973ff;
          box-shadow: 1px 1px 1px #4973ff;
}

.contact form .select-test {
  width: 178px;
  height: 40px;
  margin-left: 60px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .contact form .select-test {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.contact form .need {
  margin: 8px 0 0 12px;
  background-color: #ff4646;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 16px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact form .key {
  padding: 0 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .contact form .key {
    padding: 0 12px;
    display: block;
    margin-bottom: 30px;
  }
}

.contact form .key label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 32px;
}

.contact form input[type="text"], .contact form input[type="email"] {
  width: 73%;
  height: 32px;
  margin-left: auto;
  border: none;
  border-bottom: 1px solid #3e3e3e;
  outline: none;
}

.contact form input[type="text"]:focus, .contact form input[type="email"]:focus {
  border-bottom: 1px solid #4973ff;
}

.contact form input[type="text"]:hover, .contact form input[type="email"]:hover {
  cursor: pointer;
  border-bottom: 1px solid #4973ff;
}

@media (max-width: 767px) {
  .contact form input[type="text"], .contact form input[type="email"] {
    width: 100%;
    margin: 0 auto;
  }
}

.contact form .check-btn {
  position: relative;
  padding: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .contact form .check-btn {
    display: block;
    padding: 0 12px;
  }
}

.contact form .check-btn .radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact form .check-btn .form-radio-man {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact form .message-you {
  display: inline-block;
}

.contact form .message-you .textarea-text {
  width: 100%;
  height: 200px;
  margin-bottom: 41px;
  outline: none;
}

.contact form .message-you .textarea-text:focus {
  border: 1px solid #4973ff;
}

.contact form .message-you .textarea-text:hover {
  cursor: pointer;
  border: 1px solid #4973ff;
}

@media (max-width: 767px) {
  .contact form .message-you .textarea-text {
    margin-bottom: 0;
  }
}

.contact form .privacy {
  padding: 0 120px;
  margin-bottom: 40px;
}

.contact form .privacy .check-test:hover {
  cursor: pointer;
  border: 1px solid #4973ff;
}

.contact form .privacy .check-test:focus {
  background-color: #4973FF33;
}

@media (max-width: 767px) {
  .contact form .privacy {
    padding: 0 12px;
    margin-bottom: 35px;
  }
}

.contact form .button {
  padding: 0 120px;
}

@media (max-width: 767px) {
  .contact form .button {
    padding: 0;
    width: 165px;
    margin: 0 auto;
  }
}

.contact form input[type="submit"] {
  width: 173px;
  height: 50px;
  background-color: #ffaa3b;
  color: #fff;
  font-weight: bold;
  border: #ffaa3b;
  border-radius: 10px;
}

.contact form input[type="submit"]:hover {
  background-color: #F18900;
  cursor: pointer;
}

.contact form input[type="submit"]:disabled {
  background-color: #B2B2B2;
}

.contact form input[type="submit"].-active {
  background-color: #ffaa3b;
  color: #fff;
}

.contact form input[type="submit"].-active:hover {
  background-color: #F18900;
}

.contact form input[type="radio"]:hover {
  border: 1px solid #4973ff;
  cursor: pointer;
}

.contact form .container {
  display: block;
  position: relative;
  margin: 40px auto;
  height: auto;
  width: 500px;
  padding: 20px;
}

.contact form h2 {
  color: #AAAAAA;
}

.contact form .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.contact form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact form ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
}

.contact form ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.contact form ul li label {
  display: block;
  position: relative;
  z-index: 9;
  padding: 0px 0px 0px 50px;
  height: 30px;
  cursor: pointer;
}

.contact form ul li:hover label {
  color: black;
}

.contact form ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 6px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.contact form ul li:hover .check {
  border: 1px solid black;
}

.contact form ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
}

.contact form input[type=radio]:checked ~ .check {
  border: 1px solid #4973ff;
}

.contact form input[type=radio]:checked ~ .check::before {
  background: #4973ff;
}

.contact form input[type=radio]:checked ~ label {
  color: #4973ff;
}

.contact form .label--checkbox {
  position: relative;
  cursor: pointer;
}

.contact form .check-test {
  position: relative;
  top: rem(-6);
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.contact form .check-test::before {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #3e3e3e;
}

.contact form .check-test:checked:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 6px;
  border-color: #4973ff;
  border-top-style: none;
  border-right-style: none;
}

.contact form .check-test:after {
  content: "";
  position: absolute;
  top: rem(-2);
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}

.form-comment {
  color: #fff;
  display: none;
  text-align: center;
  margin: 60px 0;
}

.form-comment.-error {
  color: red;
}

#page_top {
  z-index: 100;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 24px;
  bottom: 50px;
  opacity: 1;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: url(../img/totop.svg);
  font-size: 25px;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: 0;
  left: 0;
}
