@charset "UTF-8";
/* 共通設定
  ############################################################################################# */
html {
  font-size: 10px;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  color: #666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5em;
  line-height: 2;
}

@media (max-width: 740px) {
  body {
    font-size: 1.4em;
  }
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.sp {
  display: none;
}

.flex {
  -js-display: flex;
  display: flex;
}

.inflex {
  -js-display: inline-flex;
  display: inline-flex;
}

img.wide {
  height: auto;
  width: 100%;
}

.hover:hover {
  opacity: .7;
  text-decoration: none;
}

.width {
  margin: auto;
  width: 980px;
}

@media (max-width: 740px) {
  .width {
    width: calc(100vw * 325 / 375);
  }
}

.btn {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 15px 14px 14px;
  text-align: center;
  width: 260px;
}

.btn.free {
  background-color: #3dd8da;
}

.btn.req {
  background-color: #004366;
}

.btn + .btn {
  margin-left: 35px;
}

@media (max-width: 740px) {
  .btn {
    font-size: 18px;
    padding: 11px 14px;
    width: 100%;
  }
  .btn + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
}

.mainTitle {
  font-size: 34px;
  font-size: 3.4rem;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 85px;
}

@media (max-width: 740px) {
  .mainTitle {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-top: 65px;
    text-align: center;
  }
}

.subTitle {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 740px) {
  .subTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}

.subTitle:after {
  background-color: #004366;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

.light {
  color: #3dd8da;
  font-weight: bold;
}

.underHero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 447px;
  justify-content: center;
  margin-bottom: 20px;
}

.underHero .title {
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 3px;
  margin: 0;
}

.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 60px;
}
.breadcrumb .list {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.breadcrumb li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 740px) {
  .underHero {
    height: calc(100vw * 200 / 375);
    margin-bottom: 40px;
  }
  .underHero .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 750px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}

@keyframes hdDown {
  0% {
    top: -85px;
  }
  100% {
    top: 0;
  }
}

/* ヘッダー
  ############################################################################################# */
.hd {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 740px) {
  .hd {
    background-color: #fff;
    position: fixed;
  }
}

.hd.fix {
  animation: hdDown .7s;
  background-color: #fff;
  position: fixed;
}

.hd .width {
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  padding: 17px 60px 18px;
  width: 1200px;
}

@media (max-width: 740px) {
  .hd .width {
    padding: calc(100vw * 9 / 375) 0;
    width: calc(100vw * 343 / 375);
  }
}

@media (max-width: 740px) {
  .hd .logo img {
    height: calc(100vw * 32 / 375);
    max-height: 44px;
    max-width: 148px;
  }
}

