header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  box-sizing: border-box; }
  header h1 {
    max-width: 221px; }
  header nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #505050; }
    header nav a {
      font-size: .2rem;
      display: flex;
      align-items: center; }
      header nav a::after {
        content: "";
        width: 1px;
        height: 20px;
        display: block;
        background: #505050;
        margin: 0 20px; }
      header nav a:last-child {
        font-size: .12rem; }
        header nav a:last-child::after {
          display: none; }
  @media screen and (max-width: 880px) {
    header {
      display: block;
      padding: 20px 10px; }
      header h1 {
        margin: 0 auto 10px;
        width: 180px; }
      header nav {
        width: 100%;
        justify-content: center; }
        header nav a {
          font-size: .16rem; }
          header nav a::after {
            margin: 0 10px; } }

section {
  max-width: 900px;
  display: block;
  margin: 50px auto 0; }
  @media screen and (max-width: 880px) {
    section {
      margin-top: 30px; } }

#mv .txt {
  background: url("../image/cut01.png") no-repeat top left;
  background-size: contain;
  padding-top: 130px;
  padding-bottom: 110px;
  box-sizing: border-box;
  padding-left: 27%; }
  #mv .txt p {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .21rem;
    text-align: right;
    line-height: 1.714; }
#mv .maruG {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  color: #d16b15;
  font-size: .32rem;
  text-align: center;
  margin-top: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
#mv .mv_img02 {
  max-width: 865px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -40px; }
@media screen and (max-width: 880px) {
  #mv .txt {
    padding: 0;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px; }
    #mv .txt img {
      width: 20%; }
    #mv .txt p {
      text-align: left;
      font-size: .18rem;
      width: 80%;
      padding: 0 10px;
      box-sizing: border-box; }
  #mv .maruG {
    margin-top: 20px;
    font-size: .28rem; }
  #mv .mv_img02 {
    margin-top: 20px; } }

#works h2 {
  color: #009fe6;
  font-size: .32rem;
  font-weight: 500; }
#works h3 {
  margin: 15px auto 10px;
  background: #009fe6;
  color: #fff;
  font-weight: 600;
  font-size: .2rem; }
#works ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  #works ul li {
    width: 32.5%;
    margin-bottom: 1%; }
    #works ul li img {
      max-width: none;
      width: 100%; }

#company h2 {
  color: #70af42;
  font-size: .32rem;
  font-weight: 500;
  border-bottom: 1px solid #70af42;
  padding-bottom: 5px;
  margin-bottom: 20px; }
#company table {
  font-size: .2rem;
  max-width: 568px;
  width: 95%;
  margin: 0 auto; }
  #company table th {
    width: 22%;
    font-weight: 400;
    vertical-align: top;
    text-align: left; }
  @media screen and (max-width: 880px) {
    #company table {
      max-width: none; }
      #company table th {
        width: 100%;
        display: block;
        font-weight: bold;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 5px; }
      #company table td {
        width: 100%;
        display: block;
        text-align: center; } }

#contact h2 {
  color: #d16b15;
  font-size: .32rem;
  font-weight: 500;
  border-bottom: 1px solid #d16b15;
  padding-bottom: 5px;
  margin-bottom: 20px; }
#contact p {
  font-size: .14rem;
  max-width: 650px;
  width: 95%;
  margin: 0 auto;
  display: block; }
  #contact p.txt {
    font-size: .18rem; }
#contact sup {
  color: #d16b15;
  font-size: .8em; }
#contact table {
  max-width: 568px;
  width: 95%;
  margin: 0 auto;
  margin-top: 25px; }
  #contact table th {
    text-align: left;
    padding: 10px;
    width: 160px;
    vertical-align: top; }
  #contact table td {
    padding: 10px; }
    #contact table td input {
      width: 100%;
      padding: 5px;
      box-sizing: border-box; }
    #contact table td textarea {
      width: 100%;
      box-sizing: border-box;
      padding: 5px; }
  @media screen and (max-width: 680px) {
    #contact table {
      max-width: none; }
      #contact table th, #contact table td {
        display: block;
        width: 100%; }
      #contact table td {
        padding-bottom: 0;
        padding: 0 10px; } }
#contact input[type="text"], #contact textarea {
  border: 1px solid #505050; }
#contact input[type="submit"], #contact input[type="reset"], #contact input[type="button"] {
  appearance: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  max-width: 160px;
  color: #fff;
  padding: 5px;
  box-sizing: border-box; }
  #contact input[type="submit"]:hover, #contact input[type="submit"]:focus, #contact input[type="reset"]:hover, #contact input[type="reset"]:focus, #contact input[type="button"]:hover, #contact input[type="button"]:focus {
    outline: none; }
  #contact input[type="submit"]::-moz-focus-inner, #contact input[type="reset"]::-moz-focus-inner, #contact input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0; }
#contact input[type="submit"] {
  background: #d16b15; }
#contact input[type="reset"], #contact input[type="button"] {
  background: #70af42; }

footer {
  max-width: 900px;
  margin: 50px auto 0;
  display: block;
  border-top: 1px solid #505050;
  padding: 40px 2.5%;
  box-sizing: border-box; }
  footer ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    footer ul li {
      border-right: 1px solid #505050;
      padding: 0 20px; }
      footer ul li:last-child {
        border-right: none; }
      footer ul li a {
        display: block; }
    @media screen and (max-width: 680px) {
      footer ul {
        display: block;
        text-align: center; }
        footer ul li {
          border: none;
          margin-bottom: 5px; } }
  footer .copyright {
    margin-top: 20px;
    padding: 0 10px;
    box-sizing: border-box; }
    footer .copyright img {
      max-width: 166px;
      margin: 0 auto; }
    footer .copyright copyright {
      font-size: .1rem;
      text-align: center;
      display: block; }

#privacy {
  width: 95%; }
  #privacy h2 {
    margin-bottom: 20px;
    font-size: .22rem; }
    #privacy h2 span {
      display: block;
      font-size: .8em; }
  #privacy h3 {
    margin-top: 20px;
    text-align: left;
    font-size: .2rem; }
