.contact {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 100px;
  }
}
.contact__back {
  position: absolute;
  z-index: -1;
  display: block;
}
.contact__back.top {
  width: 90px;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .contact__back.top {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .contact__back.top {
    width: 50px;
    top: -5%;
  }
}
.contact__back.bottom {
  right: 0px;
  width: 140px;
  top: 70%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .contact__back.bottom {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contact__back.bottom {
    width: 70px;
    top: 80%;
  }
}
.contact__back img {
  display: block;
  width: 100%;
}
.contact__description {
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__description {
    font-size: 1.4rem;
  }
}
.contact table {
  table-layout: fixed;
  max-width: 800px;
  width: calc(100% - 100px);
  margin: 60px auto 50px;
}
@media screen and (max-width: 768px) {
  .contact table {
    margin: 40px auto 64px;
    width: calc(100% - 40px);
  }
}
.contact table th {
  width: 36.25%;
  padding-top: 10px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact table th {
    display: block;
    width: 100%;
  }
}
.contact table th label {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact table th label {
    font-size: 1.4rem;
  }
}
.contact table th span {
  color: #FF0000;
  margin-left: 4px;
}
.contact table td {
  padding-top: 10px;
  width: 63.75%;
}
@media screen and (max-width: 768px) {
  .contact table td {
    display: block;
    width: 100%;
  }
}
.contact__link-text {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 100px;
}
.contact__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__list__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
}
.contact__list__item__link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #DABAAE;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.contact__list__item__link.line {
  font-size: 1.2rem;
}
.contact__list__item__link.minimo {
  font-size: 1rem;
}
.contact__list__item__link img {
  width: 31.06px;
  display: block;
}