@charset"utf-8";

* {
  margin: 0;
  padding: 0;
}

div.wrapper {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #fff;
  /* border: 1px solid #000;*/
}

header {
  /*   border: 1px solid red;*/
}

header div.box01 {
  width: 100%;
  height: 60px;
  background-color: #191970;
  background-position: center;
  /*    border: 1px solid green;*/
}

div.rogo {
  width: 200px;
  height: 51px;
  float: left;
  text-align: center;
  background-color: #fff;
  padding-top: 9px;
}

div.rogo img {
  width: 150px;
}

nav.global {
  width: 40%;
  height: 50px;
  float: right;
  background-color: #191970;
  /*    border: 1px solid red;*/
}

nav.global ul {
  list-style-type: none;
}

nav.global ul li {
  width: 30%;
  float: left;
  text-align: right;
  margin-top: 20px;
  /*    border: 1px solid red;*/
}

nav.global ul li a {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

nav.global ul li a:hover {
  border-bottom: 1px solid #fff;
}

/*--index.htmlメイン--*/

body.index section.img {
  width: 100%;
  height: 800px;
  background-image: url(../img/header03.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  /*  border: 1px solid blue;*/
}

body.index section.img h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  font-family: serif;
  text-align: center;
  padding-top: 15%;
}


body.index section.greet {
  margin-top: 100px;
  /*  border: 1px solid blue;*/
}

body.index section.greet h2 {
  width: 60%;
  text-align: center;
  border-bottom: 7px solid #a9a9a9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

body.index section.greet p {
  text-align: center;
  padding-top: 20px;
}

div.com {
  position: relative;
  margin-top: 200px;
}

div.com_innner {
  width: 70%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  /*  border: 1px solid #000;*/
}

div.com_innner h2 {
  font-size: 22px;
  font-weight: 550;
  text-align: center;
  padding: 40px 85px 20px 85px;
}

section.commitment {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 50px 20px 50px;
  /*    border: 1px solid #000;*/
}

section.commitment h2 {
  width: 80%;
}

section.commitment h3 {
  border-bottom: 0.5px solid #000;
}

section.commitment div.commitment01,
section.commitment div.commitment02,
section.commitment div.commitment03 {
  width: 300px;
  box-sizing: border-box;
  text-decoration: none;
  width: 350px;
  padding: 20px 40px;
  /* border: 1px solid #000;*/
}

section.commitment div.commitment01 p,
section.commitment div.commitment02 p,
section.commitment div.commitment03 p {
  font-size: 13px;
  padding-top: 20px;
}

div.box02 {
  width: 100%;
  height: 650px;
  background-image: url(../img/img30.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -100px;
  z-index: 1;
  /*    border: 1px solid blue;*/
}


div.com div.box03 {
  float: right;
  width: 350px;
  height: 150px;
  position: absolute;
  top: 320px;
  right: 10%;
  z-index: 10;
  background-color: #4169e1;
}

article section.service01 {
  clear: both;
}

article section.service01 h3 {
  text-align: center;
  font-size: 28px;
}

article section.service01 h4 {
  text-align: center;
  font-weight: 300;
  margin-top: -6px;
  padding-bottom: 40px;
}

article section.service01 div.serice_inner01 {
  width: 50%;
  margin-left: 30%;
  margin-bottom: 100px;
}

section.service01 ul li {
  position: relative;
  padding: 0.2em 1em 0em 0.2em;
  margin-bottom: 5px;
  font-size: 15px;
  list-style-type: square;
}

article section.company01 {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #66b3ff;
}

article section.company01 div a,
article section.recruit a {
  text-decoration: none;
}

article section.company01 h3 {
  color: #fff;
  font-size: 28px;
  /*    padding-top: 80px;*/
}

article section.company01 h4 {
  color: #fff;
  font-weight: 300;
  margin-top: -6px;
}

article section.company01 div.company02 {
  float: left;
  color: #fff;
  margin-top: 50px;
  padding-left: 30%;
}

article section.company01 div.company03 {
  float: right;
  color: #fff;
  margin-top: 50px;
  padding-right: 30%;
}

article section.company01 div.company04 {
  clear: both;
  margin-top: 20%;
}

article section.company01 div.company04 p {
  max-width: 300px;
  height: 30px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  border: 0.2px solid #fff;
}

article section.recruit {
  margin-top: 100px;
  margin-bottom: 150px;
}

article section.recruit h3 {
  text-align: center;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
}

article section.recruit h4 {
  text-align: center;
  font-weight: 300;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

article section.recruit p {
  max-width: 300px;
  height: 30px;
  color: #000;
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  border: 0.2px solid #000;
}


/*--footer--*/

footer {
  clear: both;
  color: #fff;
  height: 180px;
  background-color: #191970;
  padding: 10px;
  /*    border: 1px solid red;*/
}

footer section {
  max-width: 400px;
  float: left;
  margin-top: 12px;
  margin-left: 50px;
}

footer h3 {
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
  margin-left: 50px;
}

footer a {
  text-decoration: none;
}

footer address {
  font-size: 0.75em;
  line-height: 1.8em;
  margin-left: 60px;
}

footer .local {
  max-width: 550px;
  float: right;
  text-align: right;
  margin-top: 15px;
  margin-right: 100px;
}

footer .local li {
  display: inline-block;
}

footer .local li a {
  color: #fff;
  font-size: 0.875em;
  text-decoration: none;
  margin-left: 30px;
}

footer .local li a:hover {
  border-bottom: 1px solid #fff;
}

footer hr {
  clear: both;
  height: 1px;
  border: none;
  background-color: #fff;
  margin-top: 130px;
}

footer small {
  display: block;
  text-align: center;
  margin-top: 18px;
}


/*---work.html専用---*/

body.work header {
  width: 100%;
  height: 400px;
  background-image: url(../img/header21.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*    border: 1px solid blue;*/
}

body.work div div.work h1 {
  width: 50%;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin: 11% auto;
  text-shadow: 3px 3px 3px #000;
  /*    border: 1px solid blue;*/
}

body.work article section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /*  border: 1px solid orange;*/
}

body.work section h4 {
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  text-align: center;
  margin: 80px auto;
  /*    border: 1px solid red;*/
}

body.work section h4 div {
  padding-bottom: 28px;
}

body.work article h2 {
  width: 150px;
  text-align: center;
  border-bottom: 7px solid #a9a9a9;
  margin: 0 auto;
  margin-bottom: 30px;
  /*    border: 1px solid red;*/
}

body.work article section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

body.work article section ul li {
  font-size: 15px;
  line-height: 25px;
  list-style-type: square;
  /*  border: 1px solid blue;*/
}


body.work article section div.contents02 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding: 10px 50px;
  /*    border: 1px solid blue;*/
}

/*---company.html専用---*/

body.company header {
  width: 100%;
  height: 400px;
  background-image: url(../img/header20.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*    border: 1px solid blue;*/
}

body.company div.company h1 {
  width: 50%;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin: 11% auto;
  text-shadow: 3px 3px 3px #000;
  /*    border: 1px solid blue;*/
}

body.company article h4 {
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  text-align: center;
  margin: 80px auto;
  /*    border: 1px solid red;*/
}

body.company article div.inner {
  padding-bottom: 28px;
}

body.company article h2 {
  width: 150px;
  text-align: center;
  border-bottom: 7px solid #a9a9a9;
  margin: 0 auto;
  margin-bottom: 30px;
  /* border: 1px solid red;*/
}

body.company article section {
  margin-top: 80px;
  margin-bottom: 80px;
  /*    border: 2px solid orange;*/
}

body.recruit table,
body.company table {
  border-collapse: collapse;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;

}

body.recruit table caption,
body.company table caption {
  text-align: left;
}

body.recruit table th,
body.company table th,
body.recruit table td,
body.company table td {
  font-size: 15px;
  border: 1px solid #6c5f45;
  padding: 25px;
}

body.company table tr td:first-child {
  width: 30%;
  /*   border: 1px solid red;*/
}

body.recruit table tr th:first-child {
  width: 30%;
  /*    border: 1px solid red;*/
}

body.recruit table tr th,
body.company table tr td:first-child {
  background-color: #cecece;
}

body.company table thead tr th {
  background-color: #eee8cc;
}

body.company table tr td:nth-of-type(2) {
  background-color: #ffffff;
}

body.company div.map01 p,
body.company div.map02 p {
  text-align: center;
  /* border: 1px solid blue;*/
}

body.company div.map02 {
  margin-top: 10px;
}

/*---recruit.html専用---*/

body.recruit header {
  width: 100%;
  height: 400px;
  background-image: url(../img/header40.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*    border: 1px solid blue;*/
}

body.recruit div.recruit h1 {
  width: 50%;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin: 11% auto;
  text-shadow: 3px 3px 3px #000;
  /*    border: 1px solid blue;*/
}

body.recruit article h4 {
  font-size: 16px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  margin: 80px auto;
}

body.recruit article section.recruit1,
body.recruit article section.recruit2 {
  margin-top: 80px;
  margin-bottom: 80px;
  /*  border: 1px solid red;*/
}

body.recruit article section h2 {
  width: 150px;
  text-align: center;
  border-bottom: 7px solid #a9a9a9;
  margin: 0 auto;
  margin-bottom: 30px;
  /*border: 1px solid red;*/
}

body.recruit article section.recruit1 p,
body.recruit article section.recruit2 p {
  text-align: center;
  margin: 30px auto;
}

body.recruit article section p a {
  width: 500px;
  height: 60px;
  color: #000;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 10px;
  border-bottom: 4px solid #aaa;
  background-color: #d3d3d3;
  background-image: none;
  text-decoration: none;
  padding: 8px 40px;
  /*    border: 1px solid #000;*/
}


/*---form.html専用---*/

body.form div.wrapper {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #fff;
}

body.form header {
  width: 100%;
  height: 400px;
  background-image: url(../img/header47.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*    border: 1px solid blue;*/
}

body.form div div.form h1 {
  width: 50%;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin: 11% auto;
  text-shadow: 3px 3px 3px #000;
  /*    border: 1px solid blue;*/
}

body.form article section {
  width: 100%;
  margin-bottom: 80px;
  /*    border: 1px solid red;*/
}

body.form article h4 {
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  text-align: center;
  margin: 80px auto;
  margin-bottom: 80px;
}

body.form article section h2 {
  width: 250px;
  text-align: center;
  border-bottom: 7px solid #a9a9a9;
  margin: 0 auto;
}

body.form article section h5 {
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

body.form article section div {
  margin-top: 30px;
}

body.form form {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  /*    border: 0.5px solid red;*/
}

body.form input[type="text"],
body.form input[type="email"] {
  width: 100%;
  border: 0.5px solid #c0c0c0;
  padding: 10px;
}

.select_gender input {
  display: none;
}

.select_gender input[type="radio"]:checked.man + label {
  color: #696969;
  border: 0.5px solid #c0c0c0;
  background-color: #dcdcdc;
}

.select_gender input[type="radio"]:checked.woman + label {
  color: #696969;
  border: 0.5px solid #c0c0c0;
  background-color: #dcdcdc;
}

.select_gender input[type="radio"]:checked.non + label {
  color: #696969;
  border: 0.5px solid #c0c0c0;
  background-color: #dcdcdc;
}

.select_gender label {
  color: #ddd;
  border: 0.5px solid #c0c0c0;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  width: 120px;
}

.select_gender label:hover {
  color: #aaa;
  border: 0.5px solid #c0c0c0;
  cursor: pointer;
}

.birthday select {
  color: #696969;
  border: 0.5px solid #c0c0c0;
  text-align: center;
  display: inline-block;
  padding: 7px 0px;
  width: 100px;
}

body.form textarea {
  width: 100%;
  border: 0.5px solid #c0c0c0;
  padding: 10px;
}

body.form p.button {
  text-align: center;
}

body.form input[type="submit"] {
  width: 250px;
  height: 40px;
  color: #000;
  font-size: 15px;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid #aaa;
  border-left: none;
  border-radius: 10px;
  background-color: #d3d3d3;
  background-image: none;
  padding: 5px 8px;
  /*   border: 1px solid #000;*/
}

body.form input[type="submit"]:active {
  background-color: #888;
  border-bottom: none;
}

span {
  font-size: 10px;
}


body.form .google_form {
  width: 100%;
  text-align: center;
}

/*---クリアフィックス---*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1500px) {

  body.index section.img {
    height: calc(800 / 1500 * 90vw);
  }

  body.work header,
  body.company header,
  body.recruit header,
  body.form header {
    height: calc(400 / 1280 * 100vw);
  }
}

@media screen and (max-width: 1000px) {

  body.index section.greet {
    margin-bottom: 50px;
  }


  div.com {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
  }

  div.com_innner {
    width: 100%;
    height: auto;
    z-index: 0;
    position: static;
    background-color: #f5f5f5;

  }

  div.com_innner h2 {
    font-size: 18px;
  }


  body.index article div.com section.commitment {
    width: 80%;
    box-sizing: border-box;
    display: inline;
    justify-content: normal;
    align-content: normal;
    padding: 0;
    /*   border: 1px solid #000;*/
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }

  section.commitment div.commitment01,
  section.commitment div.commitment02,
  section.commitment div.commitment03 {
    width: 80%;
    box-sizing: content-box;
  }

  div.box02 {
    height: 0;
    background-image: none;
    position: static;
  }

  div.com div.box03 {
    float: none;
    width: 0;
    height: 0;
    position: static;
    top: 0;
    right: 0;
    z-index: 0;
    background-color: #4169e1;
  }

  article section.service01 h3 {
    margin-top: 100px;
  }

}

@media screen and (max-width: 768px) {

  body.index section.img h2 {
    font-size: 30px;
  }

  body.index section.greet {
    font-size: 14px;
    margin-bottom: 100px;
    /*   border: 1px solid #000;*/
  }

  div.com {
    margin-top: 0;
  }

  div.com_innner h2 {
    font-size: 22px;
    font-weight: 550;
    text-align: center;
    padding-top: 0;
  }

  article section.company01 div.company02 {
    color: #fff;
    margin-top: 50px;
    padding-left: 15%;
  }

  article section.company01 div.company03 {
    color: #fff;
    margin-top: 50px;
    padding-right: 15%;
  }

  article section.company01 div.company04 {
    clear: both;
    margin-top: 25%;
  }


  article section.service01 h3 {
    margin-top: 100px;
  }

  article section.service01 div.serice_inner01 {
    margin-left: 25%;
  }

  body.work div div.work h1,
  body.company div.company h1,
  body.recruit div.recruit h1 {
    font-size: 30px;
  }

  body.work article section div#sales,
  body.work article section div#planning,
  body.work article section div#management,
  body.work article section div#installation {
    height: 300px;
  }

  body.recruit table,
  body.company table {
    margin-right: 3%;
    margin-left: 3%;
  }


}

@media screen and (max-width: 480px) {

  body.work div div.work h1,
  body.company div.company h1,
  body.recruit div.recruit h1,
  body.form div div.form h1 {
    font-size: 20px;
    margin: 5% auto;
    /*        border: 1px solid blue;*/
  }

  div.rogo {
    width: 100px;
    height: 30px;
    text-align: top;
    padding-top: 0;
    /*    border: 1px solid red*/
  }

  div.rogo img {
    width: 70px;
    position: absolute;
    top: 5px;
    left: 15px;
    /*    border: 1px solid blue;*/
  }

  header div.box01 {
    height: 30px;
  }

  nav.global {
    width: 70%;
    height: 30px;
  }

  nav.global ul {
    padding-top: 0;
    /*     border: 1px solid red;*/
  }

  nav.global ul li {
    margin-top: 8px;
    /*     border: 1px solid red;*/
  }

  nav.global ul li a {
    display: block;
    font-size: 10px;
    font-weight: normal;
  }

  body.index section.greet {
    margin-top: 30px;
    margin-bottom: 80px;
  }

  body.index section.greet h2 {
    width: 80%;
    font-size: 16px;
  }

  body.index section.greet p {
    font-size: 13px
  }

  div.com_innner h2 {
    font-size: 16px;
    padding: 0;
  }

  section.commitment h2 {
    width: 100%;
  }

  body.index article div.com section.commitment {
    width: 100%;
  }

  section.commitment h3 {
    font-size: 14px;
    border-bottom: 0.5px solid #000;
  }

  section.commitment div.commitment01 p,
  section.commitment div.commitment02 p,
  section.commitment div.commitment03 p {
    font-size: 12px;
    padding-top: 20px;
  }

  article section.service01 h3 {
    margin-top: 10px;
  }

  article section.service01 div.serice_inner01 {
    width: 80%;
    margin-left: 15%;
    margin-bottom: 80px;
  }

  article section.service01 {
    margin-top: 60px;
  }

  article section.company01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  article section.company01 div.company02 {
    float: none;
    font-size: 13px;
    padding-left: 0;
  }

  article section.company01 div.company03 {
    float: none;
    font-size: 13px;
    padding-right: 0;
  }

  article section.company01 div.company04 {
    clear: both;
    margin-top: 10%;
  }

  article section.company01 div.company04 p {
    font-size: 1em;
  }

  footer section {
    max-width: 300px;
    float: none;
    margin-left: 0;
  }

  footer h3 {
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 5px;
  }

  footer address {
    font-size: 0.5em;
    line-height: 1.8em;
    margin-left: 50px;
  }

  footer .local {
    width: 300px;
    float: none;
    text-align: justify;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    /*        border: 1px solid #fff;*/
  }

  footer hr {
    margin-top: 0;
  }

  footer small {
    font-size: 8px;
    margin-top: 8px;
  }

  body.work section h4 {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    margin: 50px auto;
    /*border: 1px solid red;*/
  }

  body.work article section ul li {
    font-size: 13px;
  }

  body.work article section div.contents02 {
    margin-bottom: 50px;
  }

  body.company article h4 {
    font-size: 13px;
    line-height: 20px;
    margin: 50px auto;
  }

  body.recruit table th,
  body.company table th,
  body.recruit table td,
  body.company table td {
    font-size: 14px;
    border: 0.5px solid #6c5f45;
    padding: 15px 5px;
  }

  body.recruit article h4 {
    font-size: 13px;
    line-height: 20px;
    margin: 50px auto;
  }

  body.recruit article section p {
    font-size: 13px;
    line-height: 20px;
  }

  body.form div div.form h1 {
    width: 60%;
    font-size: 18px;
  }

  body.form article h4 {
    font-size: 13px;
    line-height: 20px;
    margin: 50px auto;
    margin-bottom: 50px;
  }

  body.form article section h5 {
    font-size: 14px;
  }

  body.form form {
    width: 100%;
    margin-left: 5px;
  }

  body.form input[type="text"],
  body.form input[type="email"],
  body.form textarea {
    width: 90%;
  }







}
