@charset "UTF-8";
.singlevoice-page {
  padding-top: 80px;
}
.singlevoice-page .upper .title-gr {
  display: block;
}
.singlevoice-page .upper .title-gr .client-info {
  padding-right: 16px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  color: #B1A07C;
}
.singlevoice-page .upper .title-gr .client-info .name {
  margin-right: 12px;
  padding-right: 12px;
  border-right: solid 1px #B1A07C;
  font-size: 1.6rem;
  color: #B1A07C;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.singlevoice-page .upper .title-gr .client-info .family {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #B1A07C;
  letter-spacing: 0.1em;
}
.singlevoice-page .upper .title-gr .client-info .menseki {
  margin-left: 12px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #B1A07C;
  letter-spacing: 0.1em;
}
.singlevoice-page .upper .title-gr h1 {
  margin-top: 12px;
  margin-bottom: 16px;
  text-align: left;
  line-height: 1.4;
  font-size: 2.8rem;
  color: #222;
}
.singlevoice-page .upper .info {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singlevoice-page .upper .info .image {
  width: 25%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
}
.singlevoice-page .upper .info .image img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlevoice-page .upper .info .info-text {
  padding-left: 40px;
  width: 75%;
}
.singlevoice-page .upper .info .info-text .copy {
  font-size: 2.2rem;
  font-weight: 600;
  color: #222;
  line-height: 2;
  color: #B1A07C;
}
.singlevoice-page .features {
  margin-top: 100px;
  background-color: #F5F2EC;
  padding: 100px 0;
}
.singlevoice-page .features .heading-gr {
  margin-bottom: 56px;
}
.singlevoice-page .features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.singlevoice-page .features ul li {
  font-size: 1.8rem;
  color: #222;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 24px 8px;
  width: 32%;
  text-align: center;
  font-weight: 600;
}
.singlevoice-page .gal {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 0;
}
.singlevoice-page .gal::after {
  content: "";
  display: block;
  width: 30%;
}
.singlevoice-page .gal .gal__item {
  width: 30%;
  overflow: hidden;
  transform: translateY(10%);
  opacity: 0;
}
.singlevoice-page .gal .gal__item:nth-child(3n-1) {
  margin-top: 6%;
}
.singlevoice-page .gal .gal__item:nth-child(3n) {
  margin-top: 12%;
}
.singlevoice-page .gal .gal__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.singlevoice-page .gal .gal__item img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0.7;
}
.singlevoice-page .gal.visible .gal__item {
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(1) {
  transition-delay: 0.4s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(2) {
  transition-delay: 0.8s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(3) {
  transition-delay: 1.2s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(4) {
  transition-delay: 1.6s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(5) {
  transition-delay: 2s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(6) {
  transition-delay: 2.4s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(7) {
  transition-delay: 2.8s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(8) {
  transition-delay: 3.2s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(9) {
  transition-delay: 3.6s;
}
.singlevoice-page .gal.visible .gal__item:nth-of-type(10) {
  transition-delay: 4s;
}
.singlevoice-page .singleworks-voice {
  margin-top: 100px;
  background-color: #B1A07C;
  padding: 80px 0;
}
.singlevoice-page .singleworks-voice .heading {
  margin-bottom: 24px;
}
.singlevoice-page .singleworks-voice .heading .title {
  font-size: 2.8rem;
  color: #fff;
}
.singlevoice-page .singleworks-voice .items .voice-item {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.singlevoice-page .singleworks-voice .items .voice-item .lr {
  display: flex;
  align-items: center;
}
.singlevoice-page .singleworks-voice .items .voice-item .lr .left {
  width: 30%;
}
.singlevoice-page .singleworks-voice .items .voice-item .lr .left .image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.singlevoice-page .singleworks-voice .items .voice-item .lr .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.singlevoice-page .singleworks-voice .items .voice-item .lr .right {
  padding-left: 40px;
  width: 70%;
}
.singlevoice-page .singleworks-voice .items .voice-item .lr .right .number {
  font-size: 1.6rem;
  color: #B1A07C;
  letter-spacing: 0.1em;
}
.singlevoice-page .singleworks-voice .items .voice-item .lr .right .voice-item__title {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #222;
  letter-spacing: 0.1em;
}
.singlevoice-page .singleworks-voice .items .voice-item .lr .right .desc {
  margin-top: 16px;
  font-size: 1.5rem;
  color: #585858;
  letter-spacing: 0.1em;
}
.singlevoice-page .table {
  margin-top: 100px;
  background-color: #F5F2EC;
  padding: 80px 0;
}
.singlevoice-page .table table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
.singlevoice-page .table table tbody {
  width: 100%;
  border: solid 2px #d1d1c4;
}
.singlevoice-page .table table tbody tr th {
  border: solid 2px #d1d1c4;
  padding: 16px;
  width: 20%;
  background-color: #F5F2EC;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.1em;
}
.singlevoice-page .table table tbody tr td {
  border: solid 2px #d1d1c4;
  padding: 16px;
  font-size: 1.8rem;
  width: 80%;
  background-color: #FFFFFF;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.1em;
}
.singlevoice-page .qa-gr {
  margin-top: 80px;
}
.singlevoice-page .qa-gr dl dt {
  padding-bottom: 8px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: solid 2px #d1d1c4;
}
.singlevoice-page .qa-gr dl dd {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 1.6rem;
  color: #222;
  line-height: 2;
  letter-spacing: 0.1em;
}
.singlevoice-page .staff {
  padding-top: 40px;
}
.singlevoice-page .staff .heading {
  font-size: 2.4rem;
  color: #222;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  display: block;
}
.singlevoice-page .staff ul li {
  padding: 32px;
  background-color: #F5F2EC;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singlevoice-page .staff ul li .image-outer {
  padding-right: 40px;
}
.singlevoice-page .staff ul li .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.singlevoice-page .staff ul li .txt-gr {
  width: calc(100% - 150px);
}
.singlevoice-page .staff ul li .txt-gr .upper {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.singlevoice-page .staff ul li .txt-gr .upper h3 {
  font-size: 2.6rem;
  color: #B1A07C;
  line-height: 1.5;
}
.singlevoice-page .staff ul li .txt-gr .upper .copy {
  padding-left: 0;
  font-size: 2.4rem;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.singlevoice-page .staff ul li .txt-gr .lower .desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222222;
}
.singlevoice-page .cta-gr {
  margin-top: 80px;
}
.singlevoice-page .cta-gr .wrapper .copy {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #222;
  line-height: 2;
  letter-spacing: 0.1em;
}
.singlevoice-page .cta-gr .wrapper .btns {
  margin-top: 32px;
}
.singlevoice-page .cta-gr .wrapper .btns .m_ctas {
  justify-content: center;
}
.singlevoice-page .other {
  margin-top: 80px;
  padding-bottom: 80px;
}
.singlevoice-page .other h2 {
  font-size: 5rem;
  color: #222;
}
.singlevoice-page .other .items {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: space-between;
}
.singlevoice-page .other .items .item {
  width: 30%;
}
.singlevoice-page .other .items .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.singlevoice-page .other .items .item a:hover {
  opacity: 0.7;
}
.singlevoice-page .other .items .item .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singlevoice-page .other .items .item .upper .image {
  width: 145px;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.singlevoice-page .other .items .item .upper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlevoice-page .other .items .item .upper .info {
  padding-left: 24px;
  width: calc(100% - 145px);
}
.singlevoice-page .other .items .item .upper .info .name {
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 0.1em;
}
.singlevoice-page .other .items .item .upper .info .family {
  font-size: 1.4rem;
  color: #222;
  letter-spacing: 0.1em;
}
.singlevoice-page .other .items .item .lower {
  margin-top: 16px;
}
.singlevoice-page .other .items .item .lower h3 {
  font-size: 2rem;
  color: #B1A07C;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.singlevoice-page .other .items .item .lower .desc {
  margin-top: 8px;
  color: #222;
  letter-spacing: 0.1em;
}

.image-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.image-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-overlay .wrapper {
  height: 100%;
}

.modal-container {
  opacity: 0;
  transform: translateY(10%);
  position: relative;
  top: 80px;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 160px);
  max-height: 90%;
  margin: auto;
  background-color: #fff;
}

.image-modal.active .modal-container {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease;
  transition-delay: 0.3s;
}

.modal-container-inner {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #222;
  z-index: 11;
  cursor: pointer;
}

.modal-swiper {
  height: 100%;
  text-align: center;
}

.modal-swiper .swiper-button-prev,
.modal-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-swiper .swiper-button-prev {
  left: 0;
}

.modal-swiper .swiper-button-next {
  right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.7rem;
}

.modal-swiper .swiper-button-prev i,
.modal-swiper .swiper-button-next i {
  font-size: 14px;
}

.modal-swiper .swiper-slide {
  display: block;
  margin: auto;
  max-width: calc(100vw - 80px); /* 左右に40pxずつ余白 */
  max-height: calc(100vh - 80px); /* 上下に40pxずつ余白 */
  width: auto;
  height: 100%;
  padding: 80px;
}

.modal-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .singlevoice-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .singlevoice-page .upper .title-gr .client-info {
    margin-top: 16px;
  }
  .singlevoice-page .upper .title-gr .client-info .name {
    font-size: 1.4rem;
  }
  .singlevoice-page .upper .title-gr .client-info .family {
    font-size: 1.4rem;
  }
  .singlevoice-page .upper .title-gr .client-info .menseki {
    font-size: 1.4rem;
  }
  .singlevoice-page .upper .title-gr h1 {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .singlevoice-page .upper .info {
    margin-top: 0px;
    display: block;
  }
  .singlevoice-page .upper .info .image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .singlevoice-page .upper .info .info-text {
    padding-left: 0px;
    width: 100%;
  }
  .singlevoice-page .upper .info .info-text .copy {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .singlevoice-page .features {
    margin-top: 40px;
    background-color: #F5F2EC;
    padding: 40px 0;
  }
  .singlevoice-page .features .heading-gr {
    margin-bottom: 24px;
  }
  .singlevoice-page .features ul {
    display: block;
  }
  .singlevoice-page .features ul li {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    padding: 16px 8px;
    width: 100%;
  }
  .singlevoice-page .gal {
    margin-top: 40px;
    gap: 20px 0;
  }
  .singlevoice-page .gal .gal__item {
    width: 45.75%;
  }
  .singlevoice-page .gal .gal__item:nth-child(3n-2) {
    transform: initial;
  }
  .singlevoice-page .gal .gal__item:nth-child(3n-1) {
    transform: initial;
  }
  .singlevoice-page .gal .gal__item:nth-child(3n) {
    transform: initial;
  }
  .singlevoice-page .gal .gal__item:nth-child(2n) {
    transform: translateY(10%);
  }
  .singlevoice-page .singleworks-voice {
    margin-top: 40px;
    background-color: #B1A07C;
    padding: 40px 0;
  }
  .singlevoice-page .singleworks-voice .heading {
    margin-bottom: 16px;
  }
  .singlevoice-page .singleworks-voice .heading .title {
    font-size: 2rem;
  }
  .singlevoice-page .singleworks-voice .items .voice-item {
    padding: 24px 24px;
  }
  .singlevoice-page .singleworks-voice .items .voice-item .lr {
    display: block;
  }
  .singlevoice-page .singleworks-voice .items .voice-item .lr .left {
    width: 100%;
  }
  .singlevoice-page .singleworks-voice .items .voice-item .lr .right {
    margin-top: 16px;
    padding-left: 0px;
    width: 100%;
  }
  .singlevoice-page .singleworks-voice .items .voice-item .lr .right .number {
    font-size: 1.4rem;
  }
  .singlevoice-page .singleworks-voice .items .voice-item .lr .right .voice-item__title {
    font-size: 2rem;
  }
  .singlevoice-page .singleworks-voice .items .voice-item .lr .right .desc {
    margin-top: 8px;
    font-size: 1.25rem;
  }
  .singlevoice-page .table {
    margin-top: 24px;
    padding: 40px 0;
  }
  .singlevoice-page .table table tbody {
    border: solid 1px #d1d1c4;
  }
  .singlevoice-page .table table tbody tr th {
    border: solid 1px #d1d1c4;
    padding: 8px;
    width: 30%;
    font-size: 1.4rem;
  }
  .singlevoice-page .table table tbody tr td {
    border: solid 1px #d1d1c4;
    padding: 8px;
    font-size: 1.4rem;
    width: 70%;
  }
  .singlevoice-page .qa-gr {
    margin-top: 40px;
  }
  .singlevoice-page .qa-gr dl dt {
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  .singlevoice-page .qa-gr dl dd {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .singlevoice-page .staff {
    padding-top: 24px;
  }
  .singlevoice-page .staff .heading {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .singlevoice-page .staff ul li {
    padding: 24px 16px;
    flex-direction: column-reverse;
  }
  .singlevoice-page .staff ul li .image-outer {
    padding-right: 0px;
  }
  .singlevoice-page .staff ul li .image {
    margin-top: 16px;
    width: 100px;
    height: 100px;
  }
  .singlevoice-page .staff ul li .txt-gr {
    width: 100%;
  }
  .singlevoice-page .staff ul li .txt-gr .upper {
    margin-bottom: 8px;
  }
  .singlevoice-page .staff ul li .txt-gr .upper .copy {
    font-size: 1.9rem;
  }
  .singlevoice-page .staff ul li .txt-gr .lower .desc {
    font-size: 1.3rem;
  }
  .singlevoice-page .cta-gr {
    margin-top: 40px;
  }
  .singlevoice-page .cta-gr .wrapper .copy {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
  }
  .singlevoice-page .cta-gr .wrapper .btns {
    margin-top: 16px;
  }
  .singlevoice-page .other {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .singlevoice-page .other h2 {
    font-size: 2.4rem;
  }
  .singlevoice-page .other .items {
    margin-top: 28px;
    gap: 40px 0;
  }
  .singlevoice-page .other .items .item {
    width: 48.75%;
  }
  .singlevoice-page .other .items .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .singlevoice-page .other .items .item .upper {
    display: block;
  }
  .singlevoice-page .other .items .item .upper .image {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .singlevoice-page .other .items .item .upper .info {
    margin-top: 16px;
    padding-left: 0px;
    width: 100%;
  }
  .singlevoice-page .other .items .item .upper .info .name {
    font-size: 1.6rem;
    text-align: center;
  }
  .singlevoice-page .other .items .item .upper .info .family {
    font-size: 1.25rem;
    text-align: center;
  }
  .singlevoice-page .other .items .item .lower {
    margin-top: 8px;
  }
  .singlevoice-page .other .items .item .lower h3 {
    font-size: 1.5rem;
  }
  .singlevoice-page .other .items .item .lower .desc {
    margin-top: 4px;
    font-size: 1.25rem;
  }
  .modal-container {
    transform: translateY(10%);
    top: 40px;
    height: calc(100vh - 80px);
  }
  .image-modal.active .modal-container {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s ease;
    transition-delay: 0.3s;
  }
  .modal-close {
    top: 10px;
    right: 20px;
    font-size: 20px;
  }
  .modal-swiper .swiper-button-prev,
  .modal-swiper .swiper-button-next {
    width: 24px;
    height: 24px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem;
  }
  .modal-swiper .swiper-button-prev i,
  .modal-swiper .swiper-button-next i {
    font-size: 12px;
  }
  .modal-swiper .swiper-slide {
    max-width: initial;
    max-height: initial;
    padding: 32px;
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=singlevoice.css.map */