/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  background-image: url(../img/examples/examples_mv_back.jpg);
}

.sub_page_title_wrapper {
  background-image: url(../img/sub/sub_mv_title_back.png);
}

@media screen and (max-width: 767px) {
  .sub_mv {
    background-image: url(../img/examples/examples_mv_back_sp.jpg);
  }
}

/* ------------------------------------------
  examples_detail_wrapper
  ------------------------------------------ */
.examples_detail_wrapper {
  width: 1150px;
  margin: 0 auto;
  line-height: 1;
}

.examples_detail_title_wrapper {
  margin-top: 90px;
}

.examples_detail_title_name {
  font-size: 1.6rem;
  font-weight: bold;

}
.examples_detail_title_category {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
  border-bottom: 2px solid #2F3A3C;
  padding-bottom: 15px;
}

.example_detail_title_label {
  margin-top: 20px;
  color: #fff;
  font-size: 1.3rem;
}

.example_detail_title_label span {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 20px;
}

.example_detail_title_label span:last-child {
  margin-right: 0;
}

.example_detail_title_label_outerwall {
  background-color: #8dc1dd;
  display: inline-block;
}

.example_detail_title_label_roof {
  background-color: #7ebf7c;
}

@media screen and (max-width: 767px) {
  .examples_detail_wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0 17px;
  }

  .examples_detail_title_wrapper {
    margin-top: 60px;
  }

  .examples_detail_title_name {
    font-size: 1.3rem;
  }

  .examples_detail_title_category {
    font-size: 1.8rem;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .example_detail_title_label {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .example_detail_title_label span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
  }
}

/* ------------------------------------------
  examples_detail_before
  ------------------------------------------ */
.example_detail_beforeafter_wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.example_detail_before_img_heading {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Yellowtail', cursive;
  font-size: 4rem;
  width: 112px;
  position: relative;
  line-height: 1.1;
}

.example_detail_before_img_heading::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 51px;
  top:0;
  left: 0;
  z-index: -1;
  background-image: url(../img/examples-detail/examples_detail_before_heading_back.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-3deg)
}

.example_detail_beforeafter_img {
  width: calc((100% - 40px) / 2);
}

.example_detail_before_imgbox, .example_detail_before_textbox {
  width: 100%;
}

.example_detail_before_main_img {
  max-width: 100%;
  margin-top: 20px;
}

.example_detail_before_img_list {

}

.example_detail_before_img_list li {
  width: calc((100% - 40px) / 3);
}

.example_detail_before_img_list li img {
  max-width: 100%;
}

/* ------------------------------------------
  swiperここから
  ------------------------------------------ */
.swiper-container.slider {
  overflow: hidden;
}

.example_detail_before_img_list.swiper-wrapper {
  flex-wrap: wrap;
  transform: none !important;
}

.slider-thumbnail .swiper-wrapper {
  justify-content: flex-start;
}

.slider-thumbnail .swiper-wrapper .swiper-slide {
  margin-top: 20px;
  margin-right: 20px;
  max-width: calc((100% - 40px) / 3);
}

.slider-thumbnail .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}


/* ------------------------------------------
  swiperここまで
  ------------------------------------------ */
.example_detail_before_arrow {
  margin-top: 30px;
}

.example_detail_before_arrow img {
  width: 40px;
  margin: 0 auto;
}

.example_detail_before_textbox_heading {
  position: relative;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.example_detail_before_textbox_heading span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.example_detail_before_text {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.example_detail_before_textbox_heading::after {
  content: "Voice";
  color: #42E1E5;
  font-family: 'Yellowtail', cursive;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  line-height: 1.1;
}

.example_detail_before_text {
  margin-top: 25px;
  background-color: #F4FDFD;
  padding: 40px 40px 50px 40px;

}

.example_detail_before_text p {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 32px;
  margin-top: 30px;
  color: #333333;
}

.example_detail_before_text p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .example_detail_before_img_heading {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Yellowtail', cursive;
    font-size: 4rem;
    width: 112px;
    position: relative;
    line-height: 1.1;
  }

  .example_detail_before_img_heading::before {
    content: "";
    position: absolute;
    width: 112px;
    height: 51px;
    top:0;
    left: 0;
    z-index: -1;
    background-image: url(../img/examples-detail/examples_detail_before_heading_back.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-3deg)
  }

  .example_detail_beforeafter_wrapper {
    flex-direction: column;
  }

  .example_detail_beforeafter_img {
    width: 100%;
  }

  .example_detail_before_main_img {
    max-width: 100%;
    margin-top: 20px;
  }

  .example_detail_before_img_list {
    margin-top: 10px;
  }

  .example_detail_before_img_list li {
    width: calc((100% - 20px) / 3);
  }

  .example_detail_before_arrow {
    margin-top: 15px;
  }

  .example_detail_before_textbox {
    margin-top: 50px;
  }

  .example_detail_before_text {
    margin-top: 20px;
    background-color: #F4FDFD;
    padding: 20px;
  }

  .example_detail_before_text p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 15px;
  }
}
/* ------------------------------------------
  examples_detail_after
  ------------------------------------------ */
