@charset "UTF-8";
/* CSS Document
トップページのみに利用
*/
.bdr-blue {
  border: 6px solid #007AE3;
}

.bdr-lightblue {
  border: 6px solid #00B9EF;
}

.bdr-green {
  border: 6px solid #00C95D;
}

.bdr-yellow {
  border: 6px solid #FABF13;
}

.bdr-orange {
  border: 6px solid #F28A35;
}

.bdr-red {
  border: 6px solid #EA5457;
}

.bdr-purple {
  border: 6px solid #8E3975;
}

.bdr-wht {
  border: 6px solid #FFF;
}

.bgalpha-blue {
  background: rgba(0, 122, 227, 0.5);
}

.bgalpha-lightblue {
  background: rgba(0, 185, 239, 0.5);
}

.bgalpha-green {
  background: rgba(0, 201, 93, 0.5);
}

.bgalpha-yellow {
  background: rgba(250, 191, 19, 0.5);
}

.bgalpha-orange {
  background: rgba(242, 138, 53, 0.5);
}

.bgalpha-red {
  background: rgba(234, 84, 87, 0.5);
}

.bgalpha-purple {
  background: rgba(142, 57, 117, 0.5);
}

.txt-blue {
  color: #007AE3;
}

.txt-lightblue {
  color: #00B9EF;
}

.txt-green {
  color: #00C95D;
}

.txt-yellow {
  color: #FABF13;
}

.txt-orange {
  color: #F28A35;
}

.txt-red {
  color: #EA5457;
}

.txt-purple {
  color: #8E3975;
}

/* マーカー */
.marker-blue span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #9AD0FF));
  background: -webkit-linear-gradient(transparent 50%, #9AD0FF 50%);
  background: linear-gradient(transparent 50%, #9AD0FF 50%);
}

.marker-lightblue span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #A3EAFF));
  background: -webkit-linear-gradient(transparent 50%, #A3EAFF 50%);
  background: linear-gradient(transparent 50%, #A3EAFF 50%);
}

.marker-green span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ADEFCB));
  background: -webkit-linear-gradient(transparent 50%, #ADEFCB 50%);
  background: linear-gradient(transparent 50%, #ADEFCB 50%);
}

.marker-yellow span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF3AF));
  background: -webkit-linear-gradient(transparent 50%, #FFF3AF 50%);
  background: linear-gradient(transparent 50%, #FFF3AF 50%);
}

.marker-orange span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFDCBF));
  background: -webkit-linear-gradient(transparent 50%, #FFDCBF 50%);
  background: linear-gradient(transparent 50%, #FFDCBF 50%);
}

.marker-red span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFCECF));
  background: -webkit-linear-gradient(transparent 50%, #FFCECF 50%);
  background: linear-gradient(transparent 50%, #FFCECF 50%);
}

.marker-purple span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #D9B6E6));
  background: -webkit-linear-gradient(transparent 50%, #D9B6E6 50%);
  background: linear-gradient(transparent 50%, #D9B6E6 50%);
}

.pre-footer {
  border-top: 2px solid #FFF;
  margin-top: 0px;
}

.voice_youtube {
  width: 100%;
  max-width: 500px;
  margin: 180px auto 40px auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 800px) {
  .voice_youtube {
    margin: 30px auto 0px auto;
    padding: 0px 20px;
  }
}
.voice_youtube iframe {
  width: 100%;
  height: 100%;
}

.voice_bg {
  background: #EAF0F0;
  padding-bottom: 40px;
}
.voice_bg .breadcrumb {
  width: calc(100% - 60px);
  margin: 0px auto;
}
.voice_bg header.voice_archive_mainv {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0px;
}
@media screen and (max-width: 800px) {
  .voice_bg header.voice_archive_mainv {
    display: block;
  }
}
.voice_bg header.voice_archive_mainv:before {
  content: "";
  display: block;
  width: 33.3333333333%;
  height: auto;
  background: url(../img/voice/voice_head_left.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .voice_bg header.voice_archive_mainv:before {
    width: 100%;
    height: 200px;
    max-width: initial;
    display: block;
    background: url(../img/voice/voice_head_left_sp.png) left top no-repeat;
    background-size: auto 100%;
  }
}
.voice_bg header.voice_archive_mainv:after {
  content: "";
  display: block;
  width: 33.3333333333%;
  height: auto;
  background: url(../img/voice/voice_head_right.png) right top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .voice_bg header.voice_archive_mainv:after {
    width: 100%;
    height: 200px;
    max-width: initial;
    display: block;
    background: url(../img/voice/voice_head_right_sp.png) right top no-repeat;
    background-size: auto 100%;
  }
}
.voice_bg header.voice_archive_mainv h2 {
  display: block;
  width: 33.3333333333%;
  padding: 20px 0px;
}
@media screen and (max-width: 800px) {
  .voice_bg header.voice_archive_mainv h2 {
    text-align: center;
    width: 100%;
    margin: -40px auto;
    padding: 0px;
  }
}
.voice_bg header.voice_archive_mainv img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 800px) {
  .voice_bg header.voice_archive_mainv img {
    width: 312px;
    max-width: initial;
    margin: 0px auto;
  }
}
@media screen and (max-width: 800px) {
  .voice_bg .article .container {
    width: 100%;
  }
}

.voice_archive {
  width: auto;
}

.voice_subttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 40px auto;
  font-size: 2.4rem;
  border: 3px solid #000;
  padding: 10px 40px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .voice_subttl {
    font-size: 1.4rem;
    margin: 40px auto;
  }
}
.voice_subttl span {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .voice_subttl span {
    font-size: 2rem;
  }
}
.voice_subttl:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #EAF0F0;
  position: absolute;
  top: -3px;
  right: 85px;
}
.voice_subttl:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #EAF0F0;
  position: absolute;
  bottom: -3px;
  left: 85px;
}

.voice_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .voice_list {
    display: block;
  }
}
.voice_list li {
  padding-top: 50px;
  width: calc((100% - 100px) / 3);
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
  display: block;
}
.voice_list li.hidden {
  display: none;
}
@media screen and (max-width: 800px) {
  .voice_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.voice_list li a {
  position: relative;
  color: #000;
  text-decoration: none;
  display: block;
}
.voice_list li .sign {
  position: absolute;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  top: -30px;
  left: 1em;
  font-size: 4rem;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  line-height: normal;
  z-index: 2;
}
.voice_list li figure {
  display: block;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.voice_list li figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.voice_list li figure img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.voice_list li .copy {
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 15px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  background: #FFF;
  line-height: 4.5rem;
  position: relative;
  top: -30px;
  z-index: 2;
  margin: 0px 20px;
}
.voice_list li .name {
  position: absolute;
  top: 140px;
  z-index: 2;
  font-size: 2rem;
  margin: 0px 20px;
  padding: 0px 15px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .voice_list li .name {
    opacity: 1;
    position: static;
    margin-top: -15px;
  }
}
.voice_list li .name span {
  font-weight: normal;
  font-size: 1.2rem;
}
.voice_list li .name span.basename {
  display: block;
}
.voice_list li a:hover figure {
  overflow: hidden;
}
.voice_list li a:hover figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background: rgba(159, 160, 160, 0.6);
}
.voice_list li a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.voice_list li a:hover .name {
  opacity: 1;
}

#voice_more {
  border: 1px solid #595757;
  padding: 10px;
  text-align: center;
  background: #FFF;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
}

/* 記事 */
.voice_single_head {
  position: relative;
  margin-left: calc((100% - 1100px) / 2);
  height: 550px;
}
@media screen and (max-width: 1100px) {
  .voice_single_head {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  .voice_single_head {
    height: auto;
  }
}
.voice_single_head .voice_picture {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-left: 40%;
}
@media screen and (max-width: 800px) {
  .voice_single_head .voice_picture {
    margin-left: 15px;
  }
}
.voice_single_head figure {
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
  height: 550px;
}
@media screen and (max-width: 800px) {
  .voice_single_head figure {
    height: 450px;
  }
}
.voice_single_head figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voice_single_head .sign {
  position: absolute;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  bottom: -40px;
  left: 80px;
  font-size: 10rem;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: normal;
  line-height: normal;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .voice_single_head .sign {
    font-size: 5rem;
    left: 15px;
  }
}
.voice_single_head .sign.sign_pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .voice_single_head .sign.sign_pc {
    display: none;
  }
}
.voice_single_head .sign.sign_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .voice_single_head .sign.sign_sp {
    display: block;
    position: static;
    margin: 0px 0px 40px 0px;
  }
}
.voice_single_head .voice_single_head_box {
  margin-top: 50px;
  padding: 20px 20px 20px 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .voice_single_head .voice_single_head_box {
    margin-left: 0px;
    padding: 310px 10px 10px 30px;
    margin-top: 70px;
  }
}
.voice_single_head .voice_single_head_box:before {
  position: relative;
  bottom: -20px;
  left: -60px;
  content: "";
  background: url(../img/voice/voicettl.svg) 0 0 no-repeat;
  display: block;
  width: 252px;
  height: 200px;
  background-size: 100%;
}
@media screen and (max-width: 800px) {
  .voice_single_head .voice_single_head_box:before {
    position: absolute;
    width: 198px;
    height: 156px;
    top: -40px;
    left: 30px;
  }
}
.voice_single_head .voice_single_head_box .voice_single_tape {
  background: #000;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 40px;
  line-height: normal;
  font-size: 1.4rem;
  margin-bottom: 30px;
  position: absolute;
  top: 160px;
  left: 30%;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .voice_single_head .voice_single_head_box .voice_single_tape {
    position: static;
    margin-left: auto;
    margin-right: 10px;
  }
}
.voice_single_head .voice_single_head_box .copy {
  font-weight: bold;
  font-size: 4.6rem;
  padding: 10px 30px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  background: #FFF;
  line-height: 8.5rem;
  margin: 0px;
}
@media screen and (max-width: 800px) {
  .voice_single_head .voice_single_head_box .copy {
    font-size: 2.6rem;
    line-height: 5.3rem;
    padding: 10px 20px;
  }
}
.voice_single_head .voice_single_head_box .name {
  font-size: 2rem;
  margin: 20px 0px 15px 0px;
  padding: 0px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .voice_single_head .voice_single_head_box .name {
    opacity: 1;
    position: static;
    margin-top: -15px;
  }
}
.voice_single_head .voice_single_head_box .name span {
  font-weight: normal;
  font-size: 1.2rem;
  padding-right: 15px;
}
.voice_single_head .voice_single_head_box .name span.basename {
  padding-left: 15px;
  border-left: 1px solid #000;
}
.voice_single_head .voice_single_head_box .voice_anc {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
  padding: 0px;
}
.voice_single_head .voice_single_head_box .voice_anc a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 5px 30px;
  border: 1px solid #707070;
  border-radius: 50px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.voice_single_head .voice_single_head_box .voice_anc a:hover {
  background: #000;
  color: #FFF;
  border: 1px solid #000;
}

.voice_single_section {
  padding-top: 80px;
}
.voice_single_section.voice_single_section_top {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .voice_single_section.voice_single_section_top {
    margin-top: 0px;
  }
}
.voice_single_section h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  color: #9FA0A0;
  border-bottom: 4px dotted #9FA0A0;
  line-height: normal;
  margin-bottom: 0px;
}
@media screen and (max-width: 1100px) {
  .voice_single_section h2 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .voice_single_section h2 {
    font-size: 3rem;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 50px;
  }
}
.voice_single_section > h2 {
  display: none;
}
@media screen and (max-width: 800px) {
  .voice_single_section > h2 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1100px) {
  .voice_single_section.sec_reverse h2 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .voice_single_section.sec_reverse h2 {
    margin-left: 20px;
  }
}

.voice_single_para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .voice_single_para {
    display: block;
  }
}
.voice_single_para .para_pic {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .voice_single_para .para_pic {
    width: auto;
  }
}
.voice_single_para .para_pic figure {
  max-height: 500px;
  overflow: hidden;
}
.voice_single_para .para_pic figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .voice_single_para .para_pic figure {
    height: 250px;
    width: 100%;
  }
}
.voice_single_para .para_txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: calc((100% - 1100px) / 2);
  padding-left: 60px;
}
@media screen and (max-width: 800px) {
  .voice_single_para .para_txt {
    padding: 0px 20px;
  }
}
.voice_single_para .para_txt > h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .voice_single_para .para_txt > h2 {
    display: none;
  }
}
.voice_single_para .para_txt h3 {
  font-size: 3.4rem;
  margin-bottom: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .voice_single_para .para_txt h3 {
    font-size: 2rem;
    margin: 40px 0px 20px 0px;
  }
}
.voice_single_para .para_txt p {
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .voice_single_para.para_forward .para_pic {
    margin-right: 20px;
  }
}
.voice_single_para.para_forward .para_pic figure {
  border-radius: 0px 50px 50px 0px;
  border-width: 10px;
  border-left: none;
}
.voice_single_para.para_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .voice_single_para.para_reverse .para_pic {
    margin-left: 20px;
  }
}
.voice_single_para.para_reverse .para_pic figure {
  border-radius: 50px 0px 0px 50px;
  border-width: 10px;
  border-right: none;
}
.voice_single_para.para_reverse .para_txt {
  padding-left: calc((100% - 1100px) / 2);
  padding-right: 60px;
}
@media screen and (max-width: 800px) {
  .voice_single_para.para_reverse .para_txt {
    padding: 0px 20px;
  }
}

.para_txt_under {
  max-width: 1100px;
  margin: 90px auto 0px auto;
}
@media screen and (max-width: 800px) {
  .para_txt_under {
    margin: 30px auto 0px auto;
    padding: 0px 20px;
  }
}
.para_txt_under p {
  font-size: 1.6rem;
}

.voice_single_spendtime {
  border-radius: 280px 180px;
  padding: 80px;
  max-width: 1000px;
  margin: 80px auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .voice_single_spendtime {
    border-radius: 160px 120px;
    padding: 80px 26px 20px 26px;
    margin: 60px 20px;
  }
}
.voice_single_spendtime .voice_single_tape {
  background: #000;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 40px;
  line-height: normal;
  font-size: 1.4rem;
  margin-bottom: 30px;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .voice_single_spendtime .voice_single_tape {
    left: 0px;
    width: 100%;
    text-align: center;
  }
}
.voice_single_spendtime h3 {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .voice_single_spendtime h3 {
    font-size: 2rem;
  }
}
.voice_single_spendtime ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px 0px 40px 0px;
}
@media screen and (max-width: 800px) {
  .voice_single_spendtime ul {
    display: block;
    margin: 20px 0px 40px 0px;
  }
}
.voice_single_spendtime ul li {
  width: calc((100% - 24px) / 2);
}
.voice_single_spendtime ul li figure {
  display: block;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 0 1em;
}
@media screen and (max-width: 800px) {
  .voice_single_spendtime ul li {
    width: auto;
    margin-bottom: 10px;
  }
}
.voice_single_spendtime ul li img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.voice_anc_box {
  border-radius: 50px;
  background: #FFF;
  padding: 80px;
  max-width: 1000px;
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 800px) {
  .voice_anc_box {
    padding: 0px 30px 30px 30px;
    margin: 40px 20px;
    display: block;
  }
}
.voice_anc_box p {
  font-size: 1.6rem;
}
.voice_anc_box .voice_single_tape {
  background: #000;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 40px;
  line-height: normal;
  font-size: 1.4rem;
  margin-bottom: 30px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .voice_anc_box .voice_single_tape {
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0px auto 20px auto;
  }
}
.voice_anc_box .tag {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .voice_anc_box .tag {
    text-align: center;
  }
}

#voice_anc_color .voice_anc_box_txt {
  width: calc(100% - 300px);
}
@media screen and (max-width: 800px) {
  #voice_anc_color .voice_anc_box_txt {
    width: auto;
  }
}
#voice_anc_color figure {
  width: 250px;
  height: 250px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #voice_anc_color figure {
    margin: 20px auto;
  }
}
#voice_anc_color figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#voice_anc_skill .voice_anc_box_txt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 800px) {
  #voice_anc_skill .voice_anc_box_txt {
    width: auto;
  }
}
#voice_anc_skill figure {
  width: 150px;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #voice_anc_skill figure {
    display: none;
    margin: 20px auto;
  }
}
#voice_anc_skill figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#voice_anc_skill .voice_anc_box_txt figure {
  display: none;
}
@media screen and (max-width: 800px) {
  #voice_anc_skill .voice_anc_box_txt figure {
    display: block;
  }
}

.top_voice {
  position: relative;
  margin-top: 40px;
}
.top_voice:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: url(../img/voice/voicettl.svg);
  display: block;
  width: 310px;
  height: 240px;
  background-size: 100%;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .top_voice:before {
    width: 265px;
    height: 210px;
    top: 125px;
  }
}
.top_voice .voice_subttl {
  margin: 0px auto 120px 150px;
  font-size: 1.3rem;
}
.top_voice .voice_subttl span {
  font-size: 1.9rem;
}
.top_voice .voice_subttl:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FFF;
  position: absolute;
  top: -3px;
  right: 85px;
}
.top_voice .voice_subttl:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FFF;
  position: absolute;
  bottom: -3px;
  left: 85px;
}
@media screen and (max-width: 800px) {
  .top_voice .voice_subttl {
    margin: 0px auto 220px auto;
  }
}
.top_voice .voice_list {
  gap: 10px;
}
.top_voice .voice_list li {
  width: calc((100% - 20px) / 3);
  padding-top: 0px;
}
.top_voice .voice_list li:nth-child(2) {
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  .top_voice .voice_list li:nth-child(2) {
    padding-top: 0px;
  }
}
@media screen and (max-width: 800px) {
  .top_voice .voice_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top_voice .voice_list li a {
  background: #EAF0F0;
  border-radius: 50px;
  padding: 80px 25px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .top_voice .voice_list li a {
    padding: 40px;
  }
}
.top_voice .voice_list li a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(159, 160, 160, 0.4) !important;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_voice .voice_list li a:hover figure {
  overflow: hidden;
}
.top_voice .voice_list li a:hover figure:after {
  display: none;
}
.top_voice .voice_list li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background: rgba(159, 160, 160, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .top_voice .voice_list li:nth-child(1) a {
    padding-top: 80px;
  }
}
.top_voice .voice_list li figure:after {
  display: none;
}
.top_voice .voice_list li .copy {
  margin: 0px 15px;
}
.top_voice .voice_list li .name {
  display: block;
  opacity: 1;
  position: static;
  margin: 0px;
}
.top_voice .voice_list li .voice_tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 5px 30px;
  border: 1px solid #707070;
  border-radius: 50px;
  background: #FFF;
  color: #000;
  margin: 20px 15px 20px 15px;
  font-size: 1.4rem;
}
.top_voice .float_btn {
  position: static;
  margin-top: 50px;
}

.volice_list_sample > div {
  background: #EAF0F0;
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
}
.volice_list_sample figure {
  display: block;
  border-radius: 0px !important;
  position: relative;
  height: 295px;
  margin-bottom: 0px;
}
.volice_list_sample figure:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50px;
  border: 6px solid #FFF;
}
.volice_list_sample figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.volice_list_sample p.dum {
  padding: 25px;
  text-align: center;
  position: relative;
  height: calc(100% - 295px);
}
@media screen and (max-width: 800px) {
  .volice_list_sample p.dum {
    height: auto;
  }
}
.volice_list_sample p.dum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .volice_list_sample p.dum img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 800px) {
  .volice_list_sample p.dum {
    padding: 25px;
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=voice.css.map */