@charset "UTF-8";
#branding_gallery > li > ul > li.item > .thumb > a img {
  border-radius: 10px;
}

body.ai2020 a.ai-group-linkable {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr {
  width: calc(50% - 4px);
  margin: 0;
  padding: 1em;
  background-color: #f4ede3;
  border: solid 1px #d8d0c5;
  border-bottom: none;
  border-radius: 0.8em 0.8em 0 0;
  line-height: 1.2;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 1.2em;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 2.5em;
  padding-left: 4em;
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr p {
  margin: 0;
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr-estate {
  background-color: rgba(127, 181, 106, 0.6);
  background-image: url(../images/icon-estate1.svg);
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr-estate.is-active {
  background-color: #7fb56a;
  -webkit-box-shadow: 2px -2px 2px rgba(79, 109, 66, 0.1);
          box-shadow: 2px -2px 2px rgba(79, 109, 66, 0.1);
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr-estate:hover {
  background-color: #7fb56a;
  -webkit-box-shadow: 2px -2px 2px rgba(79, 109, 66, 0.2);
          box-shadow: 2px -2px 2px rgba(79, 109, 66, 0.2);
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr-design {
  background-color: rgba(246, 172, 0, 0.6);
  background-image: url(../images/icon-estate2.svg);
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr-design.is-active {
  background-color: #F6AC00;
  -webkit-box-shadow: 2px -2px 2px rgba(148, 104, 0, 0.1);
          box-shadow: 2px -2px 2px rgba(148, 104, 0, 0.1);
}
body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr-design:hover {
  background-color: #F6AC00;
  -webkit-box-shadow: 2px -2px 2px rgba(148, 104, 0, 0.2);
          box-shadow: 2px -2px 2px rgba(148, 104, 0, 0.2);
}
body.ai2020 #contact > .wp-block-group__inner-container > .content#contact-estate {
  border-top: solid 8px #7fb56a;
}
body.ai2020 #contact > .wp-block-group__inner-container > .content#contact-design {
  border-top: solid 8px #F6AC00;
}
body.ai2020 #contact > .wp-block-group__inner-container > .content {
  display: none;
}
body.ai2020 #contact > .wp-block-group__inner-container > .content.is-active {
  display: block;
}
body.ai2020 #contact > .wp-block-group__inner-container #contact-estate, body.ai2020 #contact > .wp-block-group__inner-container #contact-design {
  padding-top: 1em;
}

@media screen and (max-width: 480px) {
  body.ai2020 #contact > .wp-block-group__inner-container > #contact-tabs .contact-bnr {
    background-position: center top 10px;
    padding-left: 1em;
    padding-top: 3em;
    text-align: center;
  }
}
#cta-btns {
  margin: 1em auto;
}
#cta-btns a:has(.cta-btn) {
  display: block;
  text-decoration: none;
  width: 50%;
  max-width: 320px;
  color: #fff;
}
#cta-btns a:has(.cta-btn) .cta-btn {
  display: block;
  width: 100%;
  padding: 0.5em 1em 0.5em 5em;
  border-radius: 10px;
}
#cta-btns a:has(.cta-btn) .cta-btn .heading {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
#cta-btns a:has(.cta-btn) .cta-btn .note {
  font-size: 0.8em;
}
#cta-btns a:has(.cta-btn) .cta-btn#cta-btn-estate {
  background: url("../images/icon-estate1.svg") no-repeat 10px center/4em, -webkit-gradient(linear, left top, left bottom, from(#a8d495), to(#7fb56a));
  background: url("../images/icon-estate1.svg") no-repeat 10px center/4em, linear-gradient(to bottom, #a8d495, #7fb56a);
}
#cta-btns a:has(.cta-btn) .cta-btn#cta-btn-estate:hover {
  background: url("../images/icon-estate1.svg") no-repeat 10px center/4em, -webkit-gradient(linear, left top, left bottom, from(#7fb56a), to(#649451));
  background: url("../images/icon-estate1.svg") no-repeat 10px center/4em, linear-gradient(to bottom, #7fb56a, #649451);
}
#cta-btns a:has(.cta-btn) .cta-btn#cta-btn-design {
  background: url("../images/icon-estate2.svg") no-repeat 10px center/4em, -webkit-gradient(linear, left top, left bottom, from(#F6AC00), to(#e09d01));
  background: url("../images/icon-estate2.svg") no-repeat 10px center/4em, linear-gradient(to bottom, #F6AC00, #e09d01);
}
#cta-btns a:has(.cta-btn) .cta-btn#cta-btn-design:hover {
  background: url("../images/icon-estate2.svg") no-repeat 10px center/4em, -webkit-gradient(linear, left top, left bottom, from(#e09d01), to(#cc8f00));
  background: url("../images/icon-estate2.svg") no-repeat 10px center/4em, linear-gradient(to bottom, #e09d01, #cc8f00);
}

@media screen and (max-width: 768px) {
  #cta-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cta-btns a:has(.cta-btn) {
    width: 100%;
  }
}
#menu-galleryterms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em auto 1em;
}
#menu-galleryterms > li {
  width: 10em;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 0.5em 0.5em;
}
#menu-galleryterms > li > a {
  position: relative;
  padding: 0 0.2em 0 1.8em;
  font-size: 0.85em;
  display: block;
  border-bottom: solid 3px #bbb;
  color: #bbb;
}
#menu-galleryterms > li > a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/icon-invert.svg) no-repeat left bottom;
  background-color: #bbb;
  background-size: contain;
}
#menu-galleryterms > li > a:hover {
  border-bottom: solid 3px #666;
  color: #666;
}
#menu-galleryterms > li > a:hover:before {
  background-color: #666;
}

.gallery:not(:last-child) {
  padding-bottom: none;
  border-bottom: none;
}

.gallery-wrapper:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
}

