.brd_single_breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.brd_single_breadcrumbs ul li {
  padding-left: 2em;
  position: relative;
}
.brd_single_breadcrumbs ul li:first-child {
  padding-left: 0;
}
.brd_single_breadcrumbs ul li:first-child::before {
  content: none;
}
.brd_single_breadcrumbs ul li::before {
  content: ">";
  position: absolute;
  right: calc(100% - 1.5em);
  top: 50%;
  transform: translateY(-50%);
}
.brd_single_breadcrumbs ul li a {
  text-decoration: underline;
}

.brd_single_kv {
  aspect-ratio: 1920/960;
  width: 100%;
  height: 100%;
  min-width: 900px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .brd_single_kv {
    aspect-ratio: 768/900;
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .brd_single_kv {
    aspect-ratio: 768/800;
    min-width: auto;
  }
}

.brd_single_kv__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .brd_single_kv__img {
    right: -151px;
    top: -6px;
    width: 115%;
  }
}
@media screen and (max-width: 480px) {
  .brd_single_kv__img {
    right: -125px;
    top: 0px;
    width: 116%;
  }
}
.brd_single_kv__img::before {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 292px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 26%, #fff 100%);
}
.brd_single_kv__img img {
  width: 100%;
}

.brd_single_kv__txt {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 12vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .brd_single_kv__txt {
    top: 50%;
    left: 7vw;
  }
}
@media screen and (max-width: 480px) {
  .brd_single_kv__txt {
    top: 55%;
    left: 7vw;
  }
}

.brd_single_h1__sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .brd_single_h1__sub {
    font-size: 5vw;
  }
}

.brd_single_h1 {
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brd_single_h1 {
    font-size: 10vw;
  }
}

.brd_article_area {
  margin-top: 5rem;
  background: linear-gradient(#fff 0, #E6EEFF 100%);
  padding: 0 1.4rem 1rem;
}
@media screen and (max-width: 768px) {
  .brd_article_area {
    padding: 0 1.4rem 0.1em;
  }
}

.main_article {
  background-color: #fff;
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  padding: 5em;
  position: relative;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 768px) {
  .main_article {
    padding: 5em 2em 2em;
    margin: 0 auto 5rem;
  }
}
.main_article h3 {
  position: absolute;
  background-color: #003478;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 14px;
  padding: 1em;
  bottom: calc(100% - 29px);
  left: 15px;
  min-width: 500px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_article h3 {
    min-width: auto;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
  }
}
.main_article p {
  line-height: 1.6em;
}

.main_article_single__img img {
  width: 100%;
}

.brd_single_wrap {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .brd_single_wrap {
    width: 100%;
  }
}

.brd_single_nav {
  padding: 1rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .brd_single_nav {
    padding: 0;
  }
}
.brd_single_nav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .brd_single_nav ul {
    flex-wrap: wrap;
  }
}
.brd_single_nav ul li {
  flex-grow: 1;
  border-right: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  .brd_single_nav ul li {
    width: 50%;
  }
  .brd_single_nav ul li:nth-of-type(1) {
    border-bottom: 1px solid #E3E3E3;
  }
  .brd_single_nav ul li:nth-of-type(2) {
    border-bottom: 1px solid #E3E3E3;
  }
}
.brd_single_nav ul li:first-child {
  border-left: 1px solid #E3E3E3;
}
.brd_single_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
  text-decoration: none;
  transition: all 0.5s;
}
.brd_single_nav ul li a:hover {
  background-color: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .brd_single_nav ul li a {
    padding: 1rem 0;
  }
}

.brd_single_nav__img {
  border: 1px solid;
  border-radius: 50%;
  width: 134px;
  aspect-ratio: 1/1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .brd_single_nav__img {
    width: 90px;
    margin-bottom: 1rem;
  }
  .brd_single_nav__img img {
    width: 40%;
  }
}

.brd_nav1 {
  border-color: #0C3798;
}

.brd_nav2 {
  border-color: #CC7400;
}

.brd_nav3 {
  border-color: #8E0089;
}

.brd_nav4 {
  border-color: #315A02;
}

.brd_navttl {
  font-weight: bold;
}

