.l-pageTitle {
  display: none;
}

body .l-section {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.l-pageTitle+.l-section {
  padding-top: 0;
}

.l-section__inner {
  max-width: 100%;
  padding: 0;
  margin: auto;
}

.l-contents-inner {
  max-width: 1312px;
  padding: 0 16px;
  margin: auto;
}

/* fadein */
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition-timing-function: ease;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* section */
.c-section {
  margin-bottom: 60px;
}

@media (min-width : 916px) {
  .c-section {
    margin-bottom: 70px;
  }
}

/* text */
.m-lead {
  margin-bottom: 15px;
  font-size: 18px;
}

.m-lead-center-pc {
  text-align: left;
}

.m-lead-center {
  text-align: center;
}

@media (min-width : 916px) {
  .m-lead {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .m-lead-center-pc {
    text-align: center;
  }
}

/* anchor */
.m-link-anchor-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

@media (min-width : 916px) {
  .m-link-anchor-list {
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }
}

.m-link-anchor-type2 {
  font-size: 16px;
  color: #004ea8;
}

@media (min-width : 916px) {
  .m-link-anchor-type2 {
    font-size: 18px;
  }
}

.c-button-type2 {
  text-align: center;
}

.c-button-type2 a {
  display: inline-block;
  width: fit-content;
  padding: 20px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #c00d1e;
  border: 1px solid #c00d1e;
  border-radius: 100px;
  transition: background-color 0.2s;
}

.c-button-type2 a:hover {
  color: #c00d1e;
  background: #fff;
}

@media (min-width : 916px) {
  .c-button-type2 a {
    min-width: 73%;
    padding: 20px 30px;
    font-size: 30px;
  }
}

/* heading */

.m-heading-level2-type3 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: normal;
  border-bottom: solid 3px #97c7fd;
}

.m-heading-level2-type3::before {
  position: absolute;
  bottom: -3px;
  display: block;
  width: 20%;
  content: " ";
  border-bottom: solid 3px #004ea8;
}

@media (min-width : 916px) {
  .m-heading-level2-type3 {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 30px;
    border-bottom: solid 3px #97c7fd;
  }

  .m-heading-level2-type3::before {
    position: absolute;
    bottom: -3px;
    display: block;
    width: 20%;
    content: " ";
    border-bottom: solid 3px #004ea8;
  }
}

.m-heading-level3-type3 {
  margin: 30px 0;
  font-size: 20px;
  color: #004ea8;
  text-align: center;
}

@media (min-width : 916px) {
  .m-heading-level3-type3 {
    margin: 60px 0;
    font-size: 35px;
  }
}

.m-heading-level4-type3 {
  font-size: 20px;
  text-align: center;
}

.m-heading-level4-type3 span {
  border-bottom: 3px solid #6ea0c8;
}

@media (min-width : 916px) {
  .m-heading-level4-type3 {
    font-size: 25px;
  }
}

.m-icon-ces {
  position: relative;
}

.m-icon-ces::after {
  position: absolute;
  top: 20px;
  right: 0;
  width: 78px;
  height: 25px;
  content: "";
  background-image: url("/pickup/humanoidrobot/images/pickup-robot-ces.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* layout */

/* head */
.robot-header,
.l-pageTitle {
  width: 100%;
  background: url("/pickup/humanoidrobot/images/pickup-robot-mv-sp.png");
  background-position: center;
  background-size: cover;
}

.robot-header {
  margin-bottom: 20px;
}

@media (min-width : 916px) {
  .robot-header {
    margin-bottom: 30px;
  }
}

.robot-header-inner,
.l-pageTitle__inner {
  /* min-height:380px; */
  display: flex;
  align-items: flex-end;
  max-width: 1312px;
  padding: 35vw 0 20px;
  margin: auto;
}

.robot-header-inner h1.m-heading-level1-type3,
.l-pageTitle__heading {
  padding: 22px 22px 22px 10px;
  font-size: 19px;
  color: #fff;
  background: url("/pickup/humanoidrobot/images/pickup-robot-mv-title.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media (min-width : 916px) {

  .robot-header,
  .l-pageTitle {
    width: 100%;
    background: url("/pickup/humanoidrobot/images/pickup-robot-mv.png");
    background-position: center;
    background-size: cover;
  }

  .robot-header-inner,
  .l-pageTitle__inner {
    display: flex;
    align-items: center;
    max-width: 1312px;
    min-height: 380px;
    padding: 0 16px;
    margin: auto;
  }

  .robot-header-inner h1.m-heading-level1-type3,
  .l-pageTitle__heading {
    padding: 30px 80px 30px 30px;
    font-size: 38px;
    color: #fff;
    background: url("/pickup/humanoidrobot/images/pickup-robot-mv-title.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }
}

@media (min-width : 968px) {
  .robot-header-inner h1.m-heading-level1-type3 {
    font-size: 48px;
  }
}

/* section1 */
.c-flex {
  display: flex;
  flex-flow: column wrap;
  gap: 15px;
}

.c-flex__item {
  width: 100%;
}

.harmonic {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.c-flex__item.left {
  text-align: center;
}

@media (min-width : 916px) {
  .c-flex {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }

  .c-flex__item {
    width: calc(50% - 15px);
  }

  .c-flex__item.left {
    text-align: left;
  }
}

.m-box-type2 {
  padding: 20px 15px;
  background: #f2f5f9;
}

@media (min-width : 916px) {
  .m-box-type2 {
    padding: 25px 20px;
    background: #f2f5f9;
  }
}

.m-list-type2 li {
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 2px dotted #004ea8;
}

.m-list-type2-heading {
  font-size: 16px;
  font-weight: bold;
}

.m-list-type2-heading span {
  font-size: 20px;
}

@media (min-width : 916px) {
  .m-list-type2 li {
    padding: 20px 0;
    font-size: 16px;
  }

  .m-list-type2-heading {
    font-size: 20px;
  }

  .m-list-type2-heading span {
    font-size: 25px;
  }
}

/* section2 */
.c-panel {
  display: flex;
  flex-flow: column wrap;
  gap: 15px;
}

.c-panel__item {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  background: #f2f5f9;
  border-radius: 15px;
  box-shadow: 3px 4px 4px rgb(0 0 0 / 16%);
}

.c-panel__img {
  width: 30%;
  text-align: center;
}

.c-panel__img img {
  max-width: 62px;
  text-align: center;
}

@media (min-width : 916px) {
  .c-panel__img {
    width: 50%;
    text-align: center;
  }

  .c-panel__img img {
    max-width: 100%;
    text-align: center;
  }
}

.c-panel__title {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #004ea8;
  text-align: center;
}

.c-panel__txt {
  width: 70%;
}

@media (min-width : 916px) {
  .c-panel {
    flex-direction: row;
    gap: 15px;
  }

  .c-panel__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    width: calc(20% - 12px);
    padding: 15px;
    background: #f2f5f9;
    border-radius: 15px;
    box-shadow: 3px 4px 4px rgb(0 0 0 / 16%);
  }

  .c-panel__title {
    font-size: 18px;
    font-weight: bold;
    color: #004ea8;
  }

  .c-panel__txt {
    width: 100%;
  }
}

/* section3 */

.c-robot-image,
.c-hand-image {
  position: relative;
  width: 40%;
  margin: 0 auto;
}

.c-robot-image img,
.c-hand-image img {
  width: 100%;
}

.c-robot-image {
  max-width: 650px;
}

.c-hand-image {
  margin-top: 40px;
  max-width: 500px;
}

.c-robot-image .c-numlist-sp li,
.c-hand-image .c-numlist-sp li {
  position: absolute;
}

.c-robot-image .c-numlist-sp li a,
.c-hand-image .c-numlist-sp li a {
  padding: 8px;
  font-size: 4vw;
  font-weight: bold;
  color: #004ea8;
  text-decoration: none;
}

.c-robot-image .c-numlist-sp li:nth-child(1) {
  top: 8%;
  left: 25%;
}

.c-robot-image .c-numlist-sp li:nth-child(2) {
  top: 13%;
  left: 61%;
}

.c-robot-image .c-numlist-sp li:nth-child(3) {
  top: 28%;
  left: 36%;
}

.c-robot-image .c-numlist-sp li:nth-child(4) {
  top: 38%;
  left: 60%;
}

.c-hand-image .c-numlist-sp li:nth-child(1) {
  top: 15%;
  left: 40%;
}

.c-hand-image .c-numlist-sp li:nth-child(2) {
  top: -8%;
  left: 70%;
}

.c-hand-image .c-numlist-sp li:nth-child(3) {
  top: 59%;
  left: 54%;
}

@media (min-width : 916px) {
  .c-numlist-sp {
    display: none;
  }
  .sp {
    display: none;
  }
  .c-numlist-pc {
    display: block;
  }
}


@media (min-width : 916px) {
  .c-robot-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 474px;
    margin-top: 30px;
  }

  .c-robot-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 20%;
    height: auto;
    margin: auto;
    object-fit: cover;
    object-position: center center;
  }

  .c-hand-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 215px;
    margin-top: 0;
  }

  .c-hand-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 17%;
    height: auto;
    margin: auto;
    object-fit: cover;
    object-position: center center;
  }
}

.c-product-info-pc {
  display: none;
}

.note-txt-sp {
  font-size: 12px;
  color: #004ea8;
  text-align: right;
}

.c-product-info-sp>div:not(:last-child) {
  margin-bottom: 10px;
}

.c-product-info-sp .c-pi-more {
  position: relative;
  display: block;
  padding: 10px 20px 10px 30px;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #6ea0c8;
  border-radius: 28px;
}

.c-product-info-sp .c-pi-more::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 10px;
  height: 2px;
  content: "";
  background: #fff;
  transform: translate(-50%, -50%);
}

.c-product-info-sp .c-pi-more::after {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 2px;
  height: 10px;
  content: "";
  background: #fff;
  transform: translate(-50%, -50%);
}

.c-product-info-sp .c-pi-more.on::after {
  width: 0;
}

.c-product-info-sp .c-pi-contents-li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
}

