@charset "UTF-8";
#voice {
  overflow: hidden;
  /* ____________________________
    共通
  ____________________________*/
  /*___________________________
    mv
  ____________________________*/
  /*==================
  インタビュー共通
  ==================*/
}
#voice main {
  color: #3E3629;
}
#voice img {
  vertical-align: top;
}
#voice .imgnote {
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#voice .note {
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
#voice .texR {
  text-align: right;
}
#voice .wh {
  color: #fff;
}
#voice ._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice ._pc {
    display: none;
  }
  #voice ._sp {
    display: block;
  }
}
#voice .mv {
  width: 100%;
  height: 100%;
  position: relative;
}
#voice .mv .ttl_box {
  position: absolute;
  top: 50%;
  left: 2.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
  background: #fff;
}
#voice .mv .ttl_box > h1 {
  font-size: clamp(1.5rem, -0.056rem + 3.24vw, 2.375rem);
  text-transform: uppercase;
  color: #D4B789;
  text-align: center;
}
#voice .mv .ttl_box > p {
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .mv .ttl_box {
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 30px;
    height: 55%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .mv .ttl_box > h1 {
    font-size: clamp(1.25rem, 0.268rem + 4.91vw, 2.625rem);
  }
  #voice .mv .ttl_box > p {
    font-size: clamp(0.875rem, 0.473rem + 2.01vw, 1.438rem);
    padding: 10px 0;
  }
}
#voice .voice {
  width: 100%;
}
#voice .voice .lead_box {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: clamp(3.125rem, -0.208rem + 6.94vw, 5rem) 0;
}
#voice .voice .lead_box > h2 {
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  letter-spacing: 0.15em;
}
#voice .voice .lead_box > h2 > span {
  font-size: clamp(2rem, 1.556rem + 0.93vw, 2.25rem);
  color: #A58756;
  border-bottom: #A58756 1px solid;
}
#voice .arrow_box {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#voice .arrow_box .arrow_btn {
  width: 100px;
  height: 20px;
  position: relative;
  margin: 30px 0;
  cursor: pointer;
}
#voice .arrow_box .arrow_btn::before, #voice .arrow_box .arrow_btn::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #C2C2C2;
}
#voice .arrow_box .arrow_btn::before {
  width: 100%;
  height: 1px;
}
#voice .arrow_box .arrow_btn::after {
  height: 100%;
  width: 1px;
  top: 10%;
  left: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#voice .arrow_box .arrow_btn.rbtn::before, #voice .arrow_box .arrow_btn.rbtn::after {
  right: -50%;
  left: auto;
}
#voice .arrow_box .arrow_btn.rbtn::after {
  top: 10%;
  right: 8px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#voice .voice_slider {
  overflow: visible;
  margin-bottom: 80px;
}
#voice .voice_slider .voice_slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  margin: 0 20px;
}
#voice .voice_slider .slick-dots {
  bottom: -30px;
}
#voice .voice_slider .slick-dots li button::before {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .voice .lead_box {
    padding: 80px 0 20px;
  }
  #voice .voice .lead_box > h2 {
    font-size: clamp(1rem, 0.286rem + 3.57vw, 2rem);
    letter-spacing: 0.15em;
  }
  #voice .voice .lead_box > h2 > span {
    font-size: clamp(1.563rem, 0.804rem + 3.79vw, 2.625rem);
    color: #A58756;
    border-bottom: #A58756 1px solid;
  }
  #voice .arrow_box .arrow_btn {
    height: 20px;
    margin: 10px 0;
  }
  #voice .arrow_box .arrow_btn::before, #voice .arrow_box .arrow_btn::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #C2C2C2;
  }
  #voice .arrow_box .arrow_btn::before {
    width: 100%;
    height: 1px;
  }
  #voice .arrow_box .arrow_btn::after {
    height: 100%;
    width: 1px;
    top: 10%;
    left: 8px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  #voice .arrow_box .arrow_btn.rbtn::before, #voice .arrow_box .arrow_btn.rbtn::after {
    right: -50%;
    left: auto;
  }
  #voice .arrow_box .arrow_btn.rbtn::after {
    top: 10%;
    right: 8px;
    left: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  #voice .voice_slider {
    overflow: visible;
    margin-bottom: 50px;
  }
  #voice .voice_slider .slick-slider {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #voice .voice_slider .voice_slide {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
            box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    margin: 0 20px;
  }
}
#voice .sec_tab_box {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto clamp(3.125rem, -0.208rem + 6.94vw, 5rem);
  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;
}
#voice .sec_tab_box > li {
  width: 32%;
  background: #705E41;
  position: relative;
  padding: 10px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#voice .sec_tab_box > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#voice .sec_tab_box > li .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
  color: #fff;
}
#voice .sec_tab_box > li .text {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
#voice .sec_tab_box > li.rank::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 20%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  height: 80%;
  width: 50%;
  background: url(../../assets/img/voice/ranking.png) no-repeat center/contain;
}
#voice .sec_tab_box > li.itv1::before {
  content: "1";
  color: #fff;
  font-size: clamp(6.25rem, 4.028rem + 4.63vw, 7.5rem);
  opacity: 0.2;
  position: absolute;
  bottom: 40%;
  right: 15%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#voice .sec_tab_box > li.itv2::before {
  content: "2";
  color: #fff;
  font-size: clamp(6.25rem, 4.028rem + 4.63vw, 7.5rem);
  opacity: 0.2;
  position: absolute;
  bottom: 40%;
  right: 15%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#voice .sec_tab_box > li.show {
  background: #B28949;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .sec_tab_box {
    margin: clamp(1.25rem, -0.089rem + 6.7vw, 3.125rem) auto clamp(2.5rem, 0.714rem + 8.93vw, 5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .sec_tab_box > li {
    width: 100%;
    max-width: 500px;
    padding: 10px 0;
    margin: 20px auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #voice .sec_tab_box > li .lead {
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 1.75rem);
  }
  #voice .sec_tab_box > li .text {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    padding: 15px 0;
  }
  #voice .sec_tab_box > li.rank::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 20%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: 80%;
    width: 50%;
    background: url(../../assets/img/voice/ranking.png) no-repeat center/contain;
  }
  #voice .sec_tab_box > li.itv1::before {
    content: "1";
    color: #fff;
    font-size: 120px;
    opacity: 0.2;
    position: absolute;
    bottom: 40%;
    right: 15%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #voice .sec_tab_box > li.itv2::before {
    content: "2";
    color: #fff;
    font-size: 120px;
    opacity: 0.2;
    position: absolute;
    bottom: 40%;
    right: 15%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #voice .sec_tab_box > li.show {
    background: #B28949;
  }
}
#voice .rnk_area {
  padding: 80px 0;
  background: url(../../assets/img/voice/panking_bg.png) no-repeat top center/contain;
}
#voice .rnk_area .text_area .text {
  font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #705E41;
  text-align: center;
  text-transform: uppercase;
  border-bottom: rgba(112, 94, 65, 0.8) 1px solid;
}
#voice .rnk_area .text_area .lead_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 30px 0;
  position: relative;
}
#voice .rnk_area .text_area .lead_box .txt {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  color: #705E41;
  text-align: center;
}
#voice .rnk_area .text_area .lead_box .lead {
  font-size: clamp(1.563rem, 0.785rem + 1.62vw, 2rem);
  text-align: center;
  color: #3E3629;
  padding: clamp(0.313rem, -0.243rem + 1.16vw, 0.625rem) 0;
}
#voice .rnk_area .text_area .lead_box::before, #voice .rnk_area .text_area .lead_box::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10%;
  height: 100%;
  background: url(../../assets/img/voice/deco.png) no-repeat center/contain;
}
#voice .rnk_area .text_area .lead_box::before {
  content: "";
  right: 100%;
}
#voice .rnk_area .text_area .lead_box::after {
  content: "";
  left: 100%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
