/* フォント */
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

/* 背景 */
.suppot_facility_bg {
  background-image: url(../img/bg/bg_short2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.supo_facility_flex {
  display: flex;
}

/* メインビジュアル */
.main_visual {
  width: 83.6rem;
  height: 47rem;
  margin: 0 auto;
  display: block;
}

.main_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: calc(35em / 28);
  color: #000;
  margin-left: 8.6rem;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.main_title::before {
  content: "";
  background-color: #DF9377;
  width: 1.1rem;
  height: 4rem;
  position: absolute;
  top: 0rem;
  left: -2rem;
}

.facility_info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 2.4rem;
  line-height: calc(40em / 24);
  background-color: #DF9377;
  border-radius: 1rem;
  border: #000 solid 0.1rem;
  padding: 0.1rem 2rem;
  margin-left: 2rem;
}

.main_visual {
  width: 83.6rem;
  height: 47rem;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0.6rem 0.6rem 0 #DF9377;
  margin-left: 7rem;
}

.main_title_sp {
  display: none;
}


/* アコーディオンｓｐ */
.sp_only {
  display: none;
}

/* 障がい者支援施設　希望舎 */
/* 方針  */
.support_facility {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  line-height: calc(36em / 25);
  color: #000;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 3rem;
}

.support_facility::before {
  content: "";
  background-color: #DF9377;
  width: 1rem;
  height: 4rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.policy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: calc(29em / 20);
  color: #000;
  padding-left: 4rem;
  position: relative;
}

.policy::before {
  content: "";
  background-color: #DF9377;
  width: 3rem;
  height: 0.4rem;
  position: absolute;
  top: 1.5rem;
  left: 0rem;
}

.policy_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: calc(30em / 15);
  letter-spacing: calc(0.75em / 15);
  color: #000;
  margin-left: 4rem;
  margin-top: 1.5rem;
}

/* 方針ここまで */

/* 施設概要 */
.facility_overview {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: calc(29em / 20);
  color: #000;
  padding-left: 4rem;
  position: relative;
  margin-top: 7rem;
  margin-bottom: 1.5rem;
}

.facility_overview::before {
  content: "";
  background-color: #DF9377;
  width: 3rem;
  height: 0.4rem;
  position: absolute;
  top: 1.5rem;
  left: 0rem;
}

.facility_overview_list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: calc(30em / 16);
  letter-spacing: calc(0.8em / 16);
  color: #000;
  margin-left: 4rem;
  display: flex;
  flex-wrap: wrap;
  width: 77.6rem;
}

.facility_overview_list dt {
  width: 13rem;
  margin-bottom: 2.5rem;
}

.facility_overview_list dd {
  width: 60.7rem;
  margin-bottom: 2.5rem;
  position: relative;

}

.facility_overview_list dd::after {
  content: "";
  width: 74.6rem;
  height: 0.1rem;
  background-color: #707070;
  position: absolute;
  bottom: -1.5rem;
  right: 0rem;
}

/* 施設概要ここまで */

/* 沿革 */
.facility_history {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: calc(29em / 20);
  color: #000;
  padding-left: 4rem;
  position: relative;
  margin-top: 7rem;
  margin-bottom: 1.5rem;
}

.facility_history::before {
  content: "";
  background-color: #DF9377;
  width: 3rem;
  height: 0.4rem;
  position: absolute;
  top: 1.5rem;
  left: 0rem;
}

.facility_history_list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: calc(30em / 16);
  letter-spacing: calc(0.8em / 16);
  color: #000;
  margin-left: 4rem;
  display: flex;
  flex-wrap: wrap;
  width: 77.6rem;
}

.facility_history_list dt {
  width: 13rem;
  margin-bottom: 2.5rem;
}

.facility_history_list dd {
  width: 60.7rem;
  margin-bottom: 2.5rem;
  position: relative;

}

.facility_history_list dd::after {
  content: "";
  width: 74.6rem;
  height: 0.1rem;
  background-color: #707070;
  position: absolute;
  bottom: -1.5rem;
  right: 0rem;
}


