@charset "UTF-8";

body {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* common */

.pcnone {
  display: none;;
}

.section {
  padding: 120px 0;
}

.section-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.section-ttl-en {
  display: block;
  font-size: 18px;
  color: #D93334;
  margin-top: 24px;
  letter-spacing: 1px;
}

.content-width {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 670px) {
  .pcnone {
    display: block;
  }

  .content-width {
    padding: 0 20px;
  }

  .section-ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 670px) {
  .section {
    padding: 80px 0;
  }

  .section-ttl-en {
    margin-top: 16px;
  }
}


/* header */
.header {
  width: calc(100% - 120px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 999;
}

.header-logo img {
  height: 32px;
  width: auto;
  max-width: 100%;
}

.logo-sponser {
  display: inline-block;
  color: #000000;
}


@media screen and (max-width: 670px) {
  .header {
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}


/* mv */
.mv {
  position: relative;
}

.mv-all {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv-content {
  position: absolute;
  bottom: 260px;
  left: 40px;
  z-index: 10;
}

.mv-ttl {
  font-size: 40px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 20px;
}

.mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mv-item {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #d93334;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  vertical-align: middle;
  position: relative;
}

.mv-item + .mv-item {
  margin-left: 10px;
}

.mv-item-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.mv-copy {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
}

.mv-copy-span {
  padding-bottom: 3px;
  border-bottom: 2px solid #D93334;
}


.mv-bg-line {
  width: 70%;
  height: 720px;
  background: url(../img/mv-line.svg) center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mv-bg-img {
  width: 65%;
  height: 650px;
  background: url(../img/mv.jpg) 55% center / cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.mv-bg-img::before {
  content: "";
  width: 10%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1500px) {
  .mv-content {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mv-content {
    left: 100px;
  }

  .mv-bg-img {
    right: 0;
  }

  .mv-bg-img::before {
    content: "";
    width: 100%;
    background: #fff;
    opacity: 0.3;
  }

}

@media screen and (max-width: 670px) {
  .mv-content {
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
  }
  
  .mv-copy-span {
    font-size: 1.2rem;
  }

  .mv-ttl {
    font-size: 30px;
  }

  .mv-ttl {
    font-size: 24px;
  }

  .mv-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .mv-item {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
  
  .mv-copy {
    font-size: 24px;
  }

  .mv-bg-line {
    display: none;
  }

  .mv-bg-img {
    width: 100%;
    height: calc(100% - 200px);
    top: 0;
    left: 0;
  }

  .mv-bg-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
  }
}

@media screen and (max-width: 350px) {
  .mv-content {
    bottom: 50px;
  }

  .mv-ttl {
    font-size: 24px;
  }

  .mv-subcopy-en,
  .mv-copy {
    font-size: 14px;
  }
}

@media screen and (min-width: 1500px) {
  .mv-bg-img {
    width: 100%;
    height: 100vh;
    top: 0;
  }

  .mv-bg-img::before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.0) 100%);
  }

}


/* solve */
.solve {
  padding: 120px 0;
  text-align: center;
}

.solve-copy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
}

.solve-copy::before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/trouble-decoration.png) center / cover;
  position: absolute;
  top: -50px;
  left: 100px;
}

.solve-copy-red {
  color: #D93334;
}

.solve-list {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.solve-item {
  font-size: 24px;
  font-weight: bold;
  width: 400px;
  padding: 14px 40px;
  border-radius: 4px;
  color: #fff;
  background: #CE2314;
  margin-top: 30px;
}

.solve-item:nth-child(even) {
  margin-left: 20px;
}

.solve-ttl {
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}

.solve-img {
  width: 150px;
  margin-bottom: 18px;
}

.solve-txt {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.solve-answer {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-top: 60px;
  position: relative;
}

.solve-answer::before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/trouble-decoration.png) center / cover;
  position: absolute;
  top: -50px;
  right: 100px;
}

.solve-answer::after {
  content: url(../img/trouble-arrow.svg);
  position: absolute;
  bottom: -120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


@media screen and (max-width: 1024px) {
  .solve-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .solve-item {
    width: 42%;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    padding: 14px 20px;
  }
}

@media screen and (max-width: 670px) {
  .solve {
    padding: 120px 0;
  }
  
  .solve-copy::before {
    left: 0;
    opacity: 0.6;
  }

  .solve-list {
    -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;
  }

  .solve-item {
    width: 90%;
  }

  .solve-item:nth-child(even) {
    margin-left: 0;
  }

  .solve-copy-red {
    font-size: 20px;
  }

  .solve-txt {
    padding: 0;
  }

  .solve-answer {
    font-size: 20px;
  }

  .solve-answer::before {
    right: 0;
    opacity: 0.6;
  }

  .solve-answer::before {
    bottom: -100px;
  }
}

@media screen and (max-width: 350px) {
  .solve-copy::before {
    top: -100px;
  }

  .solve-item {
    width: 100%;
    white-space: nowrap;
  }

  .solve-answer::before {
    top: 50px;
  }
}


/* service */
.service {
  background: #F5F2F2;
  position: relative;
}

.service::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 37.5px 0 37.5px;
  border-color: #F5F2F2 transparent transparent transparent;
}

.service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-item {
  width: 30%;
  background: #fff;
  padding: 40px 35px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.service-num {
  width: 64px;
  line-height: 64px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #D93334;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-item-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.service-item-ttl::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #D93334;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 48px;
}

.service-img {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .service-item {
    width: 70%;
    margin: 0 auto;
  }

  .service-item + .service-item {
    margin-top: 80px;
  }
}

@media screen and (max-width: 670px) {
  .service-ttl {
    margin-bottom: 100px;
  }

  .service-item {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 350px) {
  .service-item {
    width: 100%;
  }
}


/* cv */
.cv {
  text-align: center;
  padding: 120px 0;
  background: -o-linear-gradient(rgba(96, 203, 211, 0.75), rgba(96, 203, 211, 0.75)),
  url(../img/cta.jpg);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 203, 211, 0.75)), to(rgba(96, 203, 211, 0.75))),
  url(../img/cta.jpg);
  background: linear-gradient(rgba(96, 203, 211, 0.75), rgba(96, 203, 211, 0.75)),
  url(../img/cta.jpg);
  background-size: cover;
  background-position: 0;
}