#search-galleryterms {
  border: solid 1px #999;
  margin: 0 auto 2em;
}
#search-galleryterms h3 {
  font-size: 0.8em;
  padding: 0.5em;
  background-color: #999;
  color: #fff;
}
#search-galleryterms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
  padding: 1em 1em 0.5em 1em;
}
#search-galleryterms ul > li {
  margin: 0 0.5em 0.5em 0;
  display: inline-block;
}
#search-galleryterms ul > li > label input[type=checkbox] {
  display: none;
}
#search-galleryterms ul > li > label input[type=checkbox] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 5px 0 23px;
  position: relative;
  width: auto;
}
#search-galleryterms ul > li > label input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#search-galleryterms ul > li > label input[type=checkbox] + span::after {
  border-right: 3px solid #848181;
  border-bottom: 3px solid #848181;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
#search-galleryterms ul > li > label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.gallery-archive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-archive-wrapper > li {
  width: calc((100% - 4em) / 4);
  margin: 0.5em 0.5em 1.5em 0.5em;
}
.gallery-archive-wrapper > li.w-unit {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-archive-wrapper > li > .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 2.7em;
}
.gallery-archive-wrapper > li > .terms > li {
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  margin: 0 0.2em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-archive-wrapper > li > .terms > li:hover {
  opacity: 0.8;
}
.gallery-archive-wrapper > li > .terms > li a {
  line-height: 1;
  color: #fff;
}
.gallery-archive-wrapper > li > .terms > li.new {
  background: url(../images/gal-new.png) no-repeat right center;
  width: 32px;
  height: 10px;
}
.gallery-archive-wrapper > li > a > .area {
  font-size: 0.8em;
  text-align: center;
}
.gallery-archive-wrapper > li > a > .handover_period {
  font-size: 0.8em;
  text-align: center;
}
.gallery-archive-wrapper > li > a > h3 {
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0.2em;
}
.gallery-archive-wrapper > li > a > .wkno {
  text-align: center;
  font-size: 0.8em;
}
.gallery-archive-wrapper > li > a > .thumb img {
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-archive-wrapper > li > a:hover > .thumb img {
  opacity: 0.8;
}

@media screen and (max-width: 980px) {
  .gallery-archive-wrapper > li {
    width: calc((100% - 3em) / 3);
  }
}
@media screen and (max-width: 968px) {
  .gallery-archive-wrapper > li {
    width: calc((100% - 4em) / 4);
  }
}
@media screen and (max-width: 600px) {
  .gallery-archive-wrapper > li {
    width: calc((100% - 3em) / 3);
  }
}
@media screen and (max-width: 450px) {
  .gallery-archive-wrapper > li {
    width: calc((100% - 2em) / 2);
  }
}
.gallery-page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-page-navigation .prev a::before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
}
.gallery-page-navigation .next a::before {
  content: "";
  padding: 0;
}
.gallery-page-navigation .next a::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
}

