@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #000;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.sp-none {
  display: none;
}
@media screen and (min-width: 400px) {
  .sp-none {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 400px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 4.9230769231vw;
  }
}
@media (min-width: 325px) {
  html {
    font-size: 16px;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*addressタグのフォントリセット*/
address {
  font-style: normal;
}

small {
  font-size: initial;
}

.inner {
  width: 100%;
  padding-inline: 25px;
  margin-inline: auto;
  max-width: 37.5rem;
}

/* _header.scss */
.header {
  background-color: #000;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__logo {
  max-width: 5.5rem;
}

.max {
  max-width: 37.5rem;
  margin-inline: auto;
}

.fv__image {
  aspect-ratio: 750/1156;
}

.fv__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* _beforeafter.scss */
.beforeafter {
  background-color: #FFF;
}

.beforeafter__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.beforeafter__item {
  text-align: center;
  min-width: 9.375rem;
  width: 46.1538461538%;
}

.beforeafter__label {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6470588235;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beforeafter__label::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.125rem;
  background-color: #000;
  margin-top: 0.34375rem;
}

.beforeafter__image {
  aspect-ratio: 150/140;
  margin-top: 0.40625rem;
}

.beforeafter__note {
  margin-top: 0.625rem;
  -moz-text-align-last: left;
       text-align-last: left;
}

.beforeafter__note-item {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}

/* 設計意図：
  - フォント・色の基本指定は既存設定に依存し、ここでは重複を省略
  - &（アンパサンド）禁止でフルセレクタ記述
  - モバイルファーストで縦並びレイアウト
  - 擬似要素もフルセレクタで記述
*/
/* _result.scss */
.result {
  background-image: url(../images/result-bg.webp);
  padding-block: 1.125rem;
  margin-top: 0.6875rem;
}

.result__catch {
  margin-inline: auto;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  width: 75.3846153846%;
}

.result__catch::after,
.result__catch::before {
  content: "";
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 6.0625rem;
}

.result__catch::after {
  background-image: url(../images/result-left.svg);
  left: -2.5rem;
}

.result__catch::before {
  right: -2.5rem;
  background-image: url(../images/result-right.svg);
}

.result__catch-head {
  font-weight: 500;
}

.result__catch-subhead {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.6;
}

.trouble {
  padding: 1.375rem 0 2.1875rem;
  background-image: url("../images/trouble-bg.webp"); /* 実際の背景画像 */
  background-size: cover; /* 画面いっぱいに広げる */
  background-position: center; /* 中央寄せ */
  position: relative;
}

.trouble__catch {
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-inline: auto;
  color: #FFF;
  line-height: 1.2;
  padding-bottom: 0.875rem;
  border-bottom: 1px dashed #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.trouble__list {
  margin-top: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  min-width: 13.125rem;
  width: 64.6153846154%;
  margin-inline: auto;
}

.trouble__list-item {
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 2.1764705882;
  text-align: left;
  padding-left: 1.9375rem;
  position: relative;
  color: #FFF;
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed #FFF;
  width: 100%;
}

.trouble__list-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.0625rem;
  height: 1.0625rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trouble__items {
  margin-top: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.3125rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
}

.trouble__item {
  text-align: center;
  background-color: rgba(1, 1, 1, 0.6);
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.trouble__text {
  text-align: center;
  font-size: 1.375rem;
  margin-top: 0.75rem;
  color: #FFF;
}

/*メニューをページ下部に固定*/
.sp-fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
  max-width: 37.5rem;
}

.sp-fixed__wrap {
  min-width: 22.8125rem;
  width: 97.3333333333%;
  margin-inline: auto;
}

.sp-fixed__comment {
  font-size: 1.0625rem;
  font-weight: 700;
  padding-block: 0.6875rem;
  text-align: center;
  background-color: #FFF;
  border: 2px solid #D6D6D6;
  border-radius: 0.625rem;
  position: relative;
  margin-bottom: 0.9375rem;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.1));
  position: relative;
  min-width: 21.875rem;
  width: 95.8904109589%;
  margin-inline: auto;
}

