.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.flex {
  display: flex;
}

main {
  position: relative;
}

/* バックグラウンド */
.bg_box {
  width: 64rem;
  height: 40rem;
  background: linear-gradient(to bottom, #8FFFFF, #4FDE3C);
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: -1;
  opacity: 0.48;
  filter: blur(0.8rem);
}

/* ヒーローセクション */
.hero {
  column-gap: 3.5rem;
  margin-bottom: 12.8rem;
}

.hero_wrapper {
  flex-shrink: 0;
  margin-left: 10rem;
  margin-top: 16.5rem;
}

.hero_title {
  color: #555555;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: calc(45 / 45);
  letter-spacing: calc(2.02em / 45);
  margin-bottom: 1rem;
}

.hero_subtitle {
  color: #AAEBC7;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(36 / 18);
  letter-spacing: calc(0.32em / 18);
}

.mainvisual {
  width: 63rem;
  height: 40rem;
  object-fit: cover;
}


/* 事業内容セクション */
.business_detail {
  margin-bottom: 11.8rem;
}

.section_title {
  color: #555555;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: calc(36 / 36);
  letter-spacing: calc(1.3em / 36);
  margin-left: 4rem;
  margin-bottom: 3.6rem;
  position: relative;

}

.section_title::before {
  content: "";
  background-color: #44986A;
  display: inline-block;
  width: 6rem;
  height: 0.3rem;
  position: absolute;
  bottom: -1rem;
  left: 0rem;
}

.business_detail_wrapper {
  margin: 0 auto;
  column-gap: 4rem;
  justify-content: center;
}

.business_detail_box {
  width: 52rem;
  padding: 2rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 1.6rem;
}

.business_detail_box h3 {
  color: #44986A;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-bottom: 2.2rem;
}

.business_detail_box h4 {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(18 / 18);
  letter-spacing: calc(0.32em / 18);
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.business_detail_box p {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(36 / 18);
  letter-spacing: calc(0.32em / 18);
}


/* 聖フランシスコ園の特徴セクション */
.feature {
  margin-bottom: 11.8rem;
}

.feature_box {
  width: 108rem;
  padding: 2rem;
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.8rem;
  margin: 0 auto 2rem;
}

.feature_box h3 {
  color: #44986A;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-bottom: 2.2rem;
  padding-left: 4rem;
  position: relative;
}

.feature_box h3::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  filter: blur(0.5rem);
  background: linear-gradient(to bottom, #8FFFFF, #4FDE3C);
  position: absolute;
  top: 0.5rem;
  left: 0rem;
}

.feature_box p {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 18);
  letter-spacing: calc(0.32em / 18);
}

.feature_box span {
  font-weight: 700;
}


/* 施設案内セクション */
.guidance_wrapper {
  column-gap: 8rem;
  margin-bottom: 11.8rem;
}

.attention_text {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10rem;
}

/* メイン画像 */
.main-image img {
  width: 50rem;
  max-height: 30rem;
  object-fit: cover;
  border-radius: 1.6rem;
  margin-bottom: 1rem;
  margin-left: 10rem;
}

/* サムネイル */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  /* width: 50%; */
  margin-left: 10rem;
}

.gallery img {
  width: 16rem;
  height: 10rem;
  cursor: pointer;
  border-radius: 0.8rem;
  transition: 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.guidance_box {
  width: 50rem;
}

.guidance_box h3 {
  color: #44986A;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-bottom: 2rem;
}

.guidance_box p {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 18);
}


/* 聖フランシスコ園での生活セクション */
.life {
  margin-bottom: 11.8rem;
}

.life h3 {
  color: #44986A;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-bottom: 2.2rem;
  margin-left: 10rem;
}


/* スライダー */
.swiper {
  width: 100%;
  height: 54.3rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.swiper-slide img {
  width: 100rem;
  height: 50rem;
  object-fit: cover;
  border-radius: 1.6rem;
  vertical-align: top;
}

.slider-wrap {
  position: relative;
  margin-bottom: 13.7rem;
}

.custom-prev,
.custom-next {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  top: 24rem;
  z-index: 10;
  background-color: #44986A;
  color: #FFFFFF;
  font-size: 1.8rem;
}

.custom-prev {
  left: 6rem;
}

.custom-next {
  right: 6rem;
}

/* Swiperデフォルト矢印を消す */
.custom-prev::after,
.custom-next::after {
  display: none;
}

.custom-pagination {
  margin-top: 6.3rem;
  text-align: center;
}

.custom-pagination.swiper-pagination {
  position: static;
}

.custom-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: #44986A solid 0.1rem;
  border-radius: 50%;
  opacity: 1;
  margin-right: 1.5rem;
}

