@import url("https://use.typekit.net/kvj2imk.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Hiragino Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background-color: #000;color: #fff;
}
small{display: block;}
address{font-style: normal;}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
.athelas {font-family: athelas, serif;}
.container {max-width: 1200px;padding: 0 20px;margin: 0 auto;}
.ta-c {text-align: center;}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width:1000px){
  body {
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  body {
    font-size: 14px;
  }
}
/*//////////////////////////////
    header
//////////////////////////////*/
header {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
header h1 {
  width: 238px;
}
header .btn_contact {
  width: 241px;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
  header {
    padding: 10px;
  }
  header h1 {
    width: 106px;
  }
  header .btn_contact {
    width: 121px;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
.footer_btn {
  max-width: 660px;
  padding:  0 20px;
  margin: 0 auto 160px;
}
.footer_btn a {
  width: 46%;
}
footer small {
  padding-bottom: 30px;
  text-align: center;
}
footer small span {
  font-size: 28px;
  line-height: 1.1;
  vertical-align: bottom;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 768px){
  .footer_btn {
    margin: 0 auto 50px;
  }
  .footer_btn a {
    width: 48%;
  }
  footer small span {
    font-size: 23px;
  }
}

/* /////////////////////////////
      top
///////////////////////////// */
.jucie h2 {
  font-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: athelas, serif;
  margin-bottom: 30px;
}
.jucie h2::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-right: 20px;
}
.jucie h2::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-left: 20px;
}
.font36 {
  font-size: 36px;
}
.font21 {
  font-size: 21px;
  line-height: 2;
}
.font19 {
  font-size: 19px;
  font-weight: 500;
}
.font18 {
  font-size: 18px;
}
.pc {display: block;}
.sp {display: none;}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  /* align-items: flex-end; */
}
.whatis {
  margin-bottom: 160px;
}
.project {
  margin-bottom: 160px;
}
.project figure {
  width: 54%;
}
.project .txt_area {
  width: 46%;
  padding: 0 4%;
  box-sizing: border-box;
  text-align: center;
}
.project .txt_area p {
  display: inline-block;
  text-align: left;
}
.products {
  margin-bottom: 80px;
}
.products li {
  width: 31%;
  margin-bottom: 80px;
}
.products li h3 {
  font-size: 39px;
  margin-bottom: 10px;
  font-family: athelas, serif;
}
.products li figure {
  margin-bottom: 20px;
}
.contactus {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.contactus .map {
  width: 48%;
}
.contactus .txt_area {
  width: 48%;
}
.contactus .font36 {
  line-height: 1;
}
.contactus .font21 {
  line-height: 1.4;
}
.contactus dt {
  padding: 0 0 5px;
  font-size: 34px;
  font-weight: 500;
}
.contactus dd {
  padding: 15px 0;
  border-top: 1px solid #fff;
}
.nogami {
  margin-top: 160px;
}
.contactus .nogami dd:last-of-type {
  padding-top: 30px
}
@media screen and (max-width: 1000px) {
  .products li {
    width: 47%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px){
  .pc {display: none;}
  .sp {display: block;}

  .jucie h2 {
    font-size: 25px;
  }
  .font36 {
    font-size: 22px;
  }
  .font21 {
    font-size: 16px;
  }
  .font19 {
    font-size: 15px;
  }
  .whatis,.project {
    margin-bottom: 60px;
  }
  .products {
    margin-bottom: 30px;
  }
  .project figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .project .txt_area {
    width: 100%;
    padding: 0 20px;
  }

  .products li h3 {
    font-size: 27px;
  }
  .contactus {
    margin-bottom: 60px;
  }
  .contactus .map {
    width: 100%;
    margin-bottom: 30px;
  }
  .contactus .txt_area {
    width: 100%;
  }
  .contactus dt {
    font-size: 21px;
  }
  .nogami {
    margin-top: 60px;
  }
  .contactus .nogami dd:last-of-type {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px){
  .products li {
    width: 100%;
    margin-bottom: 30px;
  }
}