.sp-fixed__comment::before {
  background-color: #D6D6D6;
  content: "";
  height: 0.625rem;
  width: 1.25rem;
  position: absolute;
  bottom: -0.625rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp-fixed__comment::after {
  background-color: #FFF;
  content: "";
  height: 0.5625rem;
  width: 1.25rem;
  position: absolute;
  bottom: -0.4375rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp-fixed__btn {
  color: #E8CA80;
  font-size: 1.25rem;
  font-weight: 500;
  padding-block: 0.8125rem;
  text-align: center;
  background-color: #000;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0.3125rem;
}

.sp-fixed__btn span {
  font-size: 1.75rem;
  font-weight: 700;
}

.sp-fixed__btn::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  bottom: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  border: 1px solid #FFF;
  pointer-events: none;
}

.no-failure {
  text-align: center;
}

.no-failure__top {
  padding: 5rem 0 2.0625rem;
  background-image: url("../images/no-failure-top.webp");
  background-size: cover;
  background-position: top;
  position: relative;
}

.no-failure__top::after {
  background-image: url("../images/arrow.svg");
  background-size: contain;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.625rem;
  height: 1.25rem;
}

.no-failure__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.2;
  position: relative;
  max-width: 18.5rem;
  margin-inline: auto;
}

.no-failure__title::before,
.no-failure__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 4.375rem;
  border: 3px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-failure__title::before {
  left: 0;
  border-right: none;
}

.no-failure__title::after {
  right: 0;
  border-left: none;
}

.no-failure__middle {
  background-image: url("../images/no-failure-middle.webp");
  background-size: cover;
  position: relative;
  padding-bottom: 0.625rem;
  margin-top: 1.25rem;
}

.no-failure__middle-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.no-failure__middle-text.no-failure__middle-text--bold {
  font-size: 2rem;
  line-height: 1.4375;
  background-color: #D1ECE9;
  min-width: 20.3125rem;
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.6875rem;
}

.no-failure__middle-text.no-failure__middle-text--sub {
  margin-top: 1.125rem;
  font-size: 1.6875rem;
}

.no-failure__phone {
  margin-top: 3.0625rem;
  max-width: 13.9375rem;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 223/454;
}

/* 動画を表示するエリア */
.no-failure__video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
}

.no-failure__video video {
  display: block;
  margin-inline: auto;
  width: 95%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-failure__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/movie.webp") no-repeat center/cover;
  pointer-events: none;
  z-index: 2;
}

.no-failure__bottom {
  background-image: url("../images/item-bg.webp");
  background-size: cover;
}

.no-failure__text {
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  font-weight: 700;
  margin-top: 0.75rem;
}

.no-failure__item {
  margin-top: -1.1875rem;
  max-width: 10.25rem;
  margin-inline: auto;
}

.no-failure__bottom-main {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}

