.header {
  height: 62px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 19px 25px 15px 25px;
}

.header__logo img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.header__contact, .header__services {
  float: right;
  height: 22px;
  margin-left: 30px;
  font-family: Arial;
  font-size: 14px;
  color: #262626;
}

.top {
  position: relative;
}

.top__img {
  width: 100%;
  height: 463px;
}

.top__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 320px;
  transform: translate(-50%,-50%);
}

hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #000000;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.catchcopy {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.53);
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
  color: #3e3e3e;
  margin-top: 46px;
}

.catchcopy-sub {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.53);
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
  color: #3e3e3e;
  margin: 13px 0 62px 0;
}

.headline-jp {
  height: 30px;
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
  color: #7c7c7c;
  padding-left: 14px;
  margin-bottom: 0;
  border-left: solid 3px #7c7c7c;
}

.headline-en {
  opacity: 0.2;
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 38px;
  font-weight: 800;
  color: #7c7c7c;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  margin-bottom: 54px;
}

.description {
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 16px;
  font-weight: 800;
  color: #3e3e3e;
  margin-top: 8px;
  margin-bottom: 34px;
}

.services {
  margin: 80px 0;
  text-align: center;
}

.services__content {
  padding: 20px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
}

.services__img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.services__title {
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
  color: #5a5a5a;

  margin-top: 14px;
}

.services__border {
  width: 70%;
  height: 1px;
  background: #000000;
  margin: auto;
  margin-top: 20px;
}

.services__body {
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.67;
  color: #5a5a5a;
  margin-top: 20px;
}

.staff__cell {
  padding: 0 24px;
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
}

.staff__container {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
}

.staff__body {
  padding: 16px 20px;
}

.staff__img {
  position: relative;
  width: 100%;
}
.staff__img:before {
  content:"";
  display: block;
  padding-top: 100%;
}
.staff__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.staff__position {
  font-family: ToppanBunkyuMidashiGothicStdN-ExtraBold;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
}

.staff__name {
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 16px;
  width: 50%;
  line-height: 20px;
  color: #3e3e3e;
  margin-top: 8px;
  border-bottom: solid 2px #ff6c00;
}

.staff__comment {
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  color: #5a5a5a;
  margin-top: 14px;
}

.news {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  margin-bottom: 80px;
}

.news__backgroundimage {
  width: 100%;
  height: 100%;
}

