@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767 */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#mv .slick-slider {
  opacity: 0;
  transition: all 0.3s;
}
#mv .slick-slider.slick-initialized {
  opacity: 1;
  transition: all 0.3s;
}
#mv img {
  width: 100%;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -3.1rem + 11.7vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0rem + 2.3vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 60px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, -0.8rem + 5.9vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
.home h2 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .home h2 {
    margin: 0 0 20px;
  }
}
.home .h2_img {
  text-align: center;
  color: var(--base-color01);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 20px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .home .h2_img {
    margin: 0 0 10px;
    line-height: 1.35;
  }
}
.home .h2_img img {
  display: block;
  margin: 10px auto 0;
}
.home .h2_img span.large {
  color: var(--base-color02);
  font-size: clamp(2.3rem, 2.3vw, 2.4rem);
}
@media (max-width: 767px) {
  .home .h2_img span.large {
    line-height: 1;
  }
}
.home .h2_img + .desc {
  font-weight: 500;
  line-height: 1.65;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .home .h2_img + .desc {
    margin: 0 0 20px;
    letter-spacing: 0.04em;
  }
}

/***************************************
------------- 相場 ------------
***************************************/
.sec_souba {
  padding: 30px 0;
  background: var(--base-color01);
}
.sec_souba .h2_souba {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  font-family: var(--title-font-family);
}
.sec_souba .h2_souba span {
  position: relative;
  padding: 0 50px;
}
.sec_souba .h2_souba span:before, .sec_souba .h2_souba span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 30px;
  height: 21px;
  background: url(../img/h2_icon001.png) no-repeat center center/cover;
}
.sec_souba .h2_souba span:after {
  right: 0;
  left: auto;
}
.sec_souba .souba_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .sec_souba .souba_wrap {
    gap: 10px;
  }
}
.sec_souba .souba_wrap .souba_block {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 767px) {
  .sec_souba .souba_wrap .souba_block {
    width: calc((100% - 10px) / 2);
  }
}
.sec_souba .souba_wrap .souba_block .heading {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(1.3rem, 1.6vw, 2.2rem);
}
@media (max-width: 767px) {
  .sec_souba .souba_wrap .souba_block .heading {
    padding: 10px 0;
  }
}
.sec_souba .souba_wrap .souba_block .price {
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 35px 0;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(1.2rem, 1.2vw, 2rem);
}
@media (max-width: 767px) {
  .sec_souba .souba_wrap .souba_block .price {
    padding: 15px 0;
  }
}
.sec_souba .souba_wrap .souba_block .price .num {
  margin-right: 5px;
  font-size: clamp(1.7rem, 2vw, 2.8rem);
  font-family: "Lato";
}
.sec_souba .souba_wrap .souba_block.gold .heading {
  background: linear-gradient(75deg, #d8af11 0, #ecd788 100%);
}
.sec_souba .souba_wrap .souba_block.silver .heading {
  background: linear-gradient(75deg, #98a2bc 0, #ccd1de 100%);
}
.sec_souba .desc {
  color: #fff;
  margin-top: 25px;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}
@media (min-width: 768px) {
  .sec_souba .desc {
    text-align: center;
  }
}

/***************************************
------------- お知らせ ------------
***************************************/
.sec_post {
  padding: 40px 0;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_post {
    padding: 35px 0;
  }
}
.sec_post .btn {
  text-align: right;
  margin: 0;
}
.sec_post .btn a {
  font-weight: bold;
  color: #be8a0c;
  position: relative;
  padding-right: 40px;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_post .btn a {
    padding-right: 25px;
    display: block;
  }
}
.sec_post .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../img/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_post .btn a:after {
    width: 20px;
    height: 20px;
  }
}
.sec_post .h3_post {
  margin: 10px 0 0;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  color: var(--base-color01);
}
.sec_post .h3_post a {
  color: var(--base-color01);
}
.sec_post .desc {
  margin: 5px 0 0;
}
.sec_post .desc a {
  color: var(--text-color);
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_post .desc a {
    line-height: 1.3;
  }
}
.sec_post .row {
  gap: 0 40px;
}
@media (max-width: 767px) {
  .sec_post .row {
    gap: 20px;
  }
}
.sec_post .campaign_wrap {
  height: 100%;
  padding: 4%;
  border-radius: 8px;
  background: #fff;
  gap: 0 20px;
  display: flex;
  box-shadow: 0 4px 2px rgba(51, 51, 51, 0.3);
}
@media (max-width: 767px) {
  .sec_post .campaign_wrap {
    gap: 0 10px;
    height: auto;
  }
}
.sec_post .campaign_wrap figure {
  margin: 0;
  width: 40%;
}
.sec_post .campaign_wrap figure img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media ( max-width : 767px ) {
  .sec_post .campaign_wrap figure {
    width: calc(45% - 10px);
  }
  .sec_post .campaign_wrap figure img {
    height: 66%;
  }
}
.sec_post .campaign_wrap .txt_wrap {
  width: calc(60% - 20px);
}
.sec_post .campaign_wrap .txt_wrap .desc {
  max-height: 100px;
  overflow-y: auto;
}
@media ( max-width : 767px ) {
  .sec_post .campaign_wrap .txt_wrap {
    width: 55%;
  }
}
.sec_post .news_wrap {
  height: 100%;
  padding: 4%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 2px rgba(51, 51, 51, 0.3);
}
.sec_post .news_wrap .heading {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec_post .news_wrap .heading .h3_news {
  margin: 0;
  color: #0067b2;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-family: var(--title-font-family);
  font-size: clamp(2.4rem, 2.4vw, 3rem);
}
.sec_post .news_wrap .list_news {
  max-height: 160px;
  overflow-y: auto;
  margin: 15px 0 0;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .sec_post .news_wrap .list_news {
    max-height: 160px;
  }
}
.sec_post .news_wrap .list_news dt .date {
  color: #be8a0c;
  margin: 0;
  font-weight: bold;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  padding: 2px 0;
}
.sec_post .news_wrap .list_news dt .date .category_badge {
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  padding: 1px 10px;
  margin-left: 10px;
  background: #be8a0c;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  min-width: 75px;
  display: inline-block;
  text-align: center;
}
.sec_post .news_wrap .list_news dt .h3_post {
  margin: 0 0 5px;
}
.sec_post .news_wrap .list_news dd:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #efc444;
}
.sec_post .news_wrap .list_news dd a {
  color: var(--text-color);
}

/***************************************
------------- 店舗案内 ------------
***************************************/
.sec_about {
  padding: 60px 0 40px;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_about {
    padding: 35px 0 30px;
  }
}
.sec_about .h2_about {
  text-align: center;
  color: var(--base-color01);
  font-size: clamp(2.3rem, 2.2vw, 3rem);
}
.sec_about .h2_about span {
  display: block;
  color: #be8a0c;
  font-size: clamp(2rem, 2vw, 2.8rem);
}
.sec_about .desc {
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec_about .desc {
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
}

/***************************************
------------- バナー ------------
***************************************/
.sec_bnr {
  padding: 40px 0;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_bnr {
    padding: 35px 0;
  }
}
.sec_bnr .container {
  text-align: center;
}

/***************************************
------------- 買取品目一覧 ------------
***************************************/
.sec_items {
  padding: 60px 0;
  background: url(../img/bg_img004.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_items {
    padding: 35px 0 30px;
  }
}
.sec_items .h2_img {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .sec_items .h2_img {
    margin: 0 0 20px;
  }
}
.sec_items .list_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .sec_items .list_items {
    margin: 0 0 30px;
    gap: 0 10px;
  }
}
.sec_items .list_items li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 767px) {
  .sec_items .list_items li {
    width: calc((100% - 10px)/2);
    margin-top: 10px;
  }
}
.sec_items .list_items li a {
  display: block;
  background: #fff;
  border-radius: 8px;
  border: 2px solid var(--base-color01);
  box-shadow: 0 4px 2px rgba(51, 51, 51, 0.35);
  display: flex;
  align-items: center;
}
.sec_items .list_items li a picture {
  width: 40%;
  display: block;
}
.sec_items .list_items li a .name {
  width: 60%;
  font-weight: bold;
  padding: 0 10px 0 4%;
  letter-spacing: 0.05em;
  color: var(--base-color01);
  font-size: clamp(1.4rem, 2vw, 2rem);
}
@media (max-width: 767px) {
  .sec_items .list_items li a .name {
    font-size: 1.2rem;
  }
}

/***************************************
------------- 買取方法 ------------
***************************************/
.sec_how {
  padding: 70px 0 90px;
  background: url(../img/bg_img005.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_how {
    padding: 35px 0 30px;
    background: url(../img/sp_bg_img005.jpg) no-repeat center center/cover;
  }
}
.sec_how .h2_img + .desc {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .sec_how .h2_img + .desc {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .sec_how .row {
    display: flex;
    gap: 0 15px;
  }
  .sec_how .col-6 {
    width: calc((100% - 15px)/2);
  }
  .sec_how .col-6:first-child {
    margin-bottom: 35px;
  }
}
.sec_how .link_wrap {
  display: block;
}
.sec_how .link_wrap img {
  display: block;
  margin: 0 auto;
}
.sec_how .link_wrap .txt {
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 25px 0;
  letter-spacing: 0.05em;
  color: var(--base-color01);
  font-size: clamp(1.9rem, 1.9vw, 2.4rem);
}
@media (max-width: 767px) {
  .sec_how .link_wrap .txt {
    margin: 20px 0;
  }
}
.sec_how .link_wrap .btn {
  display: table;
  margin: 0 auto;
  color: #0067b2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  position: relative;
  padding: 0 45px 5px 0;
}
.sec_how .link_wrap .btn:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: calc(100% - 45px);
  height: 1px;
  background: #0067b2;
}
.sec_how .link_wrap .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url(../img/arrow_how.png) no-repeat center center/cover;
  transition: 0.2s;
}

/***************************************
------------- LINE査定 ------------
***************************************/
.sec_line {
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .sec_line {
    padding: 25px 0 35px;
  }
}
.sec_line .container {
  max-width: 920px;
}

@media (max-width: 767px) {
.sec_line .col-4{
text-align: center;
}
}


.sec_line .col-4:not(:last-child) {
  margin-bottom: 20px;
}
.sec_line .title {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
  color: var(--base-color01);
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .sec_line .title {
    margin: 15px 0;
  }
}
.sec_line .desc {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .sec_line .desc {
    font-size: 1.8rem;
  }
}
.sec_line .link_text {
  color: #00a0e9;
  position: relative;
  padding-bottom: 3px;
}
.sec_line .link_text:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #00a0e9;
  transition: 0.2s;
}

