@charset "UTF-8";
.mainvisual {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 54px;
  }
}

.mainvisual__company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 5%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mainvisual__company-name {
    display: none;
  }
}

.mainvisual__company-name--sm {
  font-size: 12px;
  font-weight: normal;
}

.mainvisual__silider-item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*= 各スライダー背景 */
.mainvisual__sl01 {
  background-image: url("../../../img/front-page/firstview-1.jpg");
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mainvisual__sl01 {
    background-position: top right;
    background-image: url("../../../img/front-page/sp-firstview-1.jpg");
  }
}

.mainvisual__sl02 {
  background-image: url("../../../img/front-page/firstview-2.jpg");
  display: flex;
  align-items: flex-end;
  /*== 調整 */
}
@media screen and (max-width: 540px) {
  .mainvisual__sl02 {
    background-position: top center;
  }
}
@media screen and (max-width: 500px) {
  .mainvisual__sl02 {
    background-image: url("../../../img/front-page/sp-firstview-2.jpg");
  }
}

.mainvisual__sl03 {
  background-image: url("../../../img/front-page/firstview-3.jpg");
  padding: 57px 0 0 100px;
}
@media screen and (max-width: 1024px) {
  .mainvisual__sl03 {
    padding: 0;
    justify-content: center;
    display: flex;
    align-items: flex-end;
  }
}

/*= メインビジュアル内容共通 */
/*==　ボタン　*/
.mainvisual__button {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mainvisual__button {
    display: none;
  }
}

.mainvisual__lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #F0853C;
}
@media screen and (max-width: 767px) {
  .mainvisual__lead {
    display: none;
  }
}

/*==　ボタン　*/
/*= メインビジュアル1内容 */
@media screen and (max-width: 767px) {
  .mainvisual__container-sl01 {
    margin-top: auto;
  }
}

.mainvisual__innner-sl01 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .mainvisual__innner-sl01 {
    position: static;
    transform: translateY(0);
  }
}

.mainvisual__title-sl01 {
  font-size: 73px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainvisual__title-sl01 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 57px;
  }
}

.mainvisual__subtitle-sl01 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 110px;
  /*== 調整 */
}
@media screen and (max-width: 767px) {
  .mainvisual__subtitle-sl01 {
    margin-bottom: 66px;
    color: #fff;
    font-size: 19px;
  }
}
@media screen and (max-width: 375px) {
  .mainvisual__subtitle-sl01 {
    font-size: 16px;
  }
}

/*= メインビジュアル2内容 */
@media screen and (max-width: 767px) {
  .mainvisual__container-sl02 {
    width: 100%;
  }
}

.mainvisual__innner-sl02 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 51px;
  /*== 調整 */
}
@media screen and (max-width: 400px) {
  .mainvisual__innner-sl02 {
    margin-bottom: 10px;
  }
}

