@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* お客様インタビュー動画 */
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* main visual area */
#main {
  width: 100%;
  padding: 150px 20px 40px;
  box-sizing: border-box;
  background-color: #ff6e00;
}
#main > div {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#main .main-read {
  /*zoom: 70%;*/
  width: 50%;
}
#main .main-read img {
  width: 56%;
  max-width: 409px;
}
#main .main-read p {
  color: #ffffff;
  font-size: 42px;
  line-height: 59px;
  font-weight: 600;
  margin: 20px 0;
}
#main .text_center {
  max-width: 490px;
}
#main .text_link {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: opacity 0.3s;
}
#main .text_link:hover {
  opacity: 0.7;
}
#main .button {
  max-width: 490px;
  min-height: 75px;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  background: #fff url(/wp-content/themes/rpa/img/home/arrow01.png?var=2024042301) right 50px center/36px no-repeat;
  padding-right: 90px;
}
#main .slide-warp {
  width: 50%;
}
#main .slide-warp .slider {
  display: none;
}
#main .slide-warp .slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
#main .slide-link {
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 10px;
  margin-right: 1%;
  margin-bottom: 20px;
}
#main .slide-link a {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#main .slide-link a:hover {
  background: #ffffff;
  opacity: 0.5;
}
#main .slide-link img {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
#main .slide-link p {
  font-size: 21px;
  margin: 10px 0 0 0;
  color: #e8380d;
}
#main .slide-link .more {
  font-size: 14px;
  text-align: right;
  color: #e8380d;
  margin: 30px 0 0 0;
}
#main .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: red;
}

