@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*-------------------------------------------------------------------
	その他 others
-------------------------------------------------------------------*/
.others {
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .others {
    padding-top: 35px;
  }
}
.others h3 {
  padding-top: 24px;
  color: #3B4043;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .others h3 {
    font-size: 1rem;
    text-align: left;
  }
}
.others .btnLink {
  display: block;
  position: relative;
  width: 320px;
  height: 45px;
  background: #044819 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  opacity: 1;
  margin: 88px auto 100px auto;
}
@media screen and (max-width: 800px) {
  .others .btnLink {
    margin: 15px auto 240px;
    width: 100%;
  }
}
.others .btnLink:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.others .btnLink ::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  /* インライン要素にする */
  border-top: solid 2px #9DAD97;
  border-right: solid 2px #9DAD97;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  /* テキストの右側に配置 */
  transform: translateY(-50%) rotate(45deg);
}
.others .btnLink p {
  color: #FFFFFF;
  line-height: 45px;
  font-size: 1rem;
  font-weight: 500;
}
.others .btnLink p:hover {
  color: #044819;
}

.a_thirdparty {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #044819;
  margin: 95px auto;
  text-decoration-line: underline;
  text-decoration-color: #044819;
  text-underline-offset: 4px;
  /* 下線をテキストから1px下に移動 */
  text-decoration-thickness: 1px;
  /* 下線の太さ（必要に応じて調整） */
}
@media screen and (max-width: 800px) {
  .a_thirdparty {
    text-align: left;
    line-height: 1.5;
  }
}

.job-list {
  margin: 95px auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .job-list {
    margin: 50px auto;
  }
}
.job-list li {
  width: 320px;
  height: 160px;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  opacity: 1;
  margin-bottom: 60px;
}
.job-list a {
  display: flex;
}
.job-list .kidsmark {
  margin: 35px 30px;
  width: 73px;
  height: 90px;
}
.job-list .kidsmark.dai2 {
  margin: 35px 24px 35px 26px;
  width: 84px;
}
.job-list .nursery-name {
  width: -moz-fit-content;
  width: fit-content;
  height: 110px;
  line-height: 1.56;
  margin-top: 25px;
  position: relative;
}
.job-list .nursery-name h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #3B4043;
}
.job-list .nursery-name .circle {
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #044819;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 62px;
  margin-top: 20px;
}
.job-list .nursery-name .circle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #9DAD97;
  border-right: solid 2px #9DAD97;
  transform: translateX(-2px) rotate(45deg);
}

.contact-sentence {
  margin-bottom: 95px;
}
@media screen and (max-width: 800px) {
  .contact-sentence {
    margin-bottom: 30px;
  }
}

.facility-list {
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  border-top: solid 2px #9DAD97;
}
@media screen and (max-width: 800px) {
  .facility-list {
    flex-direction: column;
    align-items: flex-start;
    width: 85.3vw;
  }
}
.facility-list:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .facility-list:last-of-type {
    margin-bottom: 40px;
  }
}
.facility-list .item {
  padding-top: 16px;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .facility-list .item {
    width: 100%;
    padding-top: 0;
  }
}
.facility-list .name {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .facility-list .name {
    padding-top: 15px;
  }
}
.facility-list .phone {
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .facility-list .phone {
    margin-bottom: 16px;
  }
}
.facility-list .name,
.facility-list .phone {
  width: 31%;
}
@media screen and (max-width: 800px) {
  .facility-list .name,
  .facility-list .phone {
    width: 100%;
  }
}
.facility-list .address {
  width: 69%;
  color: #3B4043;
}
@media screen and (max-width: 800px) {
  .facility-list .address {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .block-ttl.policy {
    margin: 0 auto;
  }
}

.contentIn .block-ttl.policy h2 {
  letter-spacing: 0.1em;
}

.policy-preface {
  max-width: 864px;
  text-align: left;
  margin: 0 auto;
}

.privacy_list {
  max-width: 864px;
  margin: 65px auto 110px auto;
  counter-reset: number 0;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .privacy_list {
    margin: 40px auto 60px auto;
  }
}
.privacy_list dt {
  border-bottom: solid 2px #9DAD97;
  padding-bottom: 9px;
  font-weight: 700;
}
.privacy_list dt::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.privacy_list dd {
  color: #3B4043;
  margin: 10px 0 65px;
  font-weight: 500;
}/*# sourceMappingURL=others.css.map */