@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fffff2;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* v-cloak処理 */
[v-cloak] {
  display: none;
}

/* ======================================================= */
/* custom css */
/* ======================================================= */
/* inner-wrapper */
.inner-wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .inner-wrapper {
    max-width: 1280px;
    width: 90%;
  }
}

.on768 {
  display: block;
}

@media screen and (min-width: 768px) {
  .on768 {
    display: none;
  }
}

/* ======================================================= */
/* FV */
.wrapper-fv {
  width: 100%;
}

.container-fv {
  position: relative;
  z-index: 0;
}

.fv-ribbon {
  position: absolute;
  bottom: 10vw;
  left: -2%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .fv-ribbon {
    bottom: 40%;
    left: -15px;
  }
}

@media screen and (min-width: 1440px) {
  .fv-ribbon {
    bottom: 35%;
  }
}

.fv-ribbon img {
  width: clamp(90px, 27.3vw, 210px);
  height: auto;
}

@media screen and (min-width: 768px) {
  .fv-ribbon img {
    width: clamp(185px, 24.3vw, 350px);
  }
}

.txt-main {
  position: absolute;
  bottom: -23vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .txt-main {
    bottom: -5%;
  }
}

@media screen and (min-width: 1440px) {
  .txt-main {
    bottom: 5px;
  }
}

.txt-main img {
  width: clamp(270px, 85vw, 635px);
  height: auto;
}

@media screen and (min-width: 768px) {
  .txt-main img {
    width: clamp(530px, 69.4vw, 1000px);
  }
}

/* ======================================================= */
/* DATE */
.container-date {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  width: 80%;
  margin: 26vw auto 50px;
  background-color: #009d73;
  border-radius: 50px;
  padding: 5px 0;
  position: relative;
  box-shadow: 4px 4px 8px rgba(128, 128, 128, 0.65);
}

@media screen and (min-width: 768px) {
  .container-date {
    margin: 60px auto 100px;
    border-radius: 80px;
    padding: 20px 0;
  }
}

.date-head {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  height: 80%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .date-head {
    left: 10px;
  }
}

.container-date p {
  font-size: clamp(1rem, 3.9vw, 3rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
}

.container-date p:first-of-type {
  color: #009d73;
  font-size: clamp(0.875rem, 2.5vw, 2rem);
  font-weight: bold;
}

.container-date p span {
  font-size: 1.5em;
  font-weight: 900;
  padding: 0 2px;
}

@media screen and (min-width: 768px) {
  .container-date p span {
    padding: 0 5px;
  }
}

.container-date img {
  position: absolute;
  top: -30%;
  right: -5%;
  width: clamp(70px, 16.75vw, 240px);
  height: clamp(40px, 9.7vw, 139px);
}

@media screen and (min-width: 768px) {
  .container-date img {
    top: -25px;
  }
}

/* ======================================================= */
/* lead */
.wrapper-bg-yellow {
  width: 100%;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 242, 0.9) 0%,
      rgba(255, 255, 223, 0.6) 5%,
      rgba(255, 255, 177, 0.3) 10%,
      rgba(255, 255, 223, 0.6) 95%,
      rgba(255, 255, 242, 0.9) 100%
    ),
    url(../images/bg-yellow.webp);
  background-repeat: no-repeat, repeat-y;
  background-position:
    center top,
    center top;
  background-size: cover, contain;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .wrapper-bg-yellow {
    padding: 80px 0;
  }
}

.container-lead {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 45px;
  padding: 30px 0;
  box-shadow: 4px 4px 8px rgba(128, 128, 128, 0.65);
}

@media screen and (min-width: 768px) {
  .container-lead {
    padding: 50px 0;
  }
}

