@charset "UTF-8";
/***********************
   基本サイズ
***********************/
.logo-ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.53125;
}

.logo-ttl {
  font-family: nimbus-sans, sans-serif;
  font-style: normal;
}

/* =============================================================================


     contact


============================================================================= */
.logo-txt {
  font-size: 2.4rem;
  margin-top: 50px;
  text-align: center;
}

.logo-ttl {
  color: #00a283;
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}

.logo-ttl span {
  font-size: 4rem;
}

.contact-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.contact-logo {
  margin-bottom: 40px;
}

.contact-info {
  font-size: 1.8rem;
}

.contact-btn {
  margin-top: 40px;
}

.contact-btn .btn {
  position: relative;
}

.contact-btn .btn:before {
  background: url(../images/common/blank_icon_hv.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  width: 20px;
}

.contact-btn .btn:hover:before {
  background: url(../images/common/blank_icon.svg);
}

.contact-txt {
  margin-top: 100px;
}

.contact-banner {
  margin-top: 30px;
  width: 240px;
}

.contact-banner a {
  display: block;
  transition: 0.2s;
}

.contact-banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px){
  .logo-txt {
    font-size: 1.8rem;
  }
  .logo-ttl {
    font-size: 2.8rem;
  }
  .logo-ttl span {
    font-size: 3.4rem;
  }
  .contact-flex {
    flex-direction: column;
    margin-top: 0;
  }
  .contact-item {
    margin-top: 60px;
    width: 100%;
  }
  .contact-logo {
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .contact-logo img {
    margin: auto;
    width: 80%;
  }
  .contact-info {
    font-size: 1.6rem;
  }
}


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