.js-scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-base-color: #ffdff9;
  scrollbar-arrow-color: #ffdff9;
}
@media screen and (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: unset;
  }
}
/* ========================================================================
   Component: mainvisual
========================================================================== */
.mainvisual {
  position: relative;
}
.mainvisual::before {
  content: "";
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.webp .mainvisual::before {
  background-image: url("/images/service/robot/bg_mainvisual.png.webp") !important;
}
.no-webp .mainvisual::before {
  background-image: url("/images/service/robot/bg_mainvisual.png");
}
@media screen and (max-width: 480px) {
  .mainvisual::before {
    background-size: cover;
  }
  .webp .mainvisual::before {
    background-image: url("/images/service/robot/bg_mainvisual_sp.png.webp") !important;
  }
  .no-webp .mainvisual::before {
    background-image: url("/images/service/robot/bg_mainvisual_sp.png");
  }
}
.mainvisual-inner {
  width: 100%;
  max-width: 1080px;
  padding: 75px 20px 120px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mainvisual-inner {
    padding: 40px 20px 60px;
    position: relative;
  }
}
.mainvisual-content {
  display: inline-block;
}
@media screen and (min-width: 481px) {
  .mainvisual-content {
    text-align: center;
  }
}
.mainvisual-catch {
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #000;
  position: relative;
  margin: 0 auto 20px;
  padding: 0 0 3px;
}
@media screen and (max-width: 480px) {
  .mainvisual-catch {
    border: none;
  }
}
.mainvisual-catch:before,
.mainvisual-catch:after {
  content: "";
  border-style: solid;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .mainvisual-catch:before,
  .mainvisual-catch:after {
    content: none;
  }
}
.mainvisual-catch:before {
  border-width: 18px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
  left: 40px;
  bottom: -18px;
}
.mainvisual-catch:after {
  border-width: 14px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  left: 42px;
  bottom: -14px;
}
.mainvisual-catch span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 30px;
  position: relative;
  padding: 8px 43px;
}
@media screen and (max-width: 480px) {
  .mainvisual-catch span {
    font-size: 2rem;
    padding: 8px 20px;
  }
}
.mainvisual-catch span:before {
  content: "";
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 42px;
  bottom: -13px;
  z-index: 1;
}
.mainvisual-title {
  font-size: 6.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  .mainvisual-title {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-title {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
.mainvisual-title span {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .mainvisual-title span {
    font-size: 3rem;
  }
}
.mainvisual-title-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -220px;
}
@media screen and (max-width: 480px) {
  .mainvisual-title-image {
    max-width: 25%;
    right: 10px;
    top: auto;
    bottom: 40px;
  }
}
.mainvisual-cta-button {
  max-width: 420px;
  background: #d11b0b;
  font-size: 2.4rem;
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 820px) {
  .mainvisual-cta-button {
    font-size: 2rem;
  }
}
@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;
}
@media screen and (max-width: 767px) {
  .mainvisual-cta-button:after {
    right: 20px;
  }
}
.mainvisual-cta-button:hover:before {
  border: 3px solid transparent;
}
/* ========================================================================
   Component: Line up
========================================================================== */
.lineup {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding-bottom: 40px;
  }
}
.lineup:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.webp .lineup:before {
  background-image: url("/images/service/robot/bg_lineup.png.webp") !important;
}
.no-webp .lineup:before {
  background-image: url("/images/service/robot/bg_lineup.png");
}
.lineup-inner {
  width: 100%;
  max-width: 1080px;
  transform: translateY(-50px);
  margin: 0 auto -50px;
}
@media screen and (max-width: 480px) {
  .lineup-inner {
    transform: translateY(-30px);
    margin: 0 auto -30px;
  }
}
.lineup-title-area:before {
  content: "Line up";
}
@media screen and (min-width: 768px) {
  .lineup-content {
    position: relative;
  }
}
.lineup-content-inner {
  width: 80%;
  padding: 60px 50px 60px 0;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .lineup-content-inner {
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .lineup-content-inner {
    width: 72%;
    padding: 20px 30px 40px 20px;
  }
}
.lineup-content-inner::before {
  content: "";
  background: #fff;
  width: 200%;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.29);
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  right: 0;
  top: 0;
}
.lineup a.lineup-list-button {
  max-width: 400px;
  margin-top: 30px;
  background: #fff;
}
.lineup a.lineup-list-button:after {
  transform: rotate(135deg);
}
.lineup a.lineup-list-button:hover {
  opacity: 1;
  background: #3f84a7;
  color: #fff;
}
.lineup a.lineup-list-button:hover:before,
.lineup a.lineup-list-button:hover:after {
  border-color: #fff;
}
.lineup-image {
  position: absolute;
}
@media screen and (min-width: 1201px) {
  .lineup-image {
    bottom: -30px;
    right: -250px;
  }
}
@media screen and (max-width: 1200px) {
  .lineup-image {
    max-width: 55%;
    bottom: -30px;
    right: -15%;
  }
}
@media screen and (max-width: 1024px) {
  .lineup-image {
    max-width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .lineup-image {
    max-width: 55%;
    bottom: -50px;
    right: -22%;
  }
}
.lineup-image-servi,
.lineup-image-bellabot,
.lineup-image-ketty {
  opacity: 0;
  -webkit-animation-name: Slide;
  animation-name: Slide;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1200px) {
  .lineup-image-servi,
  .lineup-image-bellabot,
  .lineup-image-ketty {
    -webkit-animation-name: SlideSp;
    animation-name: SlideSp;
  }
}
.lineup-image-bellabot,
.lineup-image-ketty {
  position: absolute;
  bottom: 0;
  right: 0;
}
.lineup-image-servi {
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.lineup-image-bellabot {
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.lineup-image-ketty {
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
.lineup-lists {
  width: 100%;
  max-width: 1320px;
  margin: 90px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1180px) {
  .lineup-lists {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .lineup-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1201px) {
  .lineup-lists {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .lineup-lists {
    margin: 90px auto 0;
  }
}
.lineup-list {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.29);
  border-radius: 6px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .lineup-list {
    width: 24%;
    max-width: 305px;
    padding: 20px 20px 25px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .lineup-list {
    width: 49%;
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .lineup-list {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .lineup-list:nth-child(2n) {
    margin-right: 0;
  }
}
.lineup-list-inner {
  display: flex;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .lineup-list-inner {
    align-items: center;
  }
}
.lineup-list-image {
  position: relative;
}
@media screen and (min-width: 821px) {
  .lineup-list-image {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .lineup-list-image {
    max-width: 30%;
    margin-right: 10px;
  }
}
@media screen and (min-width: 821px) {
  .lineup-list-image img {
    margin-left: 5px;
    max-width: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.lineup-list-detail {
  flex: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lineup-list-detail {
    min-height: 230px;
  }
}
@media screen and (max-width: 820px) {
  .lineup-list-detail {
    padding-bottom: 2em;
  }
}
.lineup-list-title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: #3f84a7;
  border-bottom: 1px solid #3f84a7;
  position: relative;
}
.lineup-list-title span:nth-child(2) {
  font-size: 2rem;
  margin-left: 10px;
}
.lineup-list-title-cap {
  font-size: 1.2rem;
  color: #3f84a7;
  text-align: right;
  margin-top: 0.3em;
}
.lineup-list-catch {
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 481px) {
  .lineup-list-catch {
    white-space: nowrap;
  }
}
.lineup-list-catch span {
  color: #b6c6d3;
}
.lineup-list-catch sup {
  top: 8px;
}
.lineup-list-points {
  min-height: 6em;
}
.lineup-list-point {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.lineup-list-point::before {
  content: "";
  background: url("/images/service/robot/ic_check.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
}
.lineup-list-button {
  display: block;
  position: relative;
  width: 100%;
  color: #3f84a7;
  font-weight: bold;
  text-align: center;
  padding: 25px 10px;
  border-radius: 4px;
  margin: 15px auto 0;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  transition: 0.3s;
}
.lineup-list-button:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #3f84a7;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.lineup-list-button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3f84a7;
  border-right: 2px solid #3f84a7;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lineup-list-button.btn-gray {
  background: #f4f4f4;
  color: #d1d1d1;
  box-shadow: none;
  border: 1px solid #d1d1d1;
  cursor: inherit;
}
.lineup-list-button.btn-gray:before,
.lineup-list-button.btn-gray:after {
  content: none;
}
@media screen and (max-width: 480px) {
  .lineup-list-button.js-anchor {
    width: calc(100% - 40px);
  }
}
.lineup-list-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lineup-list-link:hover {
  opacity: 1;
}
.lineup-list-link:hover .lineup-list-button {
  box-shadow: none;
  background: #3f84a7;
  color: #fff;
}
.lineup-list-link:hover .lineup-list-button:before {
  border: 2px solid #fff;
}
.lineup-list-link:hover .lineup-list-button:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.lineup-list-link:hover .btn-gray {
  background: #f4f4f4;
  color: #d1d1d1;
}
.lineup-list-copy {
  font-size: 1rem;
  color: #777;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lineup .section-lead {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .lineup .section-lead {
    margin-top: 1.4em;
  }
}
.lineup .text-gray {
  color: #777;
}
.lineup .ic-new {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
/* ========================================================================
   Component: QUESTION
========================================================================== */
.question {
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .question {
    padding: 60px 0 40px;
  }
}
.question:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.question-title-area:before {
  content: "Question";
}
.question-col {
  padding: 80px 0;
  margin: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .question-col {
    padding: 60px 0;
    margin: 30px 0;
  }
}
.question-col::before {
  content: "";
  background: #d0dee5;
  width: 200%;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}
.question-content {
  position: relative;
}
.question-content::before {
  content: "";
  background: #fff;
  width: 200%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.question-content-inner {
  padding: 80px 40px 45px 80px;
}
@media screen and (max-width: 820px) {
  .question-content-inner {
    padding: 80px 20px 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  .question-content-inner {
    padding: 60px 20px 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .question-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.question-content-num {
  position: absolute;
  top: -25px;
  color: #3f84a7;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .question-content-num {
    top: -20px;
  }
}
.question-content-num span {
  font-size: 1.8rem;
  margin-right: 10px;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .question-content-num img {
    width: auto;
    height: 70px;
  }
}
.question-content-title {
  font-size: 4.2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .question-content-title {
    font-size: 2.2rem;
  }
}
.question-content-catch {
  font-size: 2.8rem;
  font-weight: bold;
  color: #3a5369;
  line-height: 1.4;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .question-content-catch {
    font-size: 1.8rem;
  }
}
.question-content-lead p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.question-content-image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .question-content-image {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .question-content-image img {
    transform: translateY(-90px);
    margin-bottom: -90px;
  }
}
.question-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.question-detail-card {
  width: 220px;
  border: 2px solid #d1d1d1;
}
@media screen and (max-width: 820px) {
  .question-detail-card {
    width: 47%;
  }
}
.question-detail-card-title {
  background: #f4f4f4;
  min-height: 50px;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .question-detail-card-title {
    font-size: 1.2rem;
  }
}
.question-detail-card-inner {
  padding: 15px 12px;
}
@media screen and (max-width: 480px) {
  .question-detail-card-inner {
    padding: 10px;
  }
}
.question-detail-card:first-child {
  position: relative;
}
.question-detail-card:first-child:after {
  content: "";
  width: 12px;
  height: 4px;
  background: #333;
  position: absolute;
  top: 50%;
  right: -1.1em;
}
@media screen and (max-width: 480px) {
  .question-detail-card:first-child:after {
    width: 4%;
    right: -8%;
  }
}
.question-detail-price {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.question-detail-price .text-large {
  font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
  .question-detail-price .text-large {
    font-size: 2.4rem;
  }
}
.question-detail-addition {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 5px;
}
.question-detail .list-bullet li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.question-detail-text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .question-detail-text {
    display: flex;
    align-items: center;
  }
}
.question-detail-text:before {
  display: inline-block;
  content: "=";
  font-size: 3.6rem;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .question-detail-text:before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 820px) {
  .question-detail-text .no-wrap {
    white-space: nowrap;
  }
}
.question-detail-text .text-large {
  font-size: 2.8rem;
}
.question-detail-text .text-underline {
  background: linear-gradient(transparent 65%, #fccd3a 65%);
}
.question-col:nth-child(2)::before {
  border-radius: 0 20px 20px 0;
  left: auto;
  right: 25%;
}
.question-col:nth-child(2) .question-content::before {
  border-radius: 20px 0 0 20px;
  right: auto;
  left: 0;
}
@media screen and (min-width: 481px) {
  .question-col:nth-child(2) .question-content {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .question-col:nth-child(2) .question-content-inner {
    padding: 0 10px 30px 30px;
  }
}
@media screen and (max-width: 820px) {
  .question-col:nth-child(2) .question-content-inner {
    padding: 60px 0 50px 20px;
  }
}
.question-col:nth-child(2) .section-link {
  margin: 20px 0 15px;
}
@media screen and (max-width: 480px) {
  .question-col:nth-child(2) .section-link {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .question-col:nth-child(2) .question-content-image img {
    transform: translateY(0);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .question-col:nth-child(1) .question-content-detail,
  .question-col:nth-child(2) .question-content-detail,
  .question-col:nth-child(1) .question-content-image,
  .question-col:nth-child(2) .question-content-image {
    width: 48%;
  }
}
.question-col:nth-child(3) .question-content-inner {
  padding: 80px 60px 45px;
}
@media screen and (max-width: 768px) {
  .question-col:nth-child(3) .question-content-inner {
    padding: 80px 30px 30px 10px;
  }
}
@media screen and (max-width: 480px) {
  .question-col:nth-child(3) .question-content-inner {
    padding: 60px 20px 50px 0;
  }
}
.question-col:nth-child(3) .question-content-catch {
  margin-bottom: 20px;
}
/* ========================================================================
   Component: YOUTUBE
========================================================================== */
.movie-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .movie-inner {
    padding: 60px 20px;
  }
}
.movie-title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .movie-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.movie-title-area {
  position: relative;
}
.movie-title-area:before {
  content: "Movie";
  display: inline-block;
  color: #d11b0b;
  border-top: 1px solid #d11b0b;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .movie-title-area:before {
    position: absolute;
    top: 20px;
    left: -120px;
  }
}
.movie-lead {
  font-size: 2.8rem;
  color: #3a5369;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .movie-lead {
    font-size: 2rem;
  }
}
.movie-text {
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .movie-text {
    margin-top: 15px;
  }
}
.movie .movie-wrap {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0;
}
.movie .movie-iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: calc(56.25% + 46px);
}
@media screen and (max-width: 767px) {
  .movie .movie-iframe {
    padding-top: calc(56.25% + 48px);
  }
}
.movie .movie-iframe .img_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.movie .movie-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .icon-youtube {
  cursor: pointer;
}
.movie .icon-youtube:before {
  position: relative;
  z-index: 2;
  color: rgba(0,0,0,0.8);
  font-size: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movie .icon-youtube:hover:before {
  color: rgba(255,0,0,0.8);
}
@media screen and (min-width: 768px) {
  .movie-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .movie-image {
    max-width: 50%;
    margin: 0 auto 20px;
  }
}
.movie-detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .movie-detail {
    width: 50%;
  }
}
.movie-detail-text {
  line-height: 2;
  margin-bottom: 30px;
}
.movie-detail-link {
  display: inline-block;
  line-height: 1.8;
}
.movie-detail-link:after {
  font-family: 'icomoon' !important;
  font-size: 0.8em;
  content: "\e900";
  display: inline-block;
  margin-left: 0.3em;
}
.movie-detail-link:hover {
  border-bottom: 1px solid #fff;
}
.movie-caution {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .movie-caution {
    text-align: right;
  }
}
.movie-caution li {
  display: inline-block;
  margin-top: 0.5em;
}
.youtube {
  background: #f4f4f4;
  border-radius: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .youtube {
    margin-top: 30px;
  }
}
.youtube-inner {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .youtube-inner {
    padding: 20px;
  }
}
.youtube-title {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .youtube-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.youtube-title span:first-child {
  font-size: 1.2rem;
  color: #fff;
  background: #333;
  padding: 0.4em 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .youtube-title span:first-child {
    padding: 0.2em 1em;
  }
}
.youtube-title span:last-child {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .youtube-title span:last-child {
    font-size: 1.8rem;
    display: block;
    margin-top: 0.5em;
  }
}
.youtube-link {
  margin-top: 15px;
}
/* ========================================================================
   Component: CASE
========================================================================== */
.case {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 60px 0 20px;
  }
}
.case:before {
  content: "";
  width: 100%;
  height: 55%;
  background: #3f84a7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 480px) {
  .case:before {
    height: 15%;
  }
}
.case-title-area:before {
  content: "Case";
}
.case-content {
  margin-top: 40px;
}
@media screen and (min-width: 481px) {
  .case-content {
    display: flex;
    justify-content: space-between;
  }
}
.case-col {
  width: 333px;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
}
@media screen and (max-width: 768px) {
  .case-col {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .case-col {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #e2e2e2;
  }
}
.case-col-image {
  position: relative;
}
.case-col-image-cap {
  position: absolute;
  left: 20px;
  bottom: -30px;
}
.case-col-content {
  padding: 40px 22px 20px;
}
@media screen and (max-width: 768px) {
  .case-col-content {
    padding: 40px 15px 20px;
  }
}
.case-col-name {
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 3px solid #3f84a7;
  padding-left: 5px;
  line-height: 1.4;
}
.case-col-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 15px 0;
}
.case-col-chart {
  display: flex;
  flex-wrap: wrap;
}
.case-col-chart-title,
.case-col-chart-detail {
  margin-bottom: 5px;
}
.case-col-chart-title {
  background: #f4f4f4;
  width: 25%;
  font-size: 1.2rem;
  text-align: center;
}
.case-col-chart-detail {
  width: 75%;
  font-size: 1.4rem;
  padding-left: 10px;
}
.case .section-catch {
  margin-top: 15px;
}
/* ========================================================================
   Component: CUSTOMER
========================================================================== */
.customer {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .customer {
    padding: 60px 0;
  }
}
.customer-title-area:before {
  content: "Case";
}
.customer-content {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .customer-content {
    padding-bottom: 35%;
  }
}
.customer-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("/images/service/robot/irrust_map.svg") no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .customer-content:before {
    width: 590px;
    height: 471px;
  }
}
.customer-content-inner {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .customer-content-inner {
    margin-top: 30px;
    padding-left: 120px;
  }
}
@media screen and (min-width: 769px) {
  .customer-content-inner {
    max-width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .customer-content-image {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .customer-content-image {
    max-width: 70%;
  }
}
.customer .section-link {
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  .customer .section-link {
    margin: 20px 0;
  }
}
/* ========================================================================
   Component: REASON
========================================================================== */
.reason {
  padding: 90px 0 280px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 60px 0 140px;
  }
}
.reason:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.reason:after {
  content: "";
  width: 100%;
  height: 45%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.webp .reason:after {
  background-image: url("/images/service/robot/bg_reason.png.webp") !important;
}
.no-webp .reason:after {
  background-image: url("/images/service/robot/bg_reason.png");
}
@media screen and (max-width: 767px) {
  .reason:after {
    height: 226px;
  }
  .webp .reason:after {
    background-image: url("/images/service/robot/bg_reason_sp.png.webp") !important;
  }
  .no-webp .reason:after {
    background-image: url("/images/service/robot/bg_reason_sp.png");
  }
}
.reason-title-area:before {
  content: "Reason";
}
.reason-content {
  position: relative;
  margin-top: 40px;
  padding-bottom: 0;
}
@media screen and (min-width: 481px) {
  .reason-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
}
.reason-col {
  width: 333px;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
}
@media screen and (max-width: 820px) {
  .reason-col {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .reason-col {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 481px) {
  .reason-col:nth-child(2) {
    transform: translateY(50px);
  }
}
@media screen and (min-width: 481px) {
  .reason-col:nth-child(3) {
    transform: translateY(100px);
  }
}
.reason-col-title {
  padding: 10px;
  background: #3f84a7;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  position: relative;
}
.reason-col-title:before {
  content: "";
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #3f84a7 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -10px;
}
.reason-col-text {
  padding: 30px 30px 15px 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .reason-col-text {
    padding: 20px;
  }
}
.reason .section-catch span {
  font-size: 3.6rem;
  margin-left: 5px;
  position: relative;
}
.reason .section-catch span sup {
  font-size: 1.2rem;
  position: absolute;
  top: 1.6em;
}
/* ========================================================================
   Component: FLOW
========================================================================== */
.flow {
  width: 100%;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 60px 0;
  }
}
.flow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow-title-area:before {
  content: "Flow";
}
@media screen and (min-width: 426px) and (max-width: 1024px) {
  .flow-content {
    position: relative;
    overflow: auto;
    white-space: nowrap;
    margin: 0 -20px 0 10px;
    padding: 0;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.flow-cols {
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 426px) and (max-width: 1024px) {
  .flow-cols {
    width: 1098px;
  }
}
@media screen and (min-width: 481px) {
  .flow-cols {
    display: flex;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .flow-cols {
    padding: 20px 20px 0;
  }
}
.flow-col {
  width: 240px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .flow-col {
    margin-right: 36px;
  }
}
@media screen and (max-width: 480px) {
  .flow-col {
    width: 100%;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 481px) {
  .flow-col:last-child {
    margin-right: 0;
  }
}
.flow-col:before {
  content: "";
  background: url("/images/service/robot/ic_arrow.svg");
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 40%;
  right: -36px;
}
@media screen and (max-width: 480px) {
  .flow-col:before {
    transform: rotate(90deg);
    top: auto;
    right: 0;
    left: 0;
    bottom: -46px;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .flow-col:last-child {
    margin-bottom: 0;
  }
}
.flow-col:last-child:before {
  content: none;
}
.flow-col-mark {
  position: absolute;
  bottom: -80px;
  left: -93px;
}
@media screen and (max-width: 480px) {
  .flow-col-mark {
    width: 120px;
    height: 120px;
    bottom: auto;
    top: -100px;
    left: auto;
    right: -40px;
  }
}
.flow-col-mark:before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 481px) {
  .flow-col-mark:before {
    width: 6px;
    height: 100%;
    border-left: 6px dotted #d11b0b;
    top: -100%;
    left: 71px;
  }
}
@media screen and (max-width: 480px) {
  .flow-col-mark:before {
    width: 40%;
    height: 6px;
    border-top: 6px dotted #d11b0b;
    right: 120px;
    top: 55px;
  }
}
.flow-col-num {
  width: 80px;
  height: 80px;
  background: #3f84a7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  border: 3px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .flow-col-num {
    width: 70px;
    height: 70px;
    top: -40px;
    margin-left: -35px;
  }
}
.flow-col-num span {
  display: block;
  font-size: 3.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-col-num span {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.flow-col-num span:before {
  display: block;
  content: "STEP";
  font-size: 1.2rem;
}
.flow-col-detail {
  padding: 20px;
}
.flow-col-title {
  font-size: 2rem;
  font-weight: bold;
  color: #3f84a7;
  margin-bottom: 10px;
}
.flow-col-text {
  line-height: 1.6;
  white-space: normal;
}
/* ========================================================================
   Component: WHIZ
========================================================================== */
.news {
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 60px 20px;
  }
}
.news-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 821px) {
  .news-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 820px) {
  .news-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-inner {
    padding: 0;
  }
}
@media screen and (min-width: 821px) {
  .news-col:first-child {
    width: 20%;
  }
}
@media screen and (max-width: 820px) {
  .news-col:first-child {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 821px) {
  .news-col:last-child {
    width: 80%;
  }
}
.news-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .news-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .news-title {
    margin-right: 2em;
  }
}
.news-link {
  display: inline-block;
  position: relative;
}
.news-link:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-list li {
  padding: 20px;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 820px) {
  .news-list li {
    padding: 15px 0;
  }
}
.news-list-date {
  color: #b1b1b1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news-list-date {
    margin-bottom: 5px;
  }
}
.news-list-title {
  line-height: 1.6;
}
.news .link {
  color: #3f84a7;
  text-decoration: underline;
}
.news .link:hover {
  text-decoration: none;
}
.news .link-external:after {
  font-family: 'icomoon' !important;
  font-size: 0.8em;
  content: "\e900";
  display: inline-block;
  margin: 0 0.3em;
}
/* ========================================================================
   Component: WHIZ
========================================================================== */
.whiz {
  padding: 90px 0;
  background: #d0dee5;
}
@media screen and (max-width: 768px) {
  .whiz {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .whiz-content {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 481px) {
  .whiz-content {
    display: flex;
    flex-direction: row-reverse;
  }
}
.whiz-detail {
  flex: 1;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .whiz-detail {
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .whiz-detail {
    text-align: center;
  }
}
.whiz-image {
  width: 325px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .whiz-image {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .whiz-image {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .whiz-image.pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .whiz-image.sp {
    display: none;
  }
}
.whiz-image figcaption {
  font-size: 1.1rem;
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  .whiz-image figcaption {
    font-size: 1rem;
  }
}
.whiz-catch {
  display: inline-block;
  border-radius: 30px;
  background: #000;
  position: relative;
  border: 4px solid #000;
  margin-bottom: 20px;
  padding: 0 0 3px;
}
.whiz-catch:before {
  content: "";
  border-style: solid;
  position: absolute;
  border-width: 16px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
  left: 42px;
  bottom: -16px;
}
.whiz-catch span {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .whiz-catch span {
    font-size: 2rem;
    padding: 8px 15px;
    border-radius: 50px;
  }
}
.whiz-catch span:before {
  content: "";
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 44px;
  bottom: -10px;
  z-index: 1;
}
.whiz-title {
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .whiz-title {
    margin-bottom: 10px;
    font-size: 3.6rem;
  }
}
.whiz-title span {
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  .whiz-title span {
    font-size: 3.2rem;
  }
}
.whiz-logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .whiz-logo-image {
    max-width: 55%;
  }
}
.whiz-logo-text {
  color: #3ca0d9;
  line-height: 1.4;
  margin-left: 20px;
}
.whiz-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
}
.whiz-subtitle span {
  font-size: 3.6rem;
}
.whiz-lead {
  line-height: 1.8;
  margin-top: 15px;
  text-align: left;
}
@media screen and (min-width: 481px) {
  .whiz-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-20px);
  }
}
.whiz-col {
  width: 520px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .whiz-col {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .whiz-col {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  .whiz-col:nth-child(3),
  .whiz-col:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .whiz-col:nth-child(4) {
    margin-bottom: 15px;
  }
}
.whiz-col-num {
  color: #3ca0d9;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 20px;
}
.whiz-col-num span {
  font-size: 7rem;
  margin-left: 5px;
  margin-top: -15px;
}
.whiz-col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px 30px 56px;
}
@media screen and (max-width: 768px) {
  .whiz-col-inner {
    padding: 40px 20px 20px;
  }
}
.whiz-col-detail,
.whiz-col-image {
  width: 48%;
}
.whiz-col-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.whiz-col-text {
  line-height: 1.6;
}
/* ========================================================================
   Component: agency
========================================================================== */
.agency {
  padding: 60px 0;
  background: #f4f4f5;
}
@media screen and (max-width: 768px) {
  .agency {
    padding: 40px 0;
  }
}
.agency-title {
  text-align: center;
  margin-bottom: 20px;
}
.agency-title span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2;
  border-bottom: 1px solid #d11b0b;
}
.agency-text {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .agency-text {
    text-align: center;
  }
}
/* ========================================================================
   Component: animation
========================================================================== */
@-webkit-keyframes Slide {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  5% {
    opacity: 1;
  }
  16% {
    opacity: 1;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  35% {
    opacity: 0;
    transform: translateX(-300px);
  }
}
@keyframes Slide {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  5% {
    opacity: 1;
  }
  16% {
    opacity: 1;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  35% {
    opacity: 0;
    transform: translateX(-300px);
  }
}
@-webkit-keyframes SlideSp {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  5% {
    opacity: 1;
  }
  18% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-10px);
  }
  35% {
    opacity: 0;
    transform: translateX(-10px);
  }
}
@keyframes SlideSp {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  5% {
    opacity: 1;
  }
  18% {
    opacity: 1;
    transform: translateX(-10px);
  }
  30% {
    opacity: 1;
    transform: translateX(-10px);
  }
  35% {
    opacity: 0;
    transform: translateX(-10px);
  }
}