#voice .rnk_area .text_area._03 {
  right: -2.5vw;
}
@media screen and (max-width: 768px) {
  #voice .rnk_area .text_area._03 {
    right: 0;
  }
}
#voice .ranking_tab {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#voice .ranking_tab > li {
  width: 20%;
  border-left: #CECECE 1px solid;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#voice .ranking_tab > li:last-of-type {
  border-right: #CECECE 1px solid;
}
#voice .ranking_tab > li .txt {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  color: #B28949;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: #B28949 1px solid;
}
#voice .ranking_tab > li .lead {
  font-size: clamp(1.75rem, 1.306rem + 0.93vw, 2rem);
  color: #B28949;
  display: block;
  line-height: 1em;
}
#voice .ranking_tab > li .text {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  padding: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem) 0;
  margin: auto;
}
#voice .ranking_tab > li .arrow {
  width: 20px;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#voice .ranking_tab > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#voice .ranking_tab > li:hover {
  opacity: 0.5;
}
#voice .ranking_tab > li:hover .arrow {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .rnk_area {
    padding: 80px 0 20px;
    background: url(../../assets/img/voice/panking_bg_sp.png) no-repeat top center/contain;
  }
  #voice .rnk_area .text_area .text {
    font-size: clamp(1.25rem, 0.893rem + 1.79vw, 1.75rem);
  }
  #voice .rnk_area .text_area .lead_box {
    padding: 30px clamp(0rem, -1.339rem + 6.7vw, 1.875rem);
  }
  #voice .rnk_area .text_area .lead_box .txt {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    text-align: center;
  }
  #voice .rnk_area .text_area .lead_box .lead {
    font-size: clamp(1.5rem, 0.875rem + 3.13vw, 2.375rem);
    padding: 10px 0;
  }
  #voice .rnk_area .text_area .lead_box::before, #voice .rnk_area .text_area .lead_box::after {
    width: 15%;
  }
  #voice .ranking_tab {
    margin: 80px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #voice .ranking_tab > li {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: none;
    border-top: #CECECE 1px solid;
  }
  #voice .ranking_tab > li:last-of-type {
    border-right: none;
    border-bottom: #CECECE 1px solid;
  }
  #voice .ranking_tab > li .num {
    width: 20%;
  }
  #voice .ranking_tab > li .txt {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  }
  #voice .ranking_tab > li .lead {
    font-size: clamp(2.375rem, 2.018rem + 1.79vw, 2.875rem);
    letter-spacing: 0.05em;
  }
  #voice .ranking_tab > li .text {
    width: 60%;
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    text-align: left;
    padding: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem) 0;
    margin: 0;
  }
  #voice .ranking_tab > li .arrow {
    width: 10%;
    margin: 0;
  }
  #voice .ranking_tab > li .arrow > img {
    width: 20px;
  }
  #voice .ranking_tab > li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #voice .ranking_tab > li:hover {
    opacity: 0.5;
  }
  #voice .ranking_tab > li:hover .arrow {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