.gallery-contents .bloginfo > .columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-contents .bloginfo > .columns > .gallery-tags > a {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 0.1em 0.5em;
  line-height: 1;
  font-size: 0.9em;
  margin: 0 0.2em;
}

.header-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: auto !important;
  width: 100% !important;
  left: 0 !important;
  background: url(../images/icon.svg) no-repeat left bottom;
  background-size: 24px;
  min-height: 24px;
  padding-left: 30px;
  margin: 0 !important;
}
.header-works::before {
  background: none;
}
.header-works > .label {
  width: 100%;
  color: #f7ac00;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  left: 15px;
}
.header-works > h1 {
  position: relative !important;
  left: 0 !important;
}
.header-works > h2 {
  position: relative !important;
}
.header-works > h2 a small {
  color: #593701 !important;
}
.header-works > h2 a:hover small {
  color: #f7ac00 !important;
}
.header-works > .wkno {
  color: #c48800;
  font-size: 0.9em;
}

.wkinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.9em;
  margin-bottom: 2em;
}
.wkinfo > .area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wkinfo > .wkno {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: none;
}

@media screen and (max-width: 480px) {
  .header-works > .wkno {
    display: none;
  }
  .wkinfo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wkinfo > .wkno {
    display: block;
  }
}
.media,
.media + .media {
  padding-top: 20px;
}

.staff-profile hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.staff-profile .row1 .heading {
  display: inline-block;
  width: calc(60% - 1rem);
}
.staff-profile .row1 .heading h2.h2 {
  font-size: 1rem;
}
.staff-profile .row1 .heading h2.h2 > mark {
  font-size: 90%;
  text-transform: none;
}
.staff-profile .row1 .heading p {
  font-size: 1rem;
  margin-bottom: 0;
}
.staff-profile .row1 .image {
  float: right;
  width: 40%;
  margin: 20px 0 0 1rem;
}
.staff-profile .row1 .food {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .staff-profile .row1 .heading {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .staff-profile .row1 .image {
    float: none;
    width: 100%;
    margin: 0;
  }
}
#worksSlide {
  position: relative;
  width: 1000px;
  aspect-ratio: 5/3;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 145px);
  margin: 0 auto 240px;
}
#worksSlide ul#worksSlide-main {
  position: relative;
  top: 0;
  left: 0;
  aspect-ratio: 5/3;
  background-position: 0 center;
  background-size: cover;
  border-radius: 20px;
}
#worksSlide ul#worksSlide-main > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: calc(100vh - 145px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#worksSlide ul#worksSlide-main > li.active {
  opacity: 1;
  pointer-events: all;
}
#worksSlide ul#worksSlide-main > li img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  max-width: 100%;
  max-height: calc(100vh - 145px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#worksSlide ul#worksSlide-main > li > .workInfo {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#worksSlide ul#worksSlide-main > li > .workInfo > .new {
  color: #ff0000;
  font-size: larger;
}
#worksSlide ul#worksSlide-main > li > .workInfo > .terms > span {
  display: inline-block;
  padding: 3px 10px 5px;
  line-height: 1;
  border-radius: 5px;
  margin: 0 2px;
}
#worksSlide ul#worksSlide-main > li > .workInfo > .terms > span > a {
  color: #fff;
  font-size: 0.8em;
}
#worksSlide ul#worksSlide-main > li > .workInfo > .terms > span > a:hover {
  opacity: 0.8;
}
#worksSlide #worksSlide-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
#worksSlide #worksSlide-arrow > .nav {
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#worksSlide #worksSlide-arrow > .nav:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
#worksSlide #worksSlide-thumb {
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  align-items: center;
  pointer-events: none;
}
#worksSlide #worksSlide-thumb span {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
}
#worksSlide #worksSlide-thumb span img {
  width: 50px;
  height: 50px !important;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
