@charset "UTF-8";
/*共通*/
.c-btn-contact {
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #231F20;
}
.c-btn-contact:hover {
  opacity: 0.7;
}

.c-btn-creator {
  margin: 20px 0 0;
  display: inline-block;
}
.c-btn-creator span {
  padding-right: 10px;
}

a {
  word-break: break-all;
}

/*footer*/
.l-footer {
  background-color: #EEEEEE;
}
.l-footer__inner {
  text-align: center;
  padding: 60px 0;
}
.l-footer__text {
  padding-bottom: 42px;
}
.l-footer__text h4 {
  font-size: 20px;
  margin-bottom: 27px;
  font-weight: 500;
}
.l-footer .c-btn-acy {
  font-size: 22px;
}
.l-footer .c-btn-acy span {
  padding-right: 20px;
}

/*specialty*/
.specialty #entry ul.entry li .box {
  padding: 20px 0 20px 20px;
}

/*job*/
.u-box__btn {
  margin: 0 auto 20px;
}