#voice .con {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px;
  padding: 0 0 80px;
  position: relative;
}
#voice .con .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2.5%;
     -moz-column-gap: 2.5%;
          column-gap: 2.5%;
  width: 80%;
  margin: auto;
  position: relative;
}
#voice .con .text_area .con_no {
  position: absolute;
  right: 105%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(9.375rem, -1.736rem + 23.15vw, 15.625rem);
}
#voice .con .text_area .con_no .no_text {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  text-align: right;
}
#voice .con .text_area .con_no._04 {
  right: 115%;
}
@media screen and (max-width: 940px) {
  #voice .con .text_area .con_no._04 {
    right: 105%;
  }
}
@media screen and (max-width: 768px) {
  #voice .con .text_area .con_no._04 {
    right: 120%;
  }
}
#voice .con .text_area .ttl_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#voice .con .text_area .ttl_item > p {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  color: #fff;
  background: #705E41;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  letter-spacing: 0.15em;
}
#voice .con .text_area .ttl_item > p::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 5%;
  width: 20px;
  aspect-ratio: 1/1;
  clip-path: polygon(65% 0, 0 0, 100% 100%);
  background: #705E41;
}
#voice .con .text_area .ttl_item > h2 {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  color: #3E3629;
  padding: 20px 0 clamp(0rem, -2.222rem + 4.63vw, 1.25rem);
  line-height: 2em;
  letter-spacing: 0.15em;
}
#voice .con .text_area .ttl_item > h2 > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#C9B798), to(#7E725F));
  background: linear-gradient(#C9B798, #7E725F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2rem, 0.444rem + 3.24vw, 2.875rem);
  letter-spacing: 0;
  line-height: 1.2em;
}
#voice .con .text_area .ttl_item > h2 .txt {
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  color: #000;
  display: block;
  padding: 5px 0 0;
}
#voice .con .text_area .con_img {
  width: 40%;
  position: relative;
}
#voice .con .text_area .con_img > img {
  margin-top: -2%;
}
#voice .con .note {
  width: 90%;
  margin: auto;
  padding: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem) 0 0;
}
#voice .voice_column {
  width: 90%;
  margin: auto;
  position: relative;
  background: #FFF5E4;
  padding: 50px 0 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#voice .voice_column > p {
  position: absolute;
  top: -12%;
  left: 4%;
  font-size: clamp(1.75rem, 1.083rem + 1.39vw, 2.125rem);
  color: #705E41;
  opacity: 0.8;
  text-transform: uppercase;
}
#voice .voice_column .voice_img {
  width: 40%;
}
#voice .voice_column .voice_img .note {
  text-align: right;
  padding: 0;
}
#voice .voice_column .voice_text {
  width: 45%;
}
#voice .con_btn {
  position: absolute;
  top: 97%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  min-width: 400px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
