@charset "utf-8";
.m_contents_service,
.m_contents_service:hover,
.m_contents_service:visited {
  color: inherit;
}
.hum_base_frame {
  display: none;
}
.m_menu {
  display: none;
}
.p_header_frame {
  position: relative;
  margin-top: 1.7rem;
  position: fixed;
  top: 0;
  z-index: 1000000000;
  width: 100%;
  display: flex;
  justify-content: center;
}
.p_margin_frame {
  width: 115.356rem;
  height: 3.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p_left_frame {
  height: 3.7rem;
  width: 23.3rem;
}
.p_contents {
  position: relative;
  display: flex;
  width: 61.4rem;
  height: 2.2rem;
  justify-content: space-between;
}

.p_content {
  cursor: pointer;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--NotoSans_Italy);
  font-style: italic;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
}
.p_content_service {
  cursor: pointer;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--NotoSans_Italy);
  font-style: italic;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
}
.p_lists.active {
  transition: 0.5s;
  opacity: 1;
  pointer-events: all;
}
.p_lists {
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 16.5rem;
  top: 2.2rem;
  width: 13rem;
  /* height: 15rem; */
  z-index: 100000;
  white-space: nowrap;
}
.p_list {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--NotoSans_Italy);
  font-style: italic;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
}
.bread_list {
  position: absolute;
  top: 8.6rem;
  right: 10rem;
  display: flex;
}
.top_list {
  color: #ffffff;
}
.top_content {
  color: #ffffff;
}

/* パンくず */
.hed_pan {
  width: 100%;
  position: absolute;
  top: 7.5rem;
  right: 12rem;
  z-index: 9999;
}
.breadcrumb ol {
  display: flex;
  justify-content: end;
}
.breadcrumb_li {
  color: #ffffff;
}
.br_col_bl {
  color: #111111;
}
.breadcrumb_li + li::before {
  content: ">";
  margin: 0 0.5rem;
}
.brea_a,
.brea_a:hover,
.brea_a:visited {
  color: inherit;
}

@media (max-width: 699.98px) {
  .p_header_frame {
    display: none;
    z-index: 1000;
  }
  .hum_base_frame {
    z-index: 10000000;
    width: 100%;
    height: 4.9rem;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 10000000000;
    top: 0;
  }
  .hum_logo_frame {
    margin-top: 1.872rem;
    z-index: 1000000;
    width: 33.5rem;
    height: 3.128rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hum_logo_frame.active {
    justify-content: end;
  }
  .logo_on_frame {
    display: flex;
  }
  .logo_on_frame.active {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  .logo_frame {
    width: 18.476rem;
    height: 2.956rem;
  }
  .hum_menu {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 3.3rem;
  }
  .hum_menu.active {
    /* top: 3rem;        
    right: 2rem; */

    top: 2rem;
    right: 0.5rem;
  }
  .hum_btn {
    pointer-events: auto;
    z-index: 1000000000;
  }
  .h_bar1 {
    transition: 0.5s;
    position: absolute;
    width: 2.5rem;
    height: 0.2rem;
    top: 0;
    left: 0;
    background: #fff;
  }
  .h_bar1.active {
    transition: 0.5s;
    top: 0.9rem;
    rotate: 45deg;
    background: #000000;
    /* top: 4.55rem; */
    /* right: 1rem; */
  }
  .h_bar2 {
    transition: 0.5s;
    position: absolute;
    width: 2.5rem;
    height: 0.2rem;
    background: #fff;
    top: 0.7rem;
  }
  .h_bar2.active {
    transition: 0.5s;
    opacity: 0;
  }
  .h_bar3 {
    position: absolute;
    width: 2.5rem;
    height: 0.2rem;
    background: #fff;
    top: 1.4rem;
  }
  .h_bar3.active {
    transition: 0.5s;
    top: 0.9rem;
    /* top: 4.55rem; */
    rotate: -45deg;
    background: #000000;
    /* right: 1rem; */
  }
  .m1_menu {
    transition: 0.5s;
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    top: 2rem;
  }
  .m1_menu.active {
    transition: 0.5s;
    /* opacity: 0; */
    color: #000;
  }
  .m1_close {
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    font-size: 0.8rem;
    color: #000000;
    top: 2.08rem;
  }
  .m1_close.active {
    transition: 0.5s;
    opacity: 1;
    top: 6.9rem;
  }
  .m_menu {
    left: 1rem;
    top: 1rem;
    border-radius: 2rem;
    z-index: 100000;
    display: block;
    position: absolute;
    background: #ffffff;
    width: 35.5rem;
    height: 89rem;
    pointer-events: none;
  }
  .m_menu.active {
    top: 1rem;
    margin: 0;
    pointer-events: all;
    position: absolute;
    display: block;
    left: 1rem;
    bottom: 1rem;
    z-index: 1000;
  }
  .hum_menu_m {
    position: fixed;
    pointer-events: none;
    display: block;
    opacity: 0;
    transition: 0.5s;
    z-index: 1000000000;
  }
  .hum_menu_m.active {
    width: 100%;
    height: 100vh;
    display: block;
    pointer-events: all;
    position: fixed;
    overflow-y: auto;
    z-index: 100;
    opacity: 1;
    transition: 0.5s;
    z-index: 1000000000;
    top: 1.6rem;
  }
  .m_contents_frame {
    margin: 8.8rem auto 0 auto;
    width: 29.6rem;
    height: 80rem;
    display: block;
    position: relative;
  }
  .end_contents_frame {
    background: #ffffff;
    position: absolute;
    top: 23.5rem;
    transition: 0.5s;
  }
  .end_contents_frame.active {
    transition: 0.5s;
    top: 42rem;
  }
  .m_contents {
    color: #222222;
    margin-bottom: 3.5rem;
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    width: 29.5rem;
    height: 4.3rem;
    border-bottom: #cccccc solid 0.2rem;
  }
  .m_contents_service {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    width: 29.5rem;
    border-bottom: #cccccc solid 0.2rem;
    height: 4.3rem;
  }
  .m_lists.active {
    margin-top: 1rem;
    width: 29.5rem;
    opacity: 1;
    display: block;
  }
  .m_lists {
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
    display: block;
    width: 29.5rem;
  }
  .m_list {
    pointer-events: none;
    font-weight: 500;
    color: #222222;
    line-height: calc(41em / 15);
    display: block;
    font-size: 1.8rem;
  }
  .m_list.active {
    pointer-events: all;
  }

  /* パンくずリストSP版では表示しないように修正 */
  .hed_pan {
    display: none;
  }
}