@media screen and (max-width: 980px) {
  #main {
    padding: 150px 20px 100px;
  }
  #main > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #main {
    min-height: 100%;
    height: auto;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 980px) {
  #main .main-read {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main .main-read {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 980px) {
  #main .text_center {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #main .main-read img {
    max-width: 300px;
  }
  #main .main-read p {
    font-size: 6.8vw;
    line-height: 1.7;
  }
  #main .button {
    max-width: 300px;
    min-height: 50px;
    font-size: 14px;
    background: #fff url(/wp-content/themes/rpa/img/home/arrow01.png?var=2024042301) right 20px center/16px no-repeat;
    padding-right: 40px;
    margin: 0 auto 20px;
  }
  #main .text_center {
    text-align: center;
  }
  #main .text_link {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #main .slide-warp {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main .slide-link {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #main .slide-link p {
    font-size: 14px;
  }
}
/* index common area */
@media screen and (max-width: 768px) {
  .index-contnts-warp {
    background: none;
  }
}
.index-contnts-warp h2 {
  font-size: 45px;
  color: #325f8c;
  font-weight: 800;
  margin: 0 0 55px 0;
  padding: 0;
  line-height: 56px;
}
.index-contnts-warp h2 .mini {
  font-size: 35px;
  font-weight: 400;
}
.index-contnts-warp h3 {
  font-size: 18px;
  font-weight: 500;
}
.index-contnts-warp .link-detail {
  width: 100%;
  border-top: 1px solid #cccccc;
  text-align: right;
  margin: 20px 0 0 0;
}
.index-contnts-warp .link-detail a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  border-left: 5px solid #cccccc;
  display: inline-block;
  background-color: #f7b52c;
  transition: 0.3s;
}
.index-contnts-warp .link-detail a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .index-contnts-warp h2 {
    font-size: 25px;
    line-height: 1.7;
  }
  .index-contnts-warp h2 .mini {
    font-size: 20px;
  }
}
/* contents settings */
.news-area {
  background: #ffffff;
  padding: 60px 10% 60px 10%;
  box-sizing: border-box;
}
.news-area h2 {
  text-align: center;
  padding: 1em 0;
}
.news-area .news-caset {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}
.news-area .news-caset a {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-area .news-caset a:hover {
  background: #ffffff;
  opacity: 0.5;
}
.news-area .news-caset .label {
  font-size: 12px;
  background: #cccccc;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
}
.news-area .news-caset time {
  font-size: 12px;
  padding: 10px;
  display: inline-block;
}
.news-area .news-caset p {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.news-area .news-caset .more {
  font-size: 14px;
  text-align: right;
  color: #e8380d;
  border-top: 1px dotted #cccccc;
  padding: 10px 0 0 0;
}
.news-area .more-line {
  border-left: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .news-area {
    padding: 60px 5% 60px 5%;
  }
}
@media screen and (max-width: 768px) {
  .news-area .news-caset {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news-area .more-line {
    border-left: none;
  }
}
.vision-area {
  width: 95%;
  margin: 80px 0 0 5%;
  padding: 100px 20% 100px 15%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background: url("/img/2019_re/index_section_back.jpg?var=2024042301") no-repeat top right, url("/img/2019_re/index_section_back2.jpg?var=2024042301") no-repeat bottom left;
  background-size: 20%, 10%;
  background-color: #ffffff;
}
.vision-area p {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 2em !important;
}

@media screen and (max-width: 768px) {
  .vision-area {
    width: 100%;
    margin: 80px 0 0 0;
    padding: 50px 5% 50px 5%;
  }
}
.product-area {
  width: 95%;
  margin: 80px 5% 0 0;
  padding: 50px 20% 50px 5%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background: url("/img/2019_re/index_section_back.jpg?var=2024042301") no-repeat top right, url("/img/2019_re/index_section_back2.jpg?var=2024042301") no-repeat bottom left;
  background-size: 20%, 10%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-area .product-area-left {
  width: 47%;
  position: relative;
}
.product-area .product-area-left .window {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-area .product-area-left .window img {
  width: 100%;
}
.product-area .product-area-left .laptop {
  width: 100%;
}
.product-area .product-area-left .laptop img {
  width: 100%;
}
.product-area .product-area-right {
  width: 50%;
}
.product-area .product-area-right .product-slide h3 {
  font-size: 34px;
  font-weight: 900;
  color: #e8380d;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 1.5em;
}
.product-area .product-area-right .product-slide p {
  text-align: left;
  min-height: 170px;
}
.product-area .product-area-right .product-slide .slick-prev {
  position: absolute;
  top: 50% !important;
  left: -30px !important;
}
.product-area .product-area-right .product-slide .slick-prev:before {
  color: #f7b52c;
}
.product-area .product-area-right .product-slide .slick-next {
  position: absolute;
  top: 50% !important;
  right: -30px !important;
  color: #f7b52c;
}
.product-area .product-area-right .product-slide .slick-next:before {
  color: #f7b52c;
}

@media screen and (max-width: 768px) {
  .product-area {
    width: 100%;
    margin: 80px 0 0 0;
    padding: 50px 5% 50px 5%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .product-area .product-area-left {
    width: 100%;
    margin: 20px 0 0 -10%;
  }
}
@media screen and (max-width: 768px) {
  .product-area .product-area-right {
    width: 100%;
    padding: 0 5% 0 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .product-area .product-area-right .product-slide h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-area .product-area-right .product-slide p {
    min-height: 230px;
  }
}
.jirei-area {
  width: 100%;
  margin: 80px 0 0 0;
  padding: 100px 10% 100px 10%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  box-sizing: border-box;
}
.jirei-area .jirei-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jirei-area .jirei-slide .slick-prev {
  position: absolute;
  top: 50% !important;
  left: -30px !important;
}
.jirei-area .jirei-slide .slick-prev:before {
  color: #f7b52c;
}
.jirei-area .jirei-slide .slick-list {
  padding: 10px 0;
}
.jirei-area .jirei-slide .slick-next {
  position: absolute;
  top: 50% !important;
  right: -30px !important;
  color: #f7b52c;
}
.jirei-area .jirei-slide .slick-next:before {
  color: #f7b52c;
}
.jirei-area .jirei-slide .jirei-slide-caset {
  padding: 0 0 10px;
  margin: 0 10px 0 10px;
  box-sizing: border-box;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  position: relative;
  height: 280px;
}
.jirei-area .jirei-slide .jirei-slide-caset .eye img {
  width: 100%;
}
.jirei-area .jirei-slide .jirei-slide-caset .logo {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  display: flex;
  justify-content: center;
}
.jirei-area .jirei-slide .jirei-slide-caset .logo img {
  height: 20px;
}
.jirei-area .jirei-slide .jirei-slide-caset p {
  width: 100%;
  font-size: 14px;
  text-align: left;
  padding: 10px 10px 0;
  position: absolute;
  bottom: 5px;
}
.jirei-area .jirei-slide .jirei-slide-caset p.economic_effect {
  font-size: 18px;
  line-height: 1.75em;
  position: relative;
  margin-top: 20px;
}
.jirei-area .jirei-slide .jirei-slide-caset p.economic_effect strong {
  font-size: 22px;
  color: #e8380d;
}
.jirei-area .jirei-slide .jirei-slide-caset p a {
  text-decoration: none;
  color: #5a5a5a;
}
.jirei-area .link-box {
  transition: 0.3s;
}
.jirei-area .link-box:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .jirei-area {
    width: 100%;
    margin: 80px 0 0 0;
    padding: 50px 5% 50px 5%;
  }
}
@media screen and (max-width: 768px) {
  .jirei-area .jirei-slide .slick-prev {
    left: -15px !important;
  }
}
@media screen and (max-width: 768px) {
  .jirei-area .jirei-slide .slick-next {
    right: -15px !important;
  }
}
@media (max-width: 768px) {
  .jirei-area .jirei-slide .jirei-slide-caset {
    height: 305px;
  }
}
.partner-area {
  width: 100%;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  /*background-color: #F5F5FA;*/
  box-sizing: border-box;
}
.partner-area .partner-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.partner-area .partner-slide .slick-prev {
  position: absolute;
  top: 50% !important;
  left: -30px !important;
  display: none !important;
}
.partner-area .button {
  border-radius: 27px;
  font-size: 17px;
  font-weight: bold;
  max-width: 270px;
  min-height: 55px;
  margin: 50px auto 0;
}
.partner-area .partner-slide .slick-prev:before {
  color: #f7b52c;
}
.partner-area .partner-slide .slick-next {
  position: absolute;
  top: 50% !important;
  right: -30px !important;
  color: #f7b52c;
  display: none !important;
}
.partner-area .partner-slide .slick-next:before {
  color: #f7b52c;
}
.partner-area .partner-slide .partner-slide-caset {
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px 0 10px;
  box-sizing: border-box;
  height: 130px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-area .partner-slide .partner-slide-caset .logo {
  text-align: center;
  width: 90%;
}
.partner-area .partner-slide .partner-slide-caset .logo img {
  width: 100%;
}
.partner-area .partner-slide .partner-slide-caset p {
  width: 100%;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #cccccc;
  padding: 10px 0 0 0;
}
.partner-area .partner-slide .partner-slide-caset p a {
  text-decoration: none;
  color: #5a5a5a;
}
.partner-area .link-box {
  transition: 0.3s;
}
.partner-area .link-box:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .partner-area {
    width: 100%;
    padding: 0px 5% 50px 5%;
  }
}
@media screen and (max-width: 768px) {
  .partner-area .partner-slide .slick-prev {
    left: -15px !important;
  }
}
@media screen and (max-width: 768px) {
  .partner-area .partner-slide .slick-next {
    right: -15px !important;
  }
}
/*2021/04/07追加CTAボタン*/
.main-read #head_btn_wrap {
  margin-left: 11%;
  justify-content: flex-start;
}
.main-read #head_btn_wrap a.head_btn {
  background: #e7380d;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 73px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
}
.main-read #head_btn_wrap a.head_btn:first-child {
  margin-right: 15px;
}
.main-read #head_btn_wrap a.head_btn span {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.main-read #head_btn_wrap a.head_btn span::before {
  content: "";
  display: inline-block;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 19px solid #e7380d;
  margin-left: 6px;
}
.main-read #head_btn_wrap a.head_btn:hover {
  background: #e95c19;
}

@media screen and (max-width: 768px) {
  .main-read #head_btn_wrap {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1150px) {
  .main-read #head_btn_wrap a.head_btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .main-read #head_btn_wrap a.head_btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main-read #head_btn_wrap a.head_btn {
    height: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main-read #head_btn_wrap a.head_btn span {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main-read #head_btn_wrap a.head_btn span::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid #e7380d;
    margin-left: 5px;
  }
}
#movie_wrap {
  max-width: 787px;
  width: 50%;
  /*margin-top: 5px;*/
  /*padding-right: 5%;*/
}
#movie_wrap #movie_inner {
  width: 100%;
  padding-bottom: 66.25%;
  height: 0px;
  position: relative;
}
#movie_wrap #movie_inner iframe,
#movie_wrap #movie_inner video {
  padding: 20px;
  background: #000;
  /*margin: 10px auto;*/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  #movie_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #movie_wrap {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #movie_wrap #movie_inner iframe {
    left: 0;
  }
}
/*202202_remake add parts*/
.button {
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  font-weight: 600;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  font-weight: bold;
}
.button:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: initial;
}