.c-product-info-sp .c-pi-contents-li.c-slide-hide {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease-out, opacity 0.2s ease;
}

.c-product-info-sp .c-pi-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #004ea8;
  border-bottom: 1px solid #004ea8;
}

.c-product-info-sp .c-pi-contents-li li,
.c-product-info-sp .c-pi-contents-li li>a {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}

.c-product-info-sp.hand .c-pi-contents-li li,
.c-product-info-sp.hand .c-pi-contents-li li>a {
  display: flex;
  flex-wrap: wrap;
  width: calc(100%);
}

.c-product-info-sp .c-pi-contents-li li>a {
  color: #000;
  text-decoration: none;
}

.c-product-info-sp .c-pi-contents-li li>a:hover {
  opacity: 0.8;
}

.c-product-info-sp .c-pi-contents-li li figure,
.c-product-info-sp .c-pi-contents-li li>a figure {
  width: calc(36%);
  max-width: 96px;
}

.c-product-info-sp .c-pi-contents-li li .c-pi-contents-txt,
.c-product-info-sp .c-pi-contents-li li>a .c-pi-contents-txt {
  width: calc(100% - 101px);
}


.c-product-info-sp .c-pi-contents-li li>a p {
  font-size: 12px;
}

.c-pi-contents-title {
  font-size: 15px !important;
}

