@charset "UTF-8";
.company .title span {
  margin-top: -5px;
}

/*------------------------------------------------
* company_content
*--------------------------------------------------*/
.company_content .sub_title {
  margin-bottom: 92px;
}
.company_content .company_table {
  background-color: rgba(240, 240, 240, 0.75);
}
.company_content .company_table .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 39px;
}
.company_content .company_table .inner table tr td {
  border-bottom: 1px solid #333;
  padding-top: 47px;
  padding-bottom: 41px;
  padding-left: 13px;
}
.company_content .company_table .inner table tr td.border_none {
  border-bottom: none;
}
.company_content .company_table .inner table tr td:first-of-type {
  width: 204px;
}
.company_content .company_table .inner table tr td:last-of-type {
  width: 361px;
}

/*------------------------------------------------
* company_access
*--------------------------------------------------*/
.company_access {
  padding: 134px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.company_access_txt {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 32.9%;
  padding-top: 117px;
  height: 580px;
}
.company_access_txt h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 72px;
  letter-spacing: 0.15em;
  padding-left: 16px;
}
.company_access_txt h2 span {
  font-size: 1.6rem;
  display: block;
}
.company_access_txt p {
  padding-left: 35px;
  margin-bottom: 110px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.company_access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(43.25% + 160px);
  position: relative;
  width: 65%;
}
.company_access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: -160px;
}

/*------------------------------------------------
* company_hub
*--------------------------------------------------*/
.company_hub {
  padding-top: 55px;
  margin-bottom: 151px;
}
.company_hub .sub_title {
  margin-bottom: 110px;
}
.company_hub ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_hub ul li {
  width: 48%;
  border: 1px solid #333;
  padding: 39px;
  margin-bottom: 55px;
}
.company_hub ul li h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  margin-bottom: 36px;
  letter-spacing: 0.2em;
}
.company_hub ul li p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 39px;
  letter-spacing: 0.1em;
}
.company_hub ul li a.btn.btn_blue {
  margin: 0 0 0 auto;
}

/*------------------------------------------------
* SP
*--------------------------------------------------*/
@media screen and (max-width: 768px) {
  .company_content .sub_title {
    margin-bottom: 22px;
  }
  .company_content .company_table .inner table:first-of-type tr td.border_none {
    border-bottom: 1px solid #333;
  }

  .company_access {
    display: block;
    padding: 120px 10px 0;
  }
  .company_access_txt {
    padding: 30px 0;
    margin-bottom: 50px;
    height: auto;
  }
  .company_access .gmap {
    padding-bottom: 73%;
  }
  .company_access_txt, .company_access .gmap {
    width: 100%;
  }

  .company_hub ul li {
    width: 100%;
  }
  .company_hub ul li h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .company_access .gmap {
    padding-bottom: 57%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .company_access .gmap iframe {
    margin-top: 0;
  }
}
/*# sourceMappingURL=company.css.map */