@charset "utf-8";

/* 一覧 */

.mainVisual {
    margin-bottom: 3rem;
}

.mainVisual__bg {
    background-image: url("../img/voices/mv.jpg");
}

.voices-articles__container {
    height: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: 5rem;
}


p.voices-articles__lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
}


.voices-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 2.6rem;
}

.voices-list__item {
    opacity: 1;
    width: calc(100% / 2 - 1.8vw);
    max-width: 50%;
    padding: .5rem .5rem 5rem .5rem;
    margin-bottom: 2.6rem;
    border: 1px solid #665546;
    position: relative;
}

.voices-list__item.is-hidden {
    display: none;
}

.voices-list__item:nth-child(even) {
    margin-left: 3.6vw;
}

.voices-list__thumb {
    width: 100%;
    height: 28.8vw;
}

.voices-list__thumb a {
    width: 100%;
    height: 100%;
}

.voices-list__thumb img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.voices-list__new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #665546;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.voices-list__title {
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
}

.voices-list__subtitle {
    margin-top: .8rem;
    font-family: var(--ff-noto-serif);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.voices-list__read {
    margin-top: .8rem;
    font-family: var(--ff-noto-serif);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

.voices-list__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 0 .5rem;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.voices-list__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.9rem;
    height: 2.8rem;
    background: #fff;
    border: 1px solid #665546;
    color: #665546;
    font-size: 1rem;
    text-align: center;
    position: relative;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.voices-list__button a span {
    display: inline-block;
    font-family: var(--ff-noto-serif);
    font-weight: 400;
    line-height: 1;
}

.voices-list__button a span::before {
    content: "＞";
    margin: auto;
    color: #665546;
    font-size: 1rem;
    position: absolute;
    top: .8rem;
    right: .4rem;
}

.voices-list__tax {
    display: inline-block;
    padding: .4rem 2.2rem;
    margin-bottom: 1rem;
    background-color: var(--primary-brown);
    font-family: var(--ff-noto-sans);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}

@media (min-width: 1000px) {
    .mainVisual {
        margin-bottom: 5rem;
    }

    .mainVisual__bg {
        background-image: url("../img/voices/mv.jpg");
        position: relative;
    }

    .voices-articles__container {
        max-width: var(--width--container);
        padding: 0 0 8rem;
        margin: auto;
    }

    p.voices-articles__lead {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 100px;
    }


    .voices-list__item {
        width: 320px;
        max-width: 100%;
        padding: 1rem 1rem 6.5rem 1rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }

    .voices-list__item:nth-child(even) {
        margin-left: 0;
    }

    .voices-list__item:nth-child(3n) {
        margin-right: 0;
    }

    .voices-list__thumb {
        height: 225px;
    }

    .voices-list__thumb a {
        transition: all .4s ease;
    }

    .voices-list__thumb a:hover {
        opacity: .6;
    }

    .voices-list__new {
        width: 33px;
        height: 33px;
        top: 20px;
        left: 20px;
    }

    .voices-list__title {
        margin-top: 1.5rem;
        font-size: 1.5rem;
    }

    .voices-list__subtitle {
        margin-top: 17px;
    }

    .voices-list__read {
        padding: 0 1.5rem;
        margin-top: 1.5rem;
        font-size: 1.2rem;
    }

    .voices-list__button {
        bottom: 2rem;
    }

    .voices-list__button a {
        transition: background-color .3s ease, color .3s ease;
    }

    .voices-list__button a:hover {
        background: #665546;
        color: #fff;
    }

    .voices-list__button a span::before {
        right: 1rem;
        transition: color .3s ease;
    }

    .voices-list__button a:hover span::before {
        color: #fff;
    }

    /* 建築事例詳細 */


    .nosp {
        display: block;
    }

    .nopc {
        display: none;
    }
}


/* 建築事例詳細 */

.single-voices img {
    max-width: 100%;
    height: auto;
}

/* 建築事例カテゴリー */
.tax-workstax .p-breadcrumb {
    display: none;
}

.archive-workstax {
    margin-top: 3.5rem;
}

.archive-workstax .mainVisual__container {
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
}

.other-voices {
    padding: 1.4rem 0 2.3rem 1.7rem;
    background-color: var(--tertiary-brown);
}

.other-works__title {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.other-voices+.other-voices {
    margin-top: .8rem;
}

.other-voices-list {
    width: 100%;
    padding-left: var(--padding--container);
}

.other-voices-list__item a {
    width: 100%;
    font-family: var(--ff-noto-sans);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.85;
    position: relative;
}

.other-voices-list__item a::before {
    content: "";
    width: 0;
    height: 0;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent var(--primary-brown);
    position: absolute;
    top: 50%;
    left: -1.2rem;
}

/* 詳細 */
/* .mainVisual {
    margin: 0 auto;
}

.nopc {
    display: block;
}

.nosp {
    display: none;
}

.mainVisual__bg {
    background-image: url(../img/voices/mv.jpg);
}

.main-contents {
    display: flex;
    flex-direction: column-reverse;
} */


.voices-articles {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1460px;
    width: calc(100% - 60px);
}

.voices-articles + .voices-articles {
    border-top: solid 1px #665546;
}

.voices-block {
    max-width: 1174px;
    margin: 0 auto;
}

.voices-block__pic {
    max-width: 200px;
    margin: 30px auto 0;
}

.voices-articles {
    padding: 50px 0;
}

.voices-block__lead {
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
}

.voices-block__lead + .voices-block__lead {
    padding-top: 20px;
}

.voices-block__heading {
    font-size: 1.9rem;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.7;
}

.voices-block__pic figcaption {
    padding: 10px 0 0;
    font-size: 2rem;
    line-height: 1.5;
}

.voices-block__pic figcaption span {
    font-size: 1rem;
    display: block;
}

.voices-block__pic figcaption small {
    font-size: 1rem;
    padding-left: 20px;
}

.tab-area {
  margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab {
    border: solid 1px #665546;
    color: #665546;
    background: #fff;
    font-size: 1.4rem;
    border-radius: 30px;
    padding: 2px 15px;
    margin: 5px;
}


.tab.active {
    background: #665546;
    color: #fff;
}

.panel {
    display: none;
}

.panel.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.panel-area {
  max-width: 1050px;
  margin: 0 auto;
}

.panel.active::after{
  content:"";
  display: block;
  width:31%;
  max-width: 90px;
}

.voices-content__lead {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 50px;
}



.voices_staff_box {
    width: 33.3%;
    max-width: 90px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

.voices_staff_box .thumbnail {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  width: 100%;
  max-width: 90px;
  margin: 0 auto 10px;
}

.voices_staff_box .thumbnail a {
  display: block;
}

.voices_staff_box .thumbnail img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}


    .voices_staff_box .thumbnail:before{
      content: "";
      display: block;
      padding-top: 100%;
    }

@media (min-width: 1000px) {

    .mainVisual {
        margin-bottom: 50px;
    }

    .mainVisual__bg {
        position: relative;
        background-image: url(../img/voices/mv.jpg);
    }

    .voices-block {
        display: flex;
        justify-content: space-between;
    }

    .voices-block__pic {
        max-width: 412px;
        width: 36%;
    }

    .voices-block__content {
        max-width: 670px;
        width: 60%;
    }

    .voices-articles {
        padding: 150px 0;
    }

    .voices-block__heading {
        font-size: 3rem;
        font-weight: 600;
        color: #000000;
        line-height: 1.7;
        margin-bottom: 60px;
        text-align: left;
    }

    .voices-block__lead {
        font-size: 1.8rem;
        line-height: 2.2;
        text-align: left;
    }

    .voices-block__lead + .voices-block__lead {
        padding-top: 40px;
    }

    .voices-block__pic figcaption {
        max-width: 330px;
        margin: 0 auto;
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        padding: 20px 0 0;
    }

    .voices-block__pic figcaption span {
        display: block;
        font-size: 1.8rem;
        letter-spacing: -0;
    }

    .voices-block__pic figcaption small {
        font-size: 1.5rem;
        letter-spacing: 0;
        padding-left: 30px;
    }

    .panel.active::before{
      content:"";
      display: block;
      width:25%;
      order:1;
    }
    .panel.active::after{
      content:"";
      display: block;
      width:25%;
    }

    .voices_staff_box {
      width: 25%;
      margin-bottom: 50px;
      font-size: 1.8rem;
      max-width: inherit;
    }


    .voices_staff_box .thumbnail {
      max-width: 200px;
      margin: 0 auto 25px;
    }


    .voices-content__lead {
        font-size: 1.8rem;
        line-height: 2.2;
        margin-bottom: 100px;
    }


    .tab-area {
      margin: 0 auto 150px;
        cursor: pointer;
        max-width: 1040px;
        /* カーソルポインターに */
    }

    .tab {
        font-size: 2.5rem;
        padding: 2px 15px;
        margin-bottom: 10px;
    }

    .tab + .tab {
      margin-left: 20px;
    }

}


/* single */

.single-voices {
    padding: 70px 0 0;
}

.single-voices {
    padding: 70px 0 0;
}

.voices-contents .head {
    text-align: center;
    margin-bottom: 50px;
}


p.voices-article__cat {
  position: relative;
    font-size: 3rem;
    font-weight: 600;
    padding: 0 30px 15px;
}

p.voices-article__cat::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -225px;
}

.voices-contents .head span {
    display: block;
    margin: 25px 0 0;
    font-size: 2rem;
    font-weight: 500;
}

.voices-article__profile {
    max-width: 1080px;
    padding-bottom: 140px;
    margin: 0 auto;
}

.voices-article__video {
    position: relative;
    margin-bottom: 20px;
}

.voices-article__video video {
  width: 100%;
}

.voices-article__profile .lead {
  font-size: 2rem;
  line-height: 1.8;
}

.voices-article__box {
  padding: 25px 35px;
  color: #000;
}

.voices-article__box　.position {
  font-size: 1.5rem;
  padding-bottom: 5px;
}

.voices-article__box .name {
    font-size: 5rem;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: solid 2px #000000;
    margin-bottom: 10px;
}

.voices-article__box .name_en {
    font-size: 2rem;
    padding-bottom: 30px;
    font-weight: 600;
}

.voices-article__box .certification {
    font-size: 2rem;
    font-weight: 600;
}

.voices-article__section {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 120px;
    border-bottom: solid 1px #000000;
}

.voices-article__heading {
    position: relative;
    font-size: 3rem;
    text-align: center;
}

.voices-article__heading span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 50px;
}

.voices-article__heading:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 1px;
    left: 0;
    top: 25px;
    z-index: 1;
}

.voices-article__section .inner {
    margin: 100px auto 0;
    max-width: 1040px;
}

.voices-article__specialty + .voices-article__specialty {
  margin-top: 100px;
}

.voices-article__specialty:nth-child(even) {
  flex-direction: row-reverse;
}


.voices-article__specialty .pic {
    max-width: 495px;
}

.voices-article__specialty .pic img {
  width: 100%;
}

.voices-article__specialty .block {
    max-width: 400px;
    font-size: 2rem;
    line-height: 2.1;
}

.voices-article__specialty .block .heading {
    font-weight: bold;
    margin-bottom: 25px;
}

.voices-article__faq {
    max-width: 1190px;
    padding: 0 30px;
    margin: 130px auto;
}

.voices-article__faq .detail dt {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 40px;
}

.voices-article__faq .detail dd {
    font-size: 2rem;
}


.voices-article__faq {
    max-width: 1190px;
    padding: 0 30px;
    margin: 130px auto;
}

.voices-article__faq .detail dt {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 40px;
}

.voices-article__faq .detail dd {
    font-size: 2rem;
}

.voices-article__3col {
    margin: 100px auto 0;
    max-width: 1100px;
}

.voices-article__3col .card {
    max-width: 300px;
}

.voices-article__3col .card .thumbnail {
  margin-bottom: 10px;
}

.voices-article__3col .card p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.voices-article__3col .card .link {
  max-width: 240px;
  margin: 0 auto;
}

.voices-article__3col .card .link a {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.5rem;
  min-height: 40px;
  padding: 8px 0;
  background: #fff;
  border: solid 1px #000;
  transition: .3s;
}

.voices-article__3col .card .link a::before {
  position: absolute;
  content:"＞";
  right: 20px;
  color: #000;
  top: 8px;
  z-index: 1;
  pointer-events: none;
  transition: .3s;
}

.voices-article__3col {
    margin: 50px auto 0;
}

.voices-article__3col .card p {
    font-size: 1.3rem;
}

.voices-article__other {
    margin: 150px auto 100px;
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.voices-article__other .box {
    max-width: 400px;
    width: 48%;
    text-align: center;
    border-bottom: solid 1px #000;
}

.voices-article__other .box a {
    display: block;
    font-size: 2rem;
    padding-bottom: 15px;
}

.voices-article__other .box:nth-child(n + 3) {
  margin-top: 60px;
}

.voices-article__pager {
    max-width: 990px;
    margin: 0 auto 150px;
    position: relative;
    min-height: 65px;
}

.voices-article__pager a {
  display: block;
  font-size: 2rem;
}

.voices-article__pager .prev {
  float: left;
  max-width: 310px;
}

.voices-article__pager .next {
  float: right;
  max-width: 310px;
}

.voices-article__pager .prev span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.voices-article__pager .prev span::before {
  position: absolute;
  content: "＜";
  left: 0;
}

.voices-article__pager .next span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}

.voices-article__pager .next span::before {
  position: absolute;
  content: "＞";
  right: 0;
}


.voices-article__pager .back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.responsive {
position: relative;
padding-top: 56.25%;
}
.responsive iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}


