@charset "UTF-8";
@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn__wrap .link-btn {
  margin: 0 auto;
  border-radius: 120px;
}

.link-btn {
  width: 242px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #04a73c;
  background-color: #ffffff;
  border-radius: 19px;
  transition: all 0.15s;
  border-radius: 120px;
  color: #424242;
}
@media (max-width: 768px) {
  .link-btn {
    width: 240px;
    height: 56px;
    border-radius: 30px;
  }
}
@media (max-width: 580px) {
  .link-btn {
    width: 280px;
  }
}
.link-btn .btn-inner {
  display: flex;
  align-items: center;
}
.link-btn .btn-inner .txt {
  font-size: 18px;
  color: #424242;
  margin-bottom: 2px;
  transition: all 0.15s;
  color: #424242;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .link-btn .btn-inner .txt {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .link-btn .btn-inner .txt {
    font-size: 18px;
  }
}
.link-btn .btn-inner .arrow {
  display: inline-block;
  margin-left: 13px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
@media (max-width: 768px) {
  .link-btn .btn-inner .arrow {
    width: 15px;
    height: 15px;
  }
}
.link-btn .btn-inner .arrow svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .link-btn:hover {
    background-color: #07a73c;
  }
  .link-btn:hover .txt {
    color: white;
  }
}