.btn_orange {
  color: #ff6e00;
}

.btn_orange_border {
  border: 2px solid #fd6e00;
}

.btn_orange02 {
  background: #ff6e00;
  color: #fff;
}

.btn_white {
  background: #ffffff;
  color: #646464;
  border: 1px solid #646464;
}

.text_center {
  text-align: center;
}

.one_news {
  background: #ffeadb;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_news > a {
  color: #ff6e00;
  font-size: 16px;
  font-weight: 600;
  background: url(/wp-content/themes/rpa/img/home/arrow02.png?var=2024042301) right center/11px 17px no-repeat;
  width: 100%;
  max-width: 1041px;
  padding-right: 20px;
  box-sizing: border-box;
  transition: opacity 0.3s;
  display: flex;
}
.one_news > a:hover {
  opacity: 0.7;
}
.one_news .date {
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  .one_news > a {
    font-size: 14px;
    background-size: 8px 13px;
  }
  .one_news .date {
    margin-right: 5px;
  }
}
.free_from_routine {
  margin: 65px 0 100px;
}
.free_from_routine .main_ele {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.free_from_routine .left {
  /*max-width: 840px;*/
  width: 49%;
  margin-right: 15px;
}
.free_from_routine .left img {
  width: 100%;
}
.free_from_routine .right {
  width: 49%;
  zoom: 70%;
}
.free_from_routine .right .title {
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #ff6e00;
}
.free_from_routine .right img {
  max-width: 658px;
  width: 100%;
  margin: 30px 0;
}
.free_from_routine .right .sentence {
  font-weight: 200;
  font-size: 24px;
  line-height: 40px;
}
.free_from_routine .button_ele {
  display: flex;
  align-items: center;
  justify-content: center;
  zoom: 70%;
}
.free_from_routine .button_ele .button {
  font-size: 26px;
  min-height: 100px;
  width: 100%;
  max-width: 402px;
}
.free_from_routine .button_ele .button:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .free_from_routine .right {
    width: 100%;
    zoom: 100%;
  }
  .free_from_routine .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .free_from_routine .button_ele {
    zoom: 100%;
  }
}
@media screen and (max-width: 980px) {
  .free_from_routine {
    padding: 0 20px;
  }
  .free_from_routine .main_ele {
    flex-direction: column;
  }
  .free_from_routine .left {
    order: 1;
  }
  .free_from_routine .left img {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .free_from_routine {
    margin: 45px 0;
  }
  .free_from_routine .main_ele {
    align-items: flex-start;
  }
  .free_from_routine .right .title {
    font-size: 25px;
    line-height: 1.7;
  }
  .free_from_routine .right img {
    max-width: 300px;
  }
  .free_from_routine .right .sentence {
    font-size: 14px;
    line-height: 1.7;
  }
  .free_from_routine .right .sentence br {
    display: none;
  }
  .free_from_routine .button_ele .button {
    font-size: 16px;
    min-height: 50px;
    max-width: 150px;
  }
  .free_from_routine .button_ele .button:first-child {
    margin-right: 10px;
  }
}
#deployment_wrap {
  padding: 0;
  margin: 0;
}
#deployment_wrap li {
  max-width: 260px;
}