/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.voices-staff {
    padding: 90px 0 0;
}

.voices-staff__heading {
    font-size: 3rem;
    text-align: center;
}

.voices-staff .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 60px auto 0;
    flex-wrap: wrap;
}

.voices-staff .box {
    margin: 0 40px;
    max-width: 130px;
    text-align: center;
}

.voices-staff .box a {
    display: block;
    height: 100%;
    transition: .3s;
}

.voices-staff .box .position {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.voices-staff .box  p.name {
    font-size: 1.8rem;
    padding-top: 10px;
}

.voices-staff .box .pic {
  border-radius: 50%;
  overflow: hidden;
  height: 130px;
}

.voices-staff .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media (min-width: 1000px){

  .voices-article__box {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      background: rgb(255 255 255 / 60%);
      min-width: 424px;
      right: 20px;
      bottom: 20px;
  }

  .voices-article__specialty {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .voices-article__specialty .pic {
      width: 50%;
  }

  .voices-article__specialty .block {
      width: 40%;
  }

  .voices-article__3col {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .voices-article__3col::after{
    content:"";
    display: block;
    max-width: 300px;
    width: 32%;
  }

  .voices-article__3col .card {
      width: 32%;
  }


  .voices-article__3col .card .link a:hover {
    background: #665546;
    border: solid 1px #665546;
    color: #fff;
  }

  .voices-article__3col .card .link a:hover::before {
    color: #fff;
  }

  .voices-article__pager a {
    background: #665546;
    color: #fff;
    min-height: 65px;
    padding: 15px 0;
    text-align: center;
  }

  .voices-article__pager .back {
    max-width: 310px;
    width: 32%;
  }

  .voices-article__pager .prev {
    width: 32%;
  }

  .voices-article__pager .next {
    width: 32%;
  }

  .voices-staff .box a:hover {
    opacity: .7;
  }


}

@media (max-width: 999px){

  .single-voices {
      padding: 20px 0 0;
  }

  p.voices-article__cat {
      font-size: 1.5rem;
      padding: 0 0 10px;
	  padding-top: 30px;
  }

  .voices-contents .head {
      margin-bottom: 30px;
  }

  .voices-contents .head span {
      font-size: 1rem;
      margin-top: 10px;
  }

  .voices-article__box {
    padding: 20px 20px 50px;
  }

  .voices-article__box .name {
    font-size: 3rem;
  }

  .voices-article__box .name_en {
      font-size: 1.5rem;
      padding-bottom: 0;
  }

  .voices-article__box .certification {
      font-size: 1.5rem;
  }

  .voices-article__profile .lead {
      font-size: 1.2rem;
      padding: 0 20px;
  }

  .voices-article__pic {
      margin: 0;
  }

  .voices-article__profile {
      padding-bottom: 50px;
  }

  p.voices-article__cat::before {
    width: 120px;
    margin-left: -60px;
  }


  .voices-article__heading span {
      padding: 0 15px;
  }

  .voices-article__heading {
      font-size: 1.5rem;
  }

  .voices-article__heading:before {
      top: 10px;
  }

  .voices-article__section {
      padding-bottom: 30px;
  }

  .voices-article__section .inner {
      margin: 30px auto 0;
      padding: 0 25px;
  }

  .voices-article__specialty + .voices-article__specialty {
    margin-top: 30px;
  }

  .voices-article__specialty .pic {
      margin-bottom: 20px;
  }

  .voices-article__specialty .block .heading {
      margin-bottom: 10px;
      font-size: 1.3rem;
  }

  .voices-article__specialty .block {
      font-size: 1.2rem;
  }

  .voices-article__faq {
      margin: 40px auto;
  }

  .voices-article__faq .detail dt {
      font-size: 1.5rem;
      padding-bottom: 25px;
  }

  .voices-article__faq .detail dd {
      font-size: 1.2rem;
  }

  .voices-article__3col {
    margin: 50px auto 0;
  }

  .voices-article__3col .card p {
      font-size: 1.3rem;
  }

  .voices-article__3col {
      margin: 50px auto 0;
  }

  .voices-article__3col .card p {
      font-size: 1.3rem;
  }

  .voices-article__3col .card:last-child {
      margin: 0 auto 20px;
  }

  .voices-article__other {
      margin: 150px auto 100px;
      max-width: 860px;
      display: flex;
      justify-content: space-between;
  }

  .voices-article__other .box {
      max-width: 400px;
      width: 48%;
      text-align: center;
      border-bottom: solid 1px #000;
  }

  .voices-article__other .box a {
      display: block;
      font-size: 2.5rem;
      padding-bottom: 15px;
  }

  .voices-article__other {
      margin: 50px 0;
      padding: 0 30px;
  }

  .voices-article__other .box {
      max-width: 150px;
  }

  .voices-article__other .box a {
      font-size: 1rem;
      padding-bottom: 8px;
  }

  .voices-article__pager a {
    font-size: 1rem;
  }

  .voices-article__pager {
      margin: 0 auto 50px;
      padding: 0 50px;
  }

  .voices-article__pager .prev span {
    padding-left: 20px;
  }


  .voices-article__pager .next span {
    padding-right: 20px;
  }


  .voices-staff {
      padding: 60px 0  0;
  }

  .voices-staff__heading {
      font-size: 1.8rem;
  }

  .voices-staff .box {
      margin: 0;
      width: 25%;
  }

  .voices-staff .box .pic {
      width: 66px;
      margin: 0 auto;
      height: 66px;
  }

  .voices-staff .flex {
      margin: 30px auto 0;
  }

  .voices-staff .box .position {
      line-height: 1;
      font-size: 1rem;
  }

  .voices-staff .box p.name {
      font-size: 1.4rem;
      line-height: 1;
  }

  .voices-articles__container {
    padding: 0;
  }

  .voices-articles {
    width: calc(100% - 40px);
  }

  p.voices-articles__lead {
    font-size: 1.5rem;
  }


}