#voice .con_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#B2A288), color-stop(#7E725F), to(#B2A288));
  background: linear-gradient(90deg, #B2A288, #7E725F, #B2A288);
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: -1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#voice .con_btn > p {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
#voice .con_btn .arrow {
  position: absolute;
  top: 50%;
  left: 88%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 2/1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#voice .con_btn .arrow::before, #voice .con_btn .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
#voice .con_btn .arrow::before {
  width: 100%;
  height: 1px;
}
#voice .con_btn .arrow::after {
  height: 50%;
  width: 1px;
  left: 90%;
  top: 27%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#voice .con_btn > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#voice .con_btn:hover {
  opacity: 0.8;
}
#voice .con_btn:hover .arrow {
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}
#voice .con_btn:hover::before {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .con {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 0 80px;
  }
  #voice .con .text_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    width: 90%;
    margin: auto;
    padding: 50px 0 0;
  }
  #voice .con .text_area .con_no {
    position: absolute;
    right: 120%;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 65%;
  }
  #voice .con .text_area .con_no .no_text {
    font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
    text-align: right;
  }
  #voice .con .text_area .ttl_item {
    width: 60%;
    margin-left: auto;
  }
  #voice .con .text_area .ttl_item > p {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
  }
  #voice .con .text_area .ttl_item > h2 {
    font-size: clamp(0.75rem, 0.304rem + 2.23vw, 1.375rem);
    padding: 20px 0;
    line-height: 2em;
    letter-spacing: 0.15em;
  }
  #voice .con .text_area .ttl_item > h2 > span {
    font-size: clamp(1.188rem, -0.018rem + 6.03vw, 2.875rem);
  }
  #voice .con .text_area .con_img {
    width: 100%;
  }
  #voice .con .text_area .con_img > img {
    margin-top: 0;
  }
  #voice .con .note {
    width: 90%;
    margin: auto;
    padding: 20px 0 0;
  }
  #voice .voice_column {
    padding: clamp(2.5rem, 0.714rem + 8.93vw, 5rem) 0 clamp(1.875rem, 0.982rem + 4.46vw, 3.125rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .voice_column > p {
    top: -7%;
    left: 4%;
    font-size: clamp(1.75rem, 1.125rem + 3.13vw, 2.625rem);
  }
  #voice .voice_column .voice_img {
    width: 70%;
    margin: auto;
    padding: 0 0 20px;
  }
  #voice .voice_column .voice_text {
    width: 90%;
    margin: auto;
    padding: 20px 0 0;
  }
  #voice .con_btn {
    top: 98%;
    width: 90%;
    min-width: 0;
    max-width: 450px;
  }
  #voice .con_btn > p {
    font-size: clamp(0.938rem, 0.714rem + 1.12vw, 1.25rem);
    padding: clamp(0.938rem, 0.268rem + 3.35vw, 1.875rem) 0;
  }
  #voice .con_btn .arrow {
    width: 30px;
  }
}
#voice .con1_box1 {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#voice .con1_box1 .con1_img1 {
  width: 48%;
  position: relative;
  padding: 30px 0 0;
}
#voice .con1_box1 .con1_item {
  width: 50%;
  padding: 30px 0 0;
}
#voice .con1_box1 .con1_item .lead {
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
  text-align: center;
  padding: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem) 5%;
  border-top: #C2C2C2 1px solid;
  border-bottom: #C2C2C2 1px solid;
}
#voice .con1_box1 .con1_item .text {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  padding: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem) 0;
  width: 90%;
  margin: auto;
}
#voice .con1_box1 .con1_item .text_item {
  margin: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem) 0 0;
  position: relative;
}
#voice .con1_box1 .con1_item .text_item > span {
  font-size: 14px;
  position: absolute;
  top: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem);
  left: 20px;
}
#voice .con1_box1 .con1_item .text_item > p {
  font-size: clamp(1.563rem, 0.118rem + 3.01vw, 2.375rem);
  line-height: 1;
}
#voice .con1_box1 .con1_item .text_item > p > span {
  font-size: clamp(3.875rem, 0.764rem + 6.48vw, 5.625rem);
}
#voice .con1_box1 .con1_item .text_item > p > span.note {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  text-align: right;
}
#voice .con1_box2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
#voice .con1_box2 .con1_img2 {
  width: 56%;
  margin-right: 2%;
}
#voice .con1_box2 .con1_img3 {
  width: 38%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .con1_box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 0 0;
  }
  #voice .con1_box1 .con1_img1 {
    width: 100%;
    padding: 30px 0 0;
    position: relative;
  }
  #voice .con1_box1 .con1_img1 .imgnote {
    left: 5px;
  }
  #voice .con1_box1 .con1_img1 .swipe_img {
    position: absolute;
    top: 30px;
    left: 0;
    width: 25%;
  }
  #voice .con1_box1 .con1_item {
    width: 90%;
    margin: auto;
    padding: 30px 0 0;
  }
  #voice .con1_box1 .con1_item .lead {
    font-size: clamp(0.938rem, 0.357rem + 2.9vw, 1.75rem);
    padding: 20px 5%;
  }
  #voice .con1_box1 .con1_item .text {
    font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
    padding: 20px 0;
  }
  #voice .con1_box1 .con1_item .text_item {
    margin: 20px 0 0;
    position: relative;
  }
  #voice .con1_box1 .con1_item .text_item > span {
    font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
    position: absolute;
    top: clamp(0rem, -0.446rem + 2.23vw, 0.625rem);
    left: clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem);
  }
  #voice .con1_box1 .con1_item .text_item > p {
    font-size: clamp(1.125rem, -0.08rem + 6.03vw, 2.813rem);
    line-height: 1;
  }
  #voice .con1_box1 .con1_item .text_item > p > span {
    font-size: clamp(2.75rem, 0.696rem + 10.27vw, 5.625rem);
  }
  #voice .con1_box1 .con1_item .text_item > p > span.note {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #voice .con1_box2 {
    margin: auto;
    padding: 30px 0 80px;
    position: relative;
  }
  #voice .con1_box2 .con1_img2 {
    width: 100%;
  }
  #voice .con1_box2 .con1_img3 {
    width: 48%;
    margin-left: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
  }
}
#voice .con2_box1 {
  position: relative;
  width: 90%;
  margin: auto;
}
#voice .con2_box2 {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 60px;
}
#voice .con2_box2 .lead {
  width: 55%;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
  padding: 20px 2.5%;
  text-align: center;
  border-top: #C2C2C2 1px solid;
  border-bottom: #C2C2C2 1px solid;
}
#voice .con2_box2 .lead .span1 {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
}
#voice .con2_box2 .text {
  width: 40%;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .con2_box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 60px;
  }
  #voice .con2_box2 .lead {
    width: 90%;
    margin: auto;
    font-size: clamp(0.875rem, 0.161rem + 3.57vw, 1.875rem);
    padding: 20px 2.5%;
  }
  #voice .con2_box2 .lead > span {
    font-size: 16px;
  }
  #voice .con2_box2 .text {
    width: 90%;
    padding: 20px 0;
    font-size: clamp(0.875rem, 0.429rem + 2.23vw, 1.5rem);
  }
}
#voice .con3 .text_area .ttl_item > h2 {
  line-height: 0.8em;
}
#voice .con3 .voice_column {
  padding: 50px 0 40px;
}
#voice .con3 .voice_column > p {
  top: -18%;
}
#voice .con3 .voice_column .voice_text {
  width: 90%;
}
#voice .con4 .text_area .con_img {
  width: 55%;
}
#voice .con4 .text_item {
  margin: clamp(0rem, -2.222rem + 4.63vw, 1.25rem) 0 30px;
  position: relative;
}
#voice .con4 .text_item > span {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  position: absolute;
  top: 10px;
  left: 20px;
}
#voice .con4 .text_item > p {
  font-size: clamp(1.375rem, 0.042rem + 2.78vw, 2.125rem);
  line-height: 1;
}
#voice .con4 .text_item > p .num {
  font-size: clamp(4rem, 2.222rem + 3.7vw, 5rem);
}
#voice .con4 .text_item > p .txt {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
}
#voice .con4_box1 {
  position: relative;
  padding: 50px 0;
}
#voice .con4_box1 .text {
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  min-width: 280px;
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
}
#voice .con4_box2 {
  width: 90%;
  margin: auto;
  padding: 50px 0;
  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;
}
#voice .con4_box2 .voice_column {
  width: 48%;
  padding: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem) 0;
}
#voice .con4_box2 .voice_column > p {
  top: -18%;
}
#voice .con4_box2 .voice_column .voice_text {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .con3 {
    padding: 0 0 0px;
  }
  #voice .con3 .text_area .ttl_item > h2 > span {
    font-size: clamp(1.063rem, -0.009rem + 5.36vw, 2.563rem);
  }
  #voice .con3 .text_area .con_img {
    padding: clamp(0.625rem, -0.268rem + 4.46vw, 1.875rem) 0 0;
  }
  #voice .con4 .text_area .con_img {
    width: 100%;
  }
  #voice .con4 .text_item {
    margin: 20px 0 30px;
  }
  #voice .con4 .text_item > span {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    top: clamp(0rem, -0.446rem + 2.23vw, 0.625rem);
    left: clamp(0rem, -0.893rem + 4.46vw, 1.25rem);
  }
  #voice .con4 .text_item > p {
    font-size: clamp(1.125rem, 0.054rem + 5.36vw, 2.625rem);
    line-height: 1;
  }
  #voice .con4 .text_item > p .num {
    font-size: clamp(3.75rem, 2.411rem + 6.7vw, 5.625rem);
  }
  #voice .con4 .text_item > p .txt {
    font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
  }
  #voice .con4_box1 {
    position: relative;
    padding: 20px 0;
  }
  #voice .con4_box1 .imgnote {
    bottom: 30%;
    left: 5px;
  }
  #voice .con4_box1 .text {
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  }
  #voice .con4_box2 {
    padding: clamp(8.125rem, 7.232rem + 4.46vw, 9.375rem) 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .con4_box2 .voice_column {
    width: 100%;
    padding: clamp(1.563rem, 0.446rem + 5.58vw, 3.125rem) 0;
    margin: 30px auto;
  }
  #voice .con4_box2 .voice_column > p {
    top: -18%;
  }
  #voice .con4_box2 .voice_column .voice_text {
    width: 80%;
  }
}
#voice .con5 .text_area .con_img {
  width: 45%;
}
#voice .con5_box1 {
  width: 90%;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#voice .con5_box1 .con5_img1 {
  width: 45%;
  position: relative;
}
#voice .con5_box1 .con5_img1 .item_box {
  position: absolute;
  bottom: 95%;
  left: 95%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: clamp(4.688rem, 1.91rem + 5.79vw, 6.25rem);
}
#voice .con5_box1 .con5_text {
  width: 50%;
}
#voice .con5_box1 .con5_text .con5_item {
  padding: 10px 0;
}
#voice .con5_box1 .con5_text .con5_item .text {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
}
#voice .con5_box1 .con5_text .con5_item .lead {
  font-size: clamp(1.563rem, 0.118rem + 3.01vw, 2.375rem);
}
#voice .con5_box1 .con5_text .con5_item .lead > span {
  font-size: clamp(1rem, 0.333rem + 1.39vw, 1.375rem);
}
#voice .con5_box1 .con5_text .con5_item2 {
  padding: clamp(0.625rem, -1.597rem + 4.63vw, 1.875rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .con5 .text_area .con_img {
    width: 100%;
    padding: 30px 0 0;
  }
  #voice .con5 .con_btn {
    top: 99%;
  }
  #voice .con5_box1 {
    width: 90%;
    margin: 80px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .con5_box1 .con5_img1 {
    width: 90%;
    margin: auto;
  }
  #voice .con5_box1 .con5_img1 .item_box {
    bottom: 95%;
    left: 95%;
    width: clamp(4.375rem, 3.036rem + 6.7vw, 6.25rem);
  }
  #voice .con5_box1 .con5_text {
    width: 90%;
    margin: auto;
  }
  #voice .con5_box1 .con5_text .con5_item {
    padding: 30px 0;
  }
  #voice .con5_box1 .con5_text .con5_item .text {
    font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
  }
  #voice .con5_box1 .con5_text .con5_item .lead {
    font-size: clamp(1.5rem, 0.518rem + 4.91vw, 2.875rem);
    padding: 0 0 clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem);
    line-height: 1em;
  }
  #voice .con5_box1 .con5_text .con5_item .lead > span {
    font-size: clamp(0.875rem, 0.339rem + 2.68vw, 1.625rem);
  }
  #voice .con5_box1 .con5_text .con5_item2 {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #voice .con5_box1 .con5_text .con5_item2 .lead {
    font-size: 16px;
    padding: 5px 0;
    border-bottom: #C2C2C2 1px solid;
  }
}
#voice .interview {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #fff 25%, #FFFAF1 55%, #FFEED5 100%);
  position: relative;
  padding: clamp(5rem, 2.778rem + 4.63vw, 6.25rem) 0;
}
#voice .interview::before, #voice .interview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: clamp(5rem, 2.778rem + 4.63vw, 6.25rem);
}
#voice .interview::before {
  background: #705E41;
  z-index: 99;
}
#voice .interview::after {
  background: #C2C2C2;
}
#voice .interview .ttl_box > p {
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
  text-transform: uppercase;
  border-bottom: #C2C2C2 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #705E41;
}
#voice .interview .ttl_box .text_area {
  padding: clamp(1.25rem, -0.972rem + 4.63vw, 2.5rem) 0;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#voice .interview .ttl_box .text_area > p {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  color: #705E41;
}
#voice .interview .ttl_box .text_area > h2 {
  font-size: clamp(1.563rem, 0.785rem + 1.62vw, 2rem);
  padding: 10px 0;
}
#voice .int {
  background: #fff;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: clamp(3.125rem, -0.208rem + 6.94vw, 5rem) auto 0;
}
#voice .int .int_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#voice .int .int_text > span {
  font-size: 14px;
  color: #B28949;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