.c-product-info-sp .c-pi-contents-li li p.c-pi-contents-title,
.c-product-info-sp .c-pi-contents-li li>a p.c-pi-contents-title {
  display: inline-block;
  font-weight: bold;
}

.c-product-info-sp .c-pi-contents-li li p.c-pi-contents-title a,
.c-product-info-sp .c-pi-contents-li li>a p.c-pi-contents-title {
  color: #000;
  text-decoration: underline;
}

.c-product-info-sp .c-pi-contents-li li p.c-pi-contents-title a:hover,
.c-product-info-sp .c-pi-contents-li li>a:hover p.c-pi-contents-title {
  text-decoration: none;
  opacity: 0.8;
}

.c-pi-contents-title a {
  font-size: 15px;
}

@media (min-width : 916px) {

  .note-txt-sp,
  .c-product-info-sp {
    display: none;
  }

  .c-product-info-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
  }

  .c-product-info-pc .left {
    width: 41%;
  }

  .c-product-info-pc .right {
    width: 42%;
  }

  .c-product-info-pc.hand .left,
  .c-product-info-pc.hand .right {
    width: 36%;
  }

  .c-product-info-pc .left>div:not(last-child),
  .c-product-info-pc .right>div:not(last-child) {
    margin-bottom: 5px;
  }

  .c-product-info-pc .c-pi-contents-li {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }


  .c-product-info-pc .c-pi-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #004ea8;
    border-bottom: 1px solid #004ea8;
  }

  .c-product-info-pc .c-pi-contents-li li {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(50% - 2.5px);
    transition: all .2s ease;
    padding: 1px;
  }

  .c-product-info-pc .c-pi-contents-li li:has(.c-pi-contents-title > a:hover) {
    /* opacity: .8; */
  }

  .c-product-info-pc .c-pi-contents-li li.w100-pc {
    width: calc(100%);
  }

  .c-product-info-pc .c-pi-contents-li li>a {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(100%);
  }

  .c-product-info-pc.hand .c-pi-contents-li li,
  .c-product-info-pc.hand .c-pi-contents-li li>a {
    display: flex;
    flex-wrap: wrap;
    width: calc(100%);
  }

  .c-product-info-pc .c-pi-contents-li li>a {
    color: #000;
    text-decoration: none;
  }

  .c-product-info-pc .c-pi-contents-li li>a:hover {
    opacity: 0.8;
  }

  .c-product-info-pc .c-pi-contents-li li figure,
  .c-product-info-pc .c-pi-contents-li li>a figure {
    width: calc(36%);
    max-width: 96px;
  }

  .c-product-info-pc .c-pi-contents-li li .c-pi-contents-txt,
  .c-product-info-pc .c-pi-contents-li li>a .c-pi-contents-txt {
    width: calc(64% - 5px);
  }

  .c-product-info-pc .c-pi-contents-li li.w100-pc .c-pi-contents-txt {
    width: calc(100% - 101px);
  }

  .c-product-info-pc.hand .c-pi-contents-li li .c-pi-contents-txt,
  .c-product-info-pc.hand .c-pi-contents-li li>a .c-pi-contents-txt {
    width: calc(100% - 101px);
  }

  .c-product-info-pc .c-pi-contents-li li p,
  .c-product-info-pc .c-pi-contents-li li>a p {
    font-size: 12px;
  }

  .c-product-info-pc .c-pi-contents-li li p.c-pi-contents-title,
  .c-product-info-pc .c-pi-contents-li li>a p.c-pi-contents-title {
    display: inline-block;
    font-weight: bold;
  }

  .c-product-info-pc .c-pi-contents-li li p.c-pi-contents-title a,
  .c-product-info-pc .c-pi-contents-li li>a p.c-pi-contents-title {
    color: #000;
    text-decoration: underline;
  }

  .c-product-info-pc .c-pi-contents-li li p.c-pi-contents-title a:hover,
  .c-product-info-pc .c-pi-contents-li li>a:hover p.c-pi-contents-title {
    text-decoration: none;
    opacity: 0.8;
  }

  .c-product-info-pc.hand {
    padding-top: 20px;
  }
}

@media (max-width : 915px) {
  .sp {
    display: block;
  }
  .c-numlist-pc {
    display: none;
  }
  .l-pageTitle + .l-section{
    padding: 32px 0 30px 0!important;
  }
}

@media (max-width : 420px) {

  .c-robot-image,
  .c-hand-image {
    position: relative;
    width: 65%;
    margin: 0 auto;
  }

  .c-robot-image .c-numlist-sp li a,
  .c-hand-image .c-numlist-sp li a {
    font-size: 6vw;
  }
}