#worksSlide #worksSlide-thumb span img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  #worksSlide {
    margin: 0 auto 180px;
  }
}
.media-content .header-works {
  margin-bottom: 0.5rem !important;
}
.media-content .handover_period {
  margin: 0.5rem 0;
}

#fixed-nav {
  position: fixed;
  right: 0;
  top: calc(100vh - 17.4em);
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
#fixed-nav:hover {
  opacity: 1;
}
#fixed-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.8em;
  height: 5.8em;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
#fixed-nav li.contact-design a {
  background-color: #f6ac00;
}
#fixed-nav li.contact-design a:hover {
  background-color: #ff9900;
}
#fixed-nav li.contact-estate a {
  background-color: #95c281;
}
#fixed-nav li.contact-estate a:hover {
  background-color: #7fb56a;
}
#fixed-nav li.pagetop a {
  background-color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#fixed-nav li.pagetop a span {
  text-align: center;
  display: inline-block;
  width: 5em;
  margin: 0;
  width: 1.3em;
  height: 1.3em;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fixed-nav li.pagetop a span:after {
  content: "";
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fixed-nav li.pagetop a:hover {
  background-color: #000;
}
#fixed-nav li.pagetop a:hover span {
  top: -0.3em;
  left: 0;
}
#fixed-nav li.pagetop a:hover span:after {
  top: 0.2em;
  left: 0.2em;
}

@media screen and (max-width: 1000px) {
  #fixed-nav {
    top: auto;
    bottom: 0;
  }
  #fixed-nav li a {
    width: 8vw;
    height: 8vw;
    height: 8vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 781px) {
  #fixed-nav {
    top: calc(100vh - 12em);
  }
  #fixed-nav li a {
    width: 5em;
    height: 5em;
    font-size: 0.8em;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.voice-contents .heading-wrapper.header-voices {
  display: block;
  width: 100%;
  height: auto !important;
  left: 0 !important;
  margin: 0 0 1.5rem !important;
  padding-left: 30px;
  background: url(../images/icon.svg) no-repeat left bottom;
  background-size: 24px;
  min-height: 24px;
}
.voice-contents .heading-wrapper.header-voices::before {
  background: none;
}
.voice-contents .heading-wrapper.header-voices > h1 {
  position: relative !important;
  left: 0 !important;
  width: 100%;
  text-align: left;
}
.voice-contents .voice-subtitle {
  font-size: 2.4em;
  font-weight: bold;
  color: #c48800;
  margin-bottom: 1em;
  line-height: 1.3;
  border-left: solid 6px #c48800;
  padding-left: 0.5em;
}
.voice-contents .voice-thumbnail {
  margin-bottom: 1.5em;
  text-align: center;
}
.voice-contents .voice-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.voice-contents .blogmain.voice {
  margin-bottom: 3em;
}
.voice-contents .blogmain.voice > h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #666666;
}
.voice-contents .blogmain.voice > p {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.1em;
  color: #666666;
}
.voice-contents .related-gallery-section {
  background: #fafafa;
  padding: 2em;
  border-radius: 8px;
  margin: 3em 0;
}
.voice-contents .related-gallery-section > h2 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
.voice-contents .related-gallery-section .related-gallery-item > a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.voice-contents .related-gallery-section .related-gallery-item > a:hover {
  opacity: 0.8;
}
.voice-contents .related-gallery-section .related-gallery-item > a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1em;
}
.voice-contents .related-gallery-section .related-gallery-item > a h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #222222;
}
.voice-contents .related-gallery-section .related-gallery-item > a p {
  color: #666666;
  line-height: 1.6;
}