/***************************************
------------- インスタグラム ------------
***************************************/
.sec_inst {
  padding: 70px 0;
  background: url(../img/bg_img006.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_inst {
    padding: 35px 0;
  }
}
.sec_inst .container {
  text-align: center;
}

/***************************************
------------- 買取実績 ------------
***************************************/
.sec_result {
  padding: 80px 0 60px;
  background: url(../img/bg_img007.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_result {
    padding: 35px 0 30px;
  }
}
@media (min-width: 768px) {
  .sec_result .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .sec_result .h2_img {
    font-size: 1.8rem;
  }
}
.sec_result .item_list {
  margin: 0 0 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  .sec_result .item_list {
    gap: 20px 15px;
  }
}
.sec_result .item_list .col-4 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 2px rgba(51, 51, 51, 0.35);
}
.sec_result .item_list .col-4 a img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767px) {
  .sec_result .item_list .col-4 a img {
    height: 100px;
  }
}
.sec_result .item_list .col-4 .txt_wrap {
  border-radius: 0 0 8px 8px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_result .item_list .col-4 .txt_wrap {
    padding-bottom: 10px;
  }
}
.sec_result .item_list .col-4 .txt_wrap .cat {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
  padding: 5px 0 8px;
  letter-spacing: 0.05em;
  background: var(--base-color01);
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}
@media (max-width: 767px) {
  .sec_result .item_list .col-4 .txt_wrap .cat {
    margin: 0 0 5px;
    padding: 3px 0 5px;
  }
}
.sec_result .item_list .col-4 .txt_wrap .date {
  color: #be8a0c;
  font-weight: bold;
  font-family: "Lato";
  letter-spacing: 0.05em;
  padding: 0 15px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .sec_result .item_list .col-4 .txt_wrap .date {
    padding: 0 5px;
    margin-bottom: 3px;
  }
}
.sec_result .item_list .col-4 .txt_wrap .desc {
  line-height: 1.6;
  margin-top: 0;
  padding: 0 15px;
  max-height: 100px;
  overflow-y: auto;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_result .item_list .col-4 .txt_wrap .desc {
    line-height: 1.4;
    padding: 0 5px;
    max-height: 80px;
  }
}