.cv-copy {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 1px;
}

.cv-txt {
  width: 500px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 1px;
}

.cv-btn {
  display: inline-block;
  padding: 15px 40px 15px 76px;
  margin-top: 40px;
  color: #60CBD3;
  background: #fff;
  border-radius: 44px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s color, 0.3s background;
  -o-transition: 0.3s color, 0.3s background;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  position: relative;
}

.cv-btn:hover  {
  opacity: 0.7;
}

.cv-btn::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/enty-icon-color.png) center / cover;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cv-price {
  margin-top: 15px;
  color: #fff;
}

@media screen and (max-width: 670px) {
  .cv-copy {
    padding: 0 20px;
  }

  .cv-txt {
    width: 70%;
  }
}


/* warning */
.warning {
  background-image: -o-linear-gradient(bottom, transparent 23px, #E5E5E5 24px), -o-linear-gradient(left,  transparent 23px, #E5E5E5 24px);
  background-image: linear-gradient(0deg, transparent 23px, #E5E5E5 24px), linear-gradient(90deg,  transparent 23px, #E5E5E5 24px);
  background-size: 24px 24px;
  background-color: #F5F2F2;
}

.warning-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.warning-item {
  width: 23%;
}

.warning-item-img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.warning-item-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}

.warning-txts {
  margin-top: 80px;
}

.warning-item-txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
}

.warning-txts-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.warning-txts-img {
  width: 25%;
}

.warning-txts-img + .warning-txts-img {
  margin-left: 60px;
}

.warning-txt {
  font-size: 18px;
  text-align: center;
  margin-top: 28px;
}

.warning-txt-bold {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}

.warning-txt-span {
  position: relative;
  z-index: 2;
}

.warning-txt-span::before {
  content: "";
  width: 90%;
  height: 10px;
  background: rgba(217, 51, 52, 0.6);
  position: absolute;
  left: 5%;
  bottom: -2px;
  z-index: -1;
}

.warning-trouble-container {
  max-width: 900px;
  margin: 80px auto 0;
}

.warning-trouble + .warning-trouble {
  margin-top: 80px;
}

.warning-trouble-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
}

.warning-trouble-ttl::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #D93334;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.warning-trouble-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.warning-trouble-img-wrapper > .warning-trouble-img {
  width: 50%;
  margin: 40px 0 0;
}

.warning-trouble-img + .warning-trouble-img {
  margin-left: 20px;
}

