@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=========*/
/* contact */
/*=========*/
.contact .title-area {
  background: url(/images/contact/heading_bg01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .contact .title-area {
    background: url(/images/contact/heading_bg01_sp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.contact .list-contact01 .inner {
  height: 100%;
}
@media (max-width: 1023px) {
  .contact .list-contact01 .inner {
    padding: 24px 16px;
  }
}
.contact .list-contact01 .heading02 {
  margin-top: 0;
}
.contact .list-contact01 figure {
  text-align: center;
}
@media (max-width: 1023px) {
  .contact .list-contact01 figure {
    max-width: 64px;
    margin: 0 auto;
  }
}
.contact .list-contact01 .mail-txt {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .contact .list-contact01 .mail-txt {
    margin-top: 16px;
  }
}
.contact .list-contact01 .mail-txt a {
  display: block;
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .contact .list-contact01 .mail-txt a {
    font-size: 18px;
    text-align: center;
  }
}
.contact .list-contact01 .tel-txt {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .contact .list-contact01 .tel-txt {
    margin-top: 16px;
  }
}
.contact .list-contact01 .tel-txt a {
  display: block;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .contact .list-contact01 .tel-txt a {
    font-size: 28px;
  }
}
.contact .data-contact {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 64px 0;
  border-radius: 64px;
  background-color: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .contact .data-contact {
    display: block;
    margin: 32px 0;
    border-radius: 8px;
  }
}
.contact .data-contact dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 16px;
  background-color: #DB4B83;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .data-contact dt {
    width: 100%;
    font-size: 18px;
    padding: 8px;
  }
}
.contact .data-contact dd {
  width: 70%;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .contact .data-contact dd {
    width: 100%;
    padding: 8px 16px;
    font-size: 12px;
  }
}
.contact .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 2px solid #000;
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 24px;
  text-decoration: none;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact .btn {
    font-size: 16px;
  }
}
.contact .btn img {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .contact .btn img {
    width: 24px;
    margin-right: 8px;
  }
}
.contact .btn:hover {
  box-shadow: none;
}
.contact .btn.color01 {
  border-color: #76CECE;
  color: #76CECE;
}
.contact .btn.color02 {
  border-color: #F280A6;
  color: #F280A6;
}
.contact .link-txt {
  position: relative;
  padding-left: 1em;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .contact .link-txt {
    margin-top: 8px;
  }
}
.contact .link-txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0.8em;
  left: 0;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #DB4B83;
}
.contact .link-txt a {
  color: #333;
}
.contact .link-txt a:hover {
  color: #DB4B83;
}
.contact .list-btn {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .contact .list-btn {
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=contact.css.map */