#seisan {
  background: linear-gradient(rgba(12, 55, 152, 0.06) 0, rgba(12, 55, 152, 0.12) 100%);
}
#seisan .brd_single_detail__icon h5 {
  color: #0C3798;
}
#seisan h6 {
  border-color: #003478;
}
#seisan h6::before {
  background-color: #003478;
}

#hinsitu {
  background: linear-gradient(rgba(204, 116, 1, 0.06) 0, rgba(204, 116, 1, 0.12) 100%);
}
#hinsitu .brd_single_detail__icon h5 {
  color: #CC7401;
}
#hinsitu h6 {
  border-color: #CC7401;
}
#hinsitu h6::before {
  background-color: #CC7401;
}

#support {
  background: linear-gradient(rgba(142, 0, 137, 0.06) 0, rgba(142, 0, 137, 0.12) 100%);
}
#support .brd_single_detail__icon h5 {
  color: #8E0089;
}
#support h6 {
  border-color: #8E0089;
}
#support h6::before {
  background-color: #8E0089;
}

#kankyo {
  background: linear-gradient(rgba(40, 90, 3, 0.06) 0, rgba(49, 90, 3, 0.12) 100%);
}
#kankyo .brd_single_detail__icon h5 {
  color: #315A03;
}
#kankyo h6 {
  border-color: #315A03;
}
#kankyo h6::before {
  background-color: #315A03;
}

.brd_single_detail_inner {
  margin: 0 auto;
}

.brd_single_detail {
  padding: 4rem 0;
}
@media screen and (max-width: 1366px) {
  .brd_single_detail {
    padding: 3rem 1.4rem;
  }
}