/* コンテンツ */
.content_box {
  width: 83.6rem;
  height: auto;
  border: solid 0.1rem #000;
  border-radius: 1rem;
  background-color: #fff;
  margin-top: 10rem;
  margin-left: 7rem;
  margin-bottom: 10rem;
  padding: 6rem 3rem;
}

/* サイドバー */
.head_wrap {
  top: 25.9rem;
  position: sticky;
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: calc(24em / 16);
  color: #000;
  margin-top: 1.5rem;
  margin-left: 2.4rem;
  background-color: #fff;
  border: solid 0.1rem #000;
  height: 25.8rem;
  width: 27.9rem;
  border-radius: 1rem;
  margin-bottom: 10rem;
}

.head_wrap a {
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.head_philosophy {
  margin-top: 1.5rem;
}

/* サイドバー矢印 */
/* 矢印 */

.nav {
  width: 27.9rem;
  height: fit-content;
  position: sticky;
  right: 7rem;
  top: 19.9rem;
  border: 0.1rem solid#000000;
  border-radius: 1rem;
  background-color: white;
  padding: 1.5rem 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;

}

.nav_title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}

.nav_text {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}

.nav_text_aut {
  display: block;
  font-size: 1.6rem;
  width: 20rem;
  height: 5.4rem;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
  background-color: #F7F1DC;
  border-radius: 1rem;

}

.nav_arrow {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0.2rem;
  margin-left: 4rem;
  display: inline-block;
}

.nav_arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #DF9377;
  border: #000000 solid 0.1rem;
  border-radius: 50%;
  bottom: -0.2rem;
  right: 2.4rem;
}

.nav_arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: calc(1.4rem / 2 * tan(60deg));
  width: 0.8rem;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  bottom: 0.2rem;
  right: 2.9rem;
}





.head_support_facility {
  padding: 1.5rem 4.8rem 1.5rem 1.5rem;
  background-color: #F7F1DC;
  width: 20rem;
  position: relative;
  display: block;
  background-color: #F7F1DC;
  color: #000;
  text-decoration: none;
  border-radius: 1rem;
}

.head_support_facility::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0rem;
  right: 8.2rem;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 2rem;
  border: solid 0.1rem #000;
  background-color: #DF9377;
}

.head_support_facility::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0rem;
  right: 8.6rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-right: 0 solid transparent;
  border-left: 0.9rem solid #fff;
  border-bottom: 0.6rem solid transparent;
  box-sizing: border-box;
}

.head_support_facility_wrap {
  margin-left: 2rem;
}

.head_support_overvew {
  padding: 1.5rem 4.8rem 1.5rem 1.5rem;
  background-color: #F7F1DC;
  width: 20rem;
  position: relative;
  display: block;
  background-color: #F7F1DC;
  color: #000;
  text-decoration: none;
  border-radius: 1rem;
}

.head_support_overvew::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.2rem;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 2rem;
  border: solid 0.1rem #000;
  background-color: #DF9377;
}

.head_support_overvew::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.6rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-right: 0 solid transparent;
  border-left: 0.9rem solid #fff;
  border-bottom: 0.6rem solid transparent;
  box-sizing: border-box;
}

.head_support_overvew_wrap {
  margin-left: 2rem;
}

.head_for_support_facility {
  padding-top: 1.5rem;
  padding-left: 2rem;
}

/* 矢印ここまで */
#philosophy,
#overview,
#history {
  scroll-margin-top: 10rem;
}

/* フッター */
.footer{
  background-color: #F9C1DD;
}
.footer img {
  display: block;
}
.footer div {
  display: none;
}

