*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  color: #111;
}

body.is-fixed {
  overflow: hidden;
}

p {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1220px) {
  p {
    font-size: 1.25rem;
  }
}

.concept,
.service,
.plan,
.access {
  padding: 4.375rem 0;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept,
  .service,
  .plan,
  .access {
    padding: 7.1875rem 0;
  }
}
@media screen and (min-width: 1220px) {
  .concept,
  .service,
  .plan,
  .access {
    padding: 7.1875rem 0;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .hidden-tb {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .hidden-pc {
    display: none;
  }
}

.inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 83.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1220px) {
  .inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 83.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.button {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.75rem;
  display: inline-block;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#bd4e22), to(#7e1926));
  background: linear-gradient(90deg, #bd4e22 0%, #7e1926 100%);
  min-width: 9.5625rem;
  text-align: center;
}

.button:focus-visible {
  outline: 2px solid #7e1926;
  outline-offset: 2px;
}

.heading {
  text-align: center;
}

.heading__title {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  color: #7e1926;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .heading__title {
    padding-top: 2.1875rem;
    padding-bottom: 4.375rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1220px) {
  .heading__title {
    padding-top: 2.1875rem;
    padding-bottom: 4.375rem;
    font-size: 2.5rem;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.562);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.125rem 0.9375rem 0.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .header__inner {
    max-width: 83.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.6875rem 1.875rem 0.5625rem;
  }
}
@media screen and (min-width: 1220px) {
  .header__inner {
    max-width: 83.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.6875rem 1.875rem 0.5625rem;
  }
}

.header__logo a img {
  width: 10.8125rem;
  display: block;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .header__logo a img {
    width: 15.625rem;
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 1220px) {
  .header__logo a img {
    width: 19.8125rem;
    margin-top: 0.375rem;
  }
}

.header__label {
  font-size: 0.5625rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .header__label {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1220px) {
  .header__label {
    font-size: 0.75rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1220px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.0625rem;
    padding-top: 0.875rem;
  }
}

.header__link {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1220px) {
  .header__link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (min-width: 1220px) {
  .header__link:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.header__link:focus-visible {
  outline: 2px solid #7e1926;
  outline-offset: 2px;
}

.fa-brands {
  font-size: 1.6875rem;
}

@media screen and (min-width: 1220px) {
  .header__button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (min-width: 1220px) {
  .header__button:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 0.8;
  }
}

.header__button:focus-visible {
  outline: 2px solid #7e1926;
  outline-offset: 2px;
}

.header__open-contents {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd4e22), to(#7e1926));
  background: linear-gradient(180deg, #bd4e22 0%, #7e1926 100%);
  display: none;
}
@media screen and (min-width: 1220px) {
  .header__open-contents {
    display: none;
  }
}

.header__open {
  margin-top: 0.875rem;
  width: 2.6875rem;
  overflow: hidden;
  background-size: 100% auto;
}
@media screen and (min-width: 1220px) {
  .header__open {
    display: none;
  }
}

.open-contents__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.open-contents__logo {
  padding-top: 1.5625rem;
  padding-left: 0.9375rem;
}
.open-contents__logo img {
  width: 21.25rem;
}

.header-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-size: 100% auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 1rem 0.9375rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .header-close {
    padding: 1.75rem 0.9375rem;
  }
}
.header-close img {
  width: 2.8125rem;
}

.header__open-items {
  padding-right: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header__open-link {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}

.header__open-button {
  color: #7e1926;
  background: #fff;
  width: 9.5625rem;
  margin-left: auto;
}

.is-checked {
  background-size: 100% auto;
}

.mv {
  padding-top: 4.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .mv {
    padding-top: 6.9375rem;
  }
}
@media screen and (min-width: 1220px) {
  .mv {
    padding-top: 6.9375rem;
  }
}

.mv__inner {
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .mv__inner {
    padding-bottom: 4.0625rem;
  }
}
@media screen and (min-width: 1220px) {
  .mv__inner {
    padding-bottom: 4.0625rem;
  }
}

.mv__content {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .mv__content {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1220px) {
  .mv__content {
    margin-top: 1.25rem;
  }
}

.mv-picture img {
  border-radius: 40px;
}

.mv__lead-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.mv__lead {
  position: absolute;
  top: 0;
  left: 1.375rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.75;
  letter-spacing: 0.22em;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: opacity 2.6s ease-out, -webkit-transform 2.6s ease-out;
  transition: opacity 2.6s ease-out, -webkit-transform 2.6s ease-out;
  transition: opacity 2.6s ease-out, transform 2.6s ease-out;
  transition: opacity 2.6s ease-out, transform 2.6s ease-out, -webkit-transform 2.6s ease-out;
}
@media screen and (min-width: 1220px) {
  .mv__lead {
    top: 7rem;
    left: 2rem;
    color: #fff;
    font-size: 3.0625rem;
    line-height: 1.57;
    letter-spacing: 0.22em;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.mv__lead.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mv__image {
  position: absolute;
  bottom: -1.875rem;
  right: -0.3125rem;
  width: 15.125rem;
  -webkit-transform: rotate(2.496deg);
          transform: rotate(2.496deg);
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .mv__image {
    bottom: -3.5rem;
    right: -0.5rem;
    width: 30.3125rem;
  }
}
@media screen and (min-width: 1220px) {
  .mv__image {
    bottom: -3.5rem;
    right: -0.5rem;
    width: 30.3125rem;
  }
}
.mv__image img {
  width: 100%;
  height: auto;
  display: block;
}

.concept {
  padding-bottom: 3.3125rem;
  background: #f4f1f0;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1220px) {
  .concept {
    padding-bottom: 6rem;
  }
}

.concept__item {
  width: 100%;
  text-align: center;
}

.concept__item + .concept__item {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept__item + .concept__item {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1220px) {
  .concept__item + .concept__item {
    margin-top: 3.125rem;
  }
}

.concept__item-num {
  color: #7e1926;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept__item-num {
    font-size: 1.75rem;
    line-height: 1.07;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1220px) {
  .concept__item-num {
    font-size: 1.75rem;
    line-height: 1.07;
    letter-spacing: 0.1em;
  }
}

.concept__item-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept__item-text {
    padding-top: 0.9375rem;
    font-size: 2rem;
    line-height: 0.93;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1220px) {
  .concept__item-text {
    padding-top: 0.9375rem;
    font-size: 2rem;
    line-height: 0.93;
    letter-spacing: 0.1em;
  }
}

.concept__image {
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept__image {
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 1220px) {
  .concept__image {
    margin-top: 1.5625rem;
  }
}
.concept__image img {
  width: 17.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept__image img {
    width: 38.3125rem;
  }
}
@media screen and (min-width: 1220px) {
  .concept__image img {
    width: 38.3125rem;
  }
}

.concept__text {
  margin-top: 0.875rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.3;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .concept__text {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.98;
  }
}
@media screen and (min-width: 1220px) {
  .concept__text {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.98;
  }
}

.service {
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .service {
    padding-bottom: 7.1875rem;
  }
}
@media screen and (min-width: 1220px) {
  .service {
    padding-bottom: 7.1875rem;
  }
}

.service__content {
  text-align: center;
}

.service__text {
  padding: 0 0.4375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.14;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .service__text {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1220px) {
  .service__text {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.service__image {
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .service__image {
    margin-top: 4.5625rem;
  }
}
@media screen and (min-width: 1220px) {
  .service__image {
    margin-top: 4.5625rem;
  }
}
.service__image img {
  width: 18.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .service__image img {
    width: 40.1875rem;
  }
}
@media screen and (min-width: 1220px) {
  .service__image img {
    width: 40.1875rem;
  }
}

.service__equipment {
  margin-top: 2.125rem;
  padding: 0 1.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .service__equipment {
    margin-top: 2.8125rem;
  }
}
@media screen and (min-width: 1220px) {
  .service__equipment {
    margin-top: 2.8125rem;
  }
}

.equipment + .equipment {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .equipment + .equipment {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1220px) {
  .equipment + .equipment {
    margin-top: 2rem;
  }
}

.equipment-font {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .equipment-font {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1220px) {
  .equipment-font {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

.plan {
  padding-bottom: 1.875rem;
  background: #f4f1f0;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .plan {
    padding-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1220px) {
  .plan {
    padding-bottom: 5.25rem;
  }
}

.plan__table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.plan__table th {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  vertical-align: middle;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .plan__table th {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1220px) {
  .plan__table th {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.plan__table th:nth-child(1) {
  font-size: 1.5625rem;
  font-weight: 700;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .plan__table th:nth-child(1) {
    font-size: 3.125rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1220px) {
  .plan__table th:nth-child(1) {
    font-size: 3.125rem;
    padding-right: 2.5rem;
  }
}
.plan__table th:nth-child(2) {
  font-size: 1.625rem;
  font-weight: 700;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .plan__table th:nth-child(2) {
    font-size: 2.9375rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1220px) {
  .plan__table th:nth-child(2) {
    font-size: 2.9375rem;
    padding-left: 2.5rem;
  }
}
.plan__table tbody tr + tr {
  border-top: 1px solid #000;
}

.font-small1 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .font-small1 {
    font-size: 2.3125rem;
  }
}
@media screen and (min-width: 1220px) {
  .font-small1 {
    font-size: 2.3125rem;
  }
}

.font-small2 {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .font-small2 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1220px) {
  .font-small2 {
    font-size: 1.625rem;
  }
}

.plan__image {
  text-align: center;
  margin-top: 1.0625rem;
}
.plan__image img {
  width: 15.1875rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .plan__image img {
    width: 28.4375rem;
  }
}
@media screen and (min-width: 1220px) {
  .plan__image img {
    width: 28.4375rem;
  }
}

.access {
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access {
    padding-bottom: 6.75rem;
  }
}
@media screen and (min-width: 1220px) {
  .access {
    padding-bottom: 6.75rem;
  }
}

.access__content {
  text-align: center;
}

.access__name {
  margin-top: -0.125rem;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__name {
    margin-top: -1.9375rem;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__name {
    margin-top: -1.9375rem;
    font-size: 2.25rem;
  }
}

.access__address {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__address {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__address {
    margin-top: 0.5rem;
  }
}
.access__address a {
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__address a {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__address a {
    font-size: 1.625rem;
  }
}

.access__tel {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__tel {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__tel {
    margin-top: 0.875rem;
  }
}
.access__tel a {
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__tel a {
    font-size: 1.25rem;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 1220px) {
  .access__tel a {
    font-size: 1.25rem;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__business-hours {
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__business-hours {
    margin-top: 0.375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__parking {
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__parking {
    margin-top: 0.375rem;
  }
}

.access__items {
  margin-top: 1.3125rem;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__items {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6875rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__items {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__google-map {
    width: 35.0625rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__google-map {
    width: 35.0625rem;
  }
}
.access__google-map iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

.access__image {
  margin-top: -0.375rem;
}
.access__image img {
  width: 17.875rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .access__image img {
    width: 29.75rem;
  }
}
@media screen and (min-width: 1220px) {
  .access__image img {
    width: 29.75rem;
  }
}

.footer {
  background: #f4f1f0;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer {
    height: 16.3125rem;
  }
}
@media screen and (min-width: 1220px) {
  .footer {
    height: 16.3125rem;
  }
}

.footer__content {
  padding-top: 2.1875rem;
  padding-bottom: 2.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__content {
    position: relative;
  }
}
@media screen and (min-width: 1220px) {
  .footer__content {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media screen and (min-width: 1220px) {
  .footer__logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}
.footer__logo img {
  width: 20.5625rem;
}
@media screen and (min-width: 1220px) {
  .footer__logo img {
    width: 27.8125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 21.25rem;
  }
}
@media screen and (min-width: 1220px) {
  .footer__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 21.25rem;
  }
}

.footer__contact {
  padding-top: 2.5625rem;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__contact {
    padding: 0;
  }
}
@media screen and (min-width: 1220px) {
  .footer__contact {
    padding: 0;
  }
}

.footer__contact-text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__contact-text {
    font-size: 0.875rem;
  }
}

.footer__button {
  margin-top: 1.625rem;
  width: 14.6875rem;
  height: 4.0625rem;
  font-size: 1.625rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__button {
    width: 12.5rem;
    height: 3.125rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.footer__instagram-text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__instagram-text {
    font-size: 0.875rem;
  }
}

.footer__instagram-image {
  padding-top: 0.8125rem;
}
.footer__instagram-image img {
  width: 9.8125rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer__instagram-image img {
    width: 6.25rem;
  }
}

.footer__copyright {
  background: #7e1926;
  text-align: center;
  padding: 1.3125rem 0;
}

.footer__copyright-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}