.voice-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0;
  border-top: 4px solid #c48800;
  border-bottom: 4px solid #c48800;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .voice-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice-banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.voice-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: inherit;
  padding: 0 0.5em 0 1em;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  overflow: visible;
  background: #fff;
  height: 100%;
}
.voice-banner a .banner-arrow {
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 2;
}
.voice-banner a .banner-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  right: 0;
  bottom: 0.2em;
  border-top: 2px solid #666666;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-banner a .banner-arrow::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0.5em;
  width: 0.8em;
  border-top: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-banner a:hover .banner-arrow::before {
  right: 1em;
}
.voice-banner a:hover .banner-arrow::after {
  right: 1em;
}
.voice-banner .banner-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.8em;
  position: relative;
  z-index: 1;
}
.voice-banner .banner-image img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.voice-banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.voice-banner .banner-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1em;
}
.voice-banner .banner-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice-banner .banner-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #c48800;
  margin-bottom: 0.3em;
  text-align: left;
}
.voice-banner .banner-subtitle {
  font-size: 0.8em;
  color: #666666;
}
.voice-banner .banner-name {
  font-size: 1em;
  color: #222222;
  margin-bottom: 1em;
}
.voice-banner .banner-description {
  font-size: 0.8em;
  color: #666666;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0.9em;
  text-indent: -0.5em;
}

.voice-banner-works a {
  background-image: url(../images/voices/voice_icon_hammer.svg);
  background-position: right 1em top;
  background-repeat: no-repeat;
  background-size: 110px;
}

