@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;
}

.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-table {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.info-table, table.info-table {
  margin-top: 8px;
}
.info-table th, .info-table td {
  padding: 10px;
  border: 1px solid #707070;
}
.info-table th {
  font-weight: normal;
  text-align: left;
}
.info-table th:not(.-left),
.info-table td:not(.-left) {
  text-align: center;
}
.info-table th:not(.-left),
.info-table td:not(.-left):not(.column) {
  font-weight: 500;
}

.info-note {
  max-width: 620px;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.info-note:not(:first-child) {
  margin-top: 15px;
}
.info-note li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .info-note li {
    font-size: 1.3rem;
  }
}
.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;
}
