body {
  line-height: 2;
}

.row {
  --col-space-x: 30px;
  --col-space-y: 0;
  margin-left: calc(var(--col-space-x) / -2);
  margin-right: calc(var(--col-space-x) / -2);
  margin-top: calc(var(--col-space-y) * -1);
}

.row > * {
  padding-left: calc(var(--col-space-x) / 2);
  padding-right: calc(var(--col-space-x) / 2);
  margin-top: var(--col-space-y);
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.clear-margin > :first-child,
.clear-margin-top > :first-child {
  margin-top: 0 !important;
}

.clear-margin > :last-child,
.clear-margin-bottom > :last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 993px) {
  .clear-margin-sp {
    margin-top: 0 !important;
  }
}

.section-page-header {
  padding-top: calc(30px + 40 * var(--scaler1));
  padding-bottom: calc(10px + 40 * var(--scaler1));
  background: white;
}

@media (min-width: 1200px) {
  .container-wide {
    max-width: 80%;
  }
}
.section-intro {
  color: var(--color1);
  padding: calc(0px + 20 * var(--scaler1)) 0 calc(0px + 100 * var(--scaler1));
}
.section-intro p {
  margin-bottom: 1.5em;
}
.section-intro .heading {
  font-size: calc(17px + 11 * var(--scaler1));
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (max-width: 993px) {
  .section-intro .col-lg-6:nth-of-type(2) {
    margin-top: 2px;
  }
}

.section-notice {
  background: #EBEBEB;
  padding: 45px 0 50px;
}
.section-notice .section-heading {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
}
.section-notice .list-notices {
  padding: 30px;
  margin: 0;
  background: white;
  color: black;
  border: 1px solid var(--color1);
}
.section-notice .list-notices li {
  list-style-type: none;
}
.section-notice .list-notices li:not(:last-child) {
  padding-bottom: 9px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B5B5B5;
}
.section-notice .list-notices li .post-time {
  font-size: 15px;
  line-height: 1;
  padding-right: 10px;
  width: 110px;
  font-weight: 500;
}
.section-notice .list-notices li .post-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
}

.section-unnamed-1 {
  padding: calc(30px + 70 * var(--scaler1)) 0;
  font-weight: 400;
}
.section-unnamed-1 p {
  margin-bottom: 2em;
}
@media (max-width: 993px) {
  .section-unnamed-1 .row {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 993px) {
  .section-unnamed-1 .col-lg-6:nth-of-type(2) {
    margin-top: 30px;
  }
}

.block-heading-1 {
  font-size: calc(17px + 11 * var(--scaler1));
  font-weight: bold;
  color: var(--color1);
  line-height: 1.2;
  margin-bottom: 12px;
}

.block-heading-2 {
  font-size: calc(17px + 11 * var(--scaler1));
  line-height: 1;
  color: var(--color1);
  margin-bottom: calc(15px + 35 * var(--scaler1));
  padding-bottom: calc(17px + 3 * var(--scaler1));
  border-bottom: 1px solid;
}
.block-heading-2 span {
  display: block;
  padding-left: 20px;
  border-left: 4px solid #242743;
  font-weight: bold;
}

.block-heading-3 {
  font-size: calc(17px + 8 * var(--scaler1));
  font-weight: 700;
  line-height: 1.5;
  color: #2A3543;
  margin-bottom: 10px;
}

.block-heading-4 {
  font-size: calc(17px + 11 * var(--scaler1));
  color: var(--color1);
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}

.custom-table-1 {
  border: none;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.custom-table-1 tr:not(:first-child) {
  border-top: 1px solid #8b8b8b;
}
.custom-table-1 th {
  font-weight: inherit;
  border-right: 1px solid #8b8b8b;
  color: var(--color1);
  width: 80px;
}
@media (min-width: 768px) {
  .custom-table-1 th {
    width: 120px;
  }
}
.custom-table-1 th, .custom-table-1 td {
  padding: 10px;
  vertical-align: top;
}
@media (min-width: 576px) {
  .custom-table-1 th, .custom-table-1 td {
    padding: 10px 30px;
  }
}
.custom-table-1 tr:first-child th, .custom-table-1 tr:first-child td {
  padding-top: 0;
}
.custom-table-1 tr:last-child th, .custom-table-1 tr:last-child td {
  padding-bottom: 0;
}
.custom-table-1 tr > :first-child {
  padding-left: 0;
}
.custom-table-1 tr > :last-child {
  padding-right: 0;
}

.article-item .item-thumbnail {
  margin-bottom: 30px;
  position: relative;
}
.article-item .item-thumbnail img {
  display: block;
  margin: 0 auto;
}
.article-item .item-number {
  position: absolute;
  left: 17px;
  top: 19px;
  font-size: calc(28px + 12 * var(--scaler1));
  color: var(--color1);
  line-height: 1;
  z-index: 10;
}
.article-item .item-title {
  font-size: calc(17px + 11 * var(--scaler1));
  font-weight: bold;
  color: var(--color1);
  line-height: 1.4;
  margin-bottom: 20px;
}
.article-item .item-content {
  font-weight: 400;
}

.section-link-button {
  background-color: #EBEBEB;
  padding: 50px 0;
}
.section-link-button .link-button {
  font-size: 20px;
  line-height: 1.5;
  padding: 11px 20px;
  background-color: var(--color1);
  color: white;
  display: block;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: 0.3s;
}
.section-link-button .link-button:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}/*# sourceMappingURL=page-career.css.map */