/* --------------------------------------------------
 FACILITIES
-------------------------------------------------- */
/* ------------------------------
 SEC_OFFICE
------------------------------ */
#sec_office .l_inner {
  position: relative;
}
#sec_office .l_flex {
  margin-top: 40px;
}
#sec_office .title {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
#sec_office .title:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background: #29B6F6;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  left: 0;
}
@media screen and (min-width: 1281px) {
  #sec_office .item {
    width: calc((100% - 140px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 140px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 70px;
  }
  #sec_office .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_office .item {
    width: calc((100% - 50px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 50px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 50px;
  }
  #sec_office .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  #sec_office .l_flex_thumbtxt {
    display: felex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #sec_office .l_flex {
    display: block;
  }
  #sec_office .item:nth-child(n+2) {
    margin-top: 25px;
  }
  #sec_office .title {
    font-size: 18px;
  }
}

/* ------------------------------
 SEC_FACILITIES
------------------------------ */
@media screen and (min-width: 1281px) {
  .sec_detail + .sec_detail {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail + .sec_detail {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail + .sec_detail {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1281px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sec_detail .title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .sec_detail .title_wrap .txt_note {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail .title_wrap {
    margin-bottom: 30px;
  }
  .sec_detail .title_wrap .txt_note {
    font-size: 14px;
  }
}

#sec_facilities .list_item {
  display: flex;
  flex-wrap: wrap;
}
#sec_facilities .list_item li {
  background: #eee;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#sec_facilities .list_item li .name {
  width: 100%;
  line-height: 1.5;
  position: relative;
  flex-grow: 1;
}
#sec_facilities .list_item li .name small {
  font-size: 14px;
  display: block;
}
#sec_facilities .list_item li .detail {
  width: 100%;
}
#sec_facilities .list_item dl {
  display: flex;
  align-items: center;
}
#sec_facilities .list_item dl dt {
  font-size: 12px;
  background: #66BB6A;
  color: #fff;
  text-align: center;
  width: 80px;
  line-height: 22px;
  border-radius: 11px;
}
#sec_facilities .list_item_l .name {
  padding-top: 20px;
}
#sec_facilities .list_item_l .name small {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1281px) {
  #sec_facilities {
    padding: 120px 0 150px;
  }
  #sec_facilities .list_item {
    margin-top: 40px;
  }
  #sec_facilities .list_item li {
    width: calc((100% - 114px) / 4);
    padding: 20px;
  }
  #sec_facilities .list_item li:not(:nth-child(4n+1)) {
    margin-left: 38px;
  }
  #sec_facilities .list_item li:nth-child(n+5) {
    margin-top: 38px;
  }
  #sec_facilities .list_item_s .detail {
    display: flex;
    justify-content: space-between;
  }
  #sec_facilities .list_item_s .name {
    width: calc(100% - 40px);
  }
  #sec_facilities .list_item_s .num {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_facilities {
    padding: 80px 0 100px;
  }
  #sec_facilities .list_item {
    margin-top: 30px;
  }
  #sec_facilities .list_item li {
    width: calc((100% - 40px) / 3);
    padding: 15px;
  }
  #sec_facilities .list_item li:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  #sec_facilities .list_item li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sec_facilities .name {
    font-size: 18px;
  }
  #sec_facilities .list_item_l .detail {
    display: flex;
    justify-content: space-between;
  }
  #sec_facilities .name + .detail {
    margin-top: 5px;
  }
  #sec_facilities dl dt {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #sec_facilities {
    padding: 80px 0 60px;
  }
  #sec_facilities .list_item {
    margin-top: 20px;
  }
  #sec_facilities .list_item li {
    width: calc((100% - 20px) / 2);
    padding: 10px 5px;
    text-align: center;
  }
  #sec_facilities .list_item li:nth-child(even) {
    margin-left: 20px;
  }
  #sec_facilities .list_item li:nth-child(n+3) {
    margin-top: 20px;
  }
  #sec_facilities .list_item dl {
    justify-content: center;
    margin: 10px 0;
  }
  #sec_facilities .list_item dl dt {
    margin-right: 5px;
    width: 77px;
  }
  #sec_facilities .list_item dl dd {
    font-size: 14px;
  }
  #sec_facilities .name {
    font-size: 16px;
  }
  #sec_facilities .list_item_l .name small {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* ------------------------------
 SEC_WTP
------------------------------ */
#sec_wtp {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
}
#sec_wtp .sec_lead .txt {
  margin-top: 30px;
}
#sec_wtp .thumb {
  border-radius: 10px;
  overflow: hidden;
  background: #29B6F6;
}
#sec_wtp .thumb:before {
  background: #29B6F6;
}
#sec_wtp .title {
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #29B6F6;
}
@media screen and (min-width: 1281px) {
  #sec_wtp {
    padding: 130px 0 150px;
  }
  #sec_wtp .list_flow {
    margin-top: 120px;
  }
  #sec_wtp .list_flow li {
    width: calc((100% - 120px) / 3);
  }
  #sec_wtp .list_flow li:not(:nth-child(3n+1)) {
    margin-left: 60px;
  }
  #sec_wtp .list_flow li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_wtp {
    padding: 80px 0 100px;
  }
  #sec_wtp .list_flow {
    margin-top: 80px;
  }
  #sec_wtp li {
    width: calc((100% - 30px) / 2);
  }
  #sec_wtp li:nth-child(even) {
    margin-left: 30px;
  }
  #sec_wtp li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #sec_wtp .sec_lead {
    justify-content: space-between;
  }
  #sec_wtp .sec_lead .img {
    width: 40%;
  }
  #sec_wtp .sec_lead .img img {
    width: 100%;
    max-width: 358px;
  }
  #sec_wtp .sec_lead .txt_wrap {
    width: 55%;
  }
  #sec_wtp .list_flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sec_wtp .thumb {
    border: 10px solid #29B6F6;
  }
  #sec_wtp .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #sec_wtp {
    padding: 60px 0 100px;
  }
  #sec_wtp .sec_lead {
    display: block;
  }
  #sec_wtp .sec_lead .img {
    margin-top: 20px;
    width: 80%;
    margin-left: 20%;
  }
  #sec_wtp .list_flow {
    margin-top: 60px;
  }
  #sec_wtp .list_flow li + li {
    margin-top: 30px;
  }
  #sec_wtp .thumb {
    border: 4px solid #29B6F6;
  }
  #sec_wtp .title + .txt {
    font-size: 14px;
  }
}/*# sourceMappingURL=facilities.css.map */