.banner_area {
  margin: 110px auto 120px;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1240px;
}
.banner_area h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 84px;
  border-left: 14px solid #ff6e00;
  border-bottom: 1px solid #ff6e00;
  padding: 0 0 7px 14px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.banner_area .box_wrap {
  display: flex;
  justify-content: space-between;
}
.banner_area .box_wrap > li {
  width: calc(33.3333333333% - 25px);
}
.banner_area .box_wrap a:hover {
  opacity: 0.6;
}
.banner_area .box_wrap img {
  max-width: 375px;
  width: 100%;
  margin: 15px 0 20px;
}
.banner_area .box_wrap .sentence {
  font-size: 25px;
  font-weight: 400;
}
.banner_area .button {
  border-radius: 27.5px;
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
  min-height: 55px;
}
.banner_area .margin_supply {
  margin-bottom: 82px;
}
.banner_area .second {
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .banner_area {
    margin: 60px auto 50px;
  }
  .banner_area h3 {
    font-size: 20px;
    line-height: 1.7;
    border-left: 5px solid #ff6e00;
    padding: 0 0 2px 14px;
    margin-bottom: 40px;
  }
  .banner_area .box_wrap {
    flex-direction: column;
  }
  .banner_area .box_wrap > li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner_area .box_wrap > li:not(:last-child) {
    margin-bottom: 35px;
  }
  .banner_area .box_wrap .sentence {
    font-size: 16px;
  }
  .banner_area .box_wrap img {
    max-width: 300px;
  }
  .banner_area .button {
    max-width: 200px;
    min-height: 45px;
    font-size: 15px;
  }
  .banner_area .margin_supply {
    margin-bottom: 40px;
  }
}
#voice {
  background-color: #ff6e00;
}
#voice.top {
  padding: 40px 0 53px;
}
#voice.what_bizrobo {
  padding: 65px 0 50px;
}
#voice.case {
  padding: 106.67px 0 60px;
}
#voice.healthcare {
  padding: 38px 0 85px;
}
@media screen and (max-width: 768px) {
  #voice.healthcare {
    padding: 35px 0 57px;
  }
}
#voice img {
  width: 100%;
}
#voice .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 10px !important;
}
#voice .heading,
#voice .subheading {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#voice .heading.top {
  font-size: 32px;
}
@media (max-width: 520px) {
  #voice .heading.top {
    font-size: 24px;
  }
}
#voice .subheading.top {
  font-size: 24px;
}
@media (max-width: 520px) {
  #voice .subheading.top {
    font-size: 20px;
  }
}
#voice .heading.what_bizrobo {
  font-size: 45px;
  margin-top: 0;
}
#voice .heading.case {
  font-size: 18px;
  font-weight: normal !important;
  margin-top: 20px;
}
#voice .heading.support-page {
  font-size: 32px;
}
#voice .heading.healthcare {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #voice .heading.healthcare {
    font-size: 24px;
  }
}
#voice .subheading.what_bizrobo {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 0;
}
#voice .subheading.case {
  font-size: 32px;
  line-height: 1;
}
#voice .subheading.support-page {
  display: none;
}
#voice .subheading.what_bizrobo span {
  font-size: 0.5em;
  margin-left: -0.5em;
}

@media (max-width: 768px) {
  #voice {
    padding: 40px 0;
    margin: 70px 0 40px;
  }
}
@media (max-width: 1050px) {
  #voice.case {
    padding: 80.67px 0 60px;
  }
}
@media (max-width: 768px) {
  #voice.case {
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  #voice .heading.what_bizrobo {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #voice .subheading.what_bizrobo {
    font-size: 25px;
  }
}
.voice-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1130px;
  margin: 50px auto 0;
}
.voice-slider.case {
  margin: 25px auto 0 !important;
}
.voice-slider .slick-arrow {
  width: 15px;
  position: absolute;
  top: auto;
  bottom: auto;
  margin: auto 0;
  transition: opacity 0.3s;
  text-indent: -10000em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: 23px;
}
.voice-slider .slick-arrow:hover {
  opacity: 0.7;
}
.voice-slider .slick-arrow.slick-prev {
  left: 0;
  top: 135px;
  background-image: url(/wp-content/themes/rpa/img/what_bizrobo/arrow_left.png?var=2024042301);
}
.voice-slider .slick-arrow.slick-prev::before {
  content: none;
}
.voice-slider .slick-arrow.slick-next {
  right: 0;
  top: 135px;
  background-image: url(/wp-content/themes/rpa/img/what_bizrobo/arrow_right.png?var=2024042301);
}
.voice-slider .slick-arrow.slick-next::before {
  content: none;
}
.voice-slider .slick-list {
  width: calc(100% - 70px);
  margin: 0 auto;
}
.voice-slider .slick-slide {
  margin: 0 20px 0 17.5px;
  height: auto !important;
}
.voice-slider .slick-slide > a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: initial;
  transition: all 0.3s;
}
.voice-slider .slick-slide > a p.image {
  overflow: hidden;
}
.voice-slider .slick-slide > a p.image img {
  transition: all 0.3s;
}
.voice-slider .slick-slide > a:hover {
  opacity: 1 !important;
}
.voice-slider .slick-slide > a:hover p.image img {
  transform: scale(1.1);
}
.voice-slider .slick-slide > a:hover p.sentence, .voice-slider .slick-slide > a:hover p.company-name {
  color: #fa6e01;
}
.voice-slider .slick-slide > a:hover div.detail-detail dl {
  color: #fa6e01;
}
.voice-slider .detail {
  background: #fff;
  filter: drop-shadow(0px 0px 10.31px rgba(0, 0, 0, 0.3));
  border-radius: 5px;
  padding: 12px 20px 13px;
  margin-top: -17px;
  width: calc(100% - 30px);
  height: 230px;
  flex-direction: column;
  justify-content: flex-start;
}
.voice-slider .sentence {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  min-height: 96px;
  color: #454545;
}
.voice-slider .company-name {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: 1px solid #969696;
  width: 100%;
  transition: all 0.3s;
  margin: 0.7em 0;
  color: #454545;
}
.voice-slider .detail-detail {
  font-size: 10px;
  font-weight: normal;
  line-height: 2.4;
  transition: all 0.3s;
}
.voice-slider .detail-detail dl {
  display: flex;
  margin-bottom: 5px;
  color: #454545;
}

