@charset "UTF-8";
/*======================================================================
 * アクセス
======================================================================*/
.access-container {
  line-height: 1.69;
}

.map {
  position: relative;
  max-width: 800px;
  margin: 40px auto 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map {
    margin-top: 5px;
  }
}
.map::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .map::before {
    padding-top: 75%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
 * アンカー
------------------------------------------------------------*/
.unker-links {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .unker-links {
    margin: 20px 0 20px;
  }
}

/*------------------------------------------------------------
 * 共通
------------------------------------------------------------*/
.access-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .access-section {
    margin-bottom: 40px;
  }
  .access-section:last-child {
    margin-bottom: 20px;
  }
}
.access-section .l-title-bg-blue {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .access-section .l-title-bg-blue {
    margin-bottom: 20px;
  }
}
.access-section .image {
  text-align: center;
}
.access-section .note {
  display: inline-block;
  color: #727272;
  font-size: 1.2rem;
  line-height: 1.8;
}
.access-section .note + .link-text {
  margin-top: 0;
}
.access-section a {
  color: #000;
}

.info-image {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.info-image-caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 3em;
}

.info-def dt {
  color: #FD4D4F;
  font-weight: bold;
}
.info-def dd {
  margin: 0 0 1.65em;
}
.info-def dd:last-child {
  margin-bottom: 0;
}
.info-def dd ul {
  padding: 0;
  list-style: none;
}
.info-def dd .bottom-button {
  margin: 3em auto;
}

.table-overflow_caption {
  margin-bottom: 10px;
}

.table-overflow_area {
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .table-overflow_area {
    padding: 0 5px 0 0;
  }
}

.info-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .info-image + .table-overflow .info-table {
    width: 1100px;
  }
}
table.info-table {
  margin-top: 8px;
}
.table-overflow_area table.info-table {
  margin-top: 0;
}

.info-image + .table-overflow {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .info-image + .table-overflow {
    margin-top: 1.65em;
  }
}

.info-table th, .info-table td {
  padding: 10px;
  border: 1px solid #707070;
}
.info-table th {
  font-weight: normal;
  text-align: left;
  background-color: #eee;
}
.info-table th:not(.-left),
.info-table td:not(.-left):not(.column) {
  font-weight: 500;
}

.info-table td {
  background-color: #fff;
}

.info-table .-heading {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .info-table .-heading {
    width: calc(100% - 120px);
  }
}

.info-image + .table-overflow .info-table .-heading {
  width: 210px;
}

.info-table .-desc {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .info-table .-desc {
    width: 120px;
  }
}

.info-image + .table-overflow .info-table .-desc {
  width: calc((75% / 3) - 90px);
}
@media screen and (max-width: 768px) {
  .info-image + .table-overflow .info-table .-desc {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .info-image + .table-overflow .info-table .-desc:nth-child(2) {
    width: 120px;
  }
}

.info-image + .table-overflow .info-table .-desc:nth-child(4) {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .info-image + .table-overflow .info-table .-desc:nth-child(4) {
    width: auto;
  }
}

.info-image + .table-overflow .info-table .-desc:nth-child(5) {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .info-image + .table-overflow .info-table .-desc:nth-child(6) {
    width: 160px;
  }
}

.info-image + .table-overflow .info-table tbody td {
  font-weight: 500;
  text-align: left;
}
.info-image + .table-overflow .info-table tbody td.-left span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .info-image + .table-overflow .info-table tbody td.-left span {
    font-size: 1.3rem;
  }
}

.info-image + .table-overflow .info-table + .info-def {
  margin-top: 1.65em;
}

.info-table + p {
  width: 100%;
  margin: 5px auto 0;
}


.info-note {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.info-note:not(:first-child) {
  margin-top: 15px;
}
.info-note li:not(:first-child) {
  margin-top: 3px;
}

.link-text {
  margin: 0.5em 0;
}
.link-text a {
  color: #FD4D4F;
  text-decoration: underline;
}
.link-text a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/common/icon-blank.svg") no-repeat;
  background-size: contain;
}

.vacancy-info a {
  color: #000;
}