.custom-pagination .swiper-pagination-bullet-active {
  background: #44986A;
}

.custom-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0.7rem;
}





.life_date {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: calc(0.32em / 18);
  width: 16.9rem;
  height: 6.6rem;
  border-radius: 0 0 0.8rem 0;
  background-color: #fff;
  position: absolute;
  top: 0rem;
  left: 0rem;
  text-align: center;
  line-height: 6.6rem;
}

.life_text {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: calc(0.32em / 18);
  width: 88rem;
  height: 8.6rem;
  border-radius: 0 0.8rem 0 0;
  background-color: #fff;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  line-height: 8.6rem;
  padding-left: 3rem;
}

.life_sub_text {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 18);
  letter-spacing: calc(0.32em / 18);
  margin-left: 10rem;
  margin-bottom: 2rem;
}

.event_wrapper {
  gap: 2.7rem;
  width: 108.1rem;
  margin: 0 auto;
}

.event_img {
  width: 25rem;
  height: 18rem;
  object-fit: cover;
  border-radius: 0.4rem;
}


/* ご入所希望の方へセクション */
.admission_desired {
  margin-bottom: 11.8rem;
}

.admission_desired_subtitle {
  color: #44986A;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-bottom: 2.2rem;
  margin-left: 10rem;
}

.admission_desired_list {
  margin-left: 10rem;
}

.admission_desired_list span {
  color: #44986A;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-right: 4rem;
}

.admission_desired_list h4 {
  color: #555555;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-bottom: 1rem;
}

.admission_desired_list p {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 18);
  padding-left: 7.3rem;
  padding-bottom: 3rem;
}

.admission_desired_question {
  color: #44986A;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: calc(27 / 27);
  letter-spacing: calc(0.73em / 27);
  margin-top: 5.9rem;
  margin-left: 10rem;
  margin-bottom: 2.2rem;
}

.admission_desired_box {
  width: 108rem;
  height: fit-content;
  background-color: #FFFEEF;
  margin: 0 auto 3rem;
  padding: 2rem;
}

.admission_desired_box span {
  color: #44986A;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(18 / 18);
  letter-spacing: calc(0.32em / 18);
  margin-right: 3rem;
}

.admission_desired_box h4 {
  color: #44986A;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(18 / 18);
  margin-bottom: 2rem;
}

.admission_desired_box p {
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(27 / 18);
}

.admission_desired_answer {
  padding-top: 0.3rem;
}

/* 聖フランシスコ園の概要セクション */

.about dl {
  width: 80rem;
  flex-wrap: wrap;
  margin-left: 37.9rem;
  margin-bottom: 20rem;
  border-bottom: #DDDDDD solid 0.1rem;
}

.about dt {
  width: 22.1rem;
  color: #555555;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(18 / 18);
  letter-spacing: calc(0.32em / 18);
  padding: 1.5rem 0 1.5rem 3rem;
  border-top: #DDDDDD solid 0.1rem;
}

.about dd {
  width: 57.9rem;
  color: #555555;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(18 / 18);
  letter-spacing: calc(0.32em / 18);
  padding: 1.5rem 0;
  border-top: #DDDDDD solid 0.1rem;
}

.about_margin {
  padding-bottom: 1rem;
}