.warning-trouble-img {
  margin: 40px auto 0;
}

.warning-trouble-txt {
  line-height: 1.8;
  margin: 0 auto;
  margin-top: 16px;
}

.warning-txt-br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .warning-item {
    width: 46%;
    margin-top: 50px;
  }

  .warning-txts-img {
    width: 40%;
  }

  .warning-trouble-img-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .warning-trouble-img-wrapper > .warning-trouble-img {
    width: 60%;
  }
}

@media screen and (max-width: 670px) {
  .warning-item {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .warning-trouble-ttl {
    font-size: 24px;
  }

  .warning-trouble-txt {
    width: 80%;
  }

  .warning-txt-span {
    display: inline-block;
  }

  .warning-txts-img {
    width: 50%;
  }

  .warning-txts-img + .warning-txts-img {
      margin-left: 20px;
  }
}

@media screen and (max-width: 350px) {
  .warning-trouble-txt {
    width: 90%;
  }
}


/* case */
.case-width {
  max-width: 900px;
  margin: 0 auto;
}

.case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-item + .case-item {
  margin-top: 40px;
}

.case-img {
  width: 460px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-content {
  width: 45%;
  margin-left: 30px;
}

.case-ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #D93334;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-num {
  font-size: 14px;
  color: #fff;
  background: #d93334;
  padding: 10px 13px 10px 13px;
  border-radius: 4px;
  margin-right: 15px;
  font-weight: normal;
}

.case-txt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .case-width {
    max-width: 100%;
    margin: 0 50px;
  }

  .case-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .case-item + .case-item {
    margin-top: 70px;
  }

  .case-img {
    width: 100%;
  }

  .case-content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 670px) {
  .case-width {
    margin: 0 20px;
  }

  .case-txt {
    font-size: 16px;
  }
}


/* counseling */
.counseling {
  background: #F5F2F2;
  position: relative;
}

.counseling::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 37.5px 0 37.5px;
  border-color: #F5F2F2 transparent transparent transparent;
}

.counseling-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.counseling-item {
  width: 31%;
  position: relative;
}

.counseling-item::before {
  width: 60px;
  height: 60px;
  background:-o-linear-gradient(bottom right, transparent 50% , #D93334 50%);
  background:-webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent) , color-stop(50%, #D93334));
  background:linear-gradient(to top left, transparent 50% , #D93334 50%);
  padding: 5px 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.counseling-item:nth-child(1)::before {
  content: "1";
}
.counseling-item:nth-child(2)::before {
  content: "2";
}
.counseling-item:nth-child(3)::before {
  content: "3";
}

.counseling-item-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  position: relative;
  margin-top: 16px;
}

.counseling-item-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.counseling-img {
  width: 100%;
}

.counseling-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

.counseling-supple {
  margin-top: 60px;
  font-size: 14px;
}

.counseling-supple-txt + .counseling-supple-txt {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .counseling-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .counseling-item {
    width: 60%;
    margin: 0 auto;
  }

  .counseling-item + .counseling-item {
    margin-top: 60px;
  }

  .counseling-item br {
    display: none;
  }

  .counseling-supple {
    width: 80%;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 670px) {
  .counseling-item {
    width: 100%;
  }

  .counseling-supple-txt {
    font-size: 12px;
  }

  .counseling-supple {
    width: 100%;
  }
}

/* footer
-------------------------------- */
.link_arrow:before{
  margin-right: .2em;
  color: #333;
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  }

#footer{
  /* padding-top: 1rem; */
  text-align:center;
  }

#footer .button{
  margin:0 0 1rem;
  padding: 1rem 0;
}

#footer .privacy{
  padding: 1.5em 0;
  background: #f5f5f5;
}

#footer .privacy > a{
  display: inline-block;
  color: #4D4D4D;
  line-height: 1;
  padding: 0 1rem;
  text-decoration: none;
}

.copyright{
  margin: 0;
  color: #fff;
  background: #333;
  font-size: 75%;
  line-height: 1.6;
}

@media screen and (min-width: 38.74em) {
  #footer .button {
    max-width: 500px;
    margin: 0 auto 2.5rem;
    padding: 1.5rem 0;
  }

  .copyright{
    font-size: .75rem;
    padding: .8rem 0;
  }
  
}
@media screen and (max-width: 38.73em) {
  #footer .privacy > a{
    font-size: 75%;
    }
}