.voice-banner-works .banner-content {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 0 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.voice-banner-works .banner-title,
.voice-banner-works .banner-name {
  display: inline-block;
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0 0.25em 0 0;
  white-space: nowrap;
}

.voice-banner-gallery a {
  background-image: url(../images/voices/voice_icon_fukidashi.svg);
  background-position: right 1em top;
  background-repeat: no-repeat;
  background-size: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 1em;
  gap: 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.voice-banner-gallery a::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  right: 1em;
  bottom: 0.3em;
  border-top: 2px solid #666666;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-banner-gallery a::after {
  content: "";
  position: absolute;
  display: block;
  right: 1em;
  bottom: 0.6em;
  width: 0.8em;
  border-top: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-banner-gallery a:hover::before, .voice-banner-gallery a:hover::after {
  right: 0.5em;
}
.voice-banner-gallery .banner-image {
  margin: 0;
}
.voice-banner-gallery .banner-image img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.voice-banner-gallery .banner-content {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding: 0 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.voice-banner-gallery .banner-title,
.voice-banner-gallery .banner-name {
  display: inline-block;
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0 0.25em 0 0;
  white-space: nowrap;
}

.voice-banner-contact {
  border-left: solid 1px #f7ac00;
}
.voice-banner-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-image: url(../images/voices/voice_icon_mail.svg);
  background-position: right 1em top;
  background-repeat: no-repeat;
  background-size: 110px;
  position: relative;
  padding: 0 1em;
}
.voice-banner-contact a::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  right: 1em;
  bottom: 0.3em;
  border-top: 2px solid #666666;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-banner-contact a::after {
  content: "";
  position: absolute;
  display: block;
  right: 1em;
  bottom: 0.6em;
  width: 0.8em;
  border-top: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-banner-contact a:hover::before, .voice-banner-contact a:hover::after {
  right: 0.5em;
}
.voice-banner-contact a .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice-banner-contact a .banner-title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}
.voice-banner-contact a .banner-description {
  font-size: 0.95em;
  line-height: 1.6;
  margin: 0;
  color: #666;
}
.voice-banner-contact a .banner-icon {
  width: 80px;
  height: 80px;
}

.voice-banners-single .voice-banner-contact-full {
  width: 100%;
  border-left: none;
}
.voice-banners-single .voice-banner-contact-full a {
  padding: 0 3em;
}
.voice-banners-single .voice-banner-contact-full .banner-description-full {
  font-size: 1em;
  color: #666666;
  line-height: 1.8;
  text-align: center;
}

.gallery-page-navigation,
.voice-page-navigation {
  margin-top: 3em;
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.gallery-page-navigation a,
.voice-page-navigation a {
  font-size: 0.9em;
  text-decoration: none;
  color: #666666;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.gallery-page-navigation a:hover,
.voice-page-navigation a:hover {
  color: #f68b39;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

/* お客様の声リスト */
.voices-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
}

/* カラム数に応じた幅設定 */
.voices-more-wrap {
  text-align: center;
  margin-top: 3em;
}

.voices-cols-1 .voice-unit {
  width: 100%;
}

.voices-cols-2 .voice-unit {
  width: calc((100% - 2em) / 2);
}

.voices-cols-3 .voice-unit {
  width: calc((100% - 4em) / 3);
}

.voices-cols-4 .voice-unit {
  width: calc((100% - 6em) / 4);
}

.voices-cols-5 .voice-unit {
  width: calc((100% - 8em) / 5);
}

.voices-cols-6 .voice-unit {
  width: calc((100% - 10em) / 6);
}

.voice-unit {
  margin-bottom: 0;
}
.voice-unit .voice-link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 1.2em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.voice-unit .voice-link:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.voice-unit .voice-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 0.8em;
}
.voice-unit .voice-thumbnail {
  width: 40%;
  max-width: 100px;
  max-height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.voice-unit .voice-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.voice-unit .voice-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.voice-unit .voice-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-unit .voice-workno {
  font-size: 0.85em;
  color: inherit;
}
.voice-unit .voice-subtitle {
  font-weight: bold;
  margin: 0.3em 0 0 0;
}
.voice-unit .voice-no {
  font-size: 0.85em;
  color: inherit;
}
.voice-unit .voice-title {
  font-size: 0.85em;
  font-weight: normal;
  color: inherit;
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
}
.voice-unit .voice-subtitle-short {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5;
  color: #444;
  margin: 0;
}
.voice-unit .voice-content {
  font-size: 0.9em;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 1em;
}
.voice-unit .voice-content h2 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #666666;
}
.voice-unit .link-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.voice-unit .link-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  right: 1.5em;
  bottom: 1em;
  border-top: 2px solid #666666;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-unit .link-arrow::after {
  content: "";
  position: absolute;
  display: block;
  right: 1.5em;
  bottom: 1.3em;
  width: 0.8em;
  border-top: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.voice-unit .voice-link:hover .voice-thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.voice-unit .voice-link:hover .link-arrow::before {
  right: 1em;
}
.voice-unit .voice-link:hover .link-arrow::after {
  right: 1em;
}

@media screen and (max-width: 1000px) {
  .voices-outer {
    gap: 1.5em;
  }
  /* タブレット：4カラム以上は3カラムに */
  .voices-cols-4 .voice-unit,
  .voices-cols-5 .voice-unit,
  .voices-cols-6 .voice-unit {
    width: calc((100% - 3em) / 3);
  }
  /* 3カラムはそのまま */
  .voices-cols-3 .voice-unit {
    width: calc((100% - 3em) / 3);
  }
  /* 2カラムは2カラムのまま */
  .voices-cols-2 .voice-unit {
    width: calc((100% - 1.5em) / 2);
  }
}
@media screen and (max-width: 768px) {
  /* タブレット小：3カラム以上は2カラムに */
  .voices-cols-3 .voice-unit,
  .voices-cols-4 .voice-unit,
  .voices-cols-5 .voice-unit,
  .voices-cols-6 .voice-unit {
    width: calc((100% - 1.5em) / 2);
  }
}
@media screen and (max-width: 600px) {
  .voices-outer {
    gap: 1em;
  }
  /* モバイル：すべて1カラムに */
  .voice-unit,
  .voices-cols-2 .voice-unit,
  .voices-cols-3 .voice-unit,
  .voices-cols-4 .voice-unit,
  .voices-cols-5 .voice-unit,
  .voices-cols-6 .voice-unit {
    width: 100%;
  }
}
/* モーダルスタイル */
.voice-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: hidden;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice-modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: calc(100vh - 4em);
  background: #fff;
  border-radius: 10px;
  padding: 2em 2em 0.5em 2em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-modal-content > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}
.voice-modal-content .heading-wrapper.header-voices {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.5em;
}
.voice-modal-content .voice-thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.voice-modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.5em;
  /* スクロールバーを常に表示 */
}
.voice-modal-body::-webkit-scrollbar {
  width: 8px;
}
.voice-modal-body::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 4px;
}
.voice-modal-body::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 4px;
}
.voice-modal-body::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