.example_detail_after_img_heading {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Yellowtail', cursive;
  font-size: 4rem;
  width: 112px;
  position: relative;
  line-height: 1.1;
}

.example_detail_after_img_heading::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 51px;
  top:0;
  left: 0;
  z-index: -1;
  background-image: url(../img/examples-detail/examples_detail_after_heading_back.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-3deg)
}

.example_detail_beforeafter_text {
  width: calc((100% - 40px) / 2);
}


.example_detail_after_main_img {
  max-width: 100%;
  margin-top: 20px;
}

.example_detail_after_img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.example_detail_after_img_list li {
  width: calc((100% - 40px) / 3);
}

.example_detail_after_img_list li img {
  max-width: 100%;
}

.example_detail_after_textbox {
  margin-top: 40px;
}

.example_detail_after_textbox_heading {
  position: relative;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.example_detail_after_textbox_heading span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.example_detail_after_text {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.example_detail_after_textbox_heading::after {
  content: "Information";
  color: #FF9F1C;
  font-family: 'Yellowtail', cursive;
  font-weight: normal;
  font-size: 4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  line-height: 1.1;
}

.example_detail_after_text {
  margin-top: 25px;
  background-color: #FFF;
  padding: 30px 35px;
}

.example_detail_after_text_row {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  border-bottom: 1px solid rgba(112,112,112,0.25);
}

.example_detail_after_text_row:first-child {
  padding-top: 0;
}

.example_detail_after_text_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.example_detail_after_text_dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  width: 40%;
}

.example_detail_after_text_dd {
  font-size: 1.6rem;
  letter-spacing: .1em;
  width: 60%;
}

.example_detail_after_text_dd span {
  display: block;
  margin-bottom: 15px;
}

.example_detail_after_text_dd span:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  .example_detail_after_img_heading {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Yellowtail', cursive;
    font-size: 4rem;
    width: 112px;
    position: relative;
    line-height: 1.1;
  }

  .example_detail_after_img_heading::before {
    content: "";
    position: absolute;
    width: 112px;
    height: 51px;
    top:0;
    left: 0;
    z-index: -1;
    background-image: url(../img/examples-detail/examples_detail_before_heading_back.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-3deg)
  }

  .example_detail_after {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
  }

  .example_detail_after_imgbox, .example_detail_after_textbox {
    width: 100%;
  }

  .example_detail_after_main_img {
    max-width: 100%;
    margin-top: 20px;
  }

  .example_detail_after_img_list {
    margin-top: 10px;
  }

  .example_detail_after_img_list li {
    width: calc((100% - 20px) / 3);
  }

  .example_detail_beforeafter_text {
    width: 100%;
  }

  .example_detail_after_textbox {
    margin-top: 25px;
  }

  .example_detail_after_text {
    margin-top: 20px;
    padding: 20px;
  }

  .example_detail_after_text_row {
    padding: 15px 0;
  }

  .example_detail_after_text_dt {
    margin-bottom: 15px;
    font-size: 1.4rem;
    width: 100%;
  }

  .example_detail_after_text_dd {
    font-size: 1.4rem;
    width: 100%;
  }

  .example_detail_after_text_dd span {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------
  examples_detail_addition
  ------------------------------------------ */
.examples_detail_addition {
  margin-top: 120px;
}

.examples_detail_addition_item {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.examples_detail_addition_item:first-child {
  margin-top: 0;
}

.examples_detail_addition_item:first-child {
  margin-top: 0;
}

.examples_detail_addition_item_text {
  margin-right: 120px;
}

.examples_detail_addition_item_text_title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.examples_detail_addition_item_text_desc {
  font-size: 1.6rem;
  line-height: 32px;
  margin-top: 25px;
}

.examples_detail_addition_item_img {
  width: 400px;
}

.example_detail_pic {
  margin-top: 80px;
}

.example_detail_pic_item {
  margin-top: 80px;
}

.example_detail_pic_item_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding-left: 25px;
  position: relative;
}

.example_detail_pic_item_title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #354245;
  position: absolute;
  top: 0;
  left: 0;
}

.example_detail_pic_item_list_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.example_detail_pic_item_list_item {
  width: calc((100% - 40px) / 3);
  margin-top: 20px;
}

.example_detail_pic_item_list_item img {
  max-width: 100%;
}

.example_detail_pic_item_list_item p {
  text-align: center;
  margin: 25px auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .examples_detail_addition {
    margin-top: 80px;
  }

  .examples_detail_addition_item {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .examples_detail_addition_item_text {
    margin-right: 0;
    margin-top: 20px;
  }

  .examples_detail_addition_item_text_title {
    font-size: 1.8rem;
  }

  .examples_detail_addition_item_text_desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .examples_detail_addition_item_img {
    width: auto;
  }

  .example_detail_pic_item {
    margin-top: 30px;
  }

  .example_detail_pic_item_list_wrapper {
    margin-top: 0;
  }

  .example_detail_pic_item_list_item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 0;
    margin-top: 15px;
  }

  .example_detail_pic_item_list_item p {
    text-align: center;
    margin: 11px auto;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------
  examples_pagenation
  ------------------------------------------ */
.examples_pagination {
    /* align-items: center;
    display: flex;
    justify-content: space-between; */
    width: 340px;
    margin: 40px auto;
    padding-bottom: 40px;
}

.examples_pagination_item {
  font-family: 'Open Sans';
  font-size: 2rem;
  line-height: 50px;
  font-weight: bold;
  display: inline;
}

.examples_pagination_item .prev {
  float: left;
}

.examples_pagination_item .next {
  float: right;
}


.examples_pagination_item.this {
  text-decoration: overline;
  color: #FF9F1C;
}

.examples_pagination .next::after {
  content: "";
  display: inline;
  width: 11px;
  height: 20px;
  background-image: url(../img/examples/example_pagenation_arrow_next.png);
  background-position: right;
  background-size: 11px 20px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.examples_pagination .prev::before {
  content: "";
  display: inline;
  width: 11px;
  height: 20px;
  background-image: url(../img/examples/example_pagenation_arrow_prev.png);
  background-position: left;
  background-size: 11px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .examples_pagination {
    width: 200px;
    margin: 20px auto;
    padding-bottom: 20px;
  }

  .examples_pagination_item {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .examples_pagination .next::after {
    background-size: 8.8px 16px;
    padding-right: 20px;
  }

  .examples_pagination .prev::before {
    background-size: 8.8px 16px;
    padding-left: 20px;
  }
}

/* ------------------------------------------
  examples_detail_link_back_to_list
  ------------------------------------------ */
.examples_detail_link_back_to_list {
  clear: both;
  display: block;
  font-family: 'Open Sans';
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 45px;
  background-color: #EAEAEA;
  border-radius: 2px;
  width: 150px;
  margin: 40px auto;
  background-image: url(../img/examples-detail/examples_detail_link_back_to_list.png);
  background-position: top 14px left 15px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
}

@media screen and (max-width: 767px) {
  .examples_detail_link_back_to_list {
    margin: 30px auto 0;
  }
}
/* ------------------------------------------
  example_detail_other_examples
  ------------------------------------------ */
.examples_list_wrapper {
  margin: 90px auto 0;
}

.examples_list_wrapper_title {
  font-size: 2.2rem;
  font-weight: bold;
}

.example_list_item_wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.example_list_item {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: calc((100% - 40px) / 3);
  overflow: hidden;
}

.example_list_item_label {
  color: #fff;
  font-size: 1.3rem;
  left: 0;
  z-index: 50;
  line-height: 2.5;
  position: absolute;
  top: 0;
}

.example_list_item_label span {
  display: inline-block;
  padding: 0 15px;
}

.example_list_item_label_outerwall {
  background-color: #8dc1dd;
  display: inline-block;
}

.example_list_item_label_roof {
  background-color: #7ebf7c;
}

.example_list_item_img {
  max-width: 100%;
  transition: .3s;
}

.example_list_item_img:hover {
  transform: scale(1.1);
}

.example_list_item_desc {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .62);
  bottom: 0;
  color: #4b4b4b;
  font-size: 1.3rem;
  padding: 20px 30px;
  position: absolute;
  width: 100%;
}

.example_list_item_desc dt {
  font-weight: bold;
}

.example_list_item_desc dd {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .examples_list_wrapper {
    width: auto;
    margin-top: 40px;
  }

  .example_list_item_wrapper {
    flex-direction: column;
  }

  .example_list_item {
    width: 100%;
    margin-bottom: 30px;
  }

  .example_list_item:last-child {
    margin-bottom: 0;
  }

  .example_list_item_label {
    font-size: 1.2rem;
  }

  .example_list_item_label span {
    display: inline-block;
  }
}


/* ------------------------------------------
  example_category
  ------------------------------------------ */
.container3 {
  margin: 0 auto;
  width: 985px;
}

.example_category_wrapper_title, .examples_list_wrapper_title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 50px;
}

.example_category_wrapper {
  margin-top: 85px;
}

.examples_list_wrapper {
  margin-top: 130px;
}

.example_category_list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.example_category_list li {
  color: #FF9F1C;
  font-size: 1.6rem;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  width: calc((100% - 180px) / 4);
  padding: 13px 0;
  margin-bottom: 15px;
  text-align: center;
}

.example_category_list li:hover {
  color: #fff;
  background-color: #FF9F1C;
  border-color: #FF9F1C;
  transition: 0.3s;
}

.example_category_list .current {
  color: #fff;
  background-color: #FF9F1C;
  border-color: #FF9F1C;
}

@media screen and (max-width: 767px) {
  .container3 {
    width: auto;
  }

  .example_category_wrapper_title, .examples_list_wrapper_title {
    font-size: 1.8rem;
  }

  .example_category_wrapper {
    margin-top: 40px;
  }

  .examples_list_wrapper {
    margin-top: 65px;
  }

  .example_category_list {
    margin-top: 15px;
  }

  .example_category_list li {
    font-size: 1.2rem;
    border-radius: 8px;
    width: calc((100% - 15px) / 2);
  }
}
