@charset "UTF-8";
/* ===============================
   know
================================ */
.know {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .know {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .know {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
    margin-top: 15px;
  }
}
.know__text {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .know__text {
    order: 2;
  }
}
.know__text * {
  line-height: 1;
}
.know__number {
  color: #0064d2;
  font-weight: 700;
  font-size: 100px;
  position: relative;
  top: 3px;
  letter-spacing: 0;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .know__number {
    font-size: 80px;
  }
}
.know__unit {
  color: #0064d2;
  letter-spacing: 0;
  font-size: 40px;
}
@media (max-width: 767px) {
  .know__unit {
    font-size: 20px;
  }
}
.know__note {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .know__note {
    font-size: 18px;
  }
}
.know__area {
  font-size: 20px;
  margin-top: 15px;
  line-height: 1.2;
  text-align: right;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .know__area {
    font-size: 18px;
  }
}
.know__figure {
  position: relative;
  z-index: 0;
}
.know__figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .know__sales .know__text {
    position: relative;
    top: 10px;
  }
}
.know__sales .know__figure {
  width: 194px;
  bottom: 10px;
}
@media (max-width: 767px) {
  .know__sales .know__figure {
    width: 138px;
    bottom: 0;
  }
}
.know__employees .know__text {
  margin-bottom: -25px;
}
@media (max-width: 767px) {
  .know__employees .know__text {
    margin-bottom: 0;
  }
}
.know__employees .know__figure {
  width: 185px;
}
@media (max-width: 767px) {
  .know__employees .know__figure {
    width: 140px;
  }
}
.know__region {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 35px 0 68px;
  text-align: left;
}
@media (max-width: 767px) {
  .know__region {
    margin: 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.know__region .know__number {
  font-size: 70px;
}
@media (max-width: 767px) {
  .know__region .know__number {
    font-size: 50px;
    margin-left: auto;
  }
}
.know__region .know__unit {
  font-size: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .know__region .know__unit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .know__region__content {
    order: 2;
  }
}
.know__region__content > p {
  margin-top: 25px;
}
.know__region {
  /* メイン（神奈川） */
}
.know__region__main {
  display: flex;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .know__region__main {
    justify-content: center;
  }
}
.know__region__main .know__area {
  font-size: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .know__region__main .know__area {
    font-size: 20px;
  }
}
.know__region__main .know__number {
  font-size: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .know__region__main .know__number {
    font-size: 80px;
  }
}
.know__region__main .know__unit {
  font-size: 40px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .know__region__main .know__unit {
    font-size: 20px;
  }
}
.know__region__list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 30px 40px;
}
@media (max-width: 767px) {
  .know__region__list {
    grid-template-columns: repeat(2, auto);
  }
}
.know__region__list li {
  display: flex;
  gap: 6px;
  align-items: center;
}
@media (min-width: 768px) {
  .know__region__list li:nth-child(-n+7):nth-child(3n+1) {
    grid-column: 1;
  }
  .know__region__list li:nth-child(-n+7):nth-child(3n+2) {
    grid-column: 2;
  }
  .know__region__list li:nth-child(-n+7):nth-child(3n) {
    grid-column: 3;
  }
}
.know__region__list li .know__text {
  justify-content: flex-end;
}
.know__region__list li .know__text {
  width: 100%;
}
.know__region__figure {
  flex: 0 0 29%;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -25px;
  width: 404px;
  z-index: 0;
}
@media (max-width: 767px) {
  .know__region__figure {
    position: static;
    order: 1;
    width: 265px;
    margin: 0 auto;
  }
}
.know__region__figure img {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* ===============================
   work
================================ */
.work {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  .work {
    align-items: center;
    text-align: center;
  }
}
.work__text {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 767px) {
  .work__text {
    order: 2;
  }
}
.work__text * {
  line-height: 1;
}
.work__number {
  color: #0064d2;
  font-weight: 700;
  font-size: 70px;
  position: relative;
  top: 3px;
  letter-spacing: 0;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .work__number {
    font-size: 80px;
  }
}
.work__unit {
  color: #0064d2;
  letter-spacing: 0;
  font-size: 40px;
}
@media (max-width: 767px) {
  .work__unit {
    font-size: 20px;
  }
}
.work__figure {
  margin: 0 auto;
  width: 282px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .work__figure {
    width: 274px;
  }
}
@media (max-width: 767px) {
  .work__childcare {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.work__childcare .work__figure {
  width: 242px;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .work__childcare .work__figure {
    width: 242px;
    margin: 0 auto;
    order: 2;
  }
}
.work__childcare p:last-child {
  margin-top: auto;
}
@media (max-width: 767px) {
  .work__childcare p:last-child {
    order: 4;
  }
}

/* ===============================
   reason
================================ */
.reason {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .reason {
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 180px;
  }
}
.reason__text {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 767px) {
  .reason__text {
    order: 2;
  }
}
.reason__text * {
  line-height: 1;
}
.reason__number {
  color: #0064d2;
  font-weight: 700;
  font-size: 70px;
  position: relative;
  top: 3px;
  letter-spacing: 0;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .reason__number {
    font-size: 80px;
  }
}
.reason__unit {
  color: #0064d2;
  letter-spacing: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .reason__unit {
    font-size: 16px;
  }
}
.reason__unit:first-child {
  color: #000;
}
.reason__figure {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reason__retention .reason__figure {
  width: 223px;
  bottom: -165px;
}
@media (max-width: 767px) {
  .reason__retention .reason__figure {
    width: 216px;
    bottom: -115px;
  }
}
@media (max-width: 767px) {
  .reason__years {
    padding-bottom: 130px;
  }
}
.reason__years .reason__text {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .reason__years .reason__text {
    margin-top: 5px;
  }
}
.reason__years .reason__text:first-child {
  margin-top: 0;
}
.reason__years .reason__unit {
  font-size: 20px;
}
.reason__years .reason__unit:first-child {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  top: -8px;
}
.reason__years .reason__figure {
  width: 216px;
  bottom: -120px;
}
@media (max-width: 767px) {
  .reason__engagement {
    padding-bottom: 130px;
  }
}
.reason__engagement .reason__figure {
  width: 220px;
  bottom: -100px;
}
.reason__decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  width: 105px;
  left: -50px;
  top: 410px;
}
.reason__decor img {
  width: 100%;
  height: auto;
  display: block;
}
.reason p:last-child {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .reason p:last-child {
    order: 4;
    margin-top: 0;
  }
}

.bg-decoration--reason.bg-decoration {
  top: -65%;
  left: -250px;
  height: 165%;
}
@media (max-width: 767px) {
  .bg-decoration--reason.bg-decoration {
    top: -101px;
    left: -107px;
    width: 268px;
    height: auto;
  }
}
.bg-decoration--reason.bg-decoration--right {
  top: -74%;
  right: -354px;
  height: 200%;
}
@media (max-width: 767px) {
  .bg-decoration--reason.bg-decoration--right {
    top: -60px;
    right: -160px;
    width: 268px;
    height: auto;
  }
}
.bg-decoration--reason.bg-decoration--left-middle {
  bottom: 358px;
  left: -107px;
  width: 268px;
}
.bg-decoration--reason.bg-decoration--left-bottom {
  bottom: -25px;
  left: -25px;
  width: 213px;
}
.bg-decoration--reason.bg-decoration--right-middle {
  top: 460px;
  right: -70px;
  width: 213px;
}
.bg-decoration--reason.bg-decoration--right-bottom {
  bottom: 310px;
  right: -150px;
  width: 268px;
}

/* ===============================
   style
================================ */
.style {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .style {
    align-items: center;
    text-align: center;
  }
}
.style__text {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.style__text * {
  line-height: 1;
}
.style__number {
  color: #0064d2;
  font-weight: 700;
  font-size: 70px;
  position: relative;
  top: 3px;
  letter-spacing: 0;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .style__number {
    font-size: 80px;
  }
}
.style__unit {
  color: #0064d2;
  letter-spacing: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .style__unit {
    font-size: 20px;
  }
}
.style__unit:first-child {
  color: #000;
}
.style__figure {
  margin: 20px auto 10px;
}
.style__time .style__figure {
  width: 131px;
}
.style__days .style__figure {
  width: 101px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .style__days .style__figure {
    margin-bottom: 20px;
  }
}
.style__home .style__figure {
  width: 125px;
}
.style__paid-rate .style__figure {
  width: 191px;
}
.style__paid-days .style__figure {
  width: 164px;
}
.style p:last-of-type {
  margin-top: auto;
}

h3.info-card__label {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  z-index: 1;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h3.info-card__label {
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h3.info-card__label {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
h3.info-card__label {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}