@media (max-width: 768px) {
  .voice-slider .slick-slide {
    margin: 0 15px;
    height: auto !important;
  }
}
@media (max-width: 376px) {
  .voice-slider .slick-slide {
    width: 300px;
    margin: 0 15px;
  }
}
@media (max-width: 376px) {
  .voice-slider .slick-arrow.slick-prev {
    left: 20px;
    top: 96px;
    z-index: 999;
  }
}
@media (max-width: 360px) {
  .voice-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media (max-width: 376px) {
  .voice-slider .slick-arrow.slick-next {
    right: 20px;
    top: 96px;
  }
}
@media (max-width: 360px) {
  .voice-slider .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (max-width: 1050px) {
  .voice-slider .detail {
    height: 275px;
  }
}
@media (max-width: 960px) {
  .voice-slider .detail {
    height: 265px;
  }
}
@media (max-width: 768px) {
  .voice-slider .detail {
    height: auto;
  }
}
#voice .button {
  background-color: #fff;
  border-radius: 100vh;
  font-weight: bold;
}
#voice .button.top {
  font-size: 24px;
  height: 50px;
  width: min(100%, 360px);
  margin: 45px auto 0;
}
#voice .button.what_bizrobo {
  font-size: 17px;
  color: #ff6e00;
  height: 55px;
  width: min(100%, 270px);
  margin: 50px auto 0;
}
#voice .button.case {
  width: min(100%, 450px);
  height: 60px;
  margin: 50px auto 0;
  font-size: 24px;
  color: #454545;
  box-shadow: 0 4px 0 0 #acacac;
  position: relative;
  padding-left: 1.2em;
  border: 1px solid #fff;
  opacity: 1 !important;
  transition: initial;
}
#voice .button.case br {
  display: none;
}
#voice .button.case::before {
  content: "";
  width: 55px;
  height: 83px;
  background: url("/wp-content/themes/cocoon-child-master/img/case/img_case.webp?var=2024042301") no-repeat;
  background-size: contain;
  position: absolute;
  transform: scale(1.2);
  left: 20px;
  top: -12px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 520px) {
  #voice .button.case::before {
    transform: scale(1.05);
    left: 5px;
  }
}
@media (max-width: 360px) {
  #voice .button.case::before {
    transform: initial;
    left: 0;
  }
}
#voice .button.case::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  background: url(/wp-content/themes/cocoon-child-master/img/case/ico_case02.webp) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  #voice .button.case::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#voice .button.case:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
@media (max-width: 768px) {
  #voice .button.case {
    font-size: 18px;
    height: 50px;
  }
}
@media (max-width: 520px) {
  #voice .button.case {
    width: min(100%, 320px);
  }
}
#voice .button.support-page {
  width: min(100%, 360px);
  margin: 57px auto 0;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  color: #454545;
}
#voice .button.support-page br {
  display: none;
}
#voice .button.healthcare {
  box-shadow: 0 4px 0 0 #acacac;
  position: relative;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: bold;
  width: min(100%, 280px);
  line-height: 1.3;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.9em auto 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #voice .button.healthcare {
    display: flex;
  }
}
#voice .button.healthcare::before {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico09.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 45px;
  top: calc(50% - 21.5px);
  left: 1em;
  width: 28px;
  height: 37px;
  top: calc(50% - 18.5px);
}
@media (max-width: 768px) {
  #voice .button.healthcare::before {
    width: 28px;
    height: 37px;
    top: calc(50% - 17px);
  }
}
#voice .button.healthcare::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  width: 30px;
  height: 25px;
  top: calc(50% - 12.5px);
}
@media (max-width: 768px) {
  #voice .button.healthcare::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#voice .button.healthcare:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}

@media (max-width: 520px) {
  #voice.top {
    padding: 24px 0 45px;
  }
  #voice .button.top {
    width: min(100%, 280px);
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  #voice .button.case br {
    display: block;
  }
}
@media (max-width: 768px) {
  #voice .button.what_bizrobo {
    margin: 30px auto 0;
  }
}
@media (max-width: 376px) {
  #voice .button.support-page {
    height: initial;
    line-height: 1;
  }
}
@media (max-width: 376px) {
  #voice .button.support-page br {
    display: block;
  }
}
@media (max-width: 768px) {
  #voice h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #voice h2 .mini {
    font-size: 25px;
  }

  .voice-slider {
    margin-top: 30px;
  }
  .voice-slider .slick-list {
    width: calc(100% - 50px);
  }
  .voice-slider .slick-arrow {
    width: 10px;
  }
  .voice-slider .sentence {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .voice-slider .company-name {
    font-size: 15px;
  }
  .voice-slider .detail-detail {
    font-size: 10px;
  }

  /*.voice-slider .slick-slide {*/
  /*  margin: 0;*/
  /*}*/
  #voice .normal-btn {
    margin-top: 30px;
  }
}
.info_area {
  padding: 70px 20px 120px;
  background: url(/wp-content/themes/rpa/img/common/bg_logo.png?var=2024042301) no-repeat;
  background-position: center top;
  background-size: 100%;
}
.info_area h2 {
  font-size: 45px;
  font-weight: 800;
  color: #ff6e00;
  text-align: center;
}
.info_area .info_list {
  margin: 50px auto;
  max-width: 1200px;
  width: 100%;
  background: #fff;
}
.info_area .info_list > li {
  border-top: 1px solid #414141;
}
.info_area .info_list > li:last-child {
  border-bottom: 1px solid #414141;
}
.info_area .info_list a {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  min-height: 110px;
  font-size: 16px;
  color: #ee6d04;
  font-weight: bold;
  background: #fff url(/wp-content/themes/rpa/img/home/arrow03.png?var=2024042301) right 30px center/6px 13px no-repeat;
  width: 100%;
  transition: background-color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.info_area .info_list a:hover {
  background-color: #ffeadb;
}
.info_area .info_list .date {
  margin-right: 60px;
}
.info_area .button {
  border-radius: 27px;
  font-size: 17px;
  font-weight: bold;
  max-width: 270px;
  min-height: 55px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .info_area {
    margin: 50px 0;
    padding: 0px 20px 0px;
  }
  .info_area h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .info_area .info_list {
    margin: 25px auto;
    margin: 25px auto;
  }
  .info_area .info_list a {
    padding: 10px 30px 10px 10px;
    min-height: 55px;
    font-size: 14px;
  }
  .info_area .info_list a span {
    white-space: break-spaces;
  }
  .info_area .info_list .date {
    margin-right: 15px;
  }
  .info_area .button {
    margin-top: 35px;
  }
  .info_area .info_list a {
    background: #fff url(/wp-content/themes/rpa/img/home/arrow03.png?var=2024042301) right 10px center/6px 13px no-repeat;
  }
}
footer {
  position: relative;
}

.normal-btn {
  width: 270px;
  height: 55px;
  border-radius: 27.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
  transition: opacity 0.3s;
}
.normal-btn:hover {
  opacity: 0.7;
}
.normal-btn.white {
  background: #fff;
  color: #f05550;
}
.normal-btn.white a {
  color: #f05550;
}
.normal-btn.blue {
  color: #fff;
  background-color: #0064aa;
}

#fixed-banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  flex-direction: column;
  z-index: 1;
  display: none;
  opacity: 0;
}
#fixed-banner.doing {
  animation-name: bottomDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#fixed-banner.gone {
  animation-name: bottomUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

