@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nothing You Could Do", "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333333;
  background-color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
.js-fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 800px) {
  .l-container {
    padding: 0 40px;
  }
}

.c-section-title {
  text-align: center;
  font-family: "Nothing You Could Do", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .c-section-title {
    margin-bottom: 30px;
  }
}
.c-section-title .en {
  display: block;
  font-size: 4rem;
  color: #59b2b2;
  font-style: italic;
}
@media (max-width: 800px) {
  .c-section-title .en {
    font-size: 3.3rem;
  }
}
.c-section-title .ja {
  display: block;
  font-size: 1rem;
  color: #666666;
  margin-top: 5px;
  font-weight: normal;
}
@media (max-width: 800px) {
  .c-section-title .ja {
    font-size: 0.9rem;
  }
}

.c-btn-cta {
  display: inline-block;
  background-color: #F4A14E;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .c-btn-cta {
    width: 100%;
    max-width: 280px;
    padding: 15px 20px;
    font-size: 1rem;
  }
}
.c-btn-cta:hover {
  background-color: rgb(242.5079787234, 148.25, 53.9920212766);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.l-bg-shared {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
@media (max-width: 800px) {
  .l-bg-shared {
    padding: 60px 0;
  }
}
.l-bg-shared::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-cosmos.png") no-repeat center center/cover fixed;
  opacity: 0.4;
  z-index: -1;
}
.l-bg-shared .p-bg-deco-illust {
  position: absolute;
  top: -90px;
  left: 280px;
  width: 180px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 0.3;
}
@media (max-width: 800px) {
  .l-bg-shared .p-bg-deco-illust {
    top: -60px;
    left: 240px;
    width: 110px;
  }
}

.p-hero {
  background: url("../img/bg-cosmos.png") no-repeat center center/cover;
  position: relative;
  padding: 50px 0 120px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .p-hero {
    padding: 20px 0 10px;
  }
}
.p-hero__inner {
  position: relative;
  z-index: 2;
}
.p-hero__logo {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 2rem;
  color: #59b2b2;
  margin-bottom: 60px;
  border-bottom: 1px solid #59b2b2;
}
@media (max-width: 800px) {
  .p-hero__logo {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .p-hero__logo::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #333333;
  }
}
.p-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media (max-width: 800px) {
  .p-hero__content {
    display: block;
  }
}
.p-hero__image-wrapper {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .p-hero__image-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.p-hero__img {
  width: 100%;
  height: auto;
}
.p-hero__img--pc {
  display: block;
}
.p-hero__img--sp {
  display: none;
}
@media (max-width: 800px) {
  .p-hero__img--pc {
    display: none;
  }
  .p-hero__img--sp {
    display: block;
  }
}
.p-hero__catch {
  position: relative;
  z-index: 2;
  margin-left: -10%;
  padding: 40px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .p-hero__catch {
    position: relative;
    inset: auto;
    width: 100%;
    margin-left: 0;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 800px) {
  .p-hero__texts {
    display: none;
    /* スマホ（SP）の時はテキストを丸ごと消す */
  }
}
.p-hero__en {
  font-family: "Nothing You Could Do", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #444444;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 5%;
}
.p-hero__ja {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 2;
  color: #444444;
  text-align: right;
  margin-bottom: 100px;
}
.p-hero__sub-en {
  font-family: "Nothing You Could Do", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  font-style: italic;
  color: #444444;
  line-height: 1.2;
  text-align: right;
  padding-right: 18%;
  margin-bottom: 40px;
}
.p-hero__cta {
  text-align: right;
  padding-right: 12%;
  z-index: 3;
}
@media (max-width: 800px) {
  .p-hero__cta {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.p-intro {
  background-color: #FCF3E0;
  padding: 80px 0;
}
@media (max-width: 800px) {
  .p-intro {
    padding: 40px 0;
  }
}
.p-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 800px) {
  .p-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-intro__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-intro__text {
  font-size: 1.05rem;
  line-height: 1.9;
}
.p-intro__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-intro__image img {
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.p-features {
  background: transparent;
  padding: 0 0 100px 0;
}
@media (max-width: 800px) {
  .p-features {
    padding: 0 0 50px 0;
  }
}
.p-features__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 800px) {
  .p-features__grid {
    -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;
    gap: 60px;
  }
}
.p-features__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 390px;
  width: 100%;
  position: relative;
  -webkit-filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.15));
}
.p-features__hexagon {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.15;
}
.p-features__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5bfae), color-stop(53%, #d5bfae), color-stop(53%, #f7f7f7), to(#f7f7f7));
  background: linear-gradient(to bottom, #d5bfae 0%, #d5bfae 53%, #f7f7f7 53%, #f7f7f7 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  padding: 80px 35px 40px;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.p-features__num {
  position: absolute;
  top: -45px;
  left: -7px;
  font-family: "Nothing You Could Do", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 2.5rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  font-weight: 700;
  white-space: nowrap;
  z-index: 10;
  pointer-events: none;
}
.p-features__num span {
  font-size: 5rem;
  font-weight: 800;
  margin-left: 25px;
  display: inline-block;
}
.p-features__title {
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 1.4;
  color: #3d3d3d;
  height: 38%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-features__title span {
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #59b2b2;
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
.p-features__desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4a4a;
  height: 60%;
  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;
}

.p-course {
  background: transparent;
  padding: 0;
  position: relative;
}
.p-course__deco-illust {
  position: absolute;
  top: -40px;
  left: 0%;
  width: 260px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  opacity: 0.4;
}
@media (max-width: 800px) {
  .p-course__deco-illust {
    top: -20px;
    left: -10px;
    width: 140px;
    opacity: 0.3;
  }
}
.p-course__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .p-course__grid {
    -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;
    gap: 40px;
  }
}
.p-course__card {
  background: #ffffff;
  padding: 24px 24px 35px 24px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-course__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  .p-course__card {
    width: 100%;
    max-width: 380px;
  }
}
.p-course__card--pickup {
  background-color: #FCF3E0;
}
.p-course__card--pickup .p-course__name {
  background-color: #7a572a;
}
.p-course__img-box {
  width: 100%;
  overflow: hidden;
}
.p-course__img-box img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-course__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 100%;
  padding: 0 4px;
}
.p-course__name {
  font-weight: bold;
  font-size: 0.95rem;
  color: #ffffff;
  background-color: #845e2c;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 7px 12px 4px 12px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
}
.p-course__desc {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  font-weight: 500;
}
.p-course__cta {
  text-align: center;
}

.p-flow {
  background-color: #E4F5F3;
  padding: 80px 0;
}
@media (max-width: 800px) {
  .p-flow {
    padding: 40px 0 50px 0;
  }
}
.p-flow .c-section-title__inner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.p-flow__title-illust {
  position: absolute;
  top: -70px;
  right: -210px;
  width: 160px;
  height: auto;
}
@media (max-width: 800px) {
  .p-flow__title-illust {
    display: none;
  }
}
.p-flow__container {
  padding: 0 40px;
}
@media (max-width: 800px) {
  .p-flow__container {
    padding: 0 20px;
  }
}
.p-flow__timeline {
  width: 100%;
  margin-bottom: 60px;
}
.p-flow__step {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 800px) {
  .p-flow__step {
    padding: 30px 0;
  }
}
.p-flow__step:nth-child(1), .p-flow__step:nth-child(3), .p-flow__step:nth-child(5) {
  background-color: #FCF3E0;
}
.p-flow__step-inner {
  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;
  margin: 0 auto;
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .p-flow__step-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .p-flow .p-flow__step:nth-child(even) .p-flow__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-flow .p-flow__step:nth-child(even) .p-flow__img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-flow__illust {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.7;
}
.p-flow__illust img {
  width: 100%;
  height: auto;
}
.p-flow__step:nth-child(4) .p-flow__illust, .p-flow__step:nth-child(6) .p-flow__illust {
  width: 200px;
}
@media (max-width: 800px) {
  .p-flow__illust {
    display: none;
  }
}
.p-flow__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 440px;
  width: 100%;
  min-width: 0;
}
.p-flow__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 800px) {
  .p-flow__title {
    font-size: 1.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-flow__num {
  font-family: "Nothing You Could Do", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 4rem;
  color: #59b2b2;
  font-style: italic;
  font-weight: normal;
}
.p-flow__text {
  font-size: 1rem;
  color: #333333;
  line-height: 1.8;
}
.p-flow__img-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 380px;
  max-width: 100%;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .p-flow__img-box {
    width: 100%;
  }
}
.p-flow__img-box img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 2px;
}
.p-flow__cta {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 800px) {
  .p-flow__cta {
    margin-top: -40px;
  }
}