.container-lead h2 {
  font-size: clamp(1.25rem, 3.125vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #666;
  margin-bottom: 20px;
}

.container-lead h2 span {
  font-size: 1.15em;
  font-weight: 900;
  color: #00cbbb;
}

.lead-list {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}

.lead-list li {
  font-size: clamp(1rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  background: url(../images/under_wave.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lead-list li {
    line-height: 1.8;
    padding-left: 45px;
    background-size: 30px;
  }
}

.lead-list li::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/ico_lead01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(20px, 3.33vw, 35px);
  height: clamp(20px, 3.33vw, 35px);
}

@media screen and (min-width: 540px) {
  .lead-list li::before {
    top: 45%;
  }
}

.container-lead p {
  font-size: clamp(1.125rem, 3.125vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #666;
  width: 90%;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .container-lead p {
    margin: 50px auto 0;
  }
}

.container-lead p span {
  font-size: 1.15em;
  font-weight: 900;
  line-height: 1.5;
  color: #f15a24;
}

/* ======================================================= */
/* event */
.wrapper-event {
  width: 100%;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .wrapper-event {
    padding: 80px 0;
  }
}

.event-head {
  text-align: center;
}

.event-head h2 {
  font-size: clamp(1.5rem, 4.375vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #f15a24;
  position: relative;
  display: inline-block;
}

.wrapper-event h2::before,
.wrapper-event h2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(20px, 4.22vw, 54px);
  height: clamp(20px, 4.22vw, 54px);
}

.wrapper-event h2::before {
  background-image: url(../images/ico_event-head_l.webp);
  left: -15%;
}

.wrapper-event h2::after {
  background-image: url(../images/ico_event-head_r.webp);
  right: -15%;
}

.container-event {
  max-width: 1140px;
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 6.25vw, 80px);
}

@media screen and (min-width: 768px) {
  .container-event {
    width: 90%;
    margin: 50px 0 0 auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: clamp(50px, 6.25vw, 80px);
  }
}

@media screen and (min-width: 1150px) {
  .container-event {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .container-event {
    margin: 50px auto;
  }
}

.event-contents {
  width: 90%;
  margin: 0 auto;
}

.event-contents ul li {
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-left: clamp(30px, 6.5vw, 50px);
}

@media screen and (min-width: 768px) {
  .event-contents ul li {
    font-size: clamp(1rem, 2.5vw, 2rem);
    padding-left: clamp(30px, 3.9vw, 50px);
  }
}

.event-contents ul li span {
  font-size: 0.6875em;
}

.event-contents ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/ico_event-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(24px, 5.14vw, 35px);
  height: clamp(24px, 5.14vw, 35px);
}

@media screen and (min-width: 768px) {
  .event-contents ul li::before {
    width: clamp(20px, 2.96vw, 38px);
    height: clamp(20px, 2.96vw, 38px);
  }
}

.event-contents ul li:nth-of-type(1)::before,
.event-contents ul li:nth-of-type(2)::before {
  top: 30%;
}

.event-contents div {
  background-color: #fff;
  border: 2px solid #ec6c0e;
  padding: 10px 25px;
  margin-top: 30px;
  text-align: center;
}

.event-contents div p {
  font-size: clamp(0.875rem, 4vw, 1.125rem);
  font-weight: normal;
  color: #7f5e4c;
}

@media screen and (min-width: 768px) {
  .event-contents div p {
    font-size: clamp(0.875rem, 1.41vw, 1.125rem);
  }
}

.event-contents div p span {
  font-size: 1.33em;
  color: #f15a24;
  padding-right: 10px;
}

.event-img {
  text-align: center;
  flex-shrink: 0;
}

.event-img img {
  max-width: 560px;
  width: 95%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .event-img img {
    width: clamp(340px, 43.75vw, 560px);
    height: clamp(216px, 28.125vw, 360px);
  }
}

/* ================================================================== */
/* section-line */
.section-line {
  height: 8px;
}

.right {
  width: 50%;
  margin: 0 0 0 auto;
  background: #fbb03b;
}

.left {
  width: 70%;
  margin: 0 auto 0 0;
  background: #fbb03b;
}

/* ================================================================== */
/* realize */
.wrapper-realize {
  width: 100%;
  padding: 25px 0;
}

@media screen and (min-width: 768px) {
  .wrapper-rezlize {
    padding: 50px 0;
  }
}

.realize-head h2 {
  font-size: clamp(1.25rem, 3.43vw, 2.75rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #666;
  text-align: center;
}

.realize-head h2 span {
  font-size: 1.35em;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #009d73;
}

.container-realize {
  max-width: 1140px;
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 6.25vw, 80px);
}

@media screen and (min-width: 768px) {
  .container-realize {
    width: 90%;
    margin: 50px auto 0 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: clamp(30px, 5vw, 80px);
  }
}

@media screen and (min-width: 1150px) {
  .container-realize {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .container-realize {
    margin: 50px auto;
  }
}

.realize-contents {
  width: 90%;
  margin: 0 auto;
}

.realize-contents ul li {
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-left: clamp(30px, 6.5vw, 50px);
}

@media screen and (min-width: 768px) {
  .realize-contents ul li {
    font-size: clamp(1rem, 2.5vw, 2rem);
    padding-left: clamp(30px, 3.9vw, 50px);
  }
}

.realize-contents ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/ico_realize-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(24px, 5.14vw, 35px);
  height: clamp(24px, 5.14vw, 35px);
}

@media screen and (min-width: 768px) {
  .realize-contents ul li::before {
    width: clamp(20px, 2.96vw, 38px);
    height: clamp(20px, 2.96vw, 38px);
  }
}

.realize-contents ul li:nth-of-type(2)::before {
  top: 30%;
}

.spacer {
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .spacer {
    height: 80px;
  }
}

/* ================================================================== */
/* information */
.container-info {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 45px;
  padding: 30px 0;
  box-shadow: 4px 4px 8px rgba(128, 128, 128, 0.65);
}

@media screen and (min-width: 768px) {
  .container-info {
    padding: 50px 0;
  }
}

.info-contents {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .info-contents {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(36px, 3.69vw, 60px);
  }
}

.table div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .table div {
    gap: 15px;
    margin-bottom: 15px;
  }
}

.info-contents .table h4 {
  min-width: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #009d73;
  color: #fff;
  font-size: clamp(0.875rem, 3.26vw, 1rem);
  font-weight: normal;
  padding: 2px 8px;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .info-contents .table h4 {
    min-width: 114px;
    font-size: 1.25rem;
    padding: 4px 17px;
    border-radius: 30px;
  }
}

.info-contents .table p {
  font-size: clamp(0.875rem, 3.26vw, 1.25rem);
  font-weight: 600;
  color: #333;
  text-align: left;
}

.map iframe {
  width: clamp(300px, 80vw, 440px);
  height: 330px;
}

@media screen and (min-width: 540px) {
  .map iframe {
    width: 440px;
  }
}

.contact {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .contact {
    margin-top: 55px;
  }
}

.contact p {
  font-size: clamp(0.875rem, 4vw, 1.125rem);
  font-weight: normal;
  color: #4d4d4d;
}

.contact p a {
  font-size: clamp(1.125rem, 5vw, 1.75rem);
  font-weight: bold;
  color: #4d4d4d;
  padding-left: 5px;
}

/* ======================================================= */
/* tel-icon */
.before-tel-icon::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background-image: url(../images/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: center;
  padding-right: 5px;
}

/* ======================================================= */
/* cta-btn */
.cta-btn {
  min-height: 100px;
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cta-btn {
    margin: 80px auto 0;
  }
}

.cta-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 700px;
  height: 60px;
  margin: 0 auto;
  background-color: #f7931e;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(128, 128, 128, 0.65);
  position: relative;
}

