.m-footer {
  padding: 50px 0;
}
.m-footer .m-footer__copyright {
  display: block;
  padding-top: 30px;
  font-family: "din-2014", sans-serif;
  font-size: 11px;
  text-align: center;
}

.m-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  border-bottom-left-radius: 30px;
}
.m-header .m-header__logo {
  position: relative;
  z-index: 1000;
  width: 100px;
  padding: 15px 0;
}
.m-header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 85px 0px 0px;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.m-header__nav.is-active {
  visibility: visible;
  background: #fff;
  opacity: 1;
}
.m-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.m-header__nav-item {
  position: relative;
  width: 100%;
  margin: 0 25px;
  border-bottom: 1px solid #d3d3d3;
}
.m-header__nav-link {
  position: relative;
  display: block;
  padding: 18px 0;
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-size: 15px;
  color: #28292b;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}
.m-header__nav-link:hover {
  text-decoration: none;
}
.m-header__menu {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 10;
  display: block;
  width: 30px;
  height: 19px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s 0.4s;
  transform: translate(0%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.m-header__menu.is-active .m-header__menu__line--top {
  transform: translateY(8px) rotate(-45deg);
}
.m-header__menu.is-active .m-header__menu__line--middle {
  opacity: 0;
}
.m-header__menu.is-active .m-header__menu__line--bottom {
  transform: translateY(-8px) rotate(45deg);
}
.m-header__menu__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
}
.m-header__menu__line {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #000;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-header__menu__line--top {
  top: 0;
}
.m-header__menu__line--middle {
  top: 8px;
}
.m-header__menu__line--bottom {
  top: 16px;
}
input[type=button],
input[type=text],
input[type=submit],
input[type=image],
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.l-pagetitle {
  margin-bottom: 100px;
  background-color: #eee;
}

.m-pagetitle {
  padding: 100px 0 80px;
  font-family: "din-2014", sans-serif;
  font-size: 40px;
}

.c-breadcrumbs {
  padding-bottom: 20px;
  text-align: right;
}
.c-breadcrumbs .c-breadcrumbs__list {
  padding: 0;
  margin: 0;
}
.c-breadcrumbs .c-breadcrumbs__list a {
  color: #28292b;
  text-decoration: none;
}
.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item {
  display: inline;
  padding-right: 10px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  list-style: none;
}
.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item:not(:last-child)::after {
  margin-left: 10px;
  text-decoration: none;
  content: ">";
}

.c-tag {
  padding: 3px 10px;
  margin-right: 8px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  background-color: #28292b;
  border-radius: 20px;
}

.m-tax-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
.m-tax-tag__item.is-active {
  color: #fff;
  background-color: #28292b;
}
.m-tax-tag__link {
  display: block;
  padding: 5px 20px;
  margin: 0 5px;
  font-size: 13px;
  color: #28292b;
  text-decoration: none;
  border: 1px solid #28292b;
  border-radius: 50px;
  transition: 0.3s;
}
.m-tax-tag__link.is-active {
  color: #fff;
  background-color: #28292b;
}
.m-tax-tag__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #28292b;
  opacity: 1;
}

main {
  padding-bottom: 100px;
}

.m-heading {
  margin-bottom: 30px;
}
.m-heading__primary {
  font-family: "din-2014", sans-serif;
  font-size: 40px;
}

.m-top-news {
  padding-top: 100px;
}

.m-list-news__item {
  border-bottom: 1px solid #eee;
}
.m-list-news__item:first-child {
  border-top: 1px solid #eee;
}
.m-list-news__link {
  display: block;
  padding: 25px 0;
  color: #28292b;
  text-decoration: none;
}
.m-list-news__link:hover {
  text-decoration: none;
}
.m-list-news__time {
  margin-right: 10px;
  font-family: "din-2014", sans-serif;
  font-size: 13px;
}
.m-list-news__ttl {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}

.m-top-works {
  padding-top: 100px;
}

.m-list-works__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.m-list-works__list:after {
  display: block;
  width: 30%;
  content: "";
}
.m-list-works__item {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 50px;
}
.m-list-works__link {
  color: #28292b;
  text-decoration: none;
}
.m-list-works__link:hover {
  text-decoration: none;
}
.m-list-works__box {
  margin-top: 15px;
}
.m-list-works__tagList {
  margin-top: 5px;
}
.m-list-works__time {
  display: block;
  margin-top: 10px;
  font-family: "din-2014", sans-serif;
  font-size: 13px;
}
.m-list-works__ttl {
  margin-top: 5px;
  font-size: 16px;
  line-height: 25px;
}

.m-single-news__time {
  font-family: "din-2014", sans-serif;
  font-size: 13px;
}
.m-single-news__ttl {
  padding-bottom: 50px;
  margin-bottom: 100px;
  border-bottom: 1px solid #eee;
}

.m-contact-form input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 20px 0;
  margin: 0 auto;
  margin: 35px auto 0;
  font-size: 15px;
  color: #fff;
  color: #ffffff;
  text-align: center;
  background-color: #28292b;
  border: 2px solid #000;
  border-radius: 40px;
  transition: 0.3s;
}
.m-contact-form input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}