#voice .int .int_text .lead {
  font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  color: #B28949;
  padding: clamp(0rem, -1.111rem + 2.31vw, 0.625rem) 0 10px;
}
#voice .int .int_text .text1 {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  padding: clamp(0.313rem, -0.243rem + 1.16vw, 0.625rem) 20px;
  position: relative;
}
#voice .int .int_text .text1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5px;
  height: 100%;
  background: #A2A2A2;
}
#voice .int .int_text .text2 {
  font-size: 14px;
  padding: 10px 0;
}
#voice .int .int_text .text2 > span {
  position: relative;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(212, 183, 137, 0.3)), to(rgba(212, 183, 137, 0.3)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 65%, rgba(212, 183, 137, 0.3) 65%, rgba(212, 183, 137, 0.3) 100%);
}
#voice .int .int_img {
  width: 52%;
}
#voice .int .int_text {
  width: 38%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .interview {
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #fff 25%, #FFFAF1 55%, #FFEED5 100%);
    position: relative;
    padding: 100px 0;
  }
  #voice .interview::before, #voice .interview::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100px;
  }
  #voice .interview::before {
    background: #705E41;
    z-index: 99;
  }
  #voice .interview::after {
    background: #C2C2C2;
  }
  #voice .interview .ttl_box > p {
    font-size: clamp(1.125rem, 0.813rem + 1.56vw, 1.563rem);
  }
  #voice .interview .ttl_box .text_area {
    padding: 40px 0;
    text-align: center;
  }
  #voice .interview .ttl_box .text_area > p {
    font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
    color: #705E41;
  }
  #voice .interview .ttl_box .text_area > h2 {
    font-size: clamp(1rem, 0.107rem + 4.46vw, 2.25rem);
    padding: 10px 0;
  }
  #voice .interview .ttl_box .text_area::before, #voice .interview .ttl_box .text_area::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15%;
    height: 100%;
    background: url(../../assets/img/voice/deco.png) no-repeat center/contain;
  }
  #voice .interview .ttl_box .text_area::before {
    left: 0;
  }
  #voice .interview .ttl_box .text_area::after {
    right: 0;
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
  }
  #voice .int {
    margin: 80px auto 0;
  }
  #voice .int .int_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .int .int_text > span {
    font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
  }
  #voice .int .int_text .lead {
    font-size: clamp(1.25rem, 0.268rem + 4.91vw, 2.625rem);
    line-height: 1em;
    padding: 10px 0 20px;
  }
  #voice .int .int_text .text1 {
    font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
    padding: 10px 20px;
  }
  #voice .int .int_text .text1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5px;
    height: 100%;
    background: #A2A2A2;
  }
  #voice .int .int_text .text2 {
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    padding: 10px 0;
  }
  #voice .int .int_text .text2 > span {
    position: relative;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(65%, #fff), color-stop(65%, rgba(212, 183, 137, 0.3)), to(rgba(212, 183, 137, 0.3)));
    background: linear-gradient(#fff 0, #fff 65%, rgba(212, 183, 137, 0.3) 65%, rgba(212, 183, 137, 0.3) 100%);
  }
  #voice .int .int_img {
    width: 90%;
  }
  #voice .int .int_text {
    width: 90%;
    margin: auto;
    padding: clamp(1.875rem, 0.982rem + 4.46vw, 3.125rem) 0 0;
  }
}
#voice .int_con1 .bg {
  width: 48%;
  position: absolute;
  top: 25%;
  left: 5%;
  z-index: 0;
}
#voice .int_item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
#voice .int_item1 .int_img1 {
  width: 60%;
  margin: -5% 0 0 -5.5%;
}
#voice .int_item1 .int_text {
  width: 35%;
}
#voice .int_item2 {
  width: 90%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem) 0 clamp(0rem, -5.556rem + 11.57vw, 3.125rem);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 10;
}
#voice .int_item3 {
  width: 90%;
  margin: auto;
  padding: clamp(0rem, -5.556rem + 11.57vw, 3.125rem) 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .int_con1 .bg {
    width: 48%;
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 0;
  }
  #voice .int_item1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .int_item1 .int_img1 {
    width: 90%;
    margin: -5% 0 0 -5.5%;
  }
  #voice .int_item1 .int_text {
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
  #voice .int_item2 {
    width: 90%;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: clamp(1.875rem, 0.982rem + 4.46vw, 3.125rem) 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    z-index: 10;
  }
  #voice .int_item3 {
    width: 90%;
    margin: auto;
    padding: clamp(1.875rem, 0.982rem + 4.46vw, 3.125rem) 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
  }
}
#voice .int_con2 .bg {
  position: absolute;
  top: 25%;
  right: -5.5%;
  width: 60%;
}
#voice .int_con2 .int_item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 10;
}
#voice .int_con2 .int_item1 .int_img1 {
  width: 60%;
  margin: -5% -5.5% 0 0;
}
#voice .int_con2 .int_item1 .int_text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
  #voice .int_con2 .bg {
    position: absolute;
    top: 25%;
    right: -5.5%;
    width: 60%;
  }
  #voice .int_con2 .int_item1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10;
  }
  #voice .int_con2 .int_item1 .int_img1 {
    width: 90%;
    margin: -5% -5.5% 0 0;
  }
  #voice .int_con2 .int_item1 .int_text {
    width: 90%;
    margin: auto;
  }
}
#voice .notion {
  max-width: 1000px;
  padding: 0 0 80px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #voice {
    /*@media screen end*/
  }
}