.brd_single_detail_title {
  background-color: #fff;
  margin-bottom: 4rem;
  display: flex;
  padding: 2rem;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .brd_single_detail_title {
    margin-left: 0;
    padding: 2em;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .brd_single_detail__icon_img {
    width: 12vw;
  }
  .brd_single_detail__icon_img img {
    width: 100%;
  }
}

.brd_single_detail__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
@media screen and (max-width: 1366px) {
  .brd_single_detail__icon {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .brd_single_detail__icon {
    width: 100%;
  }
}
.brd_single_detail__icon h5 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .brd_single_detail__icon h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .brd_single_detail__icon h5 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.brd_single_detail__txt {
  width: 80%;
  display: flex;
  padding-left: 2em;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .brd_single_detail__txt {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .brd_single_detail__txt {
    width: 100%;
    padding-left: 0;
  }
}

.brd_single_detail__li ul .single_detail_column {
  flex-direction: column;
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__li ul .single_detail_column {
    padding: 0;
  }
}
.brd_single_detail__li ul .single_detail_column .brd_single_detail__li_txt {
  padding-left: 0;
}
.brd_single_detail__li ul li {
  background-color: #fff;
  border-bottom: 1px solid #B1B1B1;
  padding: 1rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__li ul li {
    flex-direction: column;
  }
}
.brd_single_detail__li ul li:last-child {
  border-bottom: 0;
}

.brd_single_detail__li_img {
  width: 25%;
  aspect-ratio: 566/380;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__li_img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.brd_single_detail__li_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brd_single_detail__li_txt {
  padding-left: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__li_txt {
    width: 100%;
    padding-left: 0;
  }
}
.brd_single_detail__li_txt h6 {
  padding: 4px 20px;
  font-size: 1.5em;
  margin-bottom: 0.8em;
  position: relative;
  border-left: 6px solid;
}
.brd_single_detail__li_txt h6::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  width: 2px;
  height: 100%;
}

.brd_single_img__one {
  width: 100%;
}
.brd_single_img__one img {
  width: 100%;
}

.brd_single_img__two {
  width: 100%;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .brd_single_img__two {
    flex-direction: column;
  }
}
.brd_single_img__two figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .brd_single_img__two figure {
    width: 100%;
  }
}
.brd_single_img__two img {
  width: 100%;
}

.brd_single_img__two__txt {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .brd_single_img__two__txt {
    width: 100%;
  }
}
.brd_single_img__two__txt p {
  margin-bottom: 1em;
}

.brd_single_img__three {
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .brd_single_img__three {
    flex-direction: column;
  }
}
.brd_single_img__three .item {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .brd_single_img__three .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .brd_single_img__three .item > p {
    text-align: center;
  }
}
.brd_single_img__three .item figure {
  aspect-ratio: 1/1;
  display: flex;
  border-radius: 50%;
  border: 1px solid #8E0089;
  background-color: #FCFCFC;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6em;
  padding: 1em 0 2em;
}
.brd_single_img__three .item figure img {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .brd_single_img__three .item figure {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .brd_single_img__three .item figure img {
    max-width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .brd_single_img__three .item figure {
    width: 84%;
  }
}
.brd_single_img__three .item figure p {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brd_single_img__three .item figure p {
    font-size: 16px;
  }
}
.brd_single_img__three .item h5 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.8em;
  min-height: 3em;
}
@media screen and (max-width: 768px) {
  .brd_single_img__three .item h5 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.8em;
    min-height: auto;
  }
}

.brd_single_detail_link {
  margin-top: 2em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .brd_single_detail_link a img {
    width: 100%;
  }
}

.brd_single_detail__borderwrap {
  border: 1px solid #000;
  margin-top: 2rem;
  background-color: #fff;
  padding: 2rem;
}
.brd_single_detail__borderwrap h5 {
  font-size: 1.5em;
  margin-bottom: 1.6rem;
}
.brd_single_detail__borderwrap p span {
  font-weight: bold;
}
.brd_single_detail__borderwrap .brd_single_detail_small {
  font-size: 0.8em;
}

.bed_single_detail_mov {
  margin-bottom: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail_mov_inner {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 650px;
}
.detail_mov_inner #movie01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.sample_img {
  margin: 3em auto;
  display: flex;
  justify-content: center;
}
.sample_img .sample_img_inner {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sample_img .sample_img_inner {
    width: 100%;
  }
}
.sample_img .sample_img_inner img {
  width: 100%;
}

.brd_single_detail__multi {
  display: flex;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__multi {
    flex-direction: column;
  }
}

.brd_single_detail__multi_l,
.brd_single_detail__multi_r {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__multi_l,
  .brd_single_detail__multi_r {
    width: 100%;
  }
}
.brd_single_detail__multi_l p,
.brd_single_detail__multi_r p {
  margin-bottom: 1em;
}

.brd_single_detail__multi_l {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__multi_l {
    margin-right: 0;
  }
}

.brd_single_detail__multi_r {
  margin-left: 1em;
}
.brd_single_detail__multi_r p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brd_single_detail__multi_r {
    margin-left: 0;
  }
}

.brd_single_detail__multi__img img {
  width: 100%;
}

.brd_single_coment {
  margin-top: 7em;
}
@media screen and (max-width: 768px) {
  .brd_single_coment {
    padding: 0 1.4rem;
    margin-top: 4em;
  }
}
.brd_single_coment .brd_single_coment_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 1em;
  border: 1px solid #000;
}
.brd_single_coment .brd_single_coment_inner p {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .brd_single_coment .brd_single_coment_inner p {
    font-size: 1rem;
  }
}

.brd_single_nav.fixed {
  position: fixed;
  top: 0;
  min-width: 100vw;
  max-width: auto;
  margin: 0 auto;
  background-color: #fff;
  z-index: 1000;
}
.brd_single_nav.fixed ul {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .brd_single_nav.fixed ul li {
    width: 25%;
    border-bottom: 1px solid #F6F6F6;
  }
}
.brd_single_nav.fixed ul li a {
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .brd_single_nav.fixed ul li a {
    padding: 0.9em;
  }
}
.brd_single_nav.fixed ul li a .brd_single_nav__img {
  margin-bottom: 1em;
  width: 81px;
}
@media screen and (max-width: 768px) {
  .brd_single_nav.fixed ul li a .brd_single_nav__img {
    width: 59px;
    margin-bottom: 0.9em;
    margin-top: 0;
  }
}
.brd_single_nav.fixed ul li a .brd_single_nav__img img {
  width: 40%;
}
.brd_single_nav.fixed ul li a .brd_navttl {
  font-size: clamp(0.65rem, 1.5625vw, 1.25rem);
  margin-bottom: 0;
}

.brd_single_nav__placeholder {
  display: none;
}

.brd_single_nav.fixed + .brd_single_nav__placeholder {
  display: block;
}/*# sourceMappingURL=quality_style.css.map */