@media screen and (min-width: 768px) {
  .cta-btn a {
    width: 70%;
    height: 100px;
  }
}

.cta-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../images/ico_arrow.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .cta-btn a::after {
    width: 40px;
    height: 40px;
  }
}

.cta-btn a p {
  font-size: clamp(1.125rem, 3.28vw, 2.625rem);
  font-weight: bold;
  color: #fff;
}

/* ======================================================= */
/* hover animation */
.cta-btn a {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform, box-shadow;
}

.cta-btn a:hover:active {
  transform: translateY(-2px) scale(0.95);
}

@media (hover: hover) {
  .cta-btn a:hover {
    background-color: #ffab4b;
    transform: translateY(-5px) scale(1);
    box-shadow: 10px 10px 15px #808080;
  }
}

/* ======================================================= */
/* recommend */
.recommend-head h2 span {
  color: #f15a24;
  font-style: italic;
}

.recommend-contents {
  width: 90%;
  min-width: clamp(200px, 41vw, 530px);
  margin: 0 auto;
}

.recommend-contents ul li {
  font-size: clamp(1.125rem, 3.6vw, 1.75rem);
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-left: clamp(30px, 6.5vw, 50px);
}

@media screen and (min-width: 768px) {
  .recommend-contents ul li {
    font-size: clamp(1rem, 2.18vw, 1.75rem);
    padding-left: clamp(30px, 3.9vw, 50px);
  }
}

.recommend-contents ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/ico_recommend-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(24px, 5.14vw, 35px);
  height: clamp(24px, 5.14vw, 35px);
}

@media screen and (min-width: 768px) {
  .recommend-contents ul li::before {
    width: clamp(20px, 2.96vw, 38px);
    height: clamp(20px, 2.96vw, 38px);
  }
}

.recommend-contents ul li:last-of-type::before {
  top: 30%;
}