.m-list-form {
  margin-top: 20px;
}
.m-list-form .mwform-radio-field .mwform-radio-field-text {
  font-size: 13px;
}
.m-list-form .mwform-radio-field label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.m-list-form .mwform-radio-field input {
  width: auto;
  margin: 0 8px 0 0;
}
.m-list-form__list {
  overflow: hidden;
  border-radius: 10px;
}
.m-list-form__item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.m-list-form__item:last-of-type {
  border-bottom: 0px solid #fef7f0;
}
.m-list-form__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}
.m-list-form__title label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  cursor: inherit;
}
.m-list-form__title label strong {
  padding: 2px 4px;
  margin-left: 10px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #ea5550;
  border: 1px solid #ea5550;
}
.m-list-form__content {
  width: 100%;
  background: #fff;
}
.m-list-form__content .error {
  width: 100%;
  font-size: 12px !important;
}
.m-list-form__content div + div {
  margin-top: 10px;
}
.m-list-form__content .zip-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.m-list-form__content .zip-box input {
  width: 158px;
}
.m-list-form__content .zip-icon {
  margin-right: 10px;
  font-size: 14px;
}
.m-list-form__content select {
  box-sizing: border-box;
  padding: 10px 5px;
  padding: 1px 5px;
  font-size: 16px;
  line-height: 32px;
  color: #28292b;
  background: #fff;
  border: 1px solid #e3e3e3;
  outline: none;
}
.m-list-form__content select.select, .m-list-form__content select.select01, .m-list-form__content select.select02 {
  color: #b7b7b7;
}
.m-list-form__content input {
  box-sizing: border-box;
  width: 100%;
  padding: 18px 25px;
  padding: 1px 12px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #e3e3e3;
  outline: none;
}
.m-list-form__content input::-moz-placeholder {
  color: #b7b7b7;
}
.m-list-form__content input::placeholder {
  color: #b7b7b7;
}
.m-list-form__content textarea {
  box-sizing: border-box;
  width: 100%;
  height: 215px;
  padding: 18px 25px;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #e3e3e3;
  outline: none;
}
.m-list-form__content textarea::-moz-placeholder {
  color: #b7b7b7;
}
.m-list-form__content textarea::placeholder {
  color: #b7b7b7;
}

.m-button-submit {
  position: relative;
  max-width: 260px;
  margin: 30px auto 0px;
}
.m-button-submit::after, .m-button-submit:before {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
  display: block;
  margin: auto;
  content: "";
}
.m-button-submit:after {
  bottom: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.m-button-submit::before {
  bottom: 0;
  width: 14px;
  height: 1px;
  border-top: 1px solid #fff;
}
.m-button-submit input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  color: #ffffff;
  text-align: left;
  background-color: #28292b;
  border: 1px solid #28292b;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.m-button-submit input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}

.m-pageNav .wp-pagenavi {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.m-pageNav .wp-pagenavi span.current {
  font-size: 16px;
  font-weight: normal !important;
  color: #fff;
  background-color: #28292b;
  border: 1px solid #28292b !important;
}
.m-pageNav .wp-pagenavi .pages {
  display: none;
}
.m-pageNav .wp-pagenavi a,
.m-pageNav .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0 !important;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #28292b !important;
  border-radius: 50%;
  transition: 0.3s;
}
.m-pageNav .wp-pagenavi a:hover {
  color: #fff;
  background-color: #28292b;
  border: 1px solid #28292b !important;
}
.m-pageNav .wp-pagenavi .nextpostslink {
  font-size: 12px;
}
.m-pageNav .wp-pagenavi .previouspostslink {
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  .m-header__nav-link {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .m-footer .m-footer__copyright {
    width: 100%;
    padding-top: 50px;
    font-size: 11px;
    text-align: center;
  }
  .m-header .m-header__logo {
    width: 120px;
    padding: 20px 0;
  }
  .m-header__nav {
    padding: 85px 25px 40px;
    overflow: auto;
  }
  main {
    padding-bottom: 150px;
  }
  .m-top-news {
    padding-top: 150px;
  }
  .m-list-news__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .m-top-works {
    padding-top: 150px;
  }
  .m-list-works__item {
    width: 30%;
    margin: 0 0 60px;
  }
  .m-list-form {
    margin-top: 30px;
  }
  .m-list-form .mwform-radio-field .mwform-radio-field-text {
    font-size: 14px;
  }
  .m-list-form .mwform-radio-field label {
    margin-right: 30px;
  }
  .m-list-form__item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px 0;
  }
  .m-list-form__title {
    justify-content: flex-start;
    width: 24%;
    padding: 0 0 0 35px;
  }
  .m-list-form__title label {
    font-size: 14px;
  }
  .m-list-form__content {
    width: 76%;
    margin-top: 0px;
    background: #fff;
  }
  .m-list-form__content div + div {
    margin-top: 15px;
  }
  .m-list-form__content select {
    padding: 10px 12px;
  }
  .m-list-form__content input {
    padding: 10px 15px;
    font-size: 16px;
  }
  .m-list-form__content textarea {
    padding: 20px 15px;
    font-size: 16px;
  }
  .m-button-submit {
    max-width: 340px;
    margin: 40px auto 0px;
  }
  .m-button-submit input[type=submit] {
    padding: 20px 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .m-header {
    padding-left: 20px;
  }
  .m-header__nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0;
    visibility: visible;
    background: none;
    opacity: 1;
  }
  .m-header__nav-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
  .m-header__nav-item {
    border-bottom: 0px solid #d3d3d3;
  }
  .m-header__menu {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .m-header {
    padding-left: 40px;
  }
}