.voice__header__logo .jptitle__number {
  color: var(--color-white);
}
.voice__header__logo .jptitle__number::first-letter {
  color: var(--color-pink);
}
.voice__container {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .voice__container {
    width: 90%;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container {
    margin: 0 auto 40px;
  }
}
.voice__container__attention {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .voice__container__attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__attention {
    font-size: 12px;
  }
}
.voice__container__attention {
  margin-bottom: 40px;
}
.voice__container__list {
  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;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5%;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .voice__container__list {
    row-gap: 20px;
  }
}
.voice__container__list::after {
  content: "";
  display: block;
  width: 27%;
}
@media only screen and (max-width: 430px) {
  .voice__container__list::after {
    width: 47.5%;
  }
}
.voice__container__list li {
  width: 27%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5%;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .voice__container__list li {
    width: 47.5%;
  }
}
.voice__container__listPhoto {
  margin-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .voice__container__listPhoto {
    margin-bottom: 10px;
  }
}
.voice__container__listCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.voice__container__listCategory p {
  width: 47%;
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .voice__container__listCategory p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__listCategory p {
    font-size: 16px;
  }
}
.voice__container__listCategory p.job-sogo {
  background-color: var(--color-yellow-green);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .voice__container__listCategory p.job-sogo {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__listCategory p.job-sogo {
    font-size: 14px;
  }
}
.voice__container__listCategory p.job-art {
  background-color: var(--color-perple);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .voice__container__listCategory p.job-art {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__listCategory p.job-art {
    font-size: 14px;
  }
}
.voice__container__listCategory p.job-year {
  background-color: var(--color-gray-light);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .voice__container__listCategory p.job-year {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__listCategory p.job-year {
    font-size: 14px;
  }
}
.voice__container__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice__container__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .voice__container__list dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__list dl dt {
    font-size: 18px;
  }
}
.voice__container__list dl dt {
  font-weight: 700;
}
.voice__container__list dl dd {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .voice__container__list dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__list dl dd {
    font-size: 14px;
  }
}
.voice__container__list dl dd {
  /*margin-bottom: 16px;*/
  /*border-bottom: solid 1px var(--color-black);*/
  text-align: center;
}
@media only screen and (max-width: 430px) {
  .voice__container__list dl dd {
    letter-spacing: 0;
  }
}
.voice__container__list dl dd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.voice__container__listLine {
  padding: 16px 0;
}
.voice__container__listMore {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.voice__container__listMore span {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .voice__container__listMore span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .voice__container__listMore span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.voice__container__listMore span {
  font-weight: 700;
}

/*
.modal {
	display: none;
	position: fixed;
	inset: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1000;
}

.modal.show {
	opacity: 1;
}

.modal-content {
	background: rgba(0, 5, 10, 0.8);
	max-width: 700px;
	margin: 80px auto;
	padding: 80px 60px 60px 60px;
	box-sizing: border-box;
	border-radius: 8px;
	position: relative;
	color: var(--color-white);
	@media only screen and (max-width: 430px) {
		max-width: 90%;
		padding: 20px;
	}
	&__inner {
		overflow-y: auto;
		max-height: calc(80vh - 120px);
		padding-right: 24px;
	}
	&__header {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
		@media only screen and (max-width: 430px) {
			flex-direction: column;
			row-gap: 24px;
			width: 100%;
		}
		&__left {
			width: 40%;
			position: relative;
			& p {
				display: inline-block;
				@media only screen and (max-width: 430px) {
					width: 200px;
				}
				&:nth-of-type(1) {
					position: relative;
					z-index: 10;
				}
				&:nth-of-type(2) {
					position: absolute;
					z-index: 1;
					top: 0;
					left: 100px;
				}
			}
			@media only screen and (max-width: 430px) {
				width: 100%;
			}
		}
		&__right {
			width: 56%;
			& dl {
				display: flex;
				flex-direction: column;
				align-items: center;
				& dt {
					display: flex;
					width: 100%;
					justify-content: center;
					background-color: var(--color-orange);
					color: var(--color-white);
					@include txt-18-tight;
					padding: 8px 0;
					border-radius: 4px;
					margin-bottom: 16px;
				}
				& dd {
					display: flex;
					flex-direction: column;
					row-gap: 12px;
					width: 100%;
					justify-content: center;
					@include txt-16-tight;
					@media only screen and (max-width: 430px) {
						height: 80px;
					}
					&.name {
						@include txt-20-tight;
						@include style-bold;
						margin-bottom: 16px;
					}
				}
			}
			& ul {
				display: flex;
				justify-content: space-between;
				column-gap: 4%;
				& li {
					display: flex;
					justify-content: center;
					width: 48%;
					padding: 8px;
					box-sizing: border-box;
					border-radius: 4px;
					&.job-category {
						background-color: var(--color-yellow-green);
						@include txt-16-tight;
					}
					&.job-art {
						background-color: var(--color-perple);
						@include txt-16-tight;
					}
					&.job-decade {
						background-color: var(--color-gray);
						@include txt-16-tight;
					}
				}
			}
			& p {
				@include txt-13-tight;
				margin-top: 8px;
			}
			@media only screen and (max-width: 430px) {
				width: 100%;
			}
		}
	}
	&__container {
		dl {
			border-bottom: solid 1px var(--color-white);

			&:not(:last-child) {
				padding-bottom: 24px;
				margin-bottom: 24px;
			}

			&:last-child {
				border-bottom: none;
				padding-bottom: 0;
				margin-bottom: 0;
			}
			dt {
				@include txt-20-tight;
				margin-bottom: 20px;
			}
		}
	}
}

.close {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	background-image: url(../../../assets/img/close_white.png);
	background-size: cover;
	background-position: center center;
	width: 40px;
	height: 40px;
	right: 20px;
	top: 20px;
}

.modal-content__inner::-webkit-scrollbar {
	width: 6px;
}

.modal-content__inner::-webkit-scrollbar-track {
	background: transparent;
}

.modal-content__inner::-webkit-scrollbar-thumb {
	background-color: var(--color-white);
	border-radius: 6px;
}

.modal-content__inner::-webkit-scrollbar-thumb:hover {
	background-color: var(--color-white);
}

.openModal {
	transition: transform 0.35s ease;
	will-change: transform;
	cursor: pointer;
}

.openModal:hover {
	transform: scale(1.06);
}
	*/