@media screen and (max-width:699.98px) {

  .suppot_facility_bg{
    background-image: url(../img/bg/bg_short.png);
  }
  .facility_side_bar {
    display: none;
  }

  .main_title {
    display: none;
  }

  /* アコーディオンメニュー */
  .sp_only {
    display: block;
  }

  .nav {
    display: none;
  }

  .nav_text {
    display: block;
    margin-bottom: 1rem;
  }

  .nav_text_aut {
    display: block;
    margin-bottom: 1rem;
    background-color: #F7F1DC;
    padding: 1rem 1rem;
    padding-top: 1.4rem;
    border-radius: 1rem;
    width: 20rem;

  }

  .nav_wrap {
    padding: 1rem 2rem;
    font-family: "Zen Maru Gothic";
    width: 33.5rem;
    border-radius: 1rem;
    border: 0.1rem solid #000000;
    margin: 0 auto 1rem;
    background-color: white;
    margin-top: 0rem;
  }

  .nav_wrap nav {
    display: none;
    font-weight: 500;
  }

  .nav_open {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    transition: 0.7s;
  }

  .nav_open.active {
    margin-bottom: 2rem;
  }

  .circle{
    position: relative;
   }

  .circle::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: #DF9377;
  border-radius: 50%;
  position: absolute;
  top: 0.1rem;
  right: -10.1rem;
}
.nav_open::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1.4rem;
  height: 0.2rem;
  top: 1.1rem;
  right: 0.4rem;
  z-index: 9;
}
.nav_open::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0.2rem;
  height: 1.4rem;
  top: 0.5rem;
  right: 1rem;
  transition: transform 0.7s;
  transform-origin: center;
}

  .nav_open.active::after {
    transform: rotate(90deg);
  }

  .accordion {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: calc(24em / 16);
    color: #000;
    margin-top: 1.5rem;
    margin-left: 2rem;
  }

  /* アコーディオンメニューここまで */

  /* メインビジュアルSP */
  .main_visual {
    width: 35.5rem;
    height: 18rem;
    margin: 0 auto;
    display: block;
  }

  .content_box {
    width: 33.5rem;
    margin: 0 auto 0rem;
    padding: 3rem 1rem 6rem;
  }

  .main_title_sp {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 3rem;
    position: relative;
    margin-left: 0rem;
    color: #FFFFFF;
    background-color: #DF9377;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 1rem 2rem;
    margin: 3rem auto 3rem;
    border-radius: 1rem;
    display: block;
  }

  .facility_overview_list,
  .facility_history_list {
    display: block;
    width: 28rem;
    margin-left: 0rem;
  }

  .facility_overview_list dd,
  .facility_history_list dd {
    width: 23.5rem;

  }

  .facility_overview_list dd::after,
  .facility_history_list dd::after {
    width: 23.5rem;
  }

  .supo_facility_flex {
    display: block;
  }

  /* 障がい者支援施設　希望舎 */
  .support_facility {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .support_facility::before {
    top: 6.2rem;
    height: 2.4rem;
    width: 0.5rem;
    top: 0rem;
  }

  .policy {
    font-size: 1.6rem;

  }

  .policy::before {
    width: 2rem;
    height: 0.4rem;
    top: 1rem;
  }
.policy_text{
  font-size: 1.4rem;
  width: 28.9rem;
  margin: 0 auto;
}

/* 施設概要 */
.facility_overview{
  font-size: 1.6rem;
  margin-top: 5rem;
}
.facility_overview::before{
  top: 1rem;
  width: 2rem;
  height: 0.4rem;
}
.facility_overview_list{
  font-size: 1.4rem;
  margin-left: 4rem;
}
.facility_overview_list dt{
  margin-bottom: 1rem;
}

/* 沿革 */
.facility_history{
  font-size: 1.6rem;
  margin-top: 5rem;
}
.facility_history::before{
  top: 1rem;
  width: 2rem;
  height: 0.4rem;
}
.facility_history_list{
  font-size: 1.4rem;
  margin-left: 4rem;
}
.facility_history_list dt{
  margin-bottom: 1rem;
}
.supo_facility_contents{
  padding-bottom: 10rem;
  padding-top: 2rem;
}








}