/* --------------------------------------------------
 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;
  }
}

.error-page {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .error-page {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.error-page .inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
}
.error-page .inner h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.error-page .inner .error-text {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  font-family: "NotoSansJP-Medium", sans-serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .error-page .inner .error-text {
    margin-bottom: 40px;
  }
}
.error-page .top_back_btn {
  width: 208px;
  height: 48px;
  line-height: 48px;
  background-color: #28b3f1;
  color: #ffffff;
  font-size: 16px;
  margin: 60px auto 0;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
}
.error-page .top_back_btn:hover {
  background: #fcbb00;
}

.policy-section {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .policy-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.policy-section .inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
}
.policy-section .policy-intro {
  margin-bottom: 30px;
  line-height: 1.8;
}
.policy-section h2 {
  font-family: "NotoSansJP-SemiBold";
  margin-bottom: 16px;
  color: #66bb6a;
}
.policy-section p {
  margin-bottom: 30px;
}
.policy-section ul {
  margin-bottom: 30px;
}
.policy-section ul li {
  margin-bottom: 6px;
}/*# sourceMappingURL=policy.css.map */