@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
body{
  background: #fff;
}
h1{
  display: none;
}
header h1{
  display: block;
}
.company_title{
  position: absolute;
  top: 100px;
  left: 10%;
}
.company_title h2{
  font-size: 60px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0;
  letter-spacing: 0.12em;
}
.company_title h3{
  font-size: 50px;
  color: #C4A964;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  letter-spacing: 0.06em;
}
.bread {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 60px;
  letter-spacing: 0.16em;
}
.company_contents{
  background: #fff;
  padding: 40px 10%;
}
.company_contents .title{
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.16em;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
.company_contents table{
  width: 900px;
  border-collapse: collapse;
  margin: 0 auto;
}
tr{
  border: solid 1px #000;
  border-left: none;
  border-right: none;
  height: 103px;
}
th{
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  width: 170px;
  text-align: left;
  letter-spacing: 0.14em;
  padding-left: 10px;
  color: #093753;
}
td{
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.14em;
}
.ex_ad{
  height: 167px;
}
.company_area02{
  margin-top: 156px;
  margin-bottom: 160px;
}
.company_area02 th{
  width: 290px;
}
.twolines{
  height: 141px;
}


@media screen and (max-width: 900px) {
  .company_contents{
    padding: 50px 5%;
  }
  .company_title h2{
    font-size: 30px;
    text-align: center;
  }
  .company_title h3{
    font-size: 28px;
    margin-top: 17px;
  }
  .company_title {
    width: 100%;
    top: 8%;
    left: auto;
  }
  .bread{
    display: none;
  }
  .company_contents table{
    width: 100%;
  }
  .company_contents .title{
    font-size: 24px;
  }
  th{
    font-size: 18px;
    width: 32%;
  }
  td{
    font-size: 18px;
  }
  .company_area02 th{
    width: 32%;
    font-size: 15px;
  }
}