.p-footer {
  background: url("../img/bg-cosmos.png") no-repeat bottom center/150%;
  position: relative;
  padding: 80px 0;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media (max-width: 800px) {
  .p-footer {
    background-size: 450%;
    padding: 40px 0;
  }
}
.p-footer__deco-illust {
  position: absolute;
  top: 100px;
  left: 150px;
  width: 200px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  opacity: 0.4;
  -webkit-transform: scaleX(-1) rotate(-135deg);
          transform: scaleX(-1) rotate(-135deg);
}
@media (max-width: 800px) {
  .p-footer__deco-illust {
    top: 310px;
    left: 0px;
    width: 100px;
    opacity: 0.3;
  }
}
.p-footer__message {
  margin-bottom: 40px;
}
.p-footer__lead {
  font-size: 1.4rem;
  font-weight: bold;
  color: #59b2b2;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .p-footer__lead {
    font-size: 1.2rem;
  }
}
.p-footer__sub {
  font-size: 0.95rem;
  color: #333333;
}
.p-footer__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 60px;
  margin: 0 auto 30px;
}
.p-footer__brand {
  font-size: 1.4rem;
  color: #59b2b2;
  margin-bottom: 10px;
}
.p-footer__address {
  font-size: 0.85rem;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.p-footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__icon:hover {
  opacity: 0.7;
}
.p-footer__icon i {
  color: #ffffff !important;
  font-size: 24px !important;
}
.p-footer__icon:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.p-footer__icon:has(.fa-facebook) {
  background-color: #1877F2;
}
.p-footer__icon:has(.fa-x-twitter) {
  background-color: #1DA1F2;
}
.p-footer__privacy {
  font-size: 0.85rem;
  color: #333333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.5;
  display: inline-block;
  margin-left: 50px;
}
@media (max-width: 800px) {
  .p-footer__privacy {
    display: block;
    margin: 15px auto 0;
    text-align: center;
  }
}
.p-footer__privacy:hover {
  opacity: 0.7;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */