@charset "UTF-8";

.voice {
  padding-top: 60px;
  padding-bottom: 120px;
}

.voice .link {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.voice .link a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  border: 1px solid #083F83;
  color: #083F83;
}

.voice .link a:hover {
  opacity: 0.8;
}

.voice .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.voice .list li {
  background: #fff;
  padding: 20px;
  position: relative;
  padding-bottom: 80px;
}

.voice .list li .img {

}

.voice .list li .img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.voice .list li .content {
  margin-top: 16px;
  text-align: left;
}

.voice .list li .content .copy {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
    color: #083F84;
    margin-bottom: 20px;
}

.voice .list li .content .name {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    color: #083F84;
}
.voice .list li .content .info {
  margin-top: 4px;
    font-size: 14px;
    color: #083F84;
    text-align: left;
}

.voice .list li .content .info span {
    text-align: left;
    line-height: 1.4;
}

.voice .list li .button {
  margin-top: 20px;
  position: absolute;
  width: 86%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}

.voice .list li .button a {
  display: block;
  width: 100%;
  background: #4192F6;
  text-align: center;
  color: #F9DF4B;
  font-size: 20px;
  letter-spacing: 0.1em;
  /* font-weight: bold; */
  border-radius: 50px;
  padding: 12px 0;
}

.voice-modal .box {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 40px;
}

.voice-modal .box .info {
}

.voice-modal .box .info .img {
  margin-bottom: 20px;
}

.voice-modal .box .info .img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-modal .box .info .name {
  font-size: 24px;
  text-align: left;
  line-height: 1.4;
  color: #083F84;
  margin-bottom: 10px;
  font-weight: bold;
}

.voice-modal .box .info .name .small {
  font-weight: bold;
}

.voice-modal .box .info .item {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  color: #083F84;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
}

.voice-modal .box .info .item .label {
  width: 48px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}

.voice-modal .box .info .item .date {
  text-align: left;
  width: 174px;
  line-height: 1.4;
  font-weight: bold;
}

.voice-modal .box .content {
}

.voice-modal .box .copy {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #083F84;
  margin-bottom: 30px;
}

.voice-modal .box .content .item {
  text-align: left;
  margin-bottom: 40px;
}

.voice-modal .box .content .item .head {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #083F84;
  margin-bottom: 12px;
  line-height: 1.2;
}

.voice-modal .box .content .item .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
}

.is-pc {
  display: block;
}
.is-sp {
  display: none;
}

@media (max-width: 767.99px) {

.voice {
  padding-top: 30px;
  padding-bottom: 60px;
}

.voice .list {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.voice .list li {
  padding: 18px 12px;
}

.voice .list li .img img {
  width: 130px;
  height: 130px;
}

.voice .list li .content {
  margin-top: 10px;
  text-align: left;
}

.voice .list li .content .copy {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.voice .list li .content .name {
  font-size: 12px;
  line-height: 1.4;
}
.voice .list li .content .info {
  margin-top: 4px;
  font-size: 12px;
}

.voice .list li .content .info span {
  line-height: 1.4;
}

.voice .list li .button {
  margin-top: 12px;
  position: relative;
  bottom: 0;
}

.voice .list li .button a {
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
}


.voice-modal .box {
  display: block;
  width: 100%;
}

.voice-modal .box .info {
  border-bottom: 1px solid #083F84;
  padding-bottom: 20px;
}

.voice-modal .box .info .img {
  margin-bottom: 20px;
}

.voice-modal .box .info .img img {
  width: 130px;
  height: 130px;
}

.voice-modal .box .info .name {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
  border-top: 1px solid #083F84;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.voice-modal .box .info .name .small {
  font-weight: bold;
}

.voice-modal .box .info .item {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

.voice-modal .box .info .item .label {
  width: 40px;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}

.voice-modal .box .info .item .date {
  text-align: left;
  width: 174px;
  line-height: 1.4;
  font-weight: bold;
}

.voice-modal .box .content {
  margin-top: 40px;
}

.voice-modal .box .copy {
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.voice-modal .box .content .item {
  text-align: left;
  margin-bottom: 40px;
}

.voice-modal .box .content .item .head {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.voice-modal .box .content .item .text {
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
}
.voice .link {
  max-width: 200px;
  margin-top: 40px;
}

.is-pc {
  display: none;
}
.is-sp {
  display: block;
}

}