.voice-modal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 40px;
  height: 40px;
  background: #666666;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.voice-modal-close::before, .voice-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
}
.voice-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.voice-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.voice-modal-close:hover {
  background: #f68b39;
}

.voice-modal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #dddddd;
  gap: 1px;
  background: #dddddd;
}

.voice-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.2em 1em;
  background: #fafafa;
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.voice-nav-link:hover {
  background: #f68b39;
  color: #fff;
  border-bottom: none;
}
.voice-nav-link:hover .nav-arrow::before,
.voice-nav-link:hover .nav-arrow::after {
  background: #fff;
}
.voice-nav-link.voice-nav-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1.5em;
}
.voice-nav-link.voice-nav-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1.5em;
}
.voice-nav-link .nav-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.voice-nav-link .nav-text {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}

.voice-nav-link.voice-nav-prev .nav-arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.voice-nav-link.voice-nav-next .nav-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.voice-nav-link:hover .nav-arrow {
  border-color: #fff;
}

.voice-nav-archive {
  background: #fff;
}
.voice-nav-archive:hover {
  background: #666666;
}

@media screen and (max-width: 768px) {
  .voice-modal-content {
    margin: 1em;
    padding: 1.5em 1.5em 0.5em 1.5em;
  }
  .voice-nav-link {
    padding: 0.6em 0.8em;
  }
  .voice-nav-link .nav-text {
    font-size: 0.8em;
  }
  .voice-contents .heading-wrapper.header-voices {
    padding-left: 24px;
    background-size: 20px;
    min-height: 20px;
    margin-bottom: 1rem !important;
  }
  .voice-contents .heading-wrapper.header-voices > h1 {
    font-size: 1.3em;
    line-height: 1.4;
  }
  .voice-contents .voice-subtitle {
    font-size: 1.5em;
    border-left-width: 4px;
    padding-left: 0.4em;
    margin-bottom: 0.8em;
  }
  .voice-contents .voice-thumbnail {
    margin-bottom: 1em;
  }
  .voice-contents .blogmain.voice {
    margin-bottom: 2em;
  }
  .voice-contents .blogmain.voice > h2 {
    font-size: 1.2em;
  }
  .voice-contents .blogmain.voice > p {
    font-size: 1em;
  }
  .voice-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0.8em 0;
  }
  .voice-banner {
    width: 100%;
  }
  .voice-banner a {
    padding: 0.8em 0.5em;
    background-size: 80px !important;
  }
  .voice-banner .banner-image {
    margin-right: 0.6em;
  }
  .voice-banner .banner-image img {
    width: 80px;
    height: 80px;
  }
  .voice-banner .banner-title {
    font-size: 1.1em;
  }
  .voice-banner .banner-subtitle {
    font-size: 0.75em;
  }
  .voice-banner .banner-name {
    font-size: 0.8em;
    margin-bottom: 0.6em;
  }
  .voice-banner .banner-description {
    font-size: 0.75em;
    margin-bottom: 0.6em;
  }
  .voice-banner a .banner-arrow::before {
    width: 50px;
    right: 1em;
    bottom: 0;
  }
  .voice-banner a .banner-arrow::after {
    right: 1em;
    width: 0.6em;
    bottom: 0.3em;
  }
  .voice-banner-contact {
    border-left: none;
    border-top: solid 1px #f7ac00;
  }
  .voice-banner-contact a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 1em;
    background-position: right 0.5em top 0.5em !important;
    background-size: 60px !important;
  }
  .voice-banner-contact .banner-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .voice-banner-contact .banner-title {
    text-align: center;
  }
  .voice-banner-contact .banner-description {
    text-align: center;
    text-indent: 0;
  }
  .voice-banner-contact a .banner-arrow {
    position: absolute;
    right: 1em;
    bottom: 1em;
    margin-top: 0;
  }
  .voice-banner-contact a .banner-arrow::before {
    position: absolute;
    display: block;
    width: 50px;
    right: 1em;
    bottom: 0;
  }
  .voice-banner-contact a .banner-arrow::after {
    position: absolute;
    display: block;
    right: 1em;
    bottom: 0.3em;
    margin-left: 0;
  }
  .voice-page-navigation,
  .gallery-page-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8em;
    margin-top: 2em;
    padding-top: 1.5em;
  }
  .voice-page-navigation a,
  .gallery-page-navigation a {
    font-size: 0.85em;
    display: block;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 480px) {
  .voice-contents .heading-wrapper.header-voices > h1 {
    font-size: 1.1em;
  }
  .voice-contents .voice-subtitle {
    font-size: 1.2em;
  }
  .voice-contents .blogmain.voice > h2 {
    font-size: 1.1em;
  }
  .voice-contents .blogmain.voice > p {
    font-size: 0.95em;
  }
  .voice-banner-works a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    padding: 0.8em 0.5em;
    background-position: right 0.5em top !important;
    background-size: 70px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice-banner-works .banner-image {
    margin-right: 0.6em;
    margin-bottom: 0;
  }
  .voice-banner-works .banner-image img {
    width: 70px;
    height: 70px;
  }
  .voice-banner-works .banner-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .voice-banner-works .banner-title {
    font-size: 1em;
    text-align: left;
  }
  .voice-banner-works .banner-subtitle {
    font-size: 0.7em;
  }
  .voice-banner-works .banner-name {
    font-size: 0.85em;
    margin-bottom: 0.5em;
  }
  .voice-banner-contact a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 1em;
    background-position: right 0.5em top 0.5em !important;
    background-size: 60px !important;
  }
  .voice-banner-contact .banner-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .voice-banner-contact .banner-title {
    text-align: center;
  }
  .voice-banner-contact .banner-description {
    text-align: center;
    text-indent: 0;
  }
  .voice-banner-contact a .banner-arrow {
    position: absolute;
    right: 1em;
    bottom: 1em;
    margin-top: 0;
  }
  .voice-banner-contact a .banner-arrow::before {
    position: absolute;
    display: block;
    width: 50px;
    right: 1em;
    bottom: 0;
  }
  .voice-banner-contact a .banner-arrow::after {
    position: absolute;
    display: block;
    right: 1em;
    bottom: 0.3em;
    margin-left: 0;
  }
}