.news__box {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.news__content {
  padding: 20px 10px;
}

.news__content + .news__content {
  border-top: solid 1px rgba(0, 0, 0, 0.5);
}

.news__date {
  font-family: ToppanBunkyuMinchoPr6N-Regular;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #3e3e3e;
  margin: 0 80px;
}

.news__label {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff9300;
  padding: 2px 40px;
  font-family: ToppanBunkyuGothicPr6N-DB;
  font-size: 16px;
  color: #ffffff;
}

.news__title {
  display: inline-block;
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 16px;
  font-weight: 800;
  color: #3e3e3e;
  margin-left: 20px;
  margin-right: 60px;
}

.works__image {
  width: 60%;
  text-align: center;
  margin: 30px auto 40px;
  position: relative;
}

.works__image img {
  width: 100%;
  object-fit: contain;
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
}

.works__read-more {
  font-family: ToppanBunkyuMidashiGothicStdN-ExtraBold;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.72;
  color: #030303;
  position: absolute;
  right: -30px;
  bottom: 28px;
}

.works__read-more-border {
  width: 200px;
  height: 8px;
  background-color: #6a6a6a;
  position: absolute;
  right: -30px;
  bottom: 16px;
}

.works__description {
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: #3e3e3e;
  margin-bottom: 40px;
}

.contact__message {
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: #3e3e3e;
  margin: 80px 0 50px;
}

.contact__image {
  text-align: center;
  margin-bottom: 40px;
}

.contact__image img {
  width: 100px;
  height: 100px;
}

.contact__form {
  width: 40%;
  margin: 0 auto 60px;
}

.contact__form-input input {
  width: 100%;
  height: 32px;
  border: solid 1px #484848;
  margin-bottom: 20px;
  padding: 0 12px;
}

.contact__form-input input::placeholder {
  font-family: Arial;
  font-size: 12px;
  line-height: 32px;
  color: #c9c9c9;
}

.contact__form-input textarea {
  width: 100%;
  height: 120px;
  border: solid 0.5px #484848;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 0 12px;
}

.contact__form-input textarea::placeholder {
  font-family: Arial;
  font-size: 12px;
  line-height: 32px;
  color: #c9c9c9;
}

.contact__form-submit {
  text-align: right;
}

.contact__form-submit input {
  width: 106px;
  height: 42px;
  border-radius: 6px;
  background-color: #484848;
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.72;
  text-align: center;
  color: #ffffff;
}

.footer {
  background-color: #3b3b3b;
  color: #ffffff;
  padding: 56px 0;
  font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold;
  font-size: 16px;
  font-weight: 800;
}

.footer__info {
  margin-bottom: 20px;
  color: white;
}

.footer__services {
  margin-bottom: 4px;
}

.footer__logo {
  height: 100%;
  width: 180px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copyright {
  height: 42px;
  font-family: ToppanBunkyuMidashiGothicStdN-ExtraBold;
  font-size: 16px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  color: #3e3e3e;
}

@media screen and (min-width:481px) {
  .header__logo {
    float: left;
    height: 22px;
  }

  .header__button {
    display: none;
  }

  .services__content + .services__content {
    margin-left: 64px;
  }

  .news__box {
    min-width: 820px;
  }

  .footer {
    height: 400px;
  }

  .footer__container {
    overflow: hidden;
  }
  .footer__content {
    float: left;
    width: 350px;
  }

  .footer__content {
    width: 350px;
  }

  .footer__logo {
    height: 100%;
    width: 180px;
    float: right;
  }

  #inline-recaptcha {
    float: left;
  }
}

@media screen and (max-width:480px) {
  .header {
    padding: 22px 16px;
  }

  .header__services {
    display: none;
  }

  .header__contact {
    height: 40px;
  }

  .header__logo {
    height: 22px;
    float: left;
  }

  .header__button {
    float: right;
  }

  .catchcopy {
    font-size: 22px;
  }

  .catchcopy-sub {
    font-size: 16px;
  }


  .top__img {
    height: 320px;
  }

  .top__logo {
    height: 200px;
  }

  .headline-jp {
    font-size: 20px;
    line-height: 26px;
  }

  .headline-en {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
  }

  .description {
    font-size: 13px;
    text-align: center;
  }

  .services {
    margin: 30px 0;
  }

  .services__title {
    font-size: 18px;
  }

  .services__content {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .staff {
    padding: 0;
  }

  .works__image {
    width: 100%;
  }

  .works__read-more {
    display: none;
  }

  .works__read-more-border {
    display: none;
  }

  .news__backgroundimage {
    height: 200px;
  }

  .news__box {
    width: calc(100% - 32px);
  }

  .news__content {
    padding: 4px 6px;
  }

  .news__content + .news__content {
    border-top: solid 1px rgba(0, 0, 0, 0.5);
  }

  .news__date {
    font-size: 12px;
    margin: 0px;
  }

  .news__label {
    padding: 0 4px;
    font-size: 12px;
  }

  .news__title {
    font-size: 14px;
    margin: 4px 0;
    display: block;
  }

  .contact__message {
    margin: 40px 0 20px;
    font-size: 12px;
  }

  .contact__form {
    width: 80%;
  }

  .contact__form-submit {
    margin-top: 8px;
    text-align: center;
  }

  .copyright {
    font-size: 12px;
  }

  .footer {
    padding: 20px 0;
    font-size: 14px;
  }

  .footer__logo {
    margin: 0 auto 20px;
    height: 120px;
  }

  .footer__info {
    margin-bottom: 14px;
  }

  .footer__content + .footer__content {
    margin-top: 50px;
  }
}
