@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
/*
#wrap {
	width: 100%;
	overflow: hidden;
}
*/
a {
  color: #1A1A1A;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: #CCC;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
h2 {
  color: #1A1A1A;
  font-size: 24px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
  padding: 50px 0 50px 0;
  font-weight: bold;
}
h3 {
  margin-bottom: 20px;
  padding: 5px 10px 5px 10px;
  border-left: 5px solid #036eb8;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
p {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 28px;
}
/*
.tel {
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .tel {
        pointer-events: auto;
    }
}
*/
li {
  list-style-type: none
}
/*　基本　*/
header {
  width: 100%;
  height: 75px;
  background: #fff;
  color: #443830;
  font-size: 12px;
  border-bottom: 1px solid #efefef;
  position: fixed;
  overflow: hidden;
}
header h1 {
  width: 5%;
  background: #fff;
  padding-top: 4px;
  float: left;
  text-align: left;
  margin-left: 5px;
}
header h1 img {
  width: 50px;
  padding: 5px 0px 0 10px;
}
header h1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
nav {
  width: 90%;
  position: relative;
  float: right;
  background: #fff;
}
nav ul {
  list-style: none;
  position: relative;
  float: right;
}
nav li {
  width: 110px;
  height: 60px;
  float: left;
  text-align: center;
  padding-top: 30px;
  vertical-align: middle;
  border: 1px solid #efefef;
}
.h_line {
  width: 140px;
  height: 60px;
  float: left;
  text-align: center;
  padding-top: 20px;
  vertical-align: middle;
  border: none;
}
.h_line img {
  margin: 0 10px 0 0;
}
.h_tel {
  width: 140px;
  height: 60px;
  float: left;
  text-align: center;
  padding-top: 20px;
  vertical-align: middle;
  border: none;
}
.h_tel img {
  width: 116px;
  height: 36px;
  margin: 0 10px 0 0;
}
/*　header　*/
#top {
  width: 100%;
  max-width: 100%;
  height: 750px;
  background: url(../image/top.jpg) no-repeat center top;
  background-attachment: fixed;
}
/*　top　*/
#news {
  width: 850px;
  margin: 50px auto 0 auto;
  text-align: center;
}
#news h2 {
  color: #0071BB;
  font-weight: bold;
  padding: 50px 0 10px 0;
}
#news p {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
#news .up_ymd {
  display: table;
  color: #FFF;
  background: #0071BB;
  padding: 0 10px 0 10px;
  margin: 12px 0 5px 0;
  line-height: 18px;
}
#news .title {
  padding: 0 !important;
  color: #1A1A1A !important;
}
/*　NEWS　*/
#greeting {
  /*width: 850px; */
  margin: 50px auto 50px auto;
  text-align: center;
  padding-bottom: 40px;
  border-top: 1px #B3B3B3 dashed;
}
#greeting .message {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
#greeting .message2 {
  color: #FFF;
  background: #F6921E;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 10px;
  margin: 50px 0 15px 0;
  text-align: center;
}
/*　ご挨拶　*/
.products_bg {
  width: 100%;
  max-width: 100%;
  height: 500px;
  background: url(../image/products.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
#products {
  width: 850px;
  margin: 0 auto;
  padding: 30px 0 80px 0;
}
/*　事業のご紹介　*/
.privacy_bg {
  width: 100%;
  max-width: 100%;
  height: 500px;
  background: url(../image/privacy.jpg) no-repeat center;
}
#privacy {
  width: 850px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
}
#privacy ol {
  list-style: decimal;
}
#privacy li {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 28px;
  padding: 5px;
}
/*　個人情報について　*/
.company_bg {
  width: 100%;
  max-width: 100%;
  height: 500px;
  background: url(../image/company.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
#company {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
}
#company .c_Left {
  width: 50%;
  float: left;
}
#company .c_Left tr {
  border-bottom: 1px dotted #dcdcdc;
}
#company .c_Left th {
  width: 150px;
  padding: 15px;
}
#company .c_Left td span {
  line-height: 22px;
  display: block;
}
#company .c_Right {
  width: 45%;
  float: right;
}
#company .mini {
  font-size: 12px;
}
#company .mini2 {
  font-size: 22px;
}
#company .mini2 a {
  color: #1A1A1A;
}
#company .c_Right td {
  width: 400px;
}
#company .c_Right .mail {
  text-align: center;
  padding: 50px 0;
}
#company input .size {
  width: 300px;
}
#company textarea {
  resize: none;
  width: 300px;
  height: 200px;
  border: #CCC 1px solid;
  margin: 5px 0 0 0;
}
#map_canvas {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
/*　会社情報　*/
footer {
  width: 100%;
  background: #0071BB;
  text-align: center;
  padding: 50px 0;
}
footer h2 {
  padding: 10px;
}
footer p {
  color: #FFF;
  font-size: 12px;
  padding-top: 20px;
}
/*　PCレイアウト　*/
@media (min-width: 768px) {
  .pcNone {
    display: none
  }
  .spNone {
    display: inline-block
  }
  nav:first-of-type {
    display: block !important;
  }
  .drawer-nav {
    display: none !important;
  }
  .drawer-hamburger {
    display: none !important;
  }
  #pageTop {
    display: none;
  }
}
/*　スマホレイアウト　*/
@media screen and (max-width: 767px) {
  .pcNone {
    display: block
  }
  .spNone {
    display: none
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    line-height: 25px;
  }
  th {
    vertical-align: middle;
  }
  td {
    vertical-align: middle;
  }
  #wrap {
    width: 100%;
  }

  /*.content {
    padding: 60px 5%
  }*/
  header {
    width: 100vw;
    height: 60px;
    background: #0071BB;
    border-bottom: 0;
    position: relative;
  }
  header > h1 {
    display: none !important;
  }
  .topLogo {
    display: block;
  }
  .topLogo a img {
    height: 45px;
    margin: 7px;
  }
  .topLogo #line-sp img {
    height: 30px;
    margin: 0;
    position: absolute;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .topLogo #tel-sp img {
    height: 30px;
    margin: 0;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  nav:first-of-type {
    display: none !important;
  }
  .drawer-nav .tel::before {
    margin: 0 10px 8px 0;
    content: " ";
    display: inline-block;
    width: 35px;
    height: 24px;
    background: url(../image/sp_tel.png);
    background-size: contain;
    vertical-align: middle;
  }
  .drawer-hamburger {
    display: block !important;
  }
  .drawer_span {
    top: 40px;
    color: #fff;
  }
  .drawer-nav .tel {
    display: block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-size: 2.0rem;
  }
  .drawer-menu span.drawer-menu-item {
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .drawer-nav {
    display: block !important;
    z-index: 100;
  }
  .contact-info-sp {
    display: block;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    text-align: center;
  }
  nav ul {
    float: initial;
  }
  nav li {
    display: contents;
  }
  
  #top {
    width: 100%;
    max-width: 100%;
    height: 50vh;
    background: url(../image/top.jpg) no-repeat 65% top;
    background-attachment: initial;
    background-size: cover;
  }
  #news {
    width: 90%;
    margin: 0;
    padding: 50px 5% 20px;
  }
  #news h2 {
    padding: 10px 0 10px 0;
  }
  #greeting {
    width: 90%;
    margin: 0;
    padding: 10px 5%;
    padding-bottom: initial;
  }
  #greeting .message {
    padding-bottom: 60px;
  }
  .products_bg {
    width: 100%;
    max-width: 100%;
    height: 400px;
    background: url(../image/products.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #products {
    width: 90%;
    margin: 0;
    padding: 10px 5% 60px;
  }
  .privacy_bg {
    width: 100%;
    max-width: 100%;
    height: 50vh;
    background: url(../image/privacy.jpg) no-repeat 35%;
    background-size: cover;
  }
  #privacy {
    width: 90%;
    margin: 0;
    padding: 10px 5% 30px;
  }
  .company_bg {
    width: 100%;
    max-width: 100%;
    height: 50vh;
    background: url(../image/company.jpg) no-repeat 70%;
    background-size: cover;
  }
  #company {
    width: 90%;
    margin: 0;
    padding: 10px 5%;
  }
  #company .c_Left {
    width: 100%;
    float: initial;
    padding: 50px 0 40px;
  }
  #company .c_Right {
    width: 100%;
    float: initial;
    padding: 20px 0 0;
  }
  #company .c_Left th {
    width: 28%;
  }
  #company input {
    border: #CCC 1px solid;
    margin: 0 0 25px;
  }
  #company .c_Left td span {
    padding-top: 25px;
  }
  #page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    background: #0071BB;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
  }
  #page_top a::after {
    content: '▲';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #company textarea {
    width: 95%;
  }
  .formTable th {
    display: block;
    width: 65px;
  }
  footer {
    padding: 20px 0;
  }
  footer h2 img {
    width: 30%;
  }
  footer p {
    padding-top: 0;
  }
}
/*　タブレットレイアウト　*/
@media (min-width: 768px) and (max-width: 1024px) {
  .pcNone {
    display: none
  }
  .spNone {
    display: inline-block
  }
}