.mainvisual__title-sl02 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 65px;
}
@media screen and (max-width: 1280px) {
  .mainvisual__title-sl02 {
    font-size: clamp(1.875rem, -0.625rem + 3.91vw, 2.5rem);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__title-sl02 {
    font-size: 20px;
  }
}

.mainvisual__title--sm {
  font-size: 29px;
}
@media screen and (max-width: 1280px) {
  .mainvisual__title--sm {
    font-size: clamp(1.375rem, -3.125rem + 7.03vw, 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__title--sm {
    font-size: 20px;
  }
}

.mainvisual__map-sl02 {
  position: absolute;
  top: 30px;
  right: -145px;
}
@media screen and (max-width: 1280px) {
  .mainvisual__map-sl02 {
    right: -24px;
  }
}
@media screen and (max-width: 1024px) {
  .mainvisual__map-sl02 {
    position: static;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
}

.mainvisual__map-img {
  width: 182px;
}

/*= メインビジュアル1内容 */
.mainvisual__innner-sl03 {
  width: 589px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 145px 0;
}
@media screen and (max-width: 1024px) {
  .mainvisual__innner-sl03 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__innner-sl03 {
    width: 94%;
    padding: 30px 0;
    margin-bottom: 66px;
  }
}

.mainvisual__title-sl03 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mainvisual__title-sl03 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

.mainvisual__subtitle-wrap-sl03 {
  margin: 0 0 96px 40px;
}
@media screen and (max-width: 1024px) {
  .mainvisual__subtitle-wrap-sl03 {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__subtitle-wrap-sl03 {
    margin: 0;
  }
}

.mainvisual__subtitle-sl03 {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .mainvisual__subtitle-sl03 {
    font-size: 16px;
    text-align: center;
  }
}

/* キャッチセクション */
.catch__background-wrap {
  background: url("../../../img/front-page/catch-bg.png");
  background-repeat: no-repeat;
  background-position: top -16px left -130px;
  background-size: contain;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .catch__background-wrap {
    background-position: top 110px left -77px;
  }
}

/** SPボタン **/
.catch__sp-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .catch__sp-button {
    display: block;
    margin-bottom: 10px;
  }
}

.catch__sp-diagnosis-button-link {
  width: 100%;
}

.catch__sp-lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #F0853C;
  display: none;
}
@media screen and (max-width: 767px) {
  .catch__sp-lead {
    display: block;
  }
}

/** SPボタン **/
.catch__contens {
  width: 555px;
  margin-left: auto;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .catch__contens {
    margin: 0 auto;
    width: 98%;
  }
}

.catch__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .catch__title {
    text-align: center;
    margin-bottom: 97px;
    font-size: 32px;
  }
}

.catch__title-newline {
  display: none;
}
@media screen and (max-width: 767px) {
  .catch__title-newline {
    display: block;
  }
}

.catch__lead {
  font-size: 15px;
  line-height: 2;
}

.service__background-wrap {
  background: url("../../../img/front-page/service-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service__background-wrap {
    margin-bottom: 70px;
  }
}

.service__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 70px;
}
@media screen and (max-width: 1280px) {
  .service__menu {
    gap: 50px 10%;
  }
}
@media screen and (max-width: 767px) {
  .service__menu {
    gap: 50px 0;
  }
}

.service__image-wrap {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .service__image-wrap {
    margin-bottom: 25px;
  }
}

.service__card {
  width: 455px;
}
@media screen and (max-width: 1280px) {
  .service__card {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .service__card {
    width: 98%;
  }
}

.service__card-title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__card-title {
    font-size: 17px;
  }
}

.service__lead-wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .service__lead-wrap {
    margin-bottom: 70px;
  }
}

.service__lead {
  font-size: 28px;
  line-height: 2.17;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__lead {
    font-size: 23px;
  }
}

.service__summary {
  position: relative;
  margin-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .service__summary {
    margin-bottom: 70px;
  }
}

.service__summary-contents {
  background-color: #F0F9FF;
  width: 588px;
  position: absolute;
  top: 50px;
  left: 0;
  padding-bottom: 76px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .service__summary-contents {
    width: 55%;
    padding-bottom: clamp(1.563rem, -4.938rem + 10.16vw, 3.188rem);
  }
}
@media screen and (max-width: 767px) {
  .service__summary-contents {
    width: 100%;
    padding-bottom: clamp(1.563rem, -4.938rem + 10.16vw, 3.188rem);
    position: static;
  }
}

.service__summary-texts {
  margin-bottom: 59px;
  padding: 51px 50px 0;
}
@media screen and (max-width: 1280px) {
  .service__summary-texts {
    padding: clamp(1.563rem, -4.938rem + 10.16vw, 3.188rem) clamp(1.563rem, -4.688rem + 9.77vw, 3.125rem) 0;
    margin-bottom: clamp(1.25rem, -8.5rem + 15.23vw, 3.688rem);
  }
}

.service__summary-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}

.service__summary-lead {
  width: 458px;
  font-size: 15px;
  line-height: 1.73333333;
}
@media screen and (max-width: 1280px) {
  .service__summary-lead {
    width: 100%;
  }
}

.service__summary-image-wrap {
  width: 588px;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .service__summary-image-wrap {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .service__summary-image-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .service__detail-button-link {
    width: clamp(16.313rem, 6.313rem + 15.63vw, 18.813rem);
  }
}

.works__background-wrap {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #d4e8f7 50%, #d4e8f7 100%);
}

.works__container {
  margin-bottom: 200px;
}

.works__cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .works__cards {
    display: block;
  }
}