.no-failure__bottom-main-bold {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.4047619048;
  background-color: #000;
  color: #FFF;
  min-width: 20.3125rem;
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.no-failure__notice {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 0.625rem;
}

.about {
  background-color: #FFF;
}

.about__heading {
  min-width: 10.6875rem;
  width: 45.6%;
  margin-inline: auto;
  margin-top: 2.1875rem;
}

.about__wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.about__text {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.about__text.about__text--bold {
  font-size: 1.875rem;
  background-color: #D1ECE9;
  min-width: 20.3125rem;
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about__image {
  width: 100%;
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 21.6875rem;
  width: 92.5333333333%;
  margin-inline: auto;
  gap: 2.625rem;
}

.about__desc {
  font-size: 0.875rem;
  line-height: 1.6428571429;
}

.about__desc span {
  font-weight: 700;
}

/* _care.scss */
.care {
  background-image: url(../images/care-bg.webp);
  background-size: cover;
  padding-top: 3.5625rem;
  padding-bottom: 3.8125rem;
  color: #FFF;
  margin-top: 2.125rem;
  text-align: center;
}

.care__heading {
  min-width: 7.625rem;
  width: 37.5384615385%;
  margin-inline: auto;
}

.care__lead {
  color: #D4B183;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 2.0625rem;
}

.care__lead-bold {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.09375;
}

.care__lead-sub {
  font-size: 1.0625rem;
  line-height: 1.7058823529;
  margin-top: 0.75rem;
}

.care__list {
  margin-top: 2.9375rem;
  max-width: 12.5rem;
  margin-inline: auto;
}

.care__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 0.9375rem;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
  border-bottom: 2px dotted;
}

.care__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  margin-top: 2.4375rem;
}

.care__step {
  text-align: center;
}

.care__step-label {
  display: inline-block;
  padding: 0.5rem 6.25rem;
  border: 1px solid #fff;
}

.care__step-label img {
  width: 4.375rem;
  height: auto;
}

.care__step-title {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.care__step-title--sub {
  margin-top: 2.3125rem;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  font-weight: 400;
}

.care__step-image {
  width: 100%;
  margin-inline: auto;
  margin-top: 0.75rem;
}

.care__step-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.care__text {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
  text-align: left;
}

.care__text-bold {
  font-weight: 700;
  border-bottom: 1px solid;
}

.care__notice {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7692307692;
  text-align: left;
}

.how-to {
  background-color: #FFF;
  text-align: center;
}

.how-to__top {
  background-image: url(../images/top-howto.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 2.8125rem;
}

.how-to__heading {
  min-width: 7.75rem;
  width: 33.0666666667%;
  margin-inline: auto;
}

.how-to__inner {
  position: relative;
  padding-bottom: 5.4375rem;
}

.how-to__inner::after {
  background-image: url(../images/arrow.svg);
  background-size: contain;
  position: absolute;
  content: "";
  bottom: 2.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.625rem;
  height: 1.25rem;
}

.how-to__lead {
  border: 2px solid;
  display: inline-block;
  padding: 0.625rem 5.875rem;
}

.how-to__lead-main {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}

.how-to__desc {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.36;
  margin-top: 0.6875rem;
  font-family: "Noto Serif JP", serif;
}

.how-to__desc-sub {
  margin-top: 2.0625rem;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
  font-weight: 700;
}

.how-to__reason {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 2.625rem;
  position: relative;
}

.how-to__reason-dot {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.how-to__reason-dot::before {
  position: absolute;
  content: "";
  background-color: #000;
  border-radius: 100%;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
}

.how-to__beforeafter {
  background-image: url(../images/bottom-howto.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 2.1875rem;
}

.magazine {
  background: linear-gradient(to bottom, #4A4A51 0px, #4A4A51 3.125rem, #000 3.125rem, #000 100%);
  color: #FFF;
  text-align: center;
  padding-top: 2.5625rem;
  padding-bottom: 4.0625rem;
}

.magazine__heading {
  min-width: 8.9375rem;
  width: 44%;
  margin-inline: auto;
}

.magazine__desc {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.magazine__image {
  margin-top: 1.5625rem;
  aspect-ratio: 325/215;
}

.magazine__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.magazine__logo {
  min-width: 13.6875rem;
  width: 67.3846153846%;
  margin-inline: auto;
  margin-left: 2.875rem;
  margin-top: 2.375rem;
}

.magazine__list {
  margin-top: 1.5625rem;
}

.magazine__item:nth-child(2) {
  margin-top: 2.75rem;
}

.magazine__item:nth-child(3) {
  margin-top: 1.3125rem;
}

.magazine__item-title {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
}

.magazine__item-image {
  margin-top: 0.625rem;
}

.magazine__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.magazine__item:nth-child(1) .magazine__item-image,
.magazine__item:nth-child(2) .magazine__item-image {
  aspect-ratio: 325/157;
}

.magazine__item:nth-child(3) .magazine__item-image {
  aspect-ratio: 325/419;
}

.instagram__top {
  background-image: url("../images/insta-top.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 7.5rem;
  padding-bottom: 6.875rem;
}

.instagram__head {
  min-width: 7.4375rem;
  width: 31.7333333333%;
  margin-inline: auto;
}

.instagram__icon {
  min-width: 5.8125rem;
  width: 24.8%;
  margin-inline: auto;
  margin-top: 0.9375rem;
}

.instagram__heading {
  min-width: 6.1875rem;
  width: 26.4%;
  margin-inline: auto;
  margin-top: 1.25rem;
}

.instagram__text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6470588235;
  margin-top: 3rem;
  text-align: center;
}

.instagram__items {
  border-radius: 50px 50px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E6F1F5), to(#C8EBF0));
  background: linear-gradient(to bottom, #E6F1F5, #C8EBF0);
  padding-top: 3rem;
  margin-top: -4.5625rem;
}

.instagram__item:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6F1F5), to(#C8EBF0));
  background: linear-gradient(to bottom, #E6F1F5, #C8EBF0);
  border-radius: 50px 50px 0 0;
  margin-top: 1.8125rem;
  padding-top: 3.5rem;
  padding-bottom: 9.375rem;
}

.instagram__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
}

.instagram__item-image {
  min-width: 14.375rem;
  width: 61.3333333333%;
}

.instagram__item-head {
  min-width: 4.375rem;
  width: 18.6666666667%;
}

.instagram__item-body {
  margin-top: 1.25rem;
  color: #545E6B;
}

.instagram__item-title {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.35;
  background-color: #FFF;
  border: 3px solid;
  border-radius: 50px;
  max-width: 21.3125rem;
  margin-inline: auto;
  padding-block: 0.5625rem;
}

.instagram__item:nth-child(2) .instagram__item-title {
  padding-block: 1.5625rem;
}

.instagram__item-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
  max-width: 21.25rem;
  margin-inline: auto;
}
/*# sourceMappingURL=styles.css.map */