/***************************************
------------- お客様の声 ------------
***************************************/
.sec_voice {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec_voice {
    padding: 35px 0;
  }
}
.sec_voice .container {
  max-width: 96%;
}
@media (max-width: 767px) {
  .sec_voice .container {
    max-width: 100%;
  }
}
.sec_voice .h2_img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_voice .h2_img {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.sec_voice .voice_wrap {
  margin: 0;
}
.sec_voice .voice_wrap .voice_block {
  height: 100%;
  border: 1px solid #bbb;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
  padding: 8%;
}
@media (max-width: 767px) {
  .sec_voice .voice_wrap .voice_block {
    padding: 5%;
  }
}
.sec_voice .voice_wrap .voice_block .heading {
  margin-bottom: 30px;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .sec_voice .voice_wrap .voice_block .heading {
    margin-bottom: 20px;
    padding-left: 60px;
  }
}
.sec_voice .voice_wrap .voice_block .heading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 84px;
  height: 84px;
  background: url(../img/female01.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_voice .voice_wrap .voice_block .heading:before {
    width: 50px;
    height: 50px;
  }
}
.sec_voice .voice_wrap .voice_block .heading .detail {
  font-weight: 500;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
.sec_voice .voice_wrap .voice_block .heading .title {
  color: #555;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_voice .voice_wrap .voice_block .heading .title {
    letter-spacing: 0;
  }
}
.sec_voice .voice_wrap .voice_block .heading.female01:before {
  background: url(../img/female01.png) no-repeat center center/cover;
}
.sec_voice .voice_wrap .voice_block .heading.female02:before {
  background: url(../img/female02.png) no-repeat center center/cover;
}
.sec_voice .voice_wrap .voice_block .heading.female03:before {
  background: url(../img/female03.png) no-repeat center center/cover;
}
.sec_voice .voice_wrap .voice_block .heading.male01:before {
  background: url(../img/male01.png) no-repeat center center/cover;
}
.sec_voice .voice_wrap .voice_block .heading.male02:before {
  background: url(../img/male02.png) no-repeat center center/cover;
}
.sec_voice .voice_wrap .voice_block .heading.male03:before {
  background: url(../img/male03.png) no-repeat center center/cover;
}
.sec_voice .voice_wrap .voice_block .desc {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
.sec_voice .slick-list {
  overflow: visible;
}
.sec_voice .slick-list .slick-track {
  display: flex;
}
.sec_voice .slick-list .slick-track .slick-slide {
  margin: 0 0.3%;
  height: auto !important;
  transform: translateX(220px);
}
@media (max-width: 1699px) {
  .sec_voice .slick-list .slick-track .slick-slide {
    transform: translateX(0);
  }
}
@media (max-width: 1199px) {
  .sec_voice .slick-list .slick-track .slick-slide {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .sec_voice .slick-list .slick-track .slick-slide {
    transform: translateX(0);
    margin: 0 15px;
  }
}
.sec_voice .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.sec_voice .slick-arrow {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec_voice .slick-arrow {
    top: 112%;
    bottom: 0;
  }
}
.sec_voice .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 53px;
  height: 53px;
  background: url(../img/arrow_slider.png) no-repeat center center/cover;
  border-radius: 100vh;
  opacity: 1;
}
@media (max-width: 767px) {
  .sec_voice .slick-arrow:before {
    width: 40px;
    height: 40px;
  }
}
.sec_voice .slick-arrow.slick-next {
  right: 0;
}

.sec_voice .slick-arrow.slick-prev {
  left: 0;
}

.sec_voice .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.sec_voice .slick-dots {
  bottom: -60px;
}
@media (max-width: 767px) {
  .sec_voice .slick-dots {
    bottom: -50px;
  }
}
.sec_voice .slick-dots li {
  margin: 0 2px;
  width: 18px;
  height: 4px;
}
.sec_voice .slick-dots li button {
  background: #ccc;
  width: 18px;
  height: 4px;
  padding: 0;
  border-radius: 2px;
}
.sec_voice .slick-dots li button:before {
  content: none;
}
.sec_voice .slick-dots li.slick-active button {
  background: var(--base-color01);
}

.sec_voice .btn {
  margin-top: 100px;
}