/* ================================================================== */
/* query */
.container-query {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 45px;
  padding: 20px 0;
  box-shadow: 4px 4px 8px rgba(128, 128, 128, 0.65);
}

@media screen and (min-width: 768px) {
  .container-query {
    padding: 50px 0;
  }
}

.container-query h2 {
  font-size: clamp(1.5rem, 4.375vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #009d73;
  position: relative;
  display: inline-block;
}

.container-query h2::before,
.container-query h2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(20px, 4.22vw, 54px);
  height: clamp(20px, 4.22vw, 54px);
}

.container-query h2::before {
  background-image: url(../images/ico_query-head_l.webp);
  left: -20%;
}

.container-query h2::after {
  background-image: url(../images/ico_query-head_r.webp);
  right: -20%;
}

.container-query > div {
  width: 95%;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .container-query > div {
    width: 90%;
    margin: 40px auto;
  }
}

.query-contents div {
  border: 2px solid #00cbbb;
  border-radius: 10px;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .query-contents div {
    margin-bottom: 12px;
  }
}

.query-contents p {
  width: 95%;
  margin: 0 auto;
  font-size: clamp(0.875rem, 3.25vw, 1.375rem);
  font-weight: normal;
  color: #4d4d4d;
  padding: 8px 0 8px 25px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .query-contents p {
    padding: 10px 0 10px 35px;
  }
}

.query-contents p:nth-of-type(even) {
  font-weight: bold;
  color: #f15a24;
}

/* query Q&A icon */
.img-question,
.img-answer {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center left;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .img-question,
  .img-answer {
    background-size: 20px 20px;
    padding-left: 25px;
  }
}

/* img-answerの高さによる */
.is-tall {
  background-position: top 10px left;
}

@media screen and (min-width: 768px) {
  .is-tall {
    background-position: top 15px left;
  }
}

.img-question {
  background-image: url(../images/ico_q.svg);
  position: relative;
}

.img-answer {
  background-image: url(../images/ico_a.svg);
}

/* query dashed line */
.target::after {
  content: '';
  display: block;
  width: var(--underline-width, 100%);
  border-bottom: 2px dashed #00cbbb;
  position: absolute;
  bottom: -5px;
  left: -2.8%;
}

@media screen and (max-width: 768px) {
  .target::after {
    left: -3.1%;
  }
}

/* ================================================================== */
/* cta-wrapper */
.cta-wrapper {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .cta-wrapper {
    padding-bottom: 80px;
  }
}

.cta-container {
  margin: 30px auto 0;
  text-align: center;
}

.cta-container h2 img {
  max-width: 1000px;
  margin: 0 auto;
}

.cta-container p {
  font-size: clamp(1rem, 2.65vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #4d4d4d;
  text-align: center;
}

/* ======================================================= */
/* tel */
@media screen and (min-width: 768px) {
  /* 電話番号　スマホのみ */
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ======================================================= */
/* btn-top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: transform 0.3s ease;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .btn-top {
    bottom: 50px;
    right: 20px;
  }
}

.btn-top a {
  transition: opacity 0.3s ease;
}

.btn-top a:hover:active {
  transform: translateY(-2px) scale(0.95);
}

@media (hover: hover) {
  .btn-top:hover {
    transform: translateY(-5px) scale(1);
  }

  .btn-top a:hover {
    opacity: 0.9;
  }
}

.btn-top a img {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .btn-top a img {
    width: 80px;
    height: 80px;
  }
}

/* ======================================================= */
/* footer */
.wrapper-footer {
  background-color: #fff;
}

.container-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 32px 0 20px;
}

@media screen and (min-width: 768px) {
  .container-footer {
    gap: 40px;
    padding: 80px 0 60px;
  }
}

.container-footer img {
  width: clamp(150px, 42.85vw, 300px);
}

@media screen and (min-width: 768px) {
  .container-footer img {
    width: 500px;
  }
}

.container-footer div a {
  font-size: clamp(1rem, 2.19vw, 1.75rem);
  font-weight: bold;
  color: #4d4d4d;
}

.container-footer div p {
  font-size: 0.875rem;
  font-weight: normal;
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .container-footer div p {
    font-size: 1rem;
  }
}

.wrapper-footer > a {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #4d4d4d;
  text-align: center;
  padding-bottom: 8px;
}

.footer-bottom {
  width: 100%;
  background-color: #4d4d4d;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  padding: 12px 0;
  text-align: center;
}