.hd .list {
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 740px) {
  .hd .list {
    background-color: #004366;
    font-size: 15px;
    position: absolute;
    left: 0;
    opacity: 0;
    top: calc(100vw * 50 / 375);
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    width: 100vw;
  }
  .hd .list.show {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

@media (max-width: 740px) {
  .hd .list .item {
    color: #fff;
    display: block;
    padding: 11px;
    text-align: center;
    width: 100%;
  }
}

.hd .list .item:not(.free):not(.req) {
  margin-right: 38px;
  position: relative;
}

@media (max-width: 740px) {
  .hd .list .item:not(.free):not(.req) {
    margin-right: 0;
  }
}

.hd .list .item:not(.free):not(.req):after {
  background: #333;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: .3s;
  width: 0;
}

@media (max-width: 740px) {
  .hd .list .item:not(.free):not(.req):after {
    display: none;
  }
}

.hd .list .item:not(.free):not(.req):hover:after {
  width: 100%;
}

.hd .list .item.free, .hd .list .item.req {
  color: #fff;
  padding: 11px;
  text-align: center;
  width: 148px;
}

@media (max-width: 740px) {
  .hd .list .item.free, .hd .list .item.req {
    width: 100%;
  }
}

.hd .list .item.free {
  background-color: #3dd8da;
  margin-right: 25px;
}

@media (max-width: 740px) {
  .hd .list .item.free {
    background-color: transparent;
    margin-right: 0;
  }
}

.hd .list .item.req {
  background-color: #004366;
}

@media (max-width: 740px) {
  .hd .list .item.req {
    background-color: transparent;
  }
}

@media (max-width: 740px) {
  .nav_toggle {
    position: absolute;
    height: 18px;
    z-index: 9999;
    right: calc(100vw * 16 / 375);
    top: 50%;
    transform: translateY(-50%);
    width: calc(100vw * 28 / 375);
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #004366;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

/* メインコンテンツ
  ############################################################################################# */
.hero {
  background: url(../images/hero_bg.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}

@media (max-width: 740px) {
  .hero {
    background-image: url(../images/hero_bg_sp.jpg);
  }
  .hero .spMid {
    font-size: 24px;
  }
}

.hero .width {
  padding-bottom: 135px;
  width: 1200px;
}

@media (max-width: 740px) {
  .hero .width {
    padding-bottom: 70px;
    width: calc(100vw * 325 / 375);
  }
}

.hero .title {
  font-size: 68px;
  font-size: 6.8rem;
  line-height: .9;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 220px;
}

.hero .title .small {
  font-size: 38px;
  font-size: 3.8rem;
}

@media (max-width: 740px) {
  .hero .title {
    font-size: 42px;
    letter-spacing: 4px;
    padding-top: 58px;
  }
  .hero .title .spBox {
    display: block;
    margin-bottom: -8px;
    line-height: 1.3;
  }
  .hero .title .small {
    font-size: 18px;
  }
}

.hero .text {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 37px;
}

@media (max-width: 740px) {
  .hero .text {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0;
  }
}

.btnWrap {
  padding: 30px 0;
  width: 100%;
}

.about {
  margin-top: 100px;
  text-align: right;
}

@media (max-width: 1710px) {
  .about {
    background: url(../images/about_bg.jpg) no-repeat top right calc(100vw * 330 / 1710);
    background-size: cover;
    padding: calc(100vw * 70 / 1710) 0;
  }
  .about .box {
    padding: calc(100vw * 50 / 1710) calc(100vw * 60 / 1710);
    width: calc(100vw * 800 / 1710);
  }
}

@media (min-width: 1711px) {
  .about {
    background: url(../images/about_bg.jpg) no-repeat top right calc(100vw * 538 / 1920);
    background-size: cover;
    padding: calc(100vw * 70 / 1920) 0;
  }
  .about .box {
    padding: calc(100vw * 50 / 1920) calc(100vw * 60 / 1920);
    width: calc(100vw * 800 / 1920);
  }
}

@media (max-width: 740px) {
  .about {
    background-position: inherit;
    margin-top: 0;
    padding: 35px 0;
  }
}

.about .box {
  background-color: #004366;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 2;
  max-width: 800px;
  text-align: left;
}

@media (max-width: 740px) {
  .about .box {
    display: block;
    font-size: 14px;
    margin: auto;
    padding: calc(100vw * 26 / 375);
    width: calc(100vw * 325 / 375);
  }
}

.about .box > :last-child {
  margin-bottom: 0;
}

.about .box .mainTitle {
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: 0;
}

.rpa {
  text-align: center;
}

.rpa .subTitle {
  margin-top: 100px;
}

@media (max-width: 740px) {
  .rpa .subTitle {
    margin-top: 70px;
    margin-bottom: 25px;
  }
}

.rpa .intro .wrap {
  margin: 55px auto 30px;
  position: relative;
  width: 800px;
}

@media (max-width: 740px) {
  .rpa .intro .wrap {
    flex-wrap: wrap;
    margin-top: 25px;
    width: 100%;
  }
}

.rpa .intro .box {
  width: 50%;
}

@media (max-width: 740px) {
  .rpa .intro .box {
    width: 100%;
  }
}

.rpa .intro .box:first-child .title {
  background-color: #bbb;
}

.rpa .intro .box:first-child .title:before {
  border-left: 38px solid #fff;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -22px;
  top: -7px;
  width: 0;
  z-index: 1;
}

.rpa .intro .box:first-child .title:after {
  border-left: 28px solid #bbb;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -12px;
  width: 0;
  z-index: 2;
}

@media (max-width: 740px) {
  .rpa .intro .box:first-child .title:before, .rpa .intro .box:first-child .title:after {
    display: none;
  }
}

.rpa .intro .box:last-child .title {
  background-color: #004366;
  position: relative;
}

.rpa .intro .box:last-child .title:before {
  background-color: #004366;
  content: "";
  height: 40px;
  left: -6px;
  position: absolute;
  width: 10px;
  z-index: 0;
}

@media (max-width: 740px) {
  .rpa .intro .box:last-child .title:before {
    display: none;
  }
}

.rpa .intro .box img {
  height: calc(100vw * 120 / 375);
  max-height: 155px;
  width: auto;
}

.rpa .intro .box .title {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 35px;
  margin-bottom: 7px;
  position: relative;
}

@media (max-width: 740px) {
  .rpa .intro .box .title {
    font-size: 18px;
    margin-top: 12px;
    padding: 3px 0 2px;
  }
}

.rpa .intro .box .list {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

.rpa .intro .box .list .border {
  border-bottom: 5px solid #cfcfcf;
}

.rpa .intro .box .list .mark, .rpa .intro .box .list .emp {
  font-size: 12px;
  font-size: 1.2rem;
}

.rpa .intro .box .list .emp {
  text-align: right;
}

@media (max-width: 740px) {
  .rpa .intro .box .list {
    font-size: 15px;
    line-height: 2.2;
  }
}

.rpa .intro .balloon {
  align-items: center;
  background-color: #98c2d6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  height: 150px;
  justify-content: center;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 150px;
}

@media (max-width: 740px) {
  .rpa .intro .balloon {
    border-radius: 12px;
    font-size: 18px;
    height: auto;
    margin: 25px 0;
    padding: 8px;
    position: relative;
    width: calc(100vw * 247 / 375);
  }
}

.rpa .intro .balloon:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #98c2d6;
  bottom: -16px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.rpa .intro .desc {
  border: 2px solid #004366;
  border-radius: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  margin: auto;
  padding: 25px;
  position: relative;
  width: 680px;
}

.rpa .intro .cat {
  bottom: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.rpa .intro .cat .list {
  margin: 0;
}

.rpa .intro .cat .item {
  background-color: #98c2d6;
  color: #fff;
  line-height: 1;
  padding: 5px;
  width: 80px;
}

.rpa .intro .cat .item:not(:last-child) {
  margin-bottom: 11px;
}

@media (max-width: 740px) {
  .rpa .intro .desc {
    font-size: 14px;
    padding: calc(100vw * 17 / 375);
    width: 100%;
  }
}

.rpa .intro .desc:before, .rpa .intro .desc:after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 24px solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.rpa .intro .desc:before {
  top: -20px;
  z-index: 1;
}

.rpa .intro .desc:after {
  border-bottom-color: #004366;
  top: -24px;
}

.rpa .intro .desc .emp {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 740px) {
  .rpa .intro .desc .emp {
    font-size: 14px;
  }
}

.rpa .robot .wrap {
  flex-wrap: wrap;
}

.rpa .robot .wrap > * {
  width: 50%;
}

@media (max-width: 740px) {
  .rpa .robot .wrap > * {
    width: 100%;
  }
}

.rpa .robot .text {
  text-align: left;
}

.rpa .robot .text .title {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
}

@media (max-width: 740px) {
  .rpa .robot .text .title {
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
  }
}

.rpa .robot .img {
  margin-top: 8px;
}

.rpa .robot .img table {
  border-collapse: collapse;
  margin-left: 75px;
  width: 380px;
}

@media (max-width: 740px) {
  .rpa .robot .img table {
    margin-left: 0;
    width: 100%;
  }
}

.rpa .robot .img .tr01 {
  height: 210px;
}

@media (max-width: 740px) {
  .rpa .robot .img .tr01 {
    height: calc(100vw * 160 / 375);
  }
}

.rpa .robot .img .tr01 td {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 740px) {
  .rpa .robot .img .tr01 td {
    font-size: 15px;
  }
}

.rpa .robot .img .tr01 td:first-child {
  background-color: #bbb;
  color: #fff;
  width: 140px;
}

@media (max-width: 740px) {
  .rpa .robot .img .tr01 td:first-child {
    width: calc(100vw * 120 / 375);
  }
}

.rpa .robot .img .tr01 td:nth-child(2) {
  background: -moz-linear-gradient(left, #e3e3e3, #eee);
  background: -webkit-linear-gradient(left, #e3e3e3, #eee);
  background: linear-gradient(to right, #e3e3e3, #eee);
  position: relative;
}

.rpa .robot .img .tr01 td:nth-child(2):after {
  background: linear-gradient(to top right, transparent 50%, #fff 50%);
  background: -webkit-linear-gradient(to top right, transparent 50%, #fff 50%);
  background: -ms-linear-gradient(to top right, transparent 50%, #fff 50%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.rpa .robot .img .tr01 td:last-child {
  vertical-align: bottom;
}

.rpa .robot .img .tr01 td:last-child .money {
  position: relative;
}

.rpa .robot .img .tr01 td:last-child .money:before, .rpa .robot .img .tr01 td:last-child .money:after {
  background-color: #333;
  bottom: 2px;
  content: "";
  height: 20px;
  position: absolute;
  width: 1px;
}

.rpa .robot .img .tr01 td:last-child .money:before {
  left: -8px;
  transform: rotate(-35deg);
}

.rpa .robot .img .tr01 td:last-child .money:after {
  right: -8px;
  transform: rotate(35deg);
}

.rpa .robot .img .tr02 {
  height: 30px;
}

@media (max-width: 740px) {
  .rpa .robot .img .tr02 {
    height: calc(100vw * 18 / 375);
  }
}

.rpa .robot .img .tr02 td:first-child {
  background: -moz-linear-gradient(left, #e3e3e3, #eee);
  background: -webkit-linear-gradient(left, #e3e3e3, #eee);
  background: linear-gradient(to right, #e3e3e3, #eee);
}

.rpa .robot .img .tr02 td:last-child {
  background-color: #004366;
  width: 140px;
}

@media (max-width: 740px) {
  .rpa .robot .img .tr02 td:last-child {
    width: calc(100vw * 118 / 375);
  }
}

.rpa .robot .img .tr03 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.rpa .robot .img .tr03 td {
  padding-top: 13px;
}

.rpa .easy .tb {
  border-collapse: collapse;
  width: 100%;
}

.rpa .easy .tb thead {
  line-height: 1.2;
}

.rpa .easy .tb thead th {
  border-top: none;
}

.rpa .easy .tb thead th:first-child {
  padding-bottom: 10px;
  vertical-align: bottom;
  width: 155px;
}

.rpa .easy .tb thead th:not(:first-child) {
  padding-bottom: 30px;
  width: 270px;
}

.rpa .easy .tb thead th.walk {
  background: url(../images/easy_walk_bg.png) no-repeat center 85%;
}

.rpa .easy .tb thead th.car {
  background: url(../images/easy_car_bg.png) no-repeat center 75%;
}

.rpa .easy .tb thead th.air {
  background: url(../images/easy_air_bg.png) no-repeat center 90%;
}

.rpa .easy .tb th {
  font-size: 18px;
  font-size: 1.8rem;
}

.rpa .easy .tb th .normal {
  font-weight: normal;
}

.rpa .easy .tb th, .rpa .easy .tb td {
  border: 5px solid #fff;
}

.rpa .easy .tb tr :first-child {
  border-left: none;
}

.rpa .easy .tb tr :last-child {
  border-right: none;
}

.rpa .easy .tb td {
  background-color: #98c2d6;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 12px 10px;
}

.rpa .easy .tb td .desc {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.rpa .easy .tb tbody {
  color: #fff;
  line-height: 1;
}

.rpa .easy .tb tbody th {
  background-color: #333;
}

.rpa .easy .tb tbody td:nth-of-type(2) {
  background-color: #004366;
}

@media (max-width: 740px) {
  .rpa .easy .block {
    display: block;
  }
  .rpa .easy .js-toggle + * {
    display: none;
  }
  .rpa .easy .toggle {
    text-align: left;
  }
  .rpa .easy .toggle:not(:last-child) {
    margin-bottom: 20px;
  }
  .rpa .easy .toggle .title {
    background-color: #98c2d6;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 8px 48px;
    position: relative;
  }
  .rpa .easy .toggle .title:before {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: "";
    height: 9px;
    left: 18px;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 9px;
  }
  .rpa .easy .toggle .title.active:before {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .rpa .easy .toggle .title .emp {
    color: #004366;
  }
  .rpa .easy .toggle .text {
    background-color: #eee;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
    padding: calc(100vw * 7 / 375) calc(100vw * 10 / 375);
  }
  .rpa .easy .toggle .text .sptb {
    width: 100%;
  }
  .rpa .easy .toggle .text .item {
    vertical-align: top;
  }
  .rpa .easy .toggle .text .mark {
    font-weight: normal;
    vertical-align: top;
  }
  .rpa .easy .toggle .text .cont {
    width: calc(100vw * 180 / 375);
  }
}


.rpa .able .slick-track {
  align-items: center;
  display: flex;
}

.rpa .able .tb {
  border-collapse: collapse;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
}

@media (max-width: 740px) {
  .rpa .able .slick-track {
    display: block;
  }
  .rpa .able .slider2 .ite {
    padding: 0 15px;
  }
}

.rpa .able .tb tr {
  border-top: 2px solid #004366;
  border-bottom: 2px solid #004366;
}

@media (max-width: 740px) {
  .rpa .able .tb tr {
    display: block;
    padding: 15px 0;
  }
  .rpa .able .tb tr {
    border-bottom: none;
  }
}

.rpa .able .tb tr.row {
  border: none;
}
.rpa .able .tb tr.row.first {
  border-top: 2px solid #004366;
}
.rpa .able .tb tr:first-child {
  border-top: none !important;
}
.rpa .able .tb tr:last-child {
  border-bottom: none !important;
}

@media (max-width: 740px) {
  .rpa .able .tb tr.row.first {
    padding-bottom: 0;
  }
  .rpa .able .tb tr.row.middle {
    padding: 0;
  }
  .rpa .able .tb tr:not(.middle):not(.last) {
    clear: both;
  }
}

.rpa .able .tb tr.row.first td, .rpa .able .tb tr.row.middle td {
  padding-bottom: 8px;
}

.rpa .able .tb tr.row.middle td {
  padding-top: 8px;
}

@media (max-width: 740px) {
  .rpa .able .tb tr.row.first td, .rpa .able .tb tr.row.middle td {
    padding-bottom: 0;
  }
}

@media (max-width: 740px) {
  .rpa .able .tb tr.row.last {
    padding-top: 0;
  }
}

.rpa .able .tb tr.row.last td {
  padding-top: 8px;
}

.rpa .able .tb th, .rpa .able .tb td {
  padding: 20px 0;
}

@media (max-width: 740px) {
  .rpa .able .tb th, .rpa .able .tb td {
    display: block;
    padding: 0;
  }
  .rpa .able .tb tr.row.last td {
    padding-bottom: 0;
  }
}

@media (max-width: 740px) {
  .rpa .able .tb th {
    padding-bottom: 6px;
  }
}

.rpa .able .tb td {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 740px) {
  .rpa .able .tb td {
    float: left;
    font-size: 14px;
    padding-top: 8px;
	width: 50%;
  }
  .rpa .able .tb tr:not(.middle):not(.first) td:last-child {
    padding-bottom: 7%;
  }
  .rpa .able .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }
}

.rpa .other .list {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.6;
  margin: 40px 0 35px;
}

@media (max-width: 740px) {
  .rpa .other .list {
    flex-wrap: wrap;
    font-size: 15px;
    margin: 25px 0 20px;
  }
}

.rpa .other .list .item {
  background-color: #004366;
  padding: 19px;
  width: calc((100% - (12px * 3)) / 4);
}

@media (max-width: 740px) {
  .rpa .other .list .item {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: calc(100vw * 8 / 375);
    width: calc(100vw * 155 / 375);
  }
  .rpa .other .list .item:nth-child(n+3) {
    margin-top: calc(100% - (100vw * 310 / 375));
  }
}

.cBnr {
  background: url(../images/cBnr_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 120px;
  padding: 100px 0;
  text-align: center;
}

.cBnr .mainTitle {
  line-height: 1.6;
  margin-bottom: 35px;
  padding-top: 0;
}

.cBnr .text {
  line-height: 1.7;
  margin: 40px 0 0;
}

.cBnr .text .tel {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 740px) {
  .cBnr {
    background-image: url(../images/cBnr_bg_sp.jpg);
    font-size: 14px;
    margin-top: 65px;
    padding: 60px 0;
  }
  .cBnr .mainTitle {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .cBnr .text {
    margin-top: 25px;
  }
  .cBnr .text .tel {
    font-size: 100%;
  }
}

.advantage {
  text-align: center;
}

.advantage .list {
  margin-top: 40px;
}

.advantage .item {
  border: 2px solid #004366;
  border-radius: 20px;
  padding: 50px 65px;
  position: relative;
}

@media (max-width: 740px) {
  .advantage .item {
    padding: calc(100vw * 24 / 375) calc(100vw * 20 / 375);
  }
}

.advantage .item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 740px) {
  .advantage .item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.advantage .item:not(:last-child):after {
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #004366;
  bottom: -74px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

@media (max-width: 740px) {
  .advantage .item:not(:last-child):after {
    border-top-width: 19px;
    border-right-width: 29px;
    border-left-width: 29px;
    bottom: -41px;
  }
}

.advantage .item .title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}

.advantage .item .title:after {
  background-color: #004366;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

.advantage .item .wrap {
  justify-content: space-between;
}

@media (max-width: 740px) {
  .advantage .item .wrap {
    flex-wrap: wrap;
  }
}

.advantage .item dl {
  margin-top: 0;
  width: calc((100% - 100px) / 2);
}

@media (max-width: 740px) {
  .advantage .item dl {
    width: 100%;
  }
  .advantage .item dl:first-of-type {
    margin-bottom: 30px;
  }
  .advantage .item dl:last-of-type {
    margin-bottom: 0;
  }
}

.advantage .item dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 740px) {
  .advantage .item dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.advantage .item dd {
  margin-left: 0;
}

.advantage .item dd > :last-child {
  margin-bottom: 0;
}

.advantage .item .text {
  text-align: left;
}

.advantage .item .img {
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 740px) {
  .advantage .item .img .img01 {
    max-width: 118px;
    width: calc(100vw * 90 / 375);
  }
  .advantage .item .img .img02 {
    max-width: 143px;
    width: calc(100vw * 123 / 375);
  }
  .advantage .item .img .img03 {
    max-width: 121px;
    width: calc(100vw * 111 / 375);
  }
  .advantage .item .img .img04 {
    max-width: 119px;
    width: calc(100vw * 95 / 375);
  }
}

.case {
  margin-bottom: 100px;
  text-align: center;
}

.case .caseArc .list {
  margin-bottom: 50px;
}

@media (max-width: 740px) {
  .case .slider {
    margin: 0 auto calc(100vw * 65 / 375);
    width: calc(100vw * 325 / 375);
  }
}

.case .slider .item {
  border: 2px solid #004366;
  border-radius: 20px;
  margin: auto;
  padding: 50px 90px;
  width: 980px;
}

@media (max-width: 740px) {
  .case .slider .item {
    padding: calc(100vw * 24 / 375) calc(100vw * 20 / 375);
    width: 100%;
  }
}

.case .slider .subTitle {
  margin-bottom: 50px;
}

@media (max-width: 740px) {
  .case .slider .subTitle {
    margin-bottom: 35px;
  }
}

.case .slider .title {
  background-color: #004366;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 17px;
  padding: 5px;
}

@media (max-width: 740px) {
  .case .slider .title {
    font-size: 15px;
  }
}

.case .slider .wrap {
  justify-content: space-between;
  margin-bottom: 35px;
}

@media (max-width: 740px) {
  .case .slider .wrap {
    flex-wrap: wrap;
  }
}

.case .slider .sup {
  margin-top: 25px;
  margin-bottom: 35px;
}

.case .slider .sum {
  align-items: center;
  background-color: #eee;
  margin: 40px auto 0;
  padding: 25px 39px;
  width: 600px;
}

.case .slider .sum .text {
  margin-left: 29px;
  line-height: 1.3;
  text-align: left;
}

.case .slider .sum .text td:not(:first-child) {
  padding-left: 50px;
}

.case .slider .sum caption {
  font-weight: bold;
  text-align: left;
}

@media (max-width: 740px) {
  .case .slider .sum {
    margin-top: 25px;
    padding: calc(100vw * 18 / 375) calc(100vw * 20 / 375) calc(100vw * 15 / 375);
    width: 100%;
  }
  .case .slider .sum img {
    display: none;
  }
  .case .slider .sum .text {
    border-collapse: collapse;
    font-size: 12px;
    margin-left: 0;
  }
  .case .slider .sum .text table, .case .slider .sum .text tbody, .case .slider .sum .text td, .case .slider .sum .text caption {
    display: block;
  }
  .case .slider .sum .text caption {
    padding-bottom: 3px;
  }
  .case .slider .sum .text td {
    padding: 3px 0;
  }
  .case .slider .sum .text td:not(:first-child) {
    padding-left: 0;
  }
}

.case .slider .slick-arrow, .rpa .able .slick-arrow {
  background-color: #004366;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  z-index: 9;
}

@media (max-width: 740px) {
  .case .slider .slick-arrow, .rpa .able .slick-arrow {
    height: calc(100vw * 40 / 375);
    width: calc(100vw * 40 / 375);
  }
}

.case .slider .slick-arrow.slick-prev {
  left: 7.5%;
}

.rpa .able .slick-arrow.slick-prev {
  left: -10%;
}

@media (max-width: 740px) {
  .case .slider .slick-arrow.slick-prev, .rpa .able .slick-arrow.slick-prev {
    left: 0;
  }
}

.case .slider .slick-arrow.slick-prev:before, .rpa .able .slick-arrow.slick-prev:before {
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
  height: 0;
  left: 21px;
  position: absolute;
  transform: translateY(-50%);
  width: 0;
}

@media (max-width: 740px) {
  .case .slider .slick-arrow.slick-prev:before, .rpa .able .slick-arrow.slick-prev:before {
    border-right-width: calc(100vw * 12 / 375);
    border-top-width: calc(100vw * 12 / 375);
    border-bottom-width: calc(100vw * 12 / 375);
    left: calc(100vw * 12 / 375);
  }
}

.case .slider .slick-arrow.slick-next {
  right: 7.5%;
}

.rpa .able .slick-arrow.slick-next {
  right: -10%;
}

@media (max-width: 740px) {
  .case .slider .slick-arrow.slick-next, .rpa .able .slick-arrow.slick-next {
    right: 0;
  }
}

.case .slider .slick-arrow.slick-next:before, .rpa .able .slick-arrow.slick-next:before {
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
  height: 0;
  right: 21px;
  position: absolute;
  transform: translateY(-50%);
  width: 0;
}

.case .slider .slick-arrow.slick-prev:after, .case .slider .slick-arrow.slick-next:after, .rpa .able .slick-arrow.slick-prev:after, .rpa .able .slick-arrow.slick-next:after {
  bottom: -42px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  left: 0;
  line-height: 1.5;
  position: absolute;
  width: 100%;
}

.case .slider .slick-arrow.slick-prev:after {
  content: "前の事例を見る";
}

.case .slider .slick-arrow.slick-next:after {
  content: "次の事例を見る";
}

.rpa .able .slick-arrow.slick-prev:after {
  content: "前の自動化項目を見る";
}

.rpa .able .slick-arrow.slick-next:after {
  content: "次の自動化項目を見る";
}

@media (max-width: 740px) {
  .case .slider .slick-arrow.slick-next:before, .rpa .able .slick-arrow.slick-next:before {
    border-left-width: calc(100vw * 12 / 375);
    border-top-width: calc(100vw * 12 / 375);
    border-bottom-width: calc(100vw * 12 / 375);
    right: calc(100vw * 12 / 375);
  }
  .case .slider .slick-arrow.slick-prev:after, .case .slider .slick-arrow.slick-next:after {
    bottom: calc(100vw * 35 / -375);
    font-size: 10px;
  }
  .rpa .able .slick-arrow.slick-prev:after, .rpa .able .slick-arrow.slick-next:after {
    bottom: calc(100vw * 50 / -375);
    font-size: 10px;
  }
}

.case .list01, .case .list02, .case .list03 {
  text-align: left;
}

.case .list01 li, .case .list02 li, .case .list03 li {
  padding-left: 10px;
  position: relative;
}

.case .list01 li:before, .case .list02 li:before, .case .list03 li:before {
  background-color: #004366;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 2px;
}

.case .list01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 35px;
}

@media (max-width: 740px) {
  .case .list01 {
    font-size: 14px;
    line-height: 1.8;
  }
}

.case .list02 {
  line-height: 1.8;
  width: calc((100% - 90px) / 2);
}

@media (max-width: 740px) {
  .case .list02 {
    width: 100%;
  }
}

@media (max-width: 740px) {
  .slick-dots li button {
    border-radius: 50%;
    height: 10px;
    padding: 0;
    width: 10px;
  }
  .slick-prev, .slick-next {
    bottom: -25px;
    top: auto;
  }
}

.contact {
  background-color: #004366;
  color: #fff;
  padding-bottom: 110px;
  text-align: center;
}

.contact .tabBtn .btn {
  border: 2px solid #fff;
}

.contact .tabBtn .btn.active {
  background-color: #fff;
  color: #3dd8da;
}

@media (max-width: 740px) {
  .contact #tabs {
    margin-top: 10px;
  }
  .contact .tabBtn .btn {
    font-size: 16px;
    width: 48%;
  }
  .contact .tabBtn .btn:first-of-type {
    margin-right: 2%;
  }
}

.contact .text {
  font-size: 20px;
  font-size: 2rem;
  margin: 40px 0;
}

.contact .text .tel {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
}

@media (max-width: 740px) {
  .contact .text {
    font-size: 16px;
    margin: 20px 0;
  }
}

.contact th, .contact td {
  text-align: left;
}

.contact th {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  padding-top: 18px;
  vertical-align: top;
  width: 235px;
}

.contact th.must {
  position: relative;
}

.contact th.must:after {
  background-color: #d93c77;
  border-radius: 5px;
  content: "必須";
  line-height: 1.9;
  padding: 0px 21px;
  position: absolute;
  top: 16px;
  right: 0;
}

@media (max-width: 740px) {
  .contact th.must:after {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    padding: 0 11px;
    top: -1px;
  }
}

.contact td {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0 0 30px 25px;
}

@media (max-width: 740px) {
  .contact td {
    padding-bottom: 0;
    padding-left: 0;
  }
}

.contact td.half > * {
  display: inline-block;
  width: 48%;
}

.contact td.half > *:first-child {
  margin-right: 4%;
}

.contact td.tel > * {
  display: inline-block;
  position: relative;
  width: 30%;
}

@media (max-width: 740px) {
  .contact td.tel > * {
    width: 29%;
  }
}

.contact td.tel > *:not(:last-child) {
  margin-right: 5%;
}

@media (max-width: 740px) {
  .contact td.tel > *:not(:last-child) {
    margin-right: 6%;
  }
}

.contact td.tel > *:not(:last-child):after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 37px;
  right: -27px;
  width: 20px;
}

@media (max-width: 740px) {
  .contact td.tel > *:not(:last-child):after {
    top: 28px;
    right: -17%;
    width: 13%;
  }
}

.contact td input {
  height: 70px;
}

@media (max-width: 740px) {
  .contact td input {
    height: inherit;
  }
}

.contact td input::placeholder {
  color: #b4b4b4;
}

.contact td input:-ms-input-placeholder {
  color: #b4b4b4;
}

.contact td input::-ms-input-placeholder {
  color: #b4b4b4;
}

.contact td input, .contact td textarea {
  padding: 15px 25px;
  width: 100%;
}

@media (max-width: 740px) {
  .contact td input, .contact td textarea {
    padding: 9px;
  }
}

@media (max-width: 740px) {
  .contact table, .contact tbody, .contact tr, .contact th, .contact td {
    display: block;
    font-size: 16px;
    width: 100%;
  }
}

.contact .privacy .prTitle {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}

@media (max-width: 740px) {
  .contact .privacy .prTitle {
    font-size: 12px;
  }
}

.contact .privacy .wrap {
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  padding: 15px 20px;
  text-align: left;
}

.contact .wpcf7-submit {
  background-color: #3dd8da;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 50px;
  padding: 27px;
  width: 450px;
}

@media (max-width: 740px) {
  .contact .wpcf7-submit {
    font-size: 18px;
    padding: 20px;
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: inline-flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

@media (max-width: 740px) {
  .wpcf7-list-item-label {
    font-size: 12px;
  }
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label:before {
  background-color: #fff;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  color: #000;
  content: "\f00c";
  display: block;
  position: absolute;
  top: -4px;
  left: 2px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.company {
  line-height: 1.6;
}

@media (max-width: 740px) {
  .company .wrap {
    flex-wrap: wrap;
  }
}

.company .box {
  width: 50%;
}

.company .box:last-child dl {
  margin-left: 60px;
}

@media (max-width: 740px) {
  .company .box {
    width: 100%;
  }
  .company .box:last-child dl {
    margin-left: 0;
  }
}

.company .box dl {
  margin-top: 0;
}

.company .box dl.office {
  margin-top: 60px;
}

@media (max-width: 740px) {
  .company .box dl {
    flex-wrap: wrap;
  }
  .company .box dl.office {
    margin-top: 0;
  }
}

@media (max-width: 740px) {
  .company .box dt, .company .box dd {
    width: 100%;
  }
}

.company .box dt {
  font-weight: bold;
}

.company .box dd {
  margin-left: 20px;
}

@media (max-width: 740px) {
  .company .box dd {
    margin-left: 0;
  }
}

.company .box dd p {
  margin-top: 0;
}

.company .box dd .name {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 740px) {
  .company .box dd .name {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.company .box dd :last-child {
  margin-bottom: 0;
}

/* フッター
  ############################################################################################# */
.ft {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

.ft .copyright {
  margin-top: 20px;
  margin-bottom: 0;
}

.ft figure img{
  margin: 0 auto;
}



/* 導入事例一覧・詳細
  ############################################################################################# */
.casePage, .caseArc {
  text-align: center;
}
.casePage .intro {
  justify-content: space-between;
}
.casePage .intro .img {
  width: 56%;
}
.casePage .intro .tb {
  border: 2px solid #004366;
  border-collapse: collapse;
  width: 40%;
}
.casePage .intro th {
  background-color: #004366;
  color: #fff;
  font-weight: normal;
  padding: 6px 15px;
}
.casePage .intro tr:not(:last-child) th {
  border-bottom: 2px solid #fff;
}
.casePage .intro td {
  border-bottom: 2px solid #004366;
  padding: 6px 20px;
  text-align: left;
}
.casePage .copy {
  border-top: 4px solid #004366;
  border-bottom: 4px solid #004366;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 40px;
  padding: 20px;
  text-align: left;
}
.casePage .other .title {
  background-color: #004366;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 60px;
  padding: 5px;
}
.casePage .other .catch {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 10px;
}
.casePage .other .text {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 20px;
  text-align: left;
}
.casePage .link, .caseArc .more, .caseArc .link {
  background-color: #004366;
  color: #fff;
  display: inline-block;
  padding: 9px 0 8px;
  width: 200px;
}
.caseArc .more, .caseArc .link {
  cursor: pointer;
  margin-top: 80px;
}

.caseArc .list {
  flex-wrap: wrap;
}
.caseArc .item {
  width: 30%;
}
.caseArc .item a {
  display: block;
}
.caseArc .item .img {
  height: 166px;
}
.caseArc .item .title {
  margin-top: 10px;
  margin-bottom: 0;
}
.caseArc .item .text {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.casePage .caseSearch {
  margin-top: 50px;
}
.caseSearch .select {
  justify-content: center;
  margin-bottom: 20px;
}
.caseSearch .select select {
  padding: 7px 0 5px;
  text-align: center;
  width: 250px;
}
.caseSearch .select select:not(:last-child) {
  margin-right: 50px;
}
.caseSearch .error {
  color: #f00;
  display: none;
  margin: 0;
}
.caseSearch .search {
  background-color: #3dd8da;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 50px;
  padding: 12px 10px 10px;
  width: 200px;
}

.casePage .other .text img {
  float: left;
  margin-right: 20px;
}

@media (min-width: 741px) {
  .caseArc .item:not(:nth-child(3n)){
    margin-right: 5%;
  }
  .caseArc .item:nth-child(n+4){
    margin-top: 5%;
  }
}

@media (max-width: 740px) {
  .casePage .intro {
    flex-wrap: wrap;
  }
  .casePage .intro .img, .casePage .intro .tb {
    width: 100%;
  }
  .casePage .intro .img {
    margin-bottom: 7%;
  }
  .casePage .copy {
    font-size: 18px;
    padding: 3%;
  }
  .casePage .other .title, .casePage .other .catch {
    font-size: 16px;
  }
  .casePage .other .title {
    margin-top: 15%;
  }
  .casePage .other .text {
    font-size: 14px;
    padding: 0 4%;
  }
  .caseArc .item {
    width: 46%;
  }
  .caseArc .item:nth-child(even){
    margin-left: 8%;
  }
  .caseArc .item:nth-child(n+3){
    margin-top: 8%;
  }
  .caseArc .item .img {
    background-size: contain !important;
    height: calc(100vw * 100 / 375);
  }
  .casePage .intro .img {
    height: calc(100vw * 183 / 375);
  }
  .caseSearch .select select:not(:last-child) {
    margin-right: 4%;
  }
  .casePage .other .text img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

/*トップページのお客様の声*/
.p-top-voice {
  margin-bottom: 100px;
  text-align: center;
}

.p-top-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}

.p-top-voice__listItem {
  width: 300px;
  margin: 0 20px;
}

.p-top-voice__listItem:nth-child(3n-2) {
  margin-left: 0;
}

.p-top-voice__listItem:nth-child(3n) {
  margin-right: 0;
}

.p-top-voice__listItem:nth-child(n + 4) {
  margin-top: 40px;
}

.p-top-voice__txt {
  position: relative;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: left;
  border: solid 2px #084366;
  border-radius: 8px;
}

.p-top-voice__txt:before {
  position: absolute;
  top: -14px;
  left: 20px;
  z-index: 2;
  display: block;
  width: 16px;
  height: 14px;
  content: '';
  background-image: url(../images/icon-fukidashi.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-voice__corporateName {
  font-size: 12px;
}

.p-top-voice__title {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.p-top-voice__listLink {
  display: block;
}

.p-top-voice__ancorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
}

.p-top-voice__ancorListItem {
  margin-right: 20px;
  color: #084366;
}

.tag {
  display: inline-block;
  color: #084366;
}

.p-top-voice__btnArea {
  margin-top: 60px;
}

.p-top-voice__btn {
  display: inline-block;
  padding: 10px 75px;
  font-size: 20px;
  color: #fff;
  background-color: #084366;
}

.p-top-voice__listImg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 767px) {
  .p-top-voice__list {
    margin-bottom: 0;
  }
  .p-top-voice__listItem {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .p-top-voice__listItem:nth-child(n + 4) {
    margin: 0 0 40px 0;
  }
  .p-top-voice__listItem:last-child {
    margin-bottom: 0;
  }
  .p-top-voice__btn {
    display: block;
    padding: 10px 0;
  }
  .p-top-voice__listImg img {
    height: 51.2vw;
    text-align: center
  }
  .p-top-voice__listImg {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .p-top-voice__listLink:hover {
    opacity: 0.5;
  }
  .p-top-voice__btn:hover {
    opacity: 0.5;
  }
  .p-top-voice__listImg img {
    height: 177px;
  }
}