/*-----追加20250404--------------------------------*/
.top-flow {
  padding-bottom: 12rem;
}

@media screen and (max-width: 834px) {
  .top-flow {
    padding-bottom: 5rem;
  }
}
.top-diary {
  margin-top: 0 !important;
}

@media screen and (max-width: 834px) {
  .top-diary {
    margin-top: 0 !important;
  }
}
.sec-recruit_summary {
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 834px) {
  .sec-recruit_summary {
    padding-bottom: 5rem !important;
  }
}

/* .sec-recruit_summary-box {
  margin-top: 0 !important;
} */
@media screen and (max-width: 834px) {
  .sec-recruit_summary {
    padding-bottom: 5rem !important;
  }
}

/*-----追加20250414--------------------------------*/
.working-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.working-hours__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 0.5em;
}

.working-hours__label {
  min-width: 3.2em;
  flex-shrink: 0;
  text-align: left;
}

.working-hours__time {
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
}

.working-hours__from,
.working-hours__to {
  min-width: 3em;
  display: inline-block;
}
.working-hours__to {
  padding-left: 1rem;
}

.working-hours__note {
  flex: 1;
}

.working-hours__item--note {
  flex-direction: column;
}

.working-hours__item--note .working-hours__label,
.working-hours__item--note .working-hours__time {
  display: inline;
}

.working-hours__item--note {
  white-space: normal;
}
/*-----追加20250415--------------------------------*/
.working-salary__price {
  display: inline-block;
  width: 100px;
  text-align: right;
}
/*-----追加20250613--------------------------------*/
.br-834 {
  display: none;
}
@media screen and (max-width: 834px) {
  .br-834 {
    display: block;
  }
}
.footer {
  margin-top: 12rem;
  padding-top: 0;
}
.footer__main-content {
  padding: 12rem 0 7rem;
  background: #efe4dd;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .footer {
    margin-top: 6rem;
  }
  .footer__main-content {
    padding: 5rem 0;
  }
}
.instagram-sec {
  padding-block: 10rem;
  background-color: #f7eee8;
}

@media screen and (max-width: 834px) {
  .instagram-sec {
    padding-block: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .instagram-sec__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.instagram-sec__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  gap: 2rem 2.5%;
}

@media screen and (max-width: 834px) {
  .instagram-sec__flex {
    display: contents;
  }
  .instagram-sec__ttl-area {
    margin-bottom: 2rem;
    order: 1;
  }
}

.instagram-sec__ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .instagram-sec__ttl {
    line-height: 1.4;
  }
}
@media screen and (max-width: 450px) {
  .instagram-sec__ttl {
    font-size: 6.4vw;
    margin-bottom: 0.5rem;
  }
}
.instagram-sec__account-id {
  color: #9e9996;
  font-size: 1.8rem;
  line-height: 1;
}

.instagram-sec__btn.c-btn02 {
  background-color: #faf5f2;
  box-shadow: 0 0 11.1px 2px rgba(222, 188, 170, 0.15);
  color: #a3394e;
  position: relative;
  padding-left: calc(2.5rem + 2rem + 1.6rem);
}
@media screen and (max-width: 834px) {
  .instagram-sec__btn.c-btn02 {
    margin-block: 3rem 3rem;
    order: 3;
  }
  .instagram-sec__content-container {
    order: 2;
  }
}
.instagram-sec__btn.c-btn02:hover {
  background-color: #f2e1dc;
  /* background-color: #eed5cf; */
}
.instagram-sec__btn.c-btn02 .c-btn02_arw {
  transform: rotate(-30deg);
}

.instagram-sec__btn.c-btn02::before {
  background: url(../img/common/instagram-icon.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
  z-index: 1;
}
#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  display: none;
}
#sb_instagram #sbi_load {
  display: none;
}
