/* CSS Document */
.officeList .item::after, .officeList .item::before, .officeList .item {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.mainArea {
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .mainArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding: 60px 0;
  }
}
.mainArea .contentBox .newsInfoBox {
  position: relative;
}
.mainArea .contentBox .newsInfoBox .dateBox {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #cccccc;
}
@media (max-width: 1180px) {
  .mainArea .contentBox .newsInfoBox .dateBox {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mainArea .contentBox .newsInfoBox .dateBox {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .mainArea .contentBox .newsInfoBox .dateBox {
    font-size: 14px;
  }
}
.mainArea .contentBox .classTitleBox {
  position: relative;
}
.mainArea .contentBox .classTitleBox .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #003686;
  text-align: center;
  background-color: #62bcea;
  min-width: 125px;
  padding: 0.5rem 1.25rem;
  border-radius: 1.875rem;
}
@media (max-width: 1180px) {
  .mainArea .contentBox .classTitleBox .title {
    font-size: 16px;
    min-width: 100px;
    padding: 0.375rem 0.75rem;
  }
}
@media (max-width: 768px) {
  .mainArea .contentBox .classTitleBox .title {
    font-size: 15px;
    min-width: auto;
    padding: 0.375rem 0.625rem;
  }
}
@media (max-width: 480px) {
  .mainArea .contentBox .classTitleBox .title {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
  }
}

.officeList {
  position: relative;
  border-top: 1px solid rgba(167, 167, 167, 0.5);
  border-bottom: 1px solid rgba(167, 167, 167, 0.5);
}
.officeList .officeItem {
  position: relative;
}
.officeList .officeItem + .officeItem {
  border-top: 1px solid rgba(167, 167, 167, 0.5);
}
.officeList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
  padding: 2.5rem 2rem;
}
@media (max-width: 1180px) {
  .officeList .item {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .officeList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .officeList .item {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1181px) {
  .officeList .item:hover::before {
    width: 100%;
  }
  .officeList .item:hover::after {
    height: 100%;
  }
}
.officeList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(0, 54, 134, 0.5);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.officeList .item::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 2px;
  height: 0;
  background-color: #62bcea;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.officeList .Img {
  width: calc(50% - 3.375rem * 1 / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .officeList .Img {
    width: calc(50% - 3rem * 1 / 2);
  }
}
@media (max-width: 768px) {
  .officeList .Img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .officeList .Img {
    border-radius: 1rem;
  }
}
.officeList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.officeList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.officeList .Txt .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .officeList .Txt .title {
    font-size: 18px;
  }
}
.officeList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .officeList .Txt .text {
    font-size: 14px;
    margin-top: 0.625rem;
  }
}
.officeList .Txt .btnBox {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .officeList .Txt .btnBox {
    margin-top: 2rem;
  }
}
.officeList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.unitNote {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 1180px) {
  .unitNote {
    margin-top: 4rem;
  }
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.insPage .contentBox .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1180px) {
  .insPage .contentBox .newsInfoBox {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .insPage .contentBox .newsInfoBox {
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=office.css.map */