.works__card {
  width: 309px;
}
@media screen and (max-width: 767px) {
  .works__card {
    width: 100%;
  }
}

.works__card-image-wrap {
  width: 100%;
}

.works__card-image {
  width: 100%;
}

.works__card-texts {
  background: #fff;
  height: 216px;
  padding: 13px 10px 0;
}

.works__card-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.86956522;
  margin-bottom: 10px;
}

.works__card-lead {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.works__card-details {
  display: flex;
  margin-bottom: 2px;
}

.works__card-detail,
.works__card-date {
  font-size: 12px;
  line-height: 2.16666667;
}

.movie__container {
  height: 686px;
}

.movie__contents-wrap {
  width: 686px;
  height: 383px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  margin: 0 auto 70px;
}

.movie__button {
  display: flex;
  justify-content: center;
}

.voice__background-wrap {
  background-color: #f8fcff;
}

.voice__container {
  margin-bottom: 200px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .voice__container {
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}

.voice__cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice__cards {
    display: block;
  }
}

.voice__card {
  width: 495px;
  background-color: #fff;
  padding: 32px 20px 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .voice__card {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .voice__card {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .voice__card:last-child {
    margin-bottom: 70px;
  }
}

.voice__summary {
  display: flex;
  margin-bottom: 41px;
  align-items: center;
}

.voice__summary-thumbnail {
  margin-left: 16px;
}

.voice__summary-image {
  width: 140px;
}

.voice__personal-data {
  margin: 44px 0 0 91px;
}
@media screen and (max-width: 1280px) {
  .voice__personal-data {
    margin: 44px 0 0 clamp(0rem, -22.75rem + 35.55vw, 5.688rem);
  }
}
@media screen and (max-width: 767px) {
  .voice__personal-data {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}

.voice__address,
.voice__name {
  font-size: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .voice__address,
.voice__name {
    font-size: clamp(0.938rem, 0.639rem + 1.28vw, 1.25rem); /* max20pxmin15px */
  }
}

@media screen and (max-width: 767px) {
  .voice__lead-area {
    margin-top: 50px;
  }
}

.voice__lead {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .voice__lead {
    font-size: 15px;
  }
}

.company__container {
  margin-bottom: 206px;
}
@media screen and (max-width: 1024px) {
  .company__container {
    margin-bottom: 70px;
  }
}

.company__banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 206px;
}
@media screen and (max-width: 767px) {
  .company__banner {
    display: block;
    margin-bottom: 0;
  }
}

.company__banner-item {
  width: 446px;
  height: 229px;
  box-sizing: border-box;
  border: 1px solid #0048AA;
}
@media screen and (max-width: 1280px) {
  .company__banner-item {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .company__banner-item {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .company__banner-item:first-child {
    margin-bottom: 20px;
  }
}

.company__banner-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #0048AA;
  line-height: 1.08823529;
  margin: 43px 0 34px;
}

.map__container {
  width: 82%;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 1280px) {
  .map__container {
    width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  .map__container {
    width: 100%;
  }
}

.map__googlemap {
  position: relative;
}

.map__googlemap-img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .map__googlemap-img {
    width: 100%;
  }
}

.map__googlemap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #A5CBEA;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
  -webkit-mix-blend-mode: color;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .map__googlemap::after {
    display: none;
  }
}

.map__about {
  width: 374px;
  height: 374px;
  padding: 45px;
  box-sizing: border-box;
  background-color: #F0F9FF;
  box-shadow: -10px 10px #AEC0CF;
  position: absolute;
  top: -55px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .map__about {
    position: static;
    width: 100%;
    box-shadow: none;
    height: auto;
    padding: 20px;
  }
}

.map__name {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .map__name {
    font-size: 20px;
  }
}

.map__adress,
.map__mail {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .map__adress,
.map__mail {
    font-size: 14px;
  }
}

.map__tel {
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .map__tel {
    font-size: 17px;
  }
}

.map__mail {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .map__mail {
    margin-bottom: 13px;
  }
}

/* 共通アコーディオンパーツ */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 916px;
  position: relative;
  width: 100%;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-title {
  cursor: pointer;
  font-size: 16px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.accordion-content {
  display: none;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.45);
}

.accordion-content {
  font-size: 16px;
  line-height: 1.5;
}

/* アイコン */
.accordion-title,
.accordion-content {
  position: relative;
  padding-left: 68px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .accordion-title {
    padding-right: 40px;
  }
}

.accordion-title::before {
  content: "Q";
  background-color: #0048AA;
}

.accordion-content::before {
  content: "A";
  background-color: #F0853C;
}

.accordion-title::before,
.accordion-content::before {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* タイトルの背景色 */
.accordion-item .accordion-title {
  background-color: #fff;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 2px #3B4043;
  border-top: solid 2px #3B4043;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* 共通アコーディオンパーツここまで */
.faq__background-wrap {
  background: url("../../../img/faq/faq-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 150px;
}

.faq__container {
  padding-bottom: 50px;
}

.faq__accordion {
  margin-bottom: 70px;
}

.place__container {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .place__container {
    margin-bottom: 75px;
  }
}

.place__sp-contens {
  display: none;
}
@media screen and (max-width: 767px) {
  .place__sp-contens {
    display: block;
  }
}

.place__pc-map-image-wrap {
  margin-top: 56.7px;
}
@media screen and (max-width: 767px) {
  .place__pc-map-image-wrap {
    display: none;
  }
}

.place__pc-map-image {
  width: 100%;
}

.place__sp-lead-wrap {
  margin-top: 56.7px;
}
@media screen and (max-width: 767px) {
  .place__sp-lead-wrap {
    margin: 20px 0 30px;
  }
}

.place__sp-lead {
  font-size: 18px;
  line-height: 2.28;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .place__sp-lead {
    font-size: 20px;
  }
}

.place__sp-map {
  font-size: 24px;
  line-height: 2.28;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .place__sp-map {
    font-size: clamp(1.25rem, 0.878rem + 1.86vw, 1.75rem);
  }
}

.place__marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.place__sp-map-image-wrap {
  display: flex;
  justify-content: center;
}

.place__sp-map-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .place__sp-map-image {
    width: 85%;
  }
}

.place__sp-comment-image {
  width: 100%;
}

.banner__background-wrap {
  width: 1010px;
  background: linear-gradient(135deg, #A9D0EF, #fff);
  display: flex;
  padding: 20px 20px 0;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 50px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 1114px) {
  .banner__background-wrap {
    width: 80%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .banner__background-wrap {
    width: 90%;
  }
}

.banner__pc-image-wrap {
  width: 506px;
}
@media screen and (max-width: 1114px) {
  .banner__pc-image-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .banner__pc-image-wrap {
    display: none;
  }
}

.banner__pc-image {
  width: 100%;
}

.banner__sp-image-wrap {
  width: 95%;
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__sp-image-wrap {
    display: block;
  }
}

.banner__sp-image {
  width: 100%;
}

.banner__contents {
  width: 382px;
}
@media screen and (max-width: 767px) {
  .banner__contents {
    width: 308px;
  }
}

.banner__button {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.banner__reception {
  position: relative;
}

.banner__catch {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.08823529;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner__catch {
    font-size: 29px;
  }
}
@media screen and (max-width: 374px) {
  .banner__catch {
    font-size: 24px;
  }
}

.banner__reception {
  display: inline-block;
  top: 24px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3125;
  position: relative;
  padding: 1rem 1.5rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .banner__reception {
    font-size: 13px;
    left: -15px;
  }
}
@media screen and (max-width: 374px) {
  .banner__reception {
    font-size: 12px;
    top: 21px;
    left: -5%;
    transform: rotate(-21deg);
  }
}

.banner__reception::before,
.banner__reception::after {
  position: absolute;
  top: 24px;
  height: 17px;
  content: "";
}

.banner__reception::before {
  border-left: solid 1px;
  left: 12px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 374px) {
  .banner__reception::before {
    left: 15px;
  }
}

.banner__reception::after {
  border-right: solid 1px;
  right: 12px;
  transform: rotate(30deg);
}
@media screen and (max-width: 374px) {
  .banner__reception::after {
    right: 15px;
  }
}

.banner__lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .banner__lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .banner__button-link {
    width: 100%;
  }
}/*# sourceMappingURL=front-page.css.map */