.burger {
  margin-left: 20px;
}
.burger__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.burger__wrap .txt {
  display: inline-block;
  color: #04a73c;
}
@media (max-width: 768px) {
  .burger__wrap .txt {
    font-size: 13px;
  }
}
@media (max-width: 580px) {
  .burger__wrap .txt {
    font-size: 10px;
  }
}
.burger__wrap .burger__box {
  display: inline-block;
  margin: 0 auto;
  background-color: white;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .burger__wrap .burger__box {
    padding: 8px 6px;
  }
}
@media (max-width: 580px) {
  .burger__wrap .burger__box {
    padding: 7px 5px;
  }
}
.burger__wrap .burger__box .inner {
  position: relative;
  width: 35px;
  height: 28px;
}
@media (max-width: 768px) {
  .burger__wrap .burger__box .inner {
    width: 28px;
    height: 18px;
  }
}
@media (max-width: 580px) {
  .burger__wrap .burger__box .inner {
    width: 24px;
    height: 16px;
  }
}
.burger__wrap .burger__box .inner .bar {
  width: 100%;
  height: 3px;
  background-color: #04a73c;
  transition: transform 0.7s;
  position: absolute;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .burger__wrap .burger__box .inner .bar {
    height: 2px;
  }
}
.burger__wrap .burger__box .inner .top {
  top: 0px;
}
.burger__wrap .burger__box .inner .mid {
  top: 50%;
  transform: translateY(-50%);
}
.burger__wrap .burger__box .inner .bot {
  bottom: 0px;
}
.burger__wrap .burger__box.open .inner .top {
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
.burger__wrap .burger__box.open .inner .mid {
  opacity: 0;
  transform: translateX(-10px);
}
.burger__wrap .burger__box.open .inner .bot {
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}

.sp-conts {
  display: none;
}

.sec__block__ttl {
  text-align: center;
}
.sec__block__ttl .ttl-logo {
  width: 106px;
  margin: 0 auto;
  display: block;
}
.sec__block__ttl .ttl-logo img {
  width: 100%;
  height: 100%;
}
.sec__block__ttl .ttl-txt {
  display: inline-block;
  color: #424242;
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.08em;
}

.service__con__ttl {
  padding: 15px 48px;
  border-radius: 30px;
  background-color: #04a73c;
  display: inline-block;
  transition: 0.3s;
}
.service__con__ttl:hover {
  opacity: 0.8;
}
.service__con__ttl .txt {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.fv {
  background-image: url(../../images/jpg/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 270px;
}
.fv__wrap {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
  box-sizing: content-box;
}
.fv__catch span {
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.61);
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.fv__catch__large {
  font-size: 80px;
  opacity: 0;
}
.fv__catch__small {
  margin-top: 20px;
  font-size: 36px;
  line-height: 1.5;
  opacity: 0;
}
.fv__catch.action .fv__catch__large {
  animation: fadeUp 1s ease-in-out forwards;
}
.fv__catch.action .fv__catch__small {
  animation: fadeUp 1s ease-in-out forwards;
  animation-delay: 0.5s;
}

.fv-below {
  display: flex;
  justify-content: center;
  padding: 20px 20px;
  background-color: #e6f2e0;
}
.fv-below .nav {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  padding: 20px 30px;
}
.fv-below .nav__wrap {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.fv-below .nav__item {
  padding-left: 8px;
  border-left: solid 3px #04a73c;
}
.fv-below .nav__item .nav-link {
  position: relative;
}
.fv-below .nav__item .nav-link .nav-ttl {
  color: #424242;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}
.fv-below .nav__item .nav-link .nav-ttl:hover {
  color: #04a73c;
}

.visit table {
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block; /* テーブルをブロック要素として扱う */
  overflow-x: auto; /* 横スクロールを有効化 */
  white-space: nowrap; /* セル内のテキストを折り返さない */
}
.visit table th {
  text-align: center;
  background-color: #04a73c;
  color: #fff;
  vertical-align: middle;
  line-height: 1.5;
  border: 1px solid #bbbbbb;
  font-weight: 500;
  padding: 8px;
  font-size: 16px;
}
.visit table td {
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #bbbbbb;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 10pt;
  padding: 8px;
  /* ２列目の見出し (td)*/
}
.visit table td.sub_header {
  background-color: #d8e2f2;
  padding-top: 0px;
  padding-bottom: 0px;
}
.visit table .left {
  text-align: left;
}

.news {
  padding: 120px 0 120px;
}
.news__wrap__ttl {
  opacity: 0;
}
.news__articles {
  padding: 40px 50px;
  margin-top: 60px;
  opacity: 0;
  border-radius: 12px;
  box-shadow: 0 3px 100px 0 rgba(51, 85, 51, 0.1);
}
.news__article {
  border-bottom: solid 1px #eeeeee;
}
.news__article .news__link {
  padding: 16px 5px;
  display: flex;
  align-items: center;
}
.news__article .news__link .ymd .arrows {
  display: inline-block;
  width: 16px;
  height: 17px;
  vertical-align: inherit;
}
.news__article .news__link .ymd .arrows svg {
  width: 100%;
  height: 100%;
}
.news__article .news__link .ymd .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #424242;
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
}
.news__article .news__link .ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #04a73c;
  font-size: 21px;
  font-weight: 400;
  margin-left: 18px;
  transition: color 0.15s;
}
@media (hover: hover) {
  .news__article .news__link:hover .ttl {
    color: #424242;
  }
}
.news.action .news__wrap__ttl {
  animation: fadeUp 0.5s ease-in-out forwards;
}
.news.action .news__articles {
  animation: fadeUp 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
}
.news__archivelink {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.facility {
  background-color: #e6f2e0;
  padding: 120px 0 120px;
}
.facility__wrap__ttl {
  opacity: 0;
}
.facility__conts {
  margin-top: 57px;
}
.facility__conts .facility__cont .cont__ttl {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.facility__conts .facility__cont .cont__ttl .icon {
  min-width: 21px;
  width: 21px;
  display: inline-block;
  align-self: flex-end;
}
.facility__conts .facility__cont .cont__ttl .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #424242;
}
.facility .pc-conts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.facility .pc-conts .facility__cont {
  opacity: 0;
}
.facility .pc-conts .facility__cont .cont__image {
  overflow: hidden;
  height: 0;
  padding-top: 71%;
  position: relative;
  border-radius: 6px;
}
.facility .pc-conts .facility__cont .cont__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  transition: all 0.3s;
  transform: scale(1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.facility .pc-conts .facility__cont .cont__ttl .icon {
  min-width: 21px;
  width: 21px;
  padding-bottom: 3px;
}
.facility .pc-conts .facility__cont .cont__ttl .txt {
  transition: color 0.15s;
}
@media (hover: hover) {
  .facility .pc-conts .facility__cont:hover .cont__image img {
    transform: scale(1.1);
  }
  .facility .pc-conts .facility__cont:hover .cont__ttl .txt {
    color: #04a73c;
  }
}
.facility .pc-conts .facility__cont.action {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.facility .sp-conts .swiper .swiper-wrapper .swiper-slide {
  margin: 0;
  padding: 0 20px;
}
.facility .sp-conts .swiper .swiper-wrapper .swiper-slide .cont__image {
  overflow: hidden;
  height: 0;
  padding-top: 70%;
  position: relative;
  border-radius: 8px;
}
.facility .sp-conts .swiper .swiper-wrapper .swiper-slide .cont__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  transition: all 0.3s;
  transform: scale(1);
}
.facility__btnWrap {
  margin-top: 30px;
  opacity: 0;
}
.facility__btnWrap.action {
  animation: fadeUp 0.5s ease-in-out forwards;
}
.facility.action .facility__wrap__ttl {
  animation: fadeUp 0.5s ease-in-out forwards;
}

.service {
  padding: 120px 0 120px;
}
.service__wrap__ttl {
  opacity: 0;
}
.service__conts {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.service__con {
  opacity: 0;
}
.service__con .con__image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service__con .con__txtsBox {
  margin-top: 28px;
}
.service__con .con__txtsBox .con__links {
  margin-top: 28px;
}
.service__con .con__txtsBox .con__links .con__link a .circle {
  width: 15px;
  height: 15px;
  background-color: #04a73c;
  display: inline-block;
  border-radius: 50%;
  vertical-align: baseline;
}
.service__con .con__txtsBox .con__links .con__link a .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #424242;
  transition: color 0.15s;
  line-height: 1.3;
}
@media (hover: hover) {
  .service__con .con__txtsBox .con__links .con__link a:hover .txt {
    color: #04a73c;
  }
}
.service__con .con__txtsBox .con__links .con__link:not(:first-of-type) {
  margin-top: 8px;
}
.service__con.action {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.service__btnWrap {
  margin-top: 70px;
  opacity: 0;
}
.service__btnWrap.action {
  animation: fadeUp 0.5s ease-in-out forwards;
}
.service.action .service__wrap__ttl {
  animation: fadeUp 1s ease-in-out forwards;
}

.consultation {
  background-color: #e6f2e0;
  padding: 120px 0 120px;
}
.consultation__wrap__ttl {
  opacity: 0;
}
.consultation__conts {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.consultation__image {
  opacity: 0;
}
.consultation__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.consultation__bottom .access__btn {
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #424242;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0px;
  transition: all 0.15s;
}
.consultation__bottom .access__btn img {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.consultation__bottom .access__btn p {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (hover: hover) {
  .consultation__bottom .access__btn:hover {
    opacity: 0.6;
  }
}
.consultation__bottom .access__btn .access__icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.consultation__desc {
  opacity: 0;
  margin-left: 30px;
  margin-right: 40px;
}
.consultation__desc__message {
  margin-top: 10px;
}
.consultation__desc__message .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 10px;
}
.consultation__desc .consultation__btn {
  margin-top: 20px;
}
.consultation.action .consultation__wrap__ttl {
  animation: fadeUp 0.5s ease-in-out forwards;
}
.consultation.action .consultation__image {
  animation: fadeUp 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
  max-width: 540px;
  position: relative;
  display: inline-block;
}
.consultation.action .consultation__image img {
  display: block;
  width: 90%;
  margin: 0% 0% 5% 5%;
}
.consultation.action .consultation__image::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 100%;
  height: 100%;
  background-color: #04a73c;
  z-index: -1;
  transform: scale(0.9);
}
.consultation.action .consultation__desc {
  animation: fadeUp 0.5s ease-in-out forwards;
  animation-delay: 0.6s;
}

.group {
  background-color: #ffffff;
  padding: 120px 0 150px;
}
.group__wrap__ttl {
  opacity: 0;
}
.group__wrap_header_img img {
  width: 450px;
  max-width: 100%;
}
.group__links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 10px;
  margin-top: 55px;
}
@media (max-width: 1110px) {
  .group__links {
    grid-template-columns: repeat(3, 1fr);
    width: 630px;
    margin: 55px auto 0;
  }
}
.group__link {
  opacity: 0;
}
.group__link a {
  margin: 0 auto;
  background-color: #04a73c;
  width: 190px;
  height: 47px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}
.group__link a .txt {
  font-size: 13px;
  color: white;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (hover: hover) {
  .group__link a:hover {
    opacity: 0.8;
  }
}
.group__link.action {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.group.action .group__wrap__ttl {
  animation: fadeUp 0.5s ease-in-out forwards;
}

@media (max-width: 1410px) {
  .fv__wrap {
    max-width: 700px;
    padding: 0 0 0 11%;
    margin: unset;
  }
}
@media (max-width: 1024px) {
  .fv__catch__large {
    font-size: 73px;
  }
  .fv__catch__small {
    font-size: 28px;
  }
  .news__articles {
    padding: 80px 50px;
  }
  .facility .pc-conts {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .facility .pc-conts .facility__cont {
    opacity: 0;
  }
  .facility .pc-conts .facility__cont .cont__image {
    overflow: hidden;
    height: 0;
    padding-top: 71%;
    position: relative;
  }
  .facility .pc-conts .facility__cont .cont__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    transition: all 0.3s;
    transform: scale(1);
  }
  .facility .pc-conts .facility__cont .cont__ttl .icon {
    padding-bottom: 1px;
  }
  .service__conts {
    gap: 80px 40px;
  }
  .consultation {
    padding: 40px 0 85px;
  }
  .consultation__conts {
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 50px auto 0px;
  }
  .consultation__desc {
    margin-top: 30px;
  }
  .consultation__desc__message {
    margin-top: 25px;
  }
  .consultation__desc__message .txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
  .consultation__desc .consultation__btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .sec__block__ttl {
    text-align: center;
  }
  .sec__block__ttl .ttl-logo {
    width: 80px;
  }
  .sec__block__ttl .ttl-txt {
    font-size: 24px;
  }
  .service__con__ttl {
    padding: 15px 38px;
  }
  .service__con__ttl .txt {
    font-size: 18px;
  }
  .fv {
    max-width: unset;
    padding: 80px 0 310px;
    background-position: bottom right 25%;
  }
  .fv__wrap {
    max-width: unset;
    box-sizing: border-box;
  }
  .fv__catch {
    display: inline-block;
  }
  .fv__catch__large {
    font-size: 63px;
    display: inline-block;
  }
  .fv__catch__small {
    font-size: 24px;
    margin-top: 35px;
    letter-spacing: 0.06em;
    display: inline-block;
  }
  .news {
    padding: 64px 0 83px;
  }
  .news__articles {
    padding: 50px 30px;
  }
  .news__article .news__link {
    flex-direction: column;
    align-items: baseline;
    padding: 15px;
  }
  .news__article .news__link .ymd {
    align-self: flex-start;
    display: flex;
  }
  .news__article .news__link .ymd .arrows {
    width: 14px;
    height: 14px;
  }
  .news__article .news__link .ymd .txt {
    font-size: 16px;
    margin-left: 3px;
  }
  .news__article .news__link .ttl {
    font-size: 18px;
    margin-left: 0px;
    margin-top: 6px;
  }
  .facility {
    padding: 64px 0 83px;
  }
  .facility .pc-conts {
    display: none;
  }
  .facility .sp-conts {
    display: block;
  }
  .service {
    padding: 64px 0 83px;
  }
  .service__conts {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px 0px;
  }
  .service__con {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .service__con .con__txtsBox .con__links .con__link a .circle {
    vertical-align: bottom;
    width: 15px;
    height: 15px;
  }
  .service__con .con__txtsBox .con__links .con__link a .txt {
    font-size: 16px;
  }
  .service__con .con__txtsBox .con__links .con__link:not(:first-of-type) {
    margin-top: 10px;
  }
  .group {
    padding: 60px 0;
  }
  .group__links {
    width: 400px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .group__link a {
    margin: 0 auto;
    background-color: #04a73c;
    width: 190px;
    height: 47px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
  }
  .group__link a .txt {
    font-size: 13px;
    color: white;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .sec__block__ttl {
    text-align: center;
  }
  .sec__block__ttl .ttl-logo {
    width: 60px;
  }
  .sec__block__ttl .ttl-txt {
    font-size: 20px;
  }
  .service__con__ttl {
    border: solid 1px #04a73c;
  }
  .service__con__ttl .txt {
    font-size: 18px;
  }
  .fv {
    background-image: url(../../images/jpg/fv__sp.jpg);
    background-position: bottom right;
    background-size: cover;
    padding: 80px 0 400px;
  }
  .fv__wrap {
    padding: 0 0 0 30px;
  }
  .fv__catch__large {
    font-size: 58px;
  }
  .fv__catch__small {
    font-size: 22px;
  }
  .fv-below .nav {
    padding: 20px 10px;
  }
  .fv-below .nav__item .nav-link .nav-ttl {
    font-size: 15px;
    min-width: 120px;
    text-align: unset;
  }
  .news {
    padding: 70px 0 70px;
  }
  .news__articles {
    padding: 18px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .news__article .news__link {
    padding: 12px 15px;
  }
  .news__article .news__link .ymd .txt {
    font-size: 13px;
  }
  .news__article .news__link .ttl {
    font-size: 14px;
  }
  .facility {
    padding: 70px 0 70px;
  }
  .facility__conts {
    margin-top: 30px;
  }
  .facility__conts .facility__cont .cont__ttl .txt {
    margin-left: 5px;
    font-size: 15px;
  }
  .facility .pc-conts {
    display: none;
  }
  .facility .sp-conts .swiper .swiper-wrapper .swiper-slide .cont__image {
    padding-top: 80%;
  }
  .facility .sp-conts .swiper .swiper-wrapper .swiper-slide .cont__ttl .icon {
    min-width: 25px;
    width: 25px;
  }
  .service {
    padding: 70px 0 70px;
  }
  .service__conts {
    gap: 50px 0px;
    margin-top: 30px;
  }
  .service__con .con__txtsBox {
    margin-top: 20px;
  }
  .service__con .con__txtsBox .con__links {
    margin-top: 20px;
  }
  .consultation {
    padding: 70px 0 70px;
  }
  .consultation__conts {
    margin-top: 30px;
  }
  .consultation__bottom {
    margin-top: 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .consultation__bottom .access__btn {
    margin-top: 20px;
    margin-inline: unset;
    margin-left: unset;
    height: 60px;
  }
  .consultation__desc {
    margin-top: 20px;
    margin-left: unset;
    margin-right: unset;
  }
  .consultation__desc__message .txt {
    font-size: 13px;
  }
  .consultation__desc .consultation__btn {
    margin: 30px auto 0px;
  }
  .consultation .header__phones {
    border-radius: 6px;
  }
  .consultation .header__phones .header__phones__num {
    font-size: 24px;
  }
  .consultation .header__phones .header__phones__icon {
    width: 30px;
    height: 30px;
  }
  .group {
    padding: 70px 0 70px;
  }
  .group__links {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
  }
  .group__link a {
    width: 160px;
  }
  .group__link a .txt {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .service__con .con__image {
    height: 240px;
  }
  .fv-below .nav {
    padding: 20px;
  }
  .fv-below .nav__wrap {
    width: 300px;
  }
  .fv-below .nav__wrap__item {
    margin-right: auto;
  }
}/*# sourceMappingURL=top.css.map */