#top_bnr_wrap #fixed-banner.doing {
  animation-name: bottomDownAnimeTop;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#top_bnr_wrap #fixed-banner.gone {
  animation-name: bottomUpAnimeTop;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#top_bnr_wrap #fixed-banner a {
  border: 2px solid #ccc;
}

#fixed-banner #close-btn {
  margin-left: auto;
  margin-bottom: -41px;
  margin-right: 3px;
  cursor: pointer;
  z-index: 1;
}
#fixed-banner > * {
  transition: opacity 0.3s;
}
#fixed-banner > *:hover {
  opacity: 0.7;
}
#fixed-banner img {
  zoom: 0.5;
}

#top_bnr_wrap #fixed-banner img {
  zoom: 1;
}

@keyframes bottomDownAnime {
  from {
    bottom: 10px;
  }
  to {
    bottom: -300px;
  }
}
@keyframes bottomUpAnime {
  from {
    bottom: -300px;
  }
  to {
    bottom: 10px;
  }
}
@keyframes bottomDownAnimeTop {
  from {
    bottom: 10px;
  }
  to {
    bottom: -600px;
  }
}
@keyframes bottomUpAnimeTop {
  from {
    bottom: -600px;
  }
  to {
    bottom: 10px;
  }
}
#reshow_wrap {
  background: #e7380e;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: -60px;
  width: 300.5px;
  z-index: 1;
  cursor: pointer;
}
#reshow_wrap p:first-child {
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 2em;
}
#reshow_wrap p:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e7380d;
  width: 60px;
  height: 60px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reshow_wrap p:last-child::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: #fff;
  transform: rotate(-45deg);
  margin-top: 14px;
}

@media (max-width: 768px) {
  #reshow_wrap {
    width: 300.5px;
  }
}
@media (max-width: 768px) {
  #reshow_wrap p:first-child {
    font-size: 14px;
  }
}
/* 追加分 2023.05.25 */
#voice h2 .mini span {
  font-size: 0.5em;
  margin-left: -0.5em;
}

/* 企業ロゴスライダー */
#deployment_container {
  margin: 40px 0 20px;
}

