@charset "utf-8";

/* ==========================================================================
  contact
  ========================================================================== */
.contact {
}
.contact .container {
}
.contact .sectionTtl {
}
.contact .linkArea {
}
.contact .btnLink {
}
.contact .telArea {
}
.contact .telArea .txt {
  display: block;
  line-height: 1;
}
.contact .telArea .tel {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.contact .telArea .tel .ico {
}
.contact .telArea .name {
  display: block;
  line-height: 1;
}

.contact .boxContainer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}
.contact .half {
  width: 50%;
}
.contact .half .note {
  margin: 20px 0 60px;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.contact .half .note p {
  margin: 0;
}
.contact .half .email {
  width: 223px;
  margin: 0;
}
.contact .half .email img {
  width: 100%;
  height: auto;
}
.contact .boxItem {
  padding: 40px;
  border: 3px solid #b3b3b3;
  box-sizing: border-box;
}
.contact .boxItem h3 {
  margin: 0 0 32px;
  font-size: 30px;
  letter-spacing: 0.12em;
  font-weight: 100;
  text-align: center;
}
.contact .boxItem .hr {
  height: 1px;
  background: #b3b3b3;
}
.contact .boxItem .text {
  margin: 30px 0 40px;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.contact .boxItem .linkArea {
  display: flex;
  justify-content: space-between;
}
.contact .boxItem .linkArea.center {
  justify-content: center;
}
.contact .telArea .txt {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.contact .telArea .tel {
  margin-bottom: 10px;
  font-size: 2.8rem;
}
.contact .telArea .tel .ico {
  margin-right: 2px;
  font-size: 1.2rem;
}
.contact .telArea .name {
  font-size: 1.5rem;
}
.contact .otherText {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
.contact .otherText a {
  color: #ff456a;
  text-decoration: underline;
}
.contact .otherText a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4wMDYiIGhlaWdodD0iMTIuMDA1IiB2aWV3Qm94PSIwIDAgMTIuMDA2IDEyLjAwNSI+IDxwYXRoIGlkPSIiIGRhdGEtbmFtZT0iIiBkPSJNMTY3NDgsNjc1N2gtNHYtMWg0di0xMGgtMTB2NGgtMXYtNUgxNjc0OXYxMlptLTEwLjU4NC0xLjEwNSwyLjktMi45SDE2NzM4di0xaDR2NGgtMXYtMi4yNzRsLTIuODgzLDIuODgzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2NzM2Ljk5OCAtNjc0NC45OTgpIiBmaWxsPSIjZmY0NTZhIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact {
  }
  .contact .container {
  }
  .contact .sectionTtl {
    margin-bottom: 20px;
  }
  .contact .btnLink {
    width: 70%;
    margin: 0 auto 16px;
  }
  .contact .telArea {
  }
  .contact .telArea .txt {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .contact .telArea .tel {
    margin-bottom: 10px;
    font-size: 2.7rem;
  }
  .contact .telArea .tel .ico {
    margin-right: 3px;
    font-size: 1.5rem;
  }
  .contact .telArea .name {
    font-size: 1.2rem;
  }
  .contact .boxContainer {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .contact .half {
    width: 100%;
  }
  .contact .half .note {
    margin: 10px 0 10px;
    font-size: 11px;
  }
  .contact .half .email {
    width: 157px;
    margin: 0;
  }
  .contact .boxItem {
    padding: 24px;
    border: 2px solid #b3b3b3;
  }
  .contact .boxItem h3 {
    margin: 0 0 18px;
    font-size: 20px;
  }
  .contact .boxItem .hr {
    height: 1px;
    background: #b3b3b3;
  }
  .contact .boxItem .text {
    margin: 20px 0 20px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .contact .boxItem .linkArea {
    flex-direction: column;
    align-items: center;
  }
  .contact .otherText {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px) {
  .contact {
  }
  .contact .container {
  }
  .contact .sectionTtl {
    margin-bottom: 45px;
  }
  .contact .btnLink {
    width: 220px;
  }
}
