/* 作成者名：　東 */

/* header.css部分の画像差し替え */
.side_image_wrap {
  background-image: url(../img/recruit_grid6.jpg);
  background-position: 43%;
}

/* 使用フォント */
:root {
  --NotoSans: "Noto Sans JP", sans-serif;
}

:root {
  /* font-weight */
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --black: 900;
}

/* 事業所案内セクション */
.office_container {
  width: 100%;
  padding-top: 9rem;
  padding-left: 29.6rem;
}

.office_title {
  margin-left: 19.2rem;
}

.office_title p {
  font-size: min(2rem,20px);
  font-family: var(--NotoSans);
  font-weight: 500;
  line-height: calc(27 / 20);
  letter-spacing: 0;
}

.office_title h2 {
  font-size: min(5rem,50px);
  font-family: var(--NotoSans);
  font-weight: 500;
  line-height: calc(80 / 60);
  letter-spacing: 0;
  border-bottom: 1px solid #202124;
  width: 72.2rem;
  padding-bottom: 1.05rem;
  margin-bottom: 5rem;
}

.support_title {
  margin-left: 19.2rem;
}

.support_title h3 {
  font-size: min(3rem,30px);
  font-family: var(--NotoSans);
  font-weight: 500;
  line-height: calc(30 / 30);
  letter-spacing: 0;
  margin-bottom: 2.4rem;
}

.support_address {
  font-size: min(1.8rem,18px);
  font-family: var(--NotoSans);
  font-weight: 500;
  line-height: calc(30 / 18);
  letter-spacing: 0;
  margin-bottom: 3.7rem;
}

.support_img img {
  width: 100%;
  height: 46.3rem;
  /* object-fit: cover; */
  /* object-position: -12% 68%; */
  /* width: 114%; */
}

/* ケアプラン命・ホームヘルプ卵セクションここから */
.office_info {
  background-color: #f8ff0012;
  padding-left: 19.2rem;
  padding-top: 2.5rem;
  padding-bottom: 12.612rem;
  background: linear-gradient(to right, #ffcae3 0%, #e1fdc8 90%);
  position: relative;
  z-index: 0;
}

.info_title h4 {
  font-size: min(1.8rem,18px);
  font-family: var(--NotoSans);
  font-weight: 700;
  line-height: calc(30 / 18);
  letter-spacing: 0;
  /* margin-top: 16rem; */
  margin-bottom: 3.2rem;
}

/* 画像 */
.lifeEgg_img {
  display: flex;
  gap: min(4.6rem,46px);
  padding-bottom: 5.5rem;
}

.lifeEgg_img img {
  background-color: #ffffff;
  width: min(33rem,330px);
  height: 8.7rem;
  object-fit: cover;
  padding: min(1.2rem,12px) min(4.9rem,49px);
  border-radius: 0.6rem;
  border: 1px solid #cccccc;
  height: auto;
}

/* 電話番号 */
.tell_num {
  font-size: 3rem;
  font-family: var(--NotoSans);
  font-weight: 700;
  line-height: calc(30 / 30);
  letter-spacing: 0;
  margin-bottom: 0.8rem;
  color: #ff6699;
}

.tell_time {
  font-size: 1.8rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  line-height: calc(30 / 18);
  letter-spacing: 0;
  margin-bottom: 2.8rem;
  color: #202124;
}

/* 受付日時表 */
.info_day table {
  border-collapse: separate;
  border-spacing: 0.5rem;
}

.info_day td:first-child,
.info_day th:first-child {
  padding-left: 0;
  width: 12.3rem;
}

.info_day th {
  width: 7.3rem;
  height: 4.3rem;
  background-color: #ffe3ef;
  font-size: 1.5rem;
  font-weight: 400;
  border: solid 0.1rem #cccccc;
}

.info_day td {
  width: auto;
  height: 6.5rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.info_time {
  display: flex;
  justify-content: center;
  align-items: center;
}

p.info_circle {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #ff7db6;
  border-radius: 50%;
  margin: 0 auto;
}

.info_restday {
  text-align: center;
  font-size: 1.5rem;
  color: #ec6d65;
}

.info_day td:first-child {
  width: auto;
  height: 6.5rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #202124;
  text-align: center;
  font-family: var(--NotoSans);
  font-weight: 400;
  line-height: calc(25 / 15);
  letter-spacing: 0;
  font-size: 1.5rem;
}

.bottom_text {
  width: 71.5rem;
  /* height: 7rem; */
  background-color: #ffffff;
  /* border: 1px solid #CCCCCC; */
  margin-left: 0.3rem;
}

.bottom_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bottom_text p {
  font-size: 1.5rem;
  font-family: var(--NotoSans);
  font-weight: 400;
  line-height: calc(25 / 15);
  letter-spacing: 0;
  color: #202124;
  padding: 1.3rem 0 1.2rem;
}

/* ケアプラン命・ホームヘルプ卵セクションここまで */

/* 【レスビケアナース】訪問看護セクションここから */
.visitNurse_container {
  background-color: #ffecb1;
  padding-left: 19.2rem;
  padding-top: 3.3rem;
  /* padding-bottom: 5rem; */
  padding-bottom: 12.612rem;
  position: relative;
  z-index: 0;
}

.visitNurse_img {
  padding-bottom: 5.2rem;
}

.visitNurse_img img {
  background-color: #ffffff;
  width: min(42rem,420px);
  height: 8.7rem;
  object-fit: cover;
  padding: min(1.3rem,13px) min(4.9rem,49px);
  border-radius: 0.6rem;
  border: 1px solid #cccccc;
  height: auto;
}

/* 【レスビケアナース】訪問看護セクションここまで */

/* ［プルーンベリー】療養通所セクションここから */
.pruneBelly_container {
  background-color: #e5e5ff;
  padding-left: 19.2rem;
  padding-top: 3.1rem;
  padding-bottom: 9.3rem;
}

.pruneBelly_img {
  padding-bottom: 5.2rem;
}

.pruneBelly_img img {
  background-color: #ffffff;
  width: min(46rem,460px);
  height: 8.7rem;
  object-fit: cover;
  padding: min(1.3rem,13px) min(4.5rem,45px);
  min(1.6rem,16px): 0.6rem;
  border: 1px solid #cccccc;
  height: auto;
}

/* ［プルーンベリー】療養通所セクションここまで */

.map_conrainer {
  width: 100%;
  height: 50rem;
  overflow: hidden;
  background-color: #e5e5ff;
}

#map iframe {
  width: 100%;
  height: 70rem;
  margin-top: -16rem;
}

.office_wave {
  position: absolute;
  bottom: -0.1rem;
  object-fit: contain;
  height: 7.68rem;
  left: 0;
  line-height: 0;
}

/* 修正 */
.wave_backcolor {
  background: linear-gradient(to right, #ffcae3 0%, #e1fdc8 90%);
}
.office_wave {
  /* bottom: 0; */
  position: static;
  height: auto;
}
.wave_backcolor2 {
  background-color: #ffecb1;
}
@media screen and (max-width: 699.98px) {
  .office_container {
    padding-left: 0;
    padding-top: 0;
    /* z-index: 2; */
  }

  .office_title {
    margin-left: 0;
    padding: 0 2rem;
    padding-top: 3rem;
  }

  .support_title {
    margin-left: 0;
    padding: 0 2rem;
  }

  .head_title {
    background-color: #fff;
    margin-top: 33.4rem;
  }

  .office_title p {
    font-size: 1.5rem;
  }

  .office_title h2 {
    width: 100%;
    margin-bottom: 5.6rem;
    font-size: 4.5rem;
  }

  .support_title h3 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }

  .support_address {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 4rem;
  }

  .support_img img {
    height: 24.5rem;
  }

  .office_info {
    padding-left: 0;
    padding: 2.8rem 1rem 4.33rem;
  }

  .info_title h4 {
    font-size: 1.2rem;
    line-height: calc(24 / 12);
    width: max-content;
    margin-bottom: 2.2rem;
  }

  .lifeEgg_img {
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 3.6rem;
    align-items: center;
  }

  .lifeEgg_img img {
    width: 30.5rem;

    height: 7.9rem;
  }

  .info_day th {
    height: 2.3rem;
    font-size: 1rem;
  }

  .info_tell {
    padding-left: 1rem;
  }

  .tell_num {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }

  .tell_time {
    font-size: 1.3rem;
    /* margin-bottom: 1.5rem; */
    margin-bottom: 2.39rem;
  }

  .info_day td {
    height: 3.5rem;
    width: 3.8rem;
  }

  p.info_circle {
    width: 1.4rem;
    height: 1.3rem;
  }

  .info_day td:first-child {
    font-size: 1rem;
    height: 3.5rem;
  }

  .bottom_text {
    width: 100%;
    margin: 0;
  }

  .visitNurse_container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4.33rem;
  }

  .info_title {
    width: max-content;
  }

  .visitNurse_img img {
    width: 100%;
    object-fit: contain;
    height: 6.3rem;
    /* margin: 0 2.5rem; */
    padding: 0.8rem;
  }

  .visitNurse_img {
    padding: 0 2.5rem 3rem;
  }

  .pruneBelly_container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 7.27rem;
  }

  .pruneBelly_img {
    text-align: center;
    padding-bottom: 3.5rem;
  }

  .pruneBelly_img img {
    width: 100%;
    object-fit: contain;
    height: 5.7rem;
    width: 30.5rem;
    padding: 0.7rem;
  }

  .bottom_text p {
    font-size: 1rem;
    padding: 1rem;
  }

  .map_conrainer {
    height: 25rem;
  }

  #map iframe {
    width: 100%;
    height: 34rem;
    margin-top: -9rem;
  }

  .office_wave {
    /* height: max-content; */
  }
}