.deployment-slide figure {
  width: 200px;
  height: 95px;
  margin-right: 0 !important;
}
.deployment-slide figure.slick-cloned {
  margin-top: 10px !important;
}
.deployment-slide figure.logo01 {
  margin: 0 0 0 -50px;
}
.deployment-slide figure.logo01 img:first-child {
  max-width: 80%;
  margin: 12px auto 0;
}
.deployment-slide figure.logo01 img:nth-child(2) {
  max-width: 75%;
  margin: 8px auto 0;
}
.deployment-slide figure.logo02 img:first-child {
  max-width: 80%;
  margin: 0 auto;
}
.deployment-slide figure.logo02 img:nth-child(2) {
  max-width: 90%;
  margin: 10px auto 0;
}
.deployment-slide figure.logo03 img:first-child {
  max-width: 70%;
  margin: -1px auto 0;
}
.deployment-slide figure.logo03 img:nth-child(2) {
  max-width: 90%;
  margin: 16px auto 0;
}
.deployment-slide figure.logo04 {
  margin-right: 0;
}
.deployment-slide figure.logo04 img {
  max-width: 75%;
  margin: -14px 0 0 0;
}
.deployment-slide figure.logo05 {
  margin-left: -40px;
}
.deployment-slide figure.logo05 img {
  max-width: 77%;
  margin: 4px 0 0 0;
}
.deployment-slide figure.logo06 {
  margin-left: -10px;
}
.deployment-slide figure.logo06 img {
  max-width: 64%;
  margin: 6px 0 0 0;
}
.deployment-slide figure.logo07 {
  margin-left: -35px;
}
.deployment-slide figure.logo07 img {
  max-width: 54%;
  margin: 5px 0 0 0;
}
.deployment-slide figure.logo08 {
  margin-left: -78px;
}
.deployment-slide figure.logo08 img:first-child {
  max-width: 60%;
  margin: 5px auto 0;
}
.deployment-slide figure.logo08 img:nth-child(2) {
  max-width: 80%;
  margin: 9px auto 0;
}
.deployment-slide figure.logo09 {
  margin-left: -20px;
}
.deployment-slide figure.logo09 img:first-child {
  max-width: 70%;
  margin: 0 auto;
}
.deployment-slide figure.logo09 img:nth-child(2) {
  max-width: 60%;
  margin: 10px auto 0;
}
.deployment-slide figure.logo10 {
  margin-left: -10px;
}
.deployment-slide figure.logo10 img {
  max-width: 70%;
  margin: -4px 0 0 0;
}
.deployment-slide figure.logo11 {
  margin-left: -66px;
}
.deployment-slide figure.logo11 img:first-child {
  max-width: 74%;
  margin: 6px auto 0;
}
.deployment-slide figure.logo11 img:nth-child(2) {
  max-width: 76%;
  margin: 7px auto 0;
}
.deployment-slide figure.logo12 {
  margin-left: 15px;
}
.deployment-slide figure.logo12 img {
  max-width: 55%;
  margin: 7px 0 0 0;
}
.deployment-slide figure.logo13 {
  margin-left: -70px;
}
.deployment-slide figure.logo13 img:first-child {
  max-width: 90%;
  margin: -5px auto 0;
}
.deployment-slide figure.logo13 img:nth-child(2) {
  max-width: 70%;
  margin: 2px auto 0;
}
.deployment-slide figure.logo14 img {
  max-width: 75%;
  margin: -10px 0 0 0;
}
.deployment-slide figure.logo15 {
  margin-left: -60px;
}
.deployment-slide figure.logo15 img:first-child {
  max-width: 75%;
  margin: 10px auto 0;
}
.deployment-slide figure.logo15 img:nth-child(2) {
  max-width: 61%;
  margin: 10px auto 0;
}
.deployment-slide figure.logo16 img {
  max-width: 80%;
  margin: 10px 0 0 0;
}
.deployment-slide figure.logo17 {
  margin-left: -35px;
}
.deployment-slide figure.logo17 img {
  max-width: 80%;
}
.deployment-slide figure.logo18 {
  margin-left: -55px;
}
.deployment-slide figure.logo18 img {
  max-width: 85%;
  margin: -13px 0 0 0;
}
.deployment-slide figure.logo19 {
  margin-left: -40px;
}
.deployment-slide figure.logo19 img:first-child {
  max-width: 70%;
  margin: 10px auto 0;
}
.deployment-slide figure.logo19 img:nth-child(2) {
  max-width: 80%;
  margin: 0 auto;
}
.deployment-slide figure.logo20 img {
  max-width: 70%;
  margin-top: 27px;
}
.deployment-slide figure.logo21 {
  margin-left: -20px;
}
.deployment-slide figure.logo21 img {
  max-width: 29%;
  margin-top: 7px;
}
.deployment-slide figure.logo22 {
  margin-left: -110px;
}
.deployment-slide figure.logo22 img {
  max-width: 70%;
  margin-top: 11px;
}
.deployment-slide figure.logo23 {
  margin-left: -83px;
}
.deployment-slide figure.logo23 img:first-child {
  max-width: 62%;
  margin: 5px auto 0;
}
.deployment-slide figure.logo23 img:nth-child(2) {
  max-width: 60%;
  margin: 0 auto;
}
.deployment-slide figure.logo24 img {
  max-width: 65%;
  margin-top: 18px;
}
.deployment-slide figure.logo25 {
  margin-left: -42px;
}
.deployment-slide figure.logo25 img {
  max-width: 70%;
  margin-top: 21px;
}
.deployment-slide figure.logo26 {
  margin-left: -25px;
}
.deployment-slide figure.logo26 img {
  max-width: 35%;
  margin-top: 15px;
}
.deployment-slide figure.logo27 {
  margin-left: -122px;
}
.deployment-slide figure.logo27 img:first-child {
  max-width: 77%;
  margin: 5px auto 0;
}
.deployment-slide figure.logo27 img:nth-child(2) {
  max-width: 75%;
  margin: 0 auto;
}
.deployment-slide figure.logo28 {
  margin-left: -24px;
}
.deployment-slide figure.logo28 img:first-child {
  max-width: 61%;
  margin: 17px auto 0;
}
.deployment-slide figure.logo28 img:nth-child(2) {
  max-width: 80%;
  margin: 3px auto 0;
}
.deployment-slide figure.logo29 img {
  max-width: 75%;
  margin-top: 33px;
}

