@charset "UTF-8";
:root {
  --header-height: 7rem;
  --overall-margin: 4rem;
  --spfootermenu-height: 0;
}

@media screen and (max-width: 1000px) {
  :root {
    --header-height: 0;
    --overall-margin: 8rem;
    --spfootermenu-height: 6rem;
  }
}
@media screen and (max-width: 650px) {
  :root {
    --overall-margin: 4rem;
    --spfootermenu-height: 12rem;
  }
}
/*---------------
* メイン
---------------*/
#main {
  background: url("../img/main.webp") center center/cover no-repeat;
}

.no-webp #main {
  background-image: url("../img/main.jpg");
}

#page_head {
  padding-bottom: 8.2rem;
}

/*---------------
* barrierfree_lead
---------------*/
#barrierfree_lead {
  margin: 0 calc(50% - 50vw);
  padding: 8.2rem 0 0;
  background: url(../../img/common/decoration_dot1.svg) no-repeat center top, linear-gradient(to bottom, rgba(251, 250, 242, 0) 0%, rgb(251, 250, 242) 100%), linear-gradient(to right, rgba(141, 163, 196, 0.33) 0%, rgba(222, 212, 110, 0.33) 100%);
  background-size: 608px, auto, auto;
}
#barrierfree_lead .content_nav {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lead_wideimage_body {
  display: flex;
  align-items: center;
  margin-bottom: 9.6rem;
  justify-content: space-between;
}
.lead_wideimage_body_text {
  width: calc(50% - 80px);
  padding: 0 40px;
}
.lead_wideimage_body_text_body {
  max-width: 412px;
  margin-left: auto;
}
.lead_wideimage_body_figure {
  width: calc(50% + 80px);
}
.lead_wideimage_body_figure img {
  width: 100%;
  height: auto;
}

/*---------------
* faq
---------------*/
.barrierfree_sec {
  padding-top: 7.2rem;
}
.barrierfree_sec.last {
  padding-bottom: 16rem;
}
.barrierfree_sec .common_content_title_bgborder {
  text-align: center;
}
.barrierfree_sec .common_content_title {
  letter-spacing: 0.05em;
}

.barrierfree_faq {
  margin-top: 16px;
}
.barrierfree_faq_row + .barrierfree_faq_row {
  margin-top: 40px;
}
.barrierfree_faq dt {
  position: relative;
  padding: 18px 0 20px 72px;
  border-bottom: 1px solid #b49f93;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 2rem;
}
.barrierfree_faq dd {
  position: relative;
  padding: 18px 20px 0 72px;
}
.barrierfree_faq .q,
.barrierfree_faq .a {
  position: absolute;
  left: 20px;
  top: 15px;
}
.barrierfree_faq_body {
  display: flex;
  align-items: flex-start;
  margin-top: 4px;
  justify-content: space-between;
}
.barrierfree_faq_body.pic_min .barrierfree_faq_body_text {
  width: 65.082%;
}
.barrierfree_faq_body.pic_min .barrierfree_faq_body_figure {
  width: 30.6%;
  max-width: 308px;
}
.barrierfree_faq_body_text {
  width: 53rem;
  margin-top: -8px;
}
.barrierfree_faq_body_text .color {
  color: #de6a1c;
}
.barrierfree_faq_body_title {
  text-align: left;
  letter-spacing: 0.1em;
}
.barrierfree_faq_body_figure {
  position: relative;
  width: calc(100% - 53rem - 4.9rem);
  max-width: 420px;
}
.barrierfree_faq_body_figure:has(.barrierfree_faq_body_caption) img {
  display: block;
}
.barrierfree_faq_body_figure:has(.barrierfree_faq_body_caption)::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 7rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  speak: none;
}
.barrierfree_faq_body img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.barrierfree_faq_body_caption {
  position: absolute;
  z-index: 10;
  bottom: 1rem;
  left: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  /*---------------
  * barrierfree_lead
  ---------------*/
  #barrierfree_lead {
    padding: 8.2rem 0 0;
  }
  #barrierfree_lead .content_nav {
    width: 90%;
  }
  .lead_wideimage_body {
    display: block;
    margin-bottom: 9.6rem;
  }
  .lead_wideimage_body_text {
    width: 100%;
    padding: 0 var(--overall-margin);
  }
  .lead_wideimage_body_text_body {
    max-width: 100%;
    margin-left: auto;
  }
  .lead_wideimage_body_figure {
    width: 100%;
    margin-top: 8rem;
  }
  .lead_wideimage_body_figure img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: left;
  }
  /*---------------
  * faq
  ---------------*/
  .barrierfree_sec {
    padding-top: 12rem;
  }
  .barrierfree_sec.last {
    padding-bottom: 16rem;
  }
  .barrierfree_sec .common_content_title_bgborder {
    text-align: center;
  }
  .barrierfree_faq {
    margin-top: 16px;
  }
  .barrierfree_faq_row + .barrierfree_faq_row {
    margin-top: 40px;
  }
  .barrierfree_faq dt {
    padding-left: 48px;
    border-bottom: 1px solid #b49f93;
  }
  .barrierfree_faq dd {
    padding: 8px 0 0 48px;
  }
  .barrierfree_faq .q,
  .barrierfree_faq .a {
    left: 4px;
    top: 15px;
  }
  .barrierfree_faq_body {
    display: block;
    margin-top: 4px;
  }
  .barrierfree_faq_body.pic_min .barrierfree_faq_body_text {
    width: 100%;
  }
  .barrierfree_faq_body.pic_min .barrierfree_faq_body_figure {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
  .barrierfree_faq_body_text {
    width: 100%;
    margin-top: 0;
  }
  .barrierfree_faq_body_title {
    letter-spacing: 0.1em;
  }
  .barrierfree_faq_body_figure {
    width: 100%;
    max-width: 420px;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 650px) {
  .barrierfree_faq dt {
    padding: 16px 0 16px 48px;
    font-size: 3.6rem;
  }
  .barrierfree_faq_body_caption {
    bottom: 1rem;
    left: 2rem;
    font-size: 2.9rem;
  }
}