@charset "utf-8";

/* 基本設定 */
.service_wrapper {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}

/* 背景 */
.service_bg {
  background-image: url(../img/front_bg.png);
  background-position: center top;
  background-size: cover;
  z-index: -1;
}

/* title_area */
.service_title_area {
  width: 100%;
  height: calc(40rem - 9.3rem);
  padding-top: calc(18.7rem - 9.5rem);
}
.service_title_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.flower_band {
  width: 31.4rem;
  height: 6rem;
}
.flower_band:nth-of-type(1) {
  margin-top: 1rem;
}
.flower_band:nth-of-type(2) {
  margin-top: 0.5rem;
}
.service_title {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--NotoSans);
  line-height: calc(60em / 30);
  letter-spacing: calc(3em / 30);
  color: #000000;
}

/* =====
相談支援の種類
===== */
.counseling_type {
  margin-bottom: 13.4rem;
  padding: 0 11rem 0 8rem;
}
.support_detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.support_detail:nth-of-type(even) {
  flex-direction: row-reverse;
}
.support_detail:nth-last-of-type(n + 2) {
  margin-bottom: 12rem;
}
.support_detail_article {
  width: 50rem;
}
.support_detail_title {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--NotoSans);
  line-height: calc(37em / 26);
  letter-spacing: calc(2.6em / 26);
  color: #000000;
  margin-bottom: 2.5rem;
}
.support_detail_title::before {
  content: "";
  width: 0.5rem;
  height: 2.7rem;
  background-color: #F5B2B2;
  margin-right: 1rem;
}
.support_detail_comment {
  font-size: 1.6rem;
  font-weight: 350;
  font-family: var(--NotoSans);
  line-height: calc(40em / 16);
  letter-spacing: calc(1.6em / 16
  );
  color: #000000;
  margin: -0.8rem 0;
}
.support_detail_list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 2rem;
}
.support_detail_list li {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: calc(40em / 16);
  letter-spacing: calc(1.6em / 16);
  color: #000000;
  text-indent: -2.3rem;
  margin: -0.8rem 0 -0.8rem 2.3rem;
}
.support_detail_image {
  width: 50rem;
  height: 35rem;
}
.support_photo {
  border-radius: 3rem;
}

/* =====
サービス利用方法
===== */
/* 共通 */
.service_use {
  display: flex;
  flex-direction: row;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.3rem 0.6rem #00000029;
  margin: 0 5rem;
}
.service_use:nth-last-of-type(n + 2) {
  margin-bottom: 3rem;
}
.service_use_article {
  width: 56.5rem;
  min-height: 36rem;
  padding: 5.5rem 7rem 3rem 3rem;
}
.service_use_image {
  width: 61.5rem;
  height: auto;
  aspect-ratio: 61.5 / 36;
}
.service_use_photo {
  border-radius: 0 1rem 1rem 0;
}
/* 相談支援員の役割 */
.support_worker_title {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--NotoSans);
  line-height: calc(37em / 26);
  margin-bottom: 1rem;
}
.support_worker_comment {
  font-size: 1.6rem;
  font-weight: 350;
  font-family: var(--NotoSans);
  line-height: calc(40em / 16);
  color: #000000;
  margin: -0.8rem 0;
}
.support_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 4rem;
}
.support_list li {
  font-size: 1.6rem;
  font-weight: 350;
  font-family: var(--NotoSans);
  line-height: calc(40em / 16);
  color: #000000;
  text-indent: -2.3rem;
  margin: -0.8rem 0 -0.8rem 2.3rem;
}
/* 利用対象者・利用方法：共通 */
.service_use_title {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--NotoSans);
  line-height: calc(37em / 26);
  margin-bottom: 2rem;
}
.service_use_list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.6rem;
}
.service_use_list li {
  font-size: 1.6rem;
  font-weight: 350;
  font-family: var(--NotoSans);
  line-height: calc(40em / 16);
  color: #000000;
  text-indent: -2.3rem;
  margin: -0.8rem 0 -0.8rem 2.3rem;
}
.service_use_target_list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  list-style-type: decimal;
  list-style-position: inside;
}
.service_use_target_list li {
  font-size: 1.6rem;
  font-weight: 350;
  font-family: var(--NotoSans);
  line-height: calc(40em / 16);
  color: #000000;
  text-indent: -1.6rem;
  margin: -0.8rem 0 -0.8rem 1.6rem;
}
/* =====
service_page_bottom
===== */
.service_page_bottom {
  position: relative;
  height: 24.5rem;
}
.yellow_flower {
  position: absolute;
  top: 6.4rem;
  right: 12.5rem;
  width: 15rem;
  height: 15.8rem;
  object-fit: cover;
}
/* アニメーション */
.fuwafuwa3 {
  animation: fuwafuwa3 4s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0) rotate(-9deg);
  }
  50% {
    transform: translate(0, -0.7rem) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(9deg);
  }
}

@media screen and (max-width: 699.98px) {

  /* 基本設定 */
  .service_wrapper {
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
  }

  /* 背景 */
  .service_bg {
    background-image: url(../img/front_bg.png);
    background-position: center top;
    background-size: cover;
    z-index: -1;
  }

  /* title_area */
  .service_title_area {
    width: 100%;
    height: calc(12.2rem - 3.48rem);
    padding-top: calc(5.58rem - 2.1rem);
  }
  .service_title_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  .flower_band {
    width: calc(31.4rem * (7.3 / 31.4));
    height: calc(6rem * (7.3 / 31.4));
    margin-top: 0;
  }
  .service_title {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: 500;
    font-family: var(--NotoSans);
    line-height: calc(29em / 20);
    letter-spacing: unset;
    color: #000000;
  }

  /* =====
  相談支援の種類
  ===== */
  .counseling_type {
    margin-bottom: 8rem;
    padding: 0 1.5rem;
  }
  .support_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .support_detail:nth-of-type(even) {
    flex-direction: column;
  }
  .support_detail:nth-last-of-type(n + 2) {
    margin-bottom: 8rem;
  }
  .support_detail_article {
    width: 100%;
    margin-bottom: 3rem;
  }
  .support_detail_title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--NotoSans);
    line-height: calc(29em / 20);
    letter-spacing: calc(2em / 20);
    color: #000000;
    margin-bottom: 2rem;
  }
  .support_detail_title::before {
    content: "";
    width: 0.5rem;
    height: 2.7rem;
    background-color: #F5B2B2;
    margin-right: 0.5rem;
  }
  .support_detail_comment {
    font-size: 1.6rem;
    font-weight: 350;
    font-family: var(--NotoSans);
    line-height: calc(40em / 16);
    letter-spacing: unset;
    color: #000000;
    margin: -0.8rem 0;
    padding-left: 0;
  }
  .support_detail_list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 1rem;
  }
  .support_detail_list li {
    font-size: 1.6rem;
    font-weight: 350;
    line-height: calc(40em / 16);
    letter-spacing: unset;
    color: #000000;
    text-indent: -2.3rem;
    margin: -0.8rem 0 -0.8rem 2.3rem;
  }
  .support_detail_image {
    width: 100%;
    height: 24rem;
  }
  .support_photo {
    border-radius: 3rem;
  }

  /* =====
  サービス利用方法
  ===== */
  /* 共通 */
  .service_use {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 0.3rem 0.6rem #00000029;
    margin: 0 1.5rem;
  }
  .service_use:nth-last-of-type(n + 2) {
    margin-bottom: 6rem;
  }
  .service_use_article {
    width: 100%;
    min-height: unset;
    padding: 2.5rem 1rem 5rem 1rem;
  }
  .service_use_image {
    width: 34.5rem;
    height: 21rem;
    aspect-ratio: unset;
  }
  .service_use_photo {
    border-radius: 0 0 1rem 1rem;
  }

  /* 相談支援員の役割 */
  .support_worker_title {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--NotoSans);
    line-height: calc(29em / 20);
    margin-bottom: 1.5rem;
  }
  .support_worker_comment {
    font-size: 1.6rem;
    font-weight: 350;
    font-family: var(--NotoSans);
    line-height: calc(30em / 16);
    color: #000000;
    margin: -0.3rem 0;
  }
  .support_list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 2.5rem;
  }
  .support_list li {
    font-size: 1.6rem;
    font-weight: 350;
    font-family: var(--NotoSans);
    line-height: calc(30em / 16);
    color: #000000;
    text-indent: -2.3rem;
    margin: -0.3rem 0 -0.3rem 2.3rem;
  }
  /* 利用対象者・利用方法：共通 */
  .service_use_title {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--NotoSans);
    line-height: calc(29em / 20);
    margin-bottom: 1.5rem;
  }
  .service_use_list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    list-style-type: disc;
    list-style-position: inside;
  }
  .service_use_list li {
    font-size: 1.6rem;
    font-weight: 350;
    font-family: var(--NotoSans);
    line-height: calc(30em / 16);
    color: #000000;
    text-indent: -2.3rem;
    margin: -0.3rem 0 -0.3rem 2.3rem;
  }
  .service_use_target_list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    list-style-type: decimal;
    list-style-position: inside;
  }
  .service_use_target_list li {
    font-size: 1.6rem;
    font-weight: 350;
    font-family: var(--NotoSans);
    line-height: calc(30em / 16);
    color: #000000;
    text-indent: -1.6rem;
    margin: -0.3rem 0 -0.3rem 1.6rem;
  }

  /* =====
  service_page_bottom
  ===== */
  .service_page_bottom {
    position: relative;
    height: 8rem;
  }
  .yellow_flower {
    position: absolute;
    top: 3.7rem;
    right: 1.5rem;
    width: 4rem;
    height: 4.3rem;
    object-fit: cover;
  }
  /* アニメーション */
  .fuwafuwa3 {
    animation: fuwafuwa3 4s ease-in-out infinite alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
  }

  @keyframes fuwafuwa3 {
    0% {
      transform: translate(0, 0) rotate(-9deg);
    }
    50% {
      transform: translate(0, -0.7rem) rotate(0deg);
    }
    100% {
      transform: translate(0, 0) rotate(9deg);
    }
  }
}