/* 導入企業ロゴ一覧 */
.logos {
  overflow: hidden;
  margin-top: 30px;
  height: 100px;
}
.logos div {
  height: 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(/wp-content/themes/cocoon-child-master/img/common/bnr_logo.webp?var=2025040401) repeat-x;
  background-size: cover;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

/* 下部のCTAボタン(Topページ) */
#voice .btns {
  margin-top: 57px;
  justify-content: center;
  column-gap: 47px;
}
#voice .btns a {
  box-shadow: 0 4px 0 0 #acacac;
  position: relative;
  color: #454545;
  background-color: #fff;
  border-radius: 100vh;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: min(100%, 400px);
  line-height: 1.3;
  height: 64px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#voice .btns a::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  width: 40px;
  height: 33px;
  top: calc(50% - 17px);
}
@media (max-width: 768px) {
  #voice .btns a::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#voice .btns a:first-child::before {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico09.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 45px;
  top: calc(50% - 21.5px);
  left: 1em;
}
@media (max-width: 768px) {
  #voice .btns a:first-child::before {
    width: 28px;
    height: 37px;
    top: calc(50% - 17px);
  }
}
#voice .btns a:last-child {
  flex-direction: column;
}
#voice .btns a:last-child img {
  width: 65px;
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(-10deg);
  left: 30px;
  top: -23px;
  transform: scale(1.05);
  left: 10px;
  top: -13px;
}
@media screen and (max-width: 520px) {
  #voice .btns a:last-child img {
    width: 42px;
    transform: scale(1.45);
    top: -5px;
  }
}
#voice .btns a:last-child span {
  font-size: 0.58em;
}
@media screen and (max-width: 520px) {
  #voice .btns a:last-child span {
    font-size: 0.66em;
  }
}
@media screen and (max-width: 768px) {
  #voice .btns a {
    width: min(100%, 482px);
  }
}
@media screen and (max-width: 520px) {
  #voice .btns a {
    width: min(100%, 300px);
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #voice .btns {
    margin-top: 31px;
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
  }
}

/* 医療業界LPスライダースタイル */
.voice-healthcare-wrap {
  width: min(100%, 1110px);
  margin: 25px auto 0;
}

.voice-healthcare__tabs {
  width: min(100%, 300px);
  height: 40px;
  margin: 0 auto;
  padding: 4px 3px;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .voice-healthcare__tabs {
    width: min(100%, 234px);
    height: 38px;
  }
}

.voice-healthcare__tab {
  font-size: 20px;
  font-weight: bold;
  color: #939393 !important;
  border-radius: 100vh;
  width: min(50%, 145px);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.voice-healthcare__tab.active {
  background-color: #018DFA;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .voice-healthcare__tab {
    font-size: 16px;
  }
}

.voice-slider-wrap.healthcare {
  display: none;
}
.voice-slider-wrap.healthcare.active {
  display: block;
}

.voice-slider.healthcare .slick-list {
  width: 100%;
}
.voice-slider.healthcare .slick-slide {
  margin: 0 25px;
}
.voice-slider.healthcare .slick-slide a:hover .sentence, .voice-slider.healthcare .slick-slide a:hover .company-name, .voice-slider.healthcare .slick-slide a:hover dt, .voice-slider.healthcare .slick-slide a:hover dd {
  color: #ff6e00 !important;
}
.voice-slider.healthcare .slick-arrow.slick-next {
  right: -20px;
}
@media screen and (max-width: 1180px) {
  .voice-slider.healthcare .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 376px) {
  .voice-slider.healthcare .slick-arrow.slick-next {
    right: 15px;
    top: 126px;
  }
}
@media screen and (max-width: 360px) {
  .voice-slider.healthcare .slick-arrow.slick-next {
    right: 0;
  }
}
.voice-slider.healthcare .slick-arrow.slick-prev {
  left: -20px;
}
@media screen and (max-width: 1180px) {
  .voice-slider.healthcare .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 376px) {
  .voice-slider.healthcare .slick-arrow.slick-prev {
    left: 15px;
    top: 126px;
  }
}
@media screen and (max-width: 360px) {
  .voice-slider.healthcare .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .voice-slider.healthcare .sentence {
    font-size: 15px;
    margin-bottom: 0;
    min-height: 72px;
  }
}
.voice-slider.healthcare .company-name {
  font-size: 12px;
  margin: 1em 0;
}
.voice-slider.healthcare .detail-detail dl:last-child dt {
  min-width: 50px;
}