@media screen and (max-width:699.98px) {

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  /* バックグラウンド */
  .bg_box {
    width: 35rem;
    height: 40rem;
    background: linear-gradient(to bottom, #8FFFFF, #4FDE3C);
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    z-index: -1;
    opacity: 0.48;
    filter: blur(0.4rem);
  }



  /* ヒーローセクション */
  .hero {
    column-gap: 0;
    margin-bottom: 7.9rem;
    flex-direction: column-reverse;
  }

  .hero_wrapper {
    flex-shrink: 0;
    margin-left: 0rem;
    margin-top: 2.4rem;
  }

  .hero_title {
    color: #555555;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    line-height: calc(30 / 24);
    letter-spacing: calc(0.72em / 24);
    text-align: center;
    margin-bottom: 1rem;
  }

  .hero_subtitle {
    color: #AAEBC7;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(12 / 12);
    letter-spacing: calc(0.14em / 12);
    text-align: center;
  }

  .mainvisual {
    width: 35rem;
    height: 40rem;
    object-fit: cover;
    margin-left: 1.5rem;
  }



  /* 事業内容セクション */
  .business_detail {
    margin-bottom: 9.9rem;
  }

  .section_title {
    color: #555555;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    line-height: calc(24 / 24);
    letter-spacing: calc(0.58em / 24);
    margin-left: 1rem;
    margin-bottom: 2.5rem;
    position: relative;

  }

  .section_title::before {
    content: "";
    background-color: #44986A;
    display: inline-block;
    width: 3rem;
    height: 0.2rem;
    position: absolute;
    bottom: -1rem;
    left: 0rem;
  }

  .business_detail_wrapper {
    margin: 0 auto;
    column-gap: 0rem;
    row-gap: 2rem;
    justify-content: center;
    flex-direction: column;
  }

  .business_detail_box {
    width: 34.5rem;
    padding: 1.5rem;
    border: 0.1rem solid #DDDDDD;
    border-radius: 1.6rem;
    margin: 0 auto;
  }

  .business_detail_box h3 {
    color: #44986A;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    line-height: calc(20 / 20);
    letter-spacing: calc(0.4em / 20);
    margin-bottom: 1.6rem;
  }

  .business_detail_box h4 {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(16 / 16);
    letter-spacing: calc(0.26em / 16);
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }

  .business_detail_box p {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(32 / 16);
    letter-spacing: calc(0.26em / 16);
  }


  /* 聖フランシスコ園の特徴セクション */
  .feature {
    margin-bottom: 9.9rem;
  }

  .feature_box {
    width: 34.5rem;
    padding: 1.5rem;
    border: 0.1rem solid #DDDDDD;
    border-radius: 0.8rem;
    margin: 0 auto 2rem;
  }

  .feature_box h3 {
    color: #44986A;
    font-size: 1.9rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    line-height: calc(19 / 19);
    letter-spacing: calc(0.38em / 19);
    margin-bottom: 1.8rem;
    padding-left: 3.5rem;
    position: relative;
  }

  .feature_box h3::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    filter: blur(0.5rem);
    background: linear-gradient(to bottom, #8FFFFF, #4FDE3C);
    position: absolute;
    top: 0rem;
    left: 0rem;
  }

  .feature_box p {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(32 / 16);
    letter-spacing: calc(0.26em / 16);
  }

  .feature_box span {
    font-weight: 700;
  }


  /* 施設案内セクション */
  .guidance_wrapper {
    column-gap: 0rem;
    margin-bottom: 9.9rem;
    flex-direction: column;
  }

  .attention_text {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 1rem;
  }

  /* メイン画像 */
  .main-image img {
    width: 35.5rem;
    max-height: 21rem;
    object-fit: cover;
    border-radius: 0.8rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
  }

  /* サムネイル */
  .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .gallery img {
    width: 100%;
    height: 7rem;
    cursor: pointer;
    border-radius: 0.4rem;
    transition: 0.3s;
    object-fit: cover;
  }

  .gallery img:hover {
    transform: scale(1.05);
    opacity: 0.8;
  }

  .guidance_box {
    width: 35.5rem;
    margin: 0 auto;
  }

  .guidance_box h3 {
    color: #44986A;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(20 / 20);
    letter-spacing: calc(0.4em / 20);
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }

  .guidance_box p {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(24 / 16);
  }


  /* 聖フランシスコ園での生活セクション */
  .life {
    margin-bottom: 9.9rem;
  }

  .life h3 {
    color: #44986A;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    line-height: calc(20 / 20);
    letter-spacing: calc(0.4em / 20);
    margin-bottom: 1.6rem;
    margin-left: 1rem;
  }


  /* スライダー */
  .swiper {
    width: 100%;
    height: 23rem;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0.8rem;
    overflow: hidden;
  }

  .swiper-slide img {
    width: 32.5rem;
    height: 20rem;
    object-fit: cover;
    border-radius: 0.8rem;
    vertical-align: top;
  }

  .slider-wrap {
    position: relative;
    margin-bottom: 5.9rem;
  }

  .custom-prev,
  .custom-next {
    display: none;
  }


  /* Swiperデフォルト矢印を消す */
  .custom-prev::after,
  .custom-next::after {
    display: none;
  }

  .custom-pagination {
    margin-top: 2.5rem;
    text-align: center;
  }

  .custom-pagination.swiper-pagination {
    position: static;
  }

  .custom-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border: #44986A solid 0.1rem;
    border-radius: 50%;
    opacity: 1;
    margin-right: 1.5rem;
  }

  .custom-pagination .swiper-pagination-bullet-active {
    background: #44986A;
  }

  .custom-pagination {
    --swiper-pagination-bullet-horizontal-gap: 0.7rem;
  }





  .life_date {
    color: #555555;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: calc(0.14em / 12);
    width: 9rem;
    height: 3.1rem;
    border-radius: 0 0 0.4rem 0;
    background-color: #fff;
    position: absolute;
    top: 0rem;
    left: 0rem;
    text-align: center;
    line-height: 3.1rem;
  }

  .life_text {
    color: #555555;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: calc(0.39em / 14);
    width: 30.5rem;
    height: 6.1rem;
    border-radius: 0 0.8rem 0.8rem 0.8rem;
    background-color: #fff;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    line-height: calc(21 / 14);
    padding: 1rem 1rem 1rem 1rem;
  }

  .life_sub_text {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(24 / 16);
    letter-spacing: 0;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }

  .event_wrapper {
    gap: 1.5rem;
    width: 35.5rem;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .event_img {
    width: 17rem;
    height: 12rem;
    object-fit: cover;
    border-radius: 0.4rem;
  }


  /* ご入所希望の方へセクション */
  .admission_desired {
    margin-bottom: 5.9rem;
  }

  .admission_desired_subtitle {
    color: #44986A;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    line-height: calc(20 / 20);
    letter-spacing: calc(0.4em / 20);
    margin-bottom: 1.6rem;
    margin-left: 1.5rem;
  }

  .admission_desired_list {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .admission_desired_list span {
    color: #44986A;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(20 / 20);
    letter-spacing: calc(0.4em / 20);
    margin-right: 1.5rem;
  }

  .admission_desired_list h4 {
    color: #555555;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(20 / 20);
    letter-spacing: calc(0.4em / 20);
    margin-bottom: 1rem;
  }

  .admission_desired_list p {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(24 / 16);
    padding-left: 0rem;
    padding-bottom: 3rem;
  }

  .admission_desired_question {
    color: #44986A;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    line-height: calc(20 / 20);
    letter-spacing: calc(0.4em / 20);
    margin-top: 5.9rem;
    margin-left: 1.5rem;
    margin-bottom: 1.6rem;
  }



  /* アコーディオンメニュー */

  .accordion {
    width: 35rem;
    margin: 0 auto;
  }

  .accordion-header {
    color: #44986A;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(24 / 16);
    margin-top: 2rem;
    background-color: #FFFEEF;
    cursor: pointer;
    padding: 1.5rem;
    position: relative;
    border-radius: 0.4rem;
  }

  .accordion span {
    color: #44986A;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(18 / 16);
    letter-spacing: calc(0.26em / 16);
    margin-right: 2rem;
    margin-top: 0.2rem;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #FFFEEF;
  }

  .accordion-content p {
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(28 / 16);
  }

  .accordion-content-inner {
    padding: 1.5rem;
    border-radius: 0.4rem;
  }

  .icon {
    transition: transform 0.3s ease;
    position: absolute;
    top: 2.7rem;
    right: 0rem;
    color: #fff !important;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #44986A;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.2rem;
  }

  .accordion-item.active .icon {
    transform: rotate(45deg);
    /* ＋を×っぽく回転 */
  }

  /* 聖フランシスコ園の概要セクション */

  .about dl {
    width: 35rem;
    flex-wrap: wrap;
    margin: 0 auto 16rem;
    border-bottom: #DDDDDD solid 0.1rem;
  }

  .about dt {
    width: 100%;
    color: #555555;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(20 / 16);
    letter-spacing: calc(0.26em / 16);
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    border-top: #DDDDDD solid 0.1rem;
  }

  .about dd {
    width: 100%;
    color: #555555;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(20 / 16);
    letter-spacing: calc(0.26em / 16);
    padding: 0rem 1.5rem 1.5rem 1.5rem;
    border-top: none;
  }

}