@charset "UTF-8";
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
.page-ttl {
  max-width: 1780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  height: 400px;
  font-size: 4rem;
  padding: 9%;
  color: #000;
  background-image: url(../img/office/img_fv_pc@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    height: 270px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 420px) {
  .page-ttl {
    height: 200px;
    background-image: url(../img/office/img_fv_sp@2x.jpg);
  }
}

.office {
  padding: 13rem 0 18rem;
}
@media only screen and (max-width: 1110px) {
  .office {
    padding: 4rem 0 6rem;
  }
}
.office .office_ttl {
  font-weight: 600;
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 3px #0360b3;
}
@media only screen and (max-width: 768px) {
  .office .office_ttl {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.office .office_top_img_wrapper {
  margin: 8rem auto 13rem;
  max-width: 790px;
}
@media only screen and (max-width: 768px) {
  .office .office_top_img_wrapper {
    margin: 3rem auto 5rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.office .office_table {
  width: 100%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .office .office_table {
    margin-bottom: 4rem;
  }
}
.office .office_table tr {
  width: 100%;
  font-size: 1.5rem;
  border-bottom: 1px solid #bebebe;
}
.office .office_table tr:first-of-type {
  border-top: 1px solid #bebebe;
}
@media only screen and (max-width: 768px) {
  .office .office_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .office .office_table tr:not(:first-of-type) {
    border-top: none;
  }
}
.office .office_table tr.indent th {
  padding-left: 4rem;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  .office .office_table tr.indent {
    padding-left: 1.5rem;
  }
  .office .office_table tr.indent th {
    padding: 0.6rem 0.6rem 0.5rem;
    font-weight: 600;
  }
}
.office .office_table tr th {
  text-align: start;
  padding-left: 2rem;
  width: 25%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .office .office_table tr th {
    width: 100%;
    font-size: 1.4rem;
    padding: 1.3rem 0.6rem 0.4rem;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .office .office_table tr th {
    padding: 0.6rem 0.6rem 0.5rem;
  }
}
.office .office_table tr th span.blue-li {
  position: relative;
  line-height: 1;
  color: #0360b3;
}
.office .office_table tr td {
  padding: 1.2rem 1rem;
  letter-spacing: normal;
  font-weight: 400;
}
.office .office_table tr td .tanto {
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .office .office_table tr td .tanto {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .office .office_table tr td {
    font-size: 1.3rem;
    width: 100%;
    padding: 0.3rem 0.7rem;
  }
}
.office .office_table tr td.td-indent {
  line-height: 1.5;
}
.office .office_table tr.bdNone {
  border-bottom: none;
}
/*# sourceMappingURL=office.css.map */