/* 作成者名:　中尾　暁 */
@charset "utf-8";

/* 使用カラー */
:root {
}

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

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

/* ページ内リンク↓ */
.ser_page_link {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
}

.link_flex {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.page_link_font {
  font-size: 1.5rem;
  font-weight: 500;
  color: #202124;
}

.page_link_font::before {
  content: "-";
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 1.5rem;
}

/* ページ内リンク↑ */

/* ページヘッダータイトル↓ */
.contact_pageheader {
  margin: 0 auto;
  padding: 0;
  max-width: 128rem;
  width: 100%;
  padding-left: 48.8rem;
  margin: 9rem auto min(5rem,50px);
  /* 上 | 左右 | 下 */
}

.contact_pagetitle_ja {
  font-size: min(2rem,20px);
  font-weight: 500;
}

.contact_pagesub_en {
  /* font-size: 6.0rem; */
  /* font-weight: 500; */
  /* max-width: 72.2rem; */
  font-size: min(5rem, 50px);
  font-weight: 500;
  max-width: 72.2rem;
  border-bottom: 0.1rem solid #202124;
  line-height: calc(80 / 60);
  padding-bottom: 1.05rem;
}

/* ページヘッダータイトル↑ */

.service_wrapper {
  margin: 5.95rem 0 15rem;
  width: 98.4rem;
  margin-left: auto;
  font-size: min(1.5rem,15px);
  font-family: var(--NotoSans);
  color: #202124;
}

/* fvエリア↓ */
.fv_service_area {
  margin-top: 6rem;
  width: 72.2rem;
  margin-left: auto;
  margin-right: 7rem;
  margin-bottom: min(9rem,90px);
}

.t_under_middleword {
  font-size: min(3rem,30px);
  margin-bottom: 1rem;
  font-weight: 500;
}

.t_un_word {
  font-weight: 500;
  line-height: calc(30 / 15);
}

.title_question {
  font-weight: 700;
  font-size: min(1.8rem,18px);
  margin-top: min(2rem,20px);
  margin-bottom: 1.5rem;
}

.tai_ul_flex {
  display: flex;
  margin-top: 3.1rem;
  /* justify-content: space-between; */
  width: 68rem;
  margin: 3rem auto 3rem;
  align-items: center;
  gap: min(2.5rem,25px);
}

.tai_list {
  display: flex;
  flex-direction: column;
  gap: min(2.2rem,22px);
}

.tai_li_font {
  font-weight: 500;
  display: flex;
  align-items: center;
}

.tai_li_font::before {
  content: "";
  background-image: url(../img/check.png);
  width: min(2.8rem,28px);
  height: min(2.4rem,24px);
  display: inline-block;
  background-size: contain;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.tai_img_wrap {
  width: min(12rem,120px);
  height: auto;
  object-fit: cover;
  margin-right: 3.2rem;
}

.title_motto {
  font-weight: 700;
  font-size: min(1.8rem,18px);
  margin-top: min(4rem,40px);
  margin-bottom: min(1.5rem,15px);
}

.motto_cub {
  font-size: min(1.8rem,18px);
  font-weight: 500;
  margin-bottom: 2rem;
}

.motto_border {
  display: flex;
  flex-direction: column;
  gap: min(2rem,20px);
  border: 0.1rem solid #202124;
  padding: 1.5rem 1rem 1rem;
}

.motto_li_font {
  line-height: calc(22 / 15);
  display: flex;
  align-items: baseline;
}

.motto_li_font::before {
  content: "一、";
  display: inline-block;
  background-size: contain;
  margin-right: 0.5rem;
}

/* fvエリア↑ */

/* 居宅介護支援↓ */
.se_care_serivce {
  margin-bottom: 8.5rem;
}

.title_care_serivce {
  padding: min(1.6rem,16px) 19.3rem min(1.5rem,15px);
  background-color: #ff7db6;
  font-weight: 500;
  color: #fff;
  font-size: min(3rem,30px);
}

.img_wrap_careserivce {
  width: 98.4rem;
  height: min(40rem,400px);
  margin-bottom: 3rem;
  position: relative;
}

.wrap_care_font {
  width: 72.2rem;
  margin-bottom: min(5rem,50px);
  margin-left: auto;
  margin-right: 7rem;
}

.service_catch{
  font-size: min(2.2rem,22px);
  font-weight: bold;
  position: absolute;
  bottom: 3rem;
  max-width: 72.2rem;
  left: 19rem;
  text-shadow: 0 0 0.2rem #ffffff;
}

.title_care_font {
  font-size: min(1.8rem,18px);
  font-weight: 500;
}

.title_care_flex {
  display: flex;
  gap: 6rem;
  justify-content: center;
  margin-bottom: min(6rem,60px);
  margin-left: 12rem;
}

.flex_area_se {
  position: relative;
  max-width: 30rem;
}

.care_wrap_img {
  width: 30rem;
  /* height: 30rem; */
  border-radius: 1.7rem;
  margin-bottom: 3rem;
  position: relative;
  aspect-ratio: 1.8;
}

.care_img_radius {
  border-radius: 1.7rem;
}

.flex_area_title {
  background-color: #ff7db6;
  width: 15.7rem;
  text-align: center;
  color: #fff;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(50%);
}

.flex_area_font {
  font-weight: 500;
  line-height: calc(30 / 15);
}

/* サービスの流れ↓ */
.service_flow_title {
  color: #ff7db6;
  font-weight: 500;
  margin-bottom: 2rem;
  width: 72.2rem;
  margin-left: auto;
  margin-right: 7rem;
}

.ser_list_area {
  margin-bottom: 6rem;
}

.s_flow_01 {
  background-color: #ffe3ef;
  padding: 2rem 3.1rem;
}

.f_01_flex {
  display: flex;
  width: 72.2rem;
  margin-left: auto;
  margin-right: 4rem;
  gap: 3.6rem;
}

.number_1 {
  background-color: #ff7db6;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}

.f_l_width {
  width: 60.1rem;
}

.number_1_title {
  margin-bottom: 1.5rem;
}

.number_1_font {
  line-height: calc(25 / 15);
}

.back_gray {
  background-color: #fafafa;
}

.flex_about_facility {
  display: flex;
  width: min(72rem,720px);
  height: min(16rem,160px);
  border: 1.5rem solid #ff99cc;
  margin-left: auto;
  margin-right: 7rem;
  align-items: center;
  justify-content: space-around;
}

.font_about_facility {
  font-size: min(3rem,30px);
  font-weight: 500;
}

.wrap_about_facility {
  width: min(31rem,310px);
  height: min(8rem,80px);
}

/* サービスの流れ↑ */
/* 居宅介護支援↑ */

/* 訪問介護↓ */
.se_green_label {
  background-color: #87d33b;
}

/* サービスの流れ↓ */
.se_green_font {
  color: #87d33b;
}

.se_green_back {
  background-color: #e1fdc8;
}

/* サービスの流れ↑ */
.se_green_border {
  border: 1.5rem solid #ccff99;
}

/* 訪問介護↑ */

/* 訪問看護↓ */
.se_yellow_label {
  background-color: #ffc619;
}
.img_wrap_hidden {
  margin-bottom: 3rem;
  overflow: hidden;
}
.img_height_55 {
  height: 55rem;
}

/* サービスの流れ↓ */
.se_yellow_font {
  color: #ffc619;
}

.se_yellow_back {
  background-color: #ffecb1;
}

/* サービスの流れ↑ */
.se_yellow_border {
  border: 1.5rem solid #ffd966;
}

/* 訪問看護↑ */

/* 療養通所↓ */
.se_purple_label {
  background-color: #aaaaea;
}

/* サービスの流れ↓ */
.se_purple_font {
  color: #aaaaea;
}

.se_purple_back {
  background-color: #e5e5ff;
}

/* サービスの流れ↑ */
.se_purple_border {
  border: 1.5rem solid #ccccff;
}

/* 療養通所↑ */
.facility_contain {
  object-fit: contain;
}

@media screen and (max-width: 699.98px) {
  .main_wrap {
    margin-top: 33.4rem;
    background-color: #fff;
  }

  /* ページ内リンク↓ */
  .ser_page_link {
    display: none;
  }

  /* ページ内リンク↑ */

  /* ページヘッダータイトル↓ */
  .contact_pageheader {
    margin: 0 auto;
    padding: 0;
    max-width: 37.5rem;
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }

  .contact_pagetitle_ja {
    font-size: 1.5rem;
  }

  .contact_pagesub_en {
    max-width: 37.5rem;
    font-size: 4.5rem;
    margin-top: -0.5rem;
    padding-bottom: 0.5rem;
  }

  /* ページヘッダータイトル↑ */

  .service_wrapper {
    width: 100%;
    margin-top: 5.5rem;
    padding-bottom: 10rem;
    margin-bottom: 0;
  }

  .fv_service_area {
    width: 33.5rem;
    margin: 0 auto 5.5rem;
  }

  .t_under_middleword {
    font-size: 1.9rem;
    margin-bottom: 1.2rem;
  }

  .t_un_word {
    font-size: 1.4rem;
    line-height: calc(21 / 14);
    letter-spacing: -0.02em;
  }

  .tai_ul_flex {
    flex-direction: column;
    width: 100%;
    margin: 2.2rem auto 3.1rem;
    gap: 2.5rem;
  }

  .tai_list {
    gap: 1.85rem;
  }

  .tai_li_font {
    font-size: 1.3rem;
  }

  .tai_li_font::before {
    width: 2.5rem;
    height: 2.1rem;
  }

  .tai_img_wrap {
    width: 7.3rem;
    height: 15.3rem;
    width: 100%;
    height: auto;
    text-align: end;
    margin-right: 0;
  }

  .tai_img {
    width: 7.3rem;
    height: 15.3rem;
  }

  .title_motto {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }

  .motto_cub {
    font-size: 1.4rem;
    line-height: calc(21 / 14);
    margin-bottom: 3rem;
  }

  .motto_border {
    padding: 1.3rem 1.5rem;
  }

  .motto_li_font {
    font-size: 1.2rem;
  }

  .motto_li_font::before {
    margin-right: 0.9rem;
  }

  /* fvエリア↑ */

  /* 居宅介護支援↓ */
  .se_care_serivce {
    margin-bottom: 10rem;
  }

  .se_care_serivce:last-child {
    margin-bottom: 0;
  }

  .title_care_serivce {
    padding: 1.4rem 2rem;
    font-size: 2rem;
  }

  .img_wrap_careserivce {
    width: 100%;
    height: 20rem;
    margin-bottom: 2.5rem;
  }

  .wrap_care_font {
    width: 33.5rem;
    margin: 0 auto 2.8rem;
  }

  .service_catch{
    font-size: 1.4rem;
    left: 2rem;
    max-width: calc(100% - 4rem);
  }

  .title_care_font {
    font-size: 1.4rem;
    line-height: calc(24 / 12);
  }

  .title_care_flex {
    /* flex-direction: column; */
    /* align-items: center; */
    gap: 1rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding: 0 1rem;
  }

  .flex_area_se{
    width: auto;
    width: 100%;
  }

  .care_wrap_img {
    /* width: 21.4rem; */
    /* height: 21.4rem; */
    /* margin-bottom: 1.8rem; */
    width: auto;
  }

  .flex_area_title {
    /* width: 11.2rem; */
    /* height: 2.8rem; */
    /* font-size: 1.2rem; */
    /* padding: 0.5rem; */
    /* bottom: 5.2rem; */
    font-size: 1.3rem;
    padding: 0.3em;
  }

  .flex_area_font {
    font-size: 1.3rem;
    line-height: calc(22 / 11);
  }

  /* サービスの流れ↓ */
  .service_flow_title {
    width: 30.6rem;
    font-size: 1.8rem;
    margin: 0 auto 2rem;
  }

  .s_flow_01 {
    padding: 2rem;
  }

  .f_01_flex {
    width: 33.5rem;
    gap: 0;
    margin-right: 0;
    justify-content: space-between;
  }

  .number_1 {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
  }

  .f_l_width {
    width: 27.5rem;
  }

  .number_1_title {
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
  }

  .number_1_font {
    font-size: 1.3rem;
    line-height: calc(25 / 12);
  }

  .flex_about_facility {
    width: 33.5rem;
    flex-direction: column;
    gap: 1.43rem;
    margin: 0 auto;
    padding: 0.9rem 0;
    height: auto;
  }

  .font_about_facility {
    font-size: 2rem;
  }

  .wrap_about_facility {
    width: 25rem;
    height: 5rem;
  }

  /* サービスの流れ↑ */
  .ser_list_area {
    margin-bottom: 4.2rem;
  }

  /* 居宅介護支援↑ */

  /* 修正 */
  .img_height_55 {
    height: 30rem;
  }
  .title_question {
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}
