@charset "utf-8";
/* CSS Document */


.access_a1 .txtbox {
  align-items: flex-start;
  flex-direction: column;
}
.access_a1 .txtbox p {
  font-family: "Noto Sans", sans-serif;
}
.access_a1 .map-card {
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  max-width: 800px;
}
/* 地図フレーム（角丸＋ブルーの線） */
.access_a1 .map-frame {
  position: relative;
  width: 100%;
}
/* 画像でもiframeでもOK */
.access_a1 .map-frame iframe, .access_a1 .map-frame img {
  display: block;
  width: 100%;
  height: clamp(300px, 50vw, 500px);
  border: 0;
}
@media screen and (max-width: 576px) {
  .access_a1 .company-info-wrap {
    width: 90%;
  }
  .access_a1 .history-item::before {
    width: 10px;
    height: 10px;
    left: -2.25em;
  }
}
.company_c1 .titlebox2 {
  margin-bottom: 30px;
}
.company_c1 .companywrap {
  width: 100%;
}
.company_c1 .companywrap .boxwrap {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.company_c1 .companywrap .boxwrap .box {
  justify-content: flex-start;
  align-items: stretch;
}
.company_c1 .companywrap .boxwrap .box > div {
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
}
.company_c1 .companywrap .boxwrap .box .title1 {
  width: 250px;
  border-bottom: 1px solid #BFBFBF;
}
.company_c1 .companywrap .boxwrap .box .title1 .title_txt {
  letter-spacing: 0;
}
.company_c1 .companywrap .boxwrap .box .txtbox {
  width: calc(100% - 250px);
  padding-left: 10px;
  border-bottom: 1px solid #BFBFBF;
}
.company_c1 .companywrap .boxwrap .box .txtbox p {
  letter-spacing: 0;
  color: #56636C;
}
@media screen and (max-width: 576px) {
  .company_c1 .companywrap .boxwrap .box {
    padding-bottom: 20px;
  }
  .company_c1 .companywrap .boxwrap .box > div {
    padding: 20px 0;
  }
  .company_c1 .companywrap .boxwrap .box .title1 {
    width: 100%;
    background: #DFE1E9;
    padding: 6px 0 4px;
  }
  .company_c1 .companywrap .boxwrap .box .txtbox {
    width: 100%;
    padding-left: 0px;
    border-bottom: none;
  }
}
.company_c1 .companywrap .boxwrap .box .title1 {
  border-bottom: 1px solid #BFBFBF;
}
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}