@charset "UTF-8";
/* ************************************** _
タイトル：services.css
概要：スペースデザインのスタイルシート
更新：2026.03.11
_ ************************************** */
/* ------------------------------------------------------------------------------
 サービス一覧
------------------------------------------------------------------------------ */
.p-services__heading {
  transition: transform 0.4s ease;
}
.p-services__heading h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  color: #5b6871;
  letter-spacing: 0.01em;
}
@media (max-width: 1440px) {
  .p-services__heading h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .p-services__heading h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .p-services__heading h2 {
    font-size: 30px;
  }
}
.p-services__heading p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media (max-width: 1440px) {
  .p-services__heading p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .p-services__heading p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .p-services__heading p {
    font-size: 14px;
  }
}
.p-services__heading--row {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .p-services__heading--row {
    gap: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .p-services__heading--row {
    gap: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .p-services__heading--row {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
    margin-bottom: 20px;
  }
}
.p-services__heading--col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .p-services__heading--col {
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .p-services__heading--col {
    gap: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .p-services__heading--col {
    margin-bottom: 20px;
  }
}
.p-services__list {
  display: flex;
  gap: 50px;
}
@media (max-width: 1440px) {
  .p-services__list {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .p-services__list {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .p-services__list {
    flex-direction: column;
  }
}
.p-services__item--half {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 1440px) {
  .p-services__item--half {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 1024px) {
  .p-services__item--half {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 480px) {
  .p-services__item--half {
    width: 100%;
  }
}
.p-services__item--third {
  width: calc((100% - 100px) / 3);
}
@media (max-width: 1440px) {
  .p-services__item--third {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 1024px) {
  .p-services__item--third {
    width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 480px) {
  .p-services__item--third {
    width: 100%;
  }
}
.p-services__item--quarter {
  width: calc((100% - 90px) / 4);
}
@media (max-width: 1440px) {
  .p-services__item--quarter {
    width: calc((100% - 75px) / 4);
  }
}
@media (max-width: 1440px) {
  .p-services__item--quarter {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 480px) {
  .p-services__item--quarter {
    width: 100%;
  }
}
.p-services__img {
  margin-bottom: 10px;
  overflow: hidden;
}
.p-services__img img {
  transition: transform 0.4s ease;
}
.p-services__text {
  text-align: center;
}
.p-services__text-heading {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .p-services__text-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .p-services__text-heading {
    margin-bottom: 12px;
  }
}
.p-services__text-heading h3 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 3px;
}
@media (max-width: 1440px) {
  .p-services__text-heading h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .p-services__text-heading h3 {
    font-size: 24px;
  }
}
.p-services__text-heading h4 {
  font-size: 22px;
  letter-spacing: 0.075em;
}
@media (max-width: 1440px) {
  .p-services__text-heading h4 {
    font-size: 18px;
    height: 50px;
    word-break: auto-phrase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .p-services__text-heading h4 {
    font-size: 15px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .p-services__text-heading h4 {
    font-size: 17px;
    height: auto;
  }
}
.p-services__text-heading p {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media (max-width: 1440px) {
  .p-services__text-heading p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .p-services__text-heading p {
    font-size: 13px;
  }
}
.p-services__text-parag {
  font-size: 15px;
}
@media (max-width: 1440px) {
  .p-services__text-parag {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .p-services__text-parag {
    font-size: 13px;
  }
}
.p-services__link {
  display: block;
}
.p-services__link:hover .p-services__img img {
  transform: scale(1.08);
}
.p-services__link:hover .p-services__text-heading {
  color: #5b6871;
}

.p-lifestyle {
  background-color: #fff;
  padding: 80px;
}
@media (max-width: 1440px) {
  .p-lifestyle {
    padding: 70px;
  }
}
@media (max-width: 1024px) {
  .p-lifestyle {
    padding: 50px 40px;
  }
}
@media (max-width: 480px) {
  .p-lifestyle {
    padding: 35px 20px;
  }
}
.p-lifestyle__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .p-lifestyle__list {
    gap: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .p-lifestyle__list {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .p-lifestyle__list {
    margin-top: 20px;
    gap: 40px;
  }
}
.p-lifestyle__item {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1440px) {
  .p-lifestyle__item {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .p-lifestyle__item {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .p-lifestyle__item {
    gap: 20px;
    flex-direction: column;
  }
}
.p-lifestyle__img {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1440px) {
  .p-lifestyle__img {
    max-width: 360px;
  }
}
@media (max-width: 1024px) {
  .p-lifestyle__img {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .p-lifestyle__img {
    max-width: 100%;
  }
}
.p-lifestyle__img img {
  width: 100%;
}
@media (max-width: 480px) {
  .p-lifestyle__img img {
    height: auto;
    object-fit: cover;
  }
}
.p-lifestyle__heading {
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .p-lifestyle__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .p-lifestyle__heading {
    margin-bottom: 15px;
  }
}
.p-lifestyle__heading h3 {
  font-size: 40px;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .p-lifestyle__heading h3 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .p-lifestyle__heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .p-lifestyle__heading h3 {
    font-size: 28px;
  }
}
.p-lifestyle__heading p {
  font-size: 16px;
  letter-spacing: 0.075em;
}
@media (max-width: 1024px) {
  .p-lifestyle__heading p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .p-lifestyle__heading p {
    font-size: 13px;
  }
}
.p-lifestyle__text {
  flex: 1;
}
@media (max-width: 480px) {
  .p-lifestyle .c-btn {
    margin: 20px auto 0;
  }
}

.p-inquiry {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .p-inquiry {
    height: 500px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .p-inquiry {
    height: 400px;
    margin-bottom: 80px;
  }
}
.p-inquiry::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
@media (max-width: 480px) {
  .p-inquiry::after {
    display: none;
  }
}
.p-inquiry__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-inquiry__bg-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.p-inquiry__bg-list {
  display: flex;
  flex-shrink: 0;
}
.p-inquiry__bg-list img {
  height: 600px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .p-inquiry__bg-list img {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .p-inquiry__bg-list img {
    width: 70vw;
    height: 400px;
  }
}
.p-inquiry__inner {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.p-inquiry__heading {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .p-inquiry__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .p-inquiry__heading {
    margin-bottom: 25px;
  }
}
.p-inquiry__heading p {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
  text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1440px) {
  .p-inquiry__heading p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .p-inquiry__heading p {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .p-inquiry__heading p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.p-inquiry__heading h2 {
  font-size: 32px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1440px) {
  .p-inquiry__heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .p-inquiry__heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .p-inquiry__heading h2 {
    font-size: 18px;
  }
}
.p-inquiry__row {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1440px) {
  .p-inquiry__row {
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  .p-inquiry__row {
    gap: 15px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .p-inquiry__row {
    width: 90%;
    margin: auto;
  }
}
.p-inquiry__item {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1440px) {
  .p-inquiry__item {
    width: calc((100% - 50px) / 3);
  }
}
@media (max-width: 1024px) {
  .p-inquiry__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .p-inquiry__item {
    width: 100%;
  }
}
.p-inquiry__item .c-btn {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .p-inquiry__item .c-btn {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p-inquiry__item .c-btn {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .p-inquiry__item .c-btn {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .p-inquiry__item .c-btn::after {
    height: 6px;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .p-inquiry__item .c-btn::after {
    height: 5px;
  }
}
.p-inquiry__item .c-btn:hover {
  opacity: 1;
  filter: brightness(0.8);
}

.p-commit__lead {
  word-break: auto-phrase;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .p-commit__lead {
    font-size: 24px;
    gap: 20px;
    margin-bottom: 35px;
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .p-commit__lead {
    font-size: 18px;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .p-commit__lead {
    font-size: 16px;
    gap: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.p-commit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 50px;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .p-commit__list {
    gap: 40px 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .p-commit__list {
    gap: 30px 20px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .p-commit__list {
    gap: 25px 15px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.p-commit__item {
  width: calc((100% - 100px) / 3);
}
@media (max-width: 1440px) {
  .p-commit__item {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1024px) {
  .p-commit__item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 480px) {
  .p-commit__item {
    width: calc((100% - 15px) / 2);
  }
}
.p-commit__img {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .p-commit__img {
    margin-bottom: 10px;
  }
}
.p-commit__img img {
  width: 100%;
}
.p-commit__num {
  position: absolute;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 98px;
  font-weight: 500;
  font-style: italic;
  color: #5b6871;
  right: 5%;
  top: -16%;
  line-height: 1;
}
@media (max-width: 1440px) {
  .p-commit__num {
    font-size: 72px;
    right: 6%;
    top: -20%;
  }
}
@media (max-width: 1024px) {
  .p-commit__num {
    font-size: 54px;
    right: 6%;
    top: -18%;
  }
}
@media (max-width: 480px) {
  .p-commit__num {
    font-size: 45px;
    top: -23%;
  }
}
.p-commit__text {
  text-align: center;
}
.p-commit__parag {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media (max-width: 1440px) {
  .p-commit__parag {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) {
  .p-commit__parag {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p-commit__parag {
    font-size: 14px;
  }
}

.p-process {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .p-process {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .p-process {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .p-process {
    margin-bottom: 60px;
  }
}
.p-process__list {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
@media (max-width: 1440px) {
  .p-process__list {
    margin: 30px 0;
  }
}
@media (max-width: 480px) {
  .p-process__list {
    margin: 20px 0;
  }
}
.p-process__item {
  padding: 25px 15px;
  border-bottom: 1px solid #4a4b47;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 1440px) {
  .p-process__item {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .p-process__item {
    padding: 17px 15px;
  }
}
@media (max-width: 480px) {
  .p-process__item {
    padding: 20px 10px;
    flex-direction: column;
    gap: 5px;
  }
}
.p-process__item:first-child {
  border-top: 1px solid #4a4b47;
}
.p-process__item:last-child::after {
  display: none;
}
.p-process__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 90px;
  height: 15px;
  background: #4a4b47;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 1440px) {
  .p-process__item::after {
    width: 80px;
  }
}
@media (max-width: 1024px) {
  .p-process__item::after {
    width: 70px;
    height: 13px;
    bottom: -13px;
  }
}
@media (max-width: 480px) {
  .p-process__item::after {
    width: 65px;
    height: 12px;
    bottom: -12px;
  }
}
.p-process__item-left {
  width: 500px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1440px) {
  .p-process__item-left {
    width: 420px;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .p-process__item-left {
    width: 370px;
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .p-process__item-left {
    width: 100%;
    gap: 20px;
  }
}
.p-process__item-right {
  flex: 1;
}
@media (max-width: 480px) {
  .p-process__item-right {
    width: 100%;
  }
}
.p-process__step {
  border: 1px solid #4a4b47;
  border-radius: 10rem;
  width: 120px;
  height: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .p-process__step {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .p-process__step {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .p-process__step {
    width: auto;
    height: auto;
    border: none;
  }
}
.p-process__step-label {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-process__step-label {
    font-size: 12px;
  }
}
.p-process__step-num {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1;
  top: -8px;
  position: relative;
}
@media (max-width: 1440px) {
  .p-process__step-num {
    font-size: 48px;
    top: -10px;
  }
}
@media (max-width: 1024px) {
  .p-process__step-num {
    font-size: 36px;
    top: -8px;
  }
}
@media (max-width: 480px) {
  .p-process__step-num {
    font-size: 32px;
  }
}
.p-process__title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .p-process__title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .p-process__title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p-process__title {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .p-brand {
    padding-bottom: 100px;
  }
}
.p-brand__heading {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .p-brand__heading {
    gap: 0;
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 1024px) {
  .p-brand__heading {
    margin-bottom: 30px;
  }
}
.p-brand__heading h2 {
  font-size: 54px;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .p-brand__heading h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .p-brand__heading h2 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .p-brand__heading h2 {
    font-size: 36px;
  }
}
.p-brand__heading p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.075em;
  position: relative;
  top: 5px;
}
@media (max-width: 1440px) {
  .p-brand__heading p {
    font-size: 14px;
    top: 0;
  }
}
@media (max-width: 480px) {
  .p-brand__heading p {
    font-size: 12px;
  }
}
.p-brand .c-lead {
  font-size: 16px;
}
@media (max-width: 480px) {
  .p-brand .c-lead {
    font-size: 14px;
  }
}
.p-brand__row {
  display: flex;
  gap: 40px;
}
@media (max-width: 1440px) {
  .p-brand__row {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .p-brand__row {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .p-brand__row {
    gap: 20px;
  }
}
.p-brand__item-left {
  width: 500px;
}
@media (max-width: 1440px) {
  .p-brand__item-left {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .p-brand__item-left {
    width: 100%;
  }
}
.p-brand__item-right {
  flex: 1;
}

.p-works__row {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1440px) {
  .p-works__row {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .p-works__row {
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .p-works__row {
    gap: 25px;
  }
}
.p-works__img {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-works__img {
    width: 100%;
  }
}
.p-works__img img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-works__img img {
    height: auto;
  }
}
.p-works__text {
  width: calc(50% - 100px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .p-works__text {
    width: calc(50% - 80px);
  }
}
@media (max-width: 1024px) {
  .p-works__text {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------
 INTELUX（ミラーテレビ）
------------------------------------------------------------------------------ */
.p-intelux__technology-row {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media (max-width: 1440px) {
  .p-intelux__technology-row {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .p-intelux__technology-row {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .p-intelux__technology-row {
    gap: 25px;
  }
}
.p-intelux__technology-img {
  width: 60%;
  max-width: 840px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .p-intelux__technology-img {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .p-intelux__technology-img {
    width: 100%;
  }
}
.p-intelux__technology-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-intelux__technology-text {
  flex: 1;
}
.p-intelux__technology-logo {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1440px) {
  .p-intelux__technology-logo {
    margin-bottom: 25px;
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  .p-intelux__technology-logo {
    margin-bottom: 20px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .p-intelux__technology-logo {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.p-intelux__technology-logo h3 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .p-intelux__technology-logo h3 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .p-intelux__technology-logo h3 {
    font-size: 28px;
  }
}
.p-intelux__technology-logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1440px) {
  .p-intelux__technology-logo img {
    max-width: 130px;
  }
}
@media (max-width: 480px) {
  .p-intelux__technology-logo img {
    max-width: 90px;
  }
}
.p-intelux__spatial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media (max-width: 1440px) {
  .p-intelux__spatial-list {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .p-intelux__spatial-list {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .p-intelux__spatial-list {
    gap: 20px;
  }
}
.p-intelux__spatial-item {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 1440px) {
  .p-intelux__spatial-item {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 1024px) {
  .p-intelux__spatial-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 480px) {
  .p-intelux__spatial-item {
    width: 100%;
  }
}
.p-intelux__spatial-img {
  margin-bottom: 25px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-intelux__spatial-img {
    margin-bottom: 20px;
  }
}
.p-intelux__spatial-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-intelux__spatial-text {
  text-align: center;
}
.p-intelux__spatial-title {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 1440px) {
  .p-intelux__spatial-title {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .p-intelux__spatial-title {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .p-intelux__spatial-title {
    font-size: 24px;
  }
}
.p-intelux__spatial-sub {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .p-intelux__spatial-sub {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .p-intelux__spatial-sub {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .p-intelux__spatial-sub {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------------------
 ホームシアター
------------------------------------------------------------------------------ */
.p-hometheater__brands-list {
  display: flex;
  gap: 80px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-list {
    gap: 60px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__brands-list {
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__brands-list {
    gap: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.p-hometheater__brands-item {
  display: flex;
  width: 50%;
  gap: 50px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-item {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__brands-item {
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .p-hometheater__brands-item {
    width: 100%;
  }
}
.p-hometheater__brands-img {
  max-width: 350px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-img {
    max-width: 230px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__brands-img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.p-hometheater__brands-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-img img {
    height: auto;
  }
}
.p-hometheater__brands-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-hometheater__brands-body .c-parag {
  font-size: 15px;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .p-hometheater__brands-body .c-parag {
    font-size: 14px;
  }
}
.p-hometheater__brands-title {
  font-size: 28px;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__brands-title {
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .p-hometheater__brands-title {
    font-size: 20px;
  }
}
.p-hometheater__brands-text {
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-text {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__brands-text {
    margin-bottom: 20px;
  }
}
.p-hometheater__brands-block {
  margin-top: 30px;
}
.p-hometheater__brands-heading {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-hometheater__brands-heading::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #5b6871;
}
@media (max-width: 480px) {
  .p-hometheater__brands-heading {
    font-size: 16px;
  }
}
.p-hometheater__brands-logos {
  display: flex;
  gap: 25px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-logos {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__brands-logos {
    gap: 15px;
  }
}
.p-hometheater__brands-logo {
  text-align: center;
}
@media (max-width: 480px) {
  .p-hometheater__brands-logo {
    width: 30%;
  }
}
.p-hometheater__brands-logo img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-logo img {
    margin-bottom: 8px;
  }
}
.p-hometheater__brands-name {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
@media (max-width: 1440px) {
  .p-hometheater__brands-name {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__brands-name {
    font-size: 16px;
  }
}
.p-hometheater__brands-country {
  font-size: 13px;
  letter-spacing: 0.075em;
}
.p-hometheater__lifestyle {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle {
    margin-bottom: 60px;
  }
}
.p-hometheater__lifestyle-heading {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-heading {
    margin-bottom: 35px;
  }
}
.p-hometheater__lifestyle-heading p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-hometheater__lifestyle-contents {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle-contents {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-contents {
    margin-top: 60px;
    gap: 80px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-contents {
    margin-top: 35px;
    gap: 60px;
  }
}
.p-hometheater__lifestyle-row {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle-row {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-row {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-row {
    gap: 25px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-row--reverse {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-row--ex {
    flex-direction: column;
  }
}
.p-hometheater__lifestyle-col {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle-col {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-col {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-col {
    gap: 25px;
  }
}
.p-hometheater__lifestyle-text {
  flex: 1;
  min-width: 0;
}
.p-hometheater__lifestyle-img {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-img {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-img {
    width: 100%;
  }
}
.p-hometheater__lifestyle-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-hometheater__lifestyle-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-title {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
.p-hometheater__lifestyle-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.p-hometheater__lifestyle-spec {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-spec {
    width: 100%;
  }
}
.p-hometheater__lifestyle-spec-list {
  margin-top: 25px;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle-spec-list {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-spec-list {
    margin-top: 15px;
  }
}
.p-hometheater__lifestyle-spec-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 25px;
  border-bottom: 1px solid #4a4b47;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle-spec-item {
    gap: 15px;
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__lifestyle-spec-item {
    gap: 30px;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-spec-item {
    padding: 18px 10px;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }
}
.p-hometheater__lifestyle-spec-item:first-of-type {
  border-top: 1px solid #4a4b47;
}
.p-hometheater__lifestyle-spec-term {
  flex: 0 0 38%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 1440px) {
  .p-hometheater__lifestyle-spec-term {
    flex: 0 0 30%;
    font-size: 16px;
    word-break: auto-phrase;
    line-height: 1.6;
  }
}
.p-hometheater__lifestyle-spec-desc {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
  color: #4a4b47;
}
@media (max-width: 480px) {
  .p-hometheater__lifestyle-spec-desc {
    font-size: 13px;
    line-height: 1.85;
  }
}
.p-hometheater__lifestyle-spec .c-parag {
  margin-top: 0;
}
.p-hometheater__automation-intro {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .p-hometheater__automation-intro {
    gap: 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__automation-intro {
    gap: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .p-hometheater__automation-intro {
    flex-direction: column-reverse;
    gap: 25px;
    margin-bottom: 40px;
  }
}
.p-hometheater__automation-text {
  flex: 1;
}
@media (max-width: 1024px) {
  .p-hometheater__automation-text {
    width: 100%;
  }
}
.p-hometheater__automation-img {
  width: 50%;
}
@media (max-width: 1024px) {
  .p-hometheater__automation-img {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .p-hometheater__automation-img {
    width: 100%;
  }
}
.p-hometheater__automation-img img {
  width: 100%;
  display: block;
}
.p-hometheater__automation-feature {
  display: flex;
}
@media (max-width: 1024px) {
  .p-hometheater__automation-feature {
    flex-wrap: wrap;
  }
}
.p-hometheater__automation-item {
  width: 20%;
  padding: 20px 25px 15px;
  border-right: 1px solid #dededd;
  display: flex;
  flex-direction: column;
}
.p-hometheater__automation-item:first-child {
  border-left: 1px solid #dededd;
}
@media (max-width: 1440px) {
  .p-hometheater__automation-item {
    padding: 15px 15px 15px;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__automation-item {
    width: 50%;
    padding: 25px 25px 20px;
    border: 1px solid #dededd;
  }
}
@media (max-width: 480px) {
  .p-hometheater__automation-item {
    width: 100%;
  }
}
.p-hometheater__automation-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
  color: #5b6871;
}
@media (max-width: 1440px) {
  .p-hometheater__automation-item-title {
    font-size: 16px;
    min-height: 3.2em;
    margin-bottom: 20px;
    word-break: auto-phrase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .p-hometheater__automation-item-title {
    min-height: 1.6em;
    margin-bottom: 25px;
  }
}
.p-hometheater__automation-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .p-hometheater__automation-item-icon {
    margin-bottom: 25px;
  }
}
.p-hometheater__automation-item-icon img {
  height: 100px;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .p-hometheater__automation-item-icon img {
    height: 95px;
  }
}
.p-hometheater__automation-item-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  flex: 1;
}
@media (max-width: 1440px) {
  .p-hometheater__automation-item-text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ------------------------------------------------------------------------------
 プレミアムブランド（オーディオ）
------------------------------------------------------------------------------ */
.p-audio__linn {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .p-audio__linn {
    gap: 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .p-audio__linn {
    margin-top: 40px;
    margin-bottom: 60px;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .p-audio__linn {
    flex-direction: column-reverse;
    margin-bottom: 40px;
    gap: 20px;
  }
}
.p-audio__linn-img {
  flex: 1;
  display: flex;
  gap: 12px;
}
@media (max-width: 1024px) {
  .p-audio__linn-img {
    gap: 8px;
  }
}
.p-audio__linn-img img {
  width: calc((100% - 12px) / 2);
}
@media (max-width: 1024px) {
  .p-audio__linn-img img {
    width: calc((100% - 8px) / 2);
  }
}
.p-audio__linn-text {
  width: 50%;
}
@media (max-width: 480px) {
  .p-audio__linn-text {
    width: 100%;
    text-align: center;
  }
}
.p-audio__linn-text h3 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .p-audio__linn-text h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .p-audio__linn-text h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
.p-audio__brands {
  border: 1px solid #dededd;
  padding: 50px 50px 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1440px) {
  .p-audio__brands {
    padding: 40px 30px 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .p-audio__brands {
    padding: 30px 20px 15px;
  }
}
@media (max-width: 480px) {
  .p-audio__brands {
    padding: 30px 15px 15px;
  }
}
.p-audio__brands-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
  background-color: #f8f8f6;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1440px) {
  .p-audio__brands-title {
    font-size: 20px;
    top: -6%;
  }
}
@media (max-width: 480px) {
  .p-audio__brands-title {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 15px;
    top: -1.5%;
  }
}
.p-audio__brands-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1440px) {
  .p-audio__brands-list {
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .p-audio__brands-list {
    gap: 30px 12px;
    flex-wrap: wrap;
    justify-content: left;
  }
}
@media (max-width: 480px) {
  .p-audio__brands-list {
    gap: 20px 8px;
  }
}
.p-audio__brands-item {
  width: calc((100% - 120px) / 7);
  text-align: center;
}
@media (max-width: 1440px) {
  .p-audio__brands-item {
    width: calc((100% - 72px) / 7);
  }
}
@media (max-width: 1024px) {
  .p-audio__brands-item {
    width: calc((100% - 48px) / 5);
  }
}
@media (max-width: 480px) {
  .p-audio__brands-item {
    width: calc((100% - 8px) / 2);
  }
}
.p-audio__brands-item img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 10px;
}
@media (max-width: 1440px) {
  .p-audio__brands-item img {
    margin: 0 auto 8px;
  }
}
.p-audio__brands-name {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 3px;
}
@media (max-width: 1440px) {
  .p-audio__brands-name {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .p-audio__brands-name {
    font-size: 16px;
  }
}
.p-audio__brands-country {
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .p-audio__brands-country {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .p-audio__brands-country {
    font-size: 12px;
  }
}
.p-audio__installation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .p-audio__installation {
    gap: 70px;
  }
}
@media (max-width: 480px) {
  .p-audio__installation {
    flex-direction: column;
    gap: 60px;
    padding-bottom: 20px;
  }
}
.p-audio__installation-img {
  width: 50%;
  position: relative;
}
@media (max-width: 1440px) {
  .p-audio__installation-img {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .p-audio__installation-img {
    width: 37%;
  }
}
@media (max-width: 480px) {
  .p-audio__installation-img {
    width: 85%;
    margin: auto;
  }
}
.p-audio__installation-first {
  margin: 0 0 0 auto;
  max-width: 600px;
  position: relative;
}
@media (max-width: 1440px) {
  .p-audio__installation-first {
    right: -5%;
  }
}
@media (max-width: 1024px) {
  .p-audio__installation-first {
    right: -5%;
    top: 30%;
  }
}
@media (max-width: 480px) {
  .p-audio__installation-first {
    top: 0;
    right: 0;
  }
}
.p-audio__installation-second {
  position: absolute;
  bottom: -10%;
  left: 0;
}
@media (max-width: 1440px) {
  .p-audio__installation-second {
    width: 60%;
    position: absolute;
    left: -10%;
  }
}
@media (max-width: 1024px) {
  .p-audio__installation-second {
    width: 55%;
    bottom: -20%;
    left: -15%;
  }
}
@media (max-width: 480px) {
  .p-audio__installation-second {
    width: 50%;
    bottom: -8%;
    left: -8%;
  }
}
.p-audio__installation-text {
  flex: 1;
  z-index: 1;
}
@media (max-width: 480px) {
  .p-audio__installation .c-btn {
    margin: 25px auto 0;
  }
}/*# sourceMappingURL=services.css.map */