@charset "UTF-8";
@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("/common/font/rodin-b.woff") format("woff"), url("/common/font/rodin-b.otf") format("truetype");
}
/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.company {
  margin-top: 180px;
}
.company .heading {
  text-align: center;
}
.company .heading h2 {
  font-size: 42px;
  font-size: 4.2rem;
}
@media (min-width: 769px) {
  .company .heading h2 {
    font-weight: 700;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .company .heading h2 {
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-display: swap;
  }
}

@media (max-width: 768px) {
  .company .heading h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .company .heading h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.company dl {
  display: flex;
  margin-top: 73px;
  flex-wrap: wrap;
}
.company dd, .company dt {
  font-size: 19px;
  font-size: 1.9rem;
  padding: 32px 0 32px;
  line-height: 1.2em;
}
@media (min-width: 769px) {
  .company dd, .company dt {
    border-top: 1px solid #6c6c6c;
  }
  .company dd:nth-last-of-type(1), .company dt:nth-last-of-type(1) {
    border-bottom: 1px solid #6c6c6c;
  }
}
.company dt {
  width: 176px;
}
.company dd {
  width: calc(100% - 176px);
}

@media (max-width: 768px) {
  .company dl {
    margin-top: 60px;
    border: 1px solid #6c6c6c;
  }
  .company dd, .company dt {
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 24px 16px;
  }
  .company dt {
    background-color: #eee;
  }
}
@media (max-width: 480px) {
  .company {
    margin-top: 70px;
  }
  .company dl {
    margin-top: 32px;
  }
  .company dd, .company dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 12px;
  }
}
/*--------------------------------------------------- */
/* access */
/*--------------------------------------------------- */
.access {
  margin-top: 120px;
  margin-bottom: 60px;
}
.access .heading {
  text-align: center;
}
.access .heading h2 {
  font-size: 42px;
  font-size: 4.2rem;
}
@media (min-width: 769px) {
  .access .heading h2 {
    font-weight: 700;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .access .heading h2 {
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-display: swap;
  }
}

@media (max-width: 768px) {
  .access .heading h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .access .heading h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.access iframe {
  width: 100%;
  margin-top: 48px;
  height: 632px;
}
.access .detail {
  margin-top: 60px;
  text-align: center;
}
.access .detail .catch {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
}
.access .detail p {
  margin-top: 24px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .access iframe {
    height: 400px;
  }
  .access .detail {
    margin-top: 32px;
  }
  .access .detail .catch {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
  .access .detail p {
    margin-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .access iframe {
    margin-top: 32px;
    height: 300px;
  }
}
