.show-pc {
  display: inherit;
}
@media screen and (max-width: 820px) {
  .show-pc {
    display: none;
  }
}
.show-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .show-sp {
    display: inherit;
  }
}
.js-scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-base-color: #ffdff9;
  scrollbar-arrow-color: #ffdff9;
}
/* ========================================================================
   Component: mainvisual
========================================================================== */
.mainvisual-bg {
  position: relative;
}
@media screen and (min-width: 821px) {
  .mainvisual-bg {
    height: 780px;
  }
}
.mainvisual-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 821px) {
  .webp .mainvisual-bg:before {
    background-image: url("/images/service/robot/servi/img_mainvisual.png.webp") !important;
  }
  .no-webp .mainvisual-bg:before {
    background-image: url("/images/service/robot/servi/img_mainvisual.png");
  }
}
@media screen and (max-width: 820px) {
  .webp .mainvisual-bg:before {
    background-image: url("/images/service/robot/servi/img_mainvisual_sp.png.webp") !important;
  }
  .no-webp .mainvisual-bg:before {
    background-image: url("/images/service/robot/servi/img_mainvisual_sp.png");
  }
}
.mainvisual-inner {
  width: 100%;
  max-width: 1280px;
  padding: 35px 20px 0;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .mainvisual-inner {
    padding: 40px 20px 140px;
    position: relative;
  }
}
@media screen and (min-width: 820px) {
  .mainvisual-inner {
    display: flex;
  }
}
.mainvisual-content {
  display: inline-block;
  width: 50%;
  padding-top: 40px;
}
@media screen and (min-width: 426px) {
  .mainvisual-content {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .mainvisual-content {
    width: 57%;
    padding-top: 20px;
  }
}
.mainvisual-catch {
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) {
  .mainvisual-catch {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual-catch {
    text-align: left;
  }
}
.mainvisual-catch-first,
.mainvisual-catch-second {
  display: inline-block;
}
.mainvisual-catch-second {
  margin: 0 0 0 -20px;
  transform: translateY(10px);
}
.mainvisual-catch-inner {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 12px 25px;
  position: relative;
  transform: skewX(-15deg);
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisual-catch-inner {
    padding: 8px 10px;
  }
}
.mainvisual-catch-inner span {
  font-size: 1.8rem;
  display: inline-block;
  transform: skewX(15deg);
}
@media screen and (max-width: 767px) {
  .mainvisual-catch-inner span {
    font-size: 1.3rem;
  }
}
.mainvisual-catch-inner:before {
  content: "";
  width: 14px;
  height: 14px;
  border-style: solid;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  transform: skewX(15deg);
}
@media screen and (max-width: 767px) {
  .mainvisual-catch-inner:before {
    width: 10px;
    height: 10px;
    bottom: -10px;
  }
}
.mainvisual-catch-first .mainvisual-catch-inner:before {
  border-width: 0 14px 14px 0;
  border-color: transparent #333 transparent transparent;
}
@media screen and (max-width: 820px) {
  .mainvisual-catch-first .mainvisual-catch-inner:before {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 820px) {
  .mainvisual-catch-second {
    position: absolute;
    top: 22px;
    right: 0;
  }
}
.mainvisual-catch-second .mainvisual-catch-inner:before {
  border-width: 14px 14px 0 0;
  border-color: #333 transparent transparent transparent;
}
@media screen and (max-width: 820px) {
  .mainvisual-catch-second .mainvisual-catch-inner:before {
    left: auto;
    right: 25px;
  }
}
.mainvisual-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mainvisual-title {
    text-align: center;
    padding-top: 15px;
  }
}
.mainvisual-title span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .mainvisual-title span {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-title span {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.mainvisual-title span .only-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .mainvisual-title span .only-sp {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cta {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
  }
}
.mainvisual-cta-text {
  margin-bottom: 25px;
  color: #3a5369;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mainvisual-cta-text {
    text-align: center;
    margin-left: -4em;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.mainvisual-cta-text span {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisual-cta-text span {
    padding: 0 20px;
  }
}
.mainvisual-cta-text span:before,
.mainvisual-cta-text span:after {
  content: "";
  width: 2px;
  height: 150%;
  background: #3a5369;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainvisual-cta-text span:before {
  left: 0;
  transform: rotate(-40deg);
}
.mainvisual-cta-text span:after {
  right: 0;
  transform: rotate(40deg);
}
.mainvisual-cta-button {
  max-width: 420px;
  background: #d11b0b;
  font-size: 2.4rem;
  color: #fff;
  padding: 30px 1em 30px 0;
}
@media screen and (max-width: 480px) {
  .mainvisual-cta-button {
    max-width: 100%;
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.mainvisual-cta-button:before {
  border: 3px solid #fff;
}
.mainvisual-cta-button:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mainvisual-cta-button:hover:before {
  border: 3px solid transparent;
}
.mainvisual-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 821px) {
  .mainvisual-img img {
    width: 100%;
    height: 780px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.mainvisual-bottom {
  position: relative;
  text-align: right;
  padding: 90px 0 20px;
}
@media screen and (max-width: 1024px) {
  .mainvisual-bottom {
    margin-top: 160px;
  }
}
.mainvisual-bottom:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.webp .mainvisual-bottom:before {
  background-image: url("/images/service/robot/servi/main_bottom_bg.png.webp") !important;
}
.no-webp .mainvisual-bottom:before {
  background-image: url("/images/service/robot/servi/main_bottom_bg.png");
}
@media screen and (max-width: 1024px) {
  .mainvisual-bottom-text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 481px) {
  .mainvisual-bottom-text img {
    max-width: 50%;
  }
}
.mainvisual-bottom-inner {
  width: 100%;
  max-width: 1280px;
  padding: 20px 10px;
  margin: auto;
  position: relative;
}
.mainvisual-bottom-movie {
  position: absolute;
  bottom: 120px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .mainvisual-bottom-movie {
    width: 70%;
    padding: 0 20px;
    bottom: 120px;
    text-align: center;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual-bottom-movie {
    width: 100%;
  }
}
.mainvisual-bottom-movie-text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #3a5369;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mainvisual-bottom-movie-text {
    margin-bottom: 10px;
  }
}
.mainvisual-bottom-movie-inner {
  width: 621px;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .mainvisual-bottom-movie-inner {
    width: 100%;
  }
}
.mainvisual-bottom-movie-inner .movie-iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mainvisual-bottom-movie-inner .movie-iframe .img_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mainvisual-bottom-movie-inner .movie-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ========================================================================
   Component: faeture
========================================================================== */
.feature {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .feature {
    padding-bottom: 30px;
  }
}
.feature:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f4f4f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.feature-bg {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px 60px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .feature-bg:before {
    content: "";
    width: 200%;
    height: 100%;
    background: #fff;
    position: absolute;
    border-radius: 0px 0px 20px 0px;
    top: 0;
    right: 30%;
    z-index: -2;
  }
}
.feature .js-scrollable {
  width: calc(100% + 20px);
  margin-bottom: -100px;
  transform: translate(0, -100px);
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .feature .js-scrollable {
    transform: translate(0, -80px);
    padding: 0 20px 0 0;
  }
}
.feature-card {
  width: 333px;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 60px 20px 40px;
  border-radius: 8px;
  z-index: 1;
}
.feature-card-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 1024px) {
  .feature-card-list {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-list {
    width: 800px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .feature-card {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card {
    width: 250px;
    padding: 60px 12px 30px;
  }
}
.feature-card:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #dbdbdb;
  border-right: 3px solid #dbdbdb;
  transform: rotate(135deg);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-card-num {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  padding: 10px;
}
.feature-card-num span {
  display: block;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #fdb135;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  line-height: 54px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  z-index: 1;
}
.feature-card-num span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fdb135 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature-card-catch {
  margin-bottom: 10px;
}
.feature-card-catch span {
  color: #696969;
  position: relative;
}
.feature-card-catch span:before,
.feature-card-catch span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #696969;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.feature-card-catch span:before {
  left: -20px;
  transform: rotate(-40deg);
}
.feature-card-catch span:after {
  right: -20px;
  transform: rotate(40deg);
}
.feature-card-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  min-height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.feature-card-title span {
  display: inline-block;
  line-height: 1;
}
.feature-card-title span.large {
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  .feature-card-title span.large {
    font-size: 3.2rem;
  }
}
.feature-card-title span.regular {
  font-size: 3.2rem;
}
.feature-card-image {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card-link {
  display: block;
  box-shadow: 6px 6px 20px rgba(119,119,119,0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
  z-index: 1;
}
.feature-card-link:hover {
  box-shadow: 10px 10px 20px rgba(119,119,119,0.6);
}
.feature-inner {
  margin-bottom: 45px;
  padding-top: 45px;
}
@media screen and (min-width: 1025px) {
  .feature-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .feature-inner {
    width: 80%;
    margin: auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .feature-inner {
    width: 100%;
  }
}
.feature-inner.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1025px) {
  .feature-inner.reverse .feature-image img {
    transform: translateX(-250px);
  }
}
.feature-inner.regular .feature-content {
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .feature-inner.regular .feature-content {
    padding-right: 50px;
  }
}
.feature-content {
  width: 56%;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .feature-content {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.feature-content-num {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .feature-content-num {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feature-content-num img {
    height: 50px;
    width: auto;
  }
}
.feature-content-subtitle span {
  padding-right: 1em;
  color: #3f84a7;
  display: block;
}
.feature-content-subtitle span:first-child {
  font-size: 2rem;
  margin-bottom: 3px;
}
.feature-content-catch {
  font-size: 2.8rem;
  font-weight: bold;
  color: #3a5369;
}
@media screen and (max-width: 767px) {
  .feature-content-catch {
    font-size: 2.2rem;
  }
}
.feature-content-title {
  font-size: 4.2rem;
  font-weight: bold;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .feature-content-title {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
.feature-content-lead {
  line-height: 2;
}
.feature-image {
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .feature-image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .feature-image img {
    max-width: inherit;
  }
}
/* ========================================================================
   Component: other
========================================================================== */
.other {
  background: #f4f4f5;
  padding-bottom: 0;
  position: relative;
}
.other:before {
  content: "";
  background: #f4f4f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 1025px) {
  .other .section-title-area {
    padding: 80px 0 0;
  }
}
.other .other-title-area:before {
  content: "other";
}
@media screen and (min-width: 1025px) {
  .other .other-title-area:before {
    border-top: none;
    border-bottom: 1px solid #d11b0b;
  }
}
.other-lead {
  margin: 30px 0 60px;
  line-height: 1.8;
}
.other-inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (min-width: 1025px) {
  .other-inner {
    display: flex;
    padding: 120px 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .other-image {
    width: 350px;
    padding-right: 50px;
  }
}
.other-image img {
  max-width: inherit;
  transform: translateX(-120px);
}
@media screen and (max-width: 1024px) {
  .other-image img {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .other-contents {
    width: 730px;
    margin: auto;
  }
}
.other-contents-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-contents-col {
  width: 350px;
  border-radius: 8px 8px 0px 0px;
  background: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .other-contents-col {
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .other-contents-col {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
.other-contents-col-inner {
  padding: 30px 25px;
}
.other-contents-col-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
.other-contents-col-text {
  line-height: 1.8;
}
.other-contents-col-caution {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .other-contents-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .other-contents-col img {
    width: 100%;
  }
}
.bg {
  height: 375px;
}
@media screen and (max-width: 480px) {
  .bg {
    height: auto;
  }
}
.bg img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .bg img {
    transform: translateY(-100px);
    margin-bottom: -100px;
  }
}
.bg .only-pc {
  display: inherit;
}
@media screen and (max-width: 480px) {
  .bg .only-pc {
    display: none;
  }
}
.bg .only-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .bg .only-sp {
    display: inherit;
  }
}
/* ========================================================================
   Component: spec
========================================================================== */
.spec .spec-title-area {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .spec .spec-title-area {
    margin-bottom: 60px;
  }
}
.spec .spec-title-area:before {
  content: "spec";
}
.spec-inner {
  width: 100%;
  max-width: 1120px;
  padding: 120px 20px 60px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .spec-inner {
    padding: 60px 20px;
  }
}
.spec-content {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .spec-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.spec-content-col table {
  width: 100%;
}
.spec-content-col table th,
.spec-content-col table td {
  vertical-align: middle;
}
.spec-content-col table th .text-small,
.spec-content-col table td .text-small {
  font-size: 1.4rem;
}
@media screen and (min-width: 821px) {
  .spec-content-col:first-child {
    width: 55%;
  }
}
.spec-content-col:first-child table th,
.spec-content-col:first-child table td {
  border: 1px solid #dbdbdb;
  padding: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .spec-content-col:first-child table th,
  .spec-content-col:first-child table td {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.spec-content-col:first-child table th {
  background: #f4f4f5;
  min-width: calc(3.2em + 20px);
}
@media screen and (min-width: 821px) {
  .spec-content-col:first-child table th {
    min-width: calc(6em + 40px);
  }
}
.spec-content-col:first-child table th br {
  display: none;
}
@media screen and (max-width: 480px) {
  .spec-content-col:first-child table th br {
    display: inherit;
  }
}
@media screen and (min-width: 821px) {
  .spec-content-col:last-child {
    width: 41%;
  }
}
@media screen and (max-width: 820px) {
  .spec-content-col:last-child {
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .spec-content-col:last-child .spec-content-col-inner {
    justify-content: center;
    margin-top: 50px;
  }
}
.spec-content-list li {
  background: #f4f4f5;
  margin-bottom: 3px;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .spec-content-list li {
    padding: 8px 10px;
  }
}
.spec-content-caution {
  font-size: 1.2rem;
  margin-top: 10px;
}
