/** @format */
html {
  font-size: 100%;
}

section {
  background-color: #fff;
}

.irobo2-mv {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  position: relative;
  padding-bottom: 0;
}
.irobo2-mv__bg {
  width: 100%;
}
.irobo2-mv__bg img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .irobo2-mv__bg img {
    min-height: 650px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.irobo2-mv__content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  padding: 0 60px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .irobo2-mv__content {
    padding: 0 16px;
  }
}
.irobo2-mv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  text-align: left;
  z-index: 2;
}
.irobo2-mv__title {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 46px;
  font-size: clamp(1.625rem, 1.077247191rem + 2.2471910112vw, 2.875rem);
  line-height: 1.3;
  color: #fff;
  text-align: left;
  margin: 0;
  letter-spacing: 0;
}
.irobo2-mv__desc {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 46px;
  font-size: clamp(0.875rem, 0.8202247191rem + 0.2247191011vw, 1rem);
  line-height: 1.625;
  color: #fff;
  text-align: left;
  margin: 0;
}
.irobo2-mv__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.irobo2-mv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irobo2-mv__logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
.irobo2-mv__product-text {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #fff;
  text-align: center;
  font-size: clamp(1rem, 0.8630617978rem + 0.5617977528vw, 1.3125rem);
}
.irobo2-mv__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .irobo2-mv__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

.i-robo2-navi {
  background: #fff;
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
}
.i-robo2-navi__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 56px;
}
.i-robo2-navi__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.i-robo2-navi__menu span {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  text-align: right;
}
.i-robo2-navi__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 56px;
  margin-bottom: 24px;
}
.i-robo2-navi__tabs span {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
}
.i-robo2-navi__tabs span:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.i-robo2-navi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 0 56px 8px;
}
.i-robo2-navi__main-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.i-robo2-navi__main-logo img {
  display: block;
}
.i-robo2-navi__main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.i-robo2-navi__main-links span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
}
.i-robo2-navi__main-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.i-robo2-navi__main-btns .irobo2-btn {
  background: #d80c18;
  color: #fff;
  border: 1px solid #d80c18;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  padding: 12px 16px 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 22px 10px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.i-robo2-navi__main-btns .irobo2-btn:hover {
  background: #fff;
  color: #d80c18;
  border: 1px solid #d80c18;
}

.irobo2-logo-motion {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.irobo2-logo-motion__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  margin-bottom: 8px;
}
.irobo2-logo-motion__logos img {
  display: block;
  height: 40px;
  width: auto;
}
.irobo2-logo-motion__title {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  color: #343434;
  text-align: right;
  width: 100%;
}

.irobo2-sec1 {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec1 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec1__title {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #000;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec1__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec1__problems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 1040px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.irobo2-sec1 .irobo2-sec1__problems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  grid-template-rows: auto auto 1fr;
}
@media screen and (max-width: 767px) {
  .irobo2-sec1 .irobo2-sec1__problems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.irobo2-sec1 .irobo2-sec1__problems .irobo2-sec1__problem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/-1;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec1 .irobo2-sec1__problems .irobo2-sec1__problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.irobo2-sec1 .irobo2-sec1__problems .irobo2-sec1__problem .item {
  display: contents;
}
.irobo2-sec1 .irobo2-sec1__problems .irobo2-sec1__problem .irobo2-sec1__problem-title {
  grid-row: 1;
  align-self: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: center;
}
.irobo2-sec1 .irobo2-sec1__problems .irobo2-sec1__problem .irobo2-sec1__problem-icon {
  grid-row: 2;
  align-self: center;
  margin: 0 auto;
}
.irobo2-sec1 .irobo2-sec1__problems .irobo2-sec1__problem .irobo2-sec1__problem-desc {
  grid-row: 3;
  align-self: start;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
  align-self: center;
}
.irobo2-sec1__lead {
  font-weight: 700;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 171.429% */
  color: #000;
  text-align: center;
  margin-bottom: 24px;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec1__lead {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-sec1__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1040px;
  margin-top: 16px;
}

.irobo2-btn--main {
  background: #d80c18;
  color: #fff;
  border: 1px solid #d80c18;
  border-radius: 30px;
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  padding: 8px 22px 10px 24px;
  min-width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .irobo2-btn--main {
    gap: 0;
    padding: 8px 16px;
    min-width: auto;
    height: auto;
  }
}
.irobo2-btn--main:hover {
  background: #fff;
  color: #d80c18;
  border: 1px solid #d80c18;
}
.irobo2-btn--main .irobo2-btn__sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 2px;
  display: block;
}

.irobo2-btn__style2 {
  padding: 12px 16px 14px 24px;
  border-radius: 30px;
  border: 1px solid var(--Red, #d80c18);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #d80c18;
  color: var(--Red, #d80c18);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.irobo2-btn__style2 svg {
  fill: #d80c18;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.irobo2-btn__style2:hover {
  background: #d80c18;
  color: #fff;
  border: 1px solid #d80c18;
}
.irobo2-btn__style2:hover svg {
  fill: #fff;
}

.irobo2-navi-bottom {
  background: #343434;
  padding: 16px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .irobo2-navi-bottom {
    padding: 16px 8px;
  }
}
.irobo2-navi-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .irobo2-navi-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.irobo2-navi-bottom__lead {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .irobo2-navi-bottom__lead {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-navi-bottom__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .irobo2-navi-bottom__btns .irobo2-btn--main {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
}

.irobo2-tabnav {
  background: #f5f5f5;
  padding: 0 2px;
  width: 100%;
  overflow-x: auto;
}
.irobo2-tabnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .irobo2-tabnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.irobo2-tabnav__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .irobo2-tabnav__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 13px;
  }
}
.irobo2-tabnav__item:hover .irobo2-tabnav__text {
  color: #d80c18;
}
.irobo2-tabnav__item:hover img {
  opacity: 1;
}
.irobo2-tabnav__item:hover .irobo2-tabnav__arrow {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.irobo2-tabnav__icon-frame {
  border-radius: 30px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .irobo2-tabnav__icon-frame {
    width: 24px;
    height: 24px;
  }
}
.irobo2-tabnav__main-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.irobo2-tabnav__text {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  color: #343434;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .irobo2-tabnav__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-tabnav__arrow {
  width: 24px;
  height: 24px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .irobo2-tabnav__arrow {
    width: 20px;
    height: 20px;
  }
}

.irobo2-sec2 {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1607843137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
.irobo2-sec2__bg-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: fixed;
  z-index: -1;
}
.irobo2-sec2__bg-swiper .swiper,
.irobo2-sec2__bg-swiper .swiper-wrapper,
.irobo2-sec2__bg-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.irobo2-sec2__bg-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.irobo2-sec2__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec2__content {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .irobo2-sec2 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec2__title {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec2__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec2__reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1040px;
}
.irobo2-sec2__reason {
  background: #fff;
  border-radius: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  gap: 52px;
  min-width: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .irobo2-sec2__reason {
    gap: 8px;
    padding: 16px;
  }
}
.irobo2-sec2__reason-num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.67;
  color: #d80c18;
  min-width: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec2__reason-num {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-sec2__reason-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec2__reason-body {
    gap: 8px;
  }
}
.irobo2-sec2__reason-head {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .irobo2-sec2__reason-head {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-sec2__reason-desc {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: left;
}

.irobo2-sec3 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec3 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec3__title {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec3__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.irobo2-sec3__feature {
  background: #d80c18;
  border-radius: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  min-width: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 24px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    min-width: auto;
  }
}
.irobo2-sec3__feature-head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #fff;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__feature-head {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    min-height: auto;
  }
}
.irobo2-sec3__feature-head span.small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.irobo2-sec3__feature-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__feature-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.irobo2-sec3__feature-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__feature-imgs {
    width: 100%;
  }
}
.irobo2-sec3__feature-imgwrap {
  position: relative;
  width: 240px;
  height: 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__feature-imgwrap {
    width: 100%;
    height: auto;
    aspect-ratio: 232/155;
    max-width: 232px;
    margin: 0 auto;
  }
}
.irobo2-sec3__feature-imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .irobo2-sec3__feature-imgwrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 232/155;
    max-width: 232px;
    margin: 0 auto;
  }
}
.irobo2-sec3__feature-imgwrap--gray {
  background: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irobo2-sec3__feature-placeholder {
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.irobo2-sec3__feature-label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 116px;
  padding: 8px 0;
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  text-align: center;
}
.irobo2-sec3__feature-label.sec3-label--wash {
  background: rgba(0, 0, 0, 0.5);
}
.irobo2-sec3__feature-label.sec3-label--cook {
  background: rgba(0, 0, 0, 0.6);
}
.irobo2-sec3__feature-desc {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.irobo2-sec4 {
  background: #d80c18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec4 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec4__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.irobo2-sec4__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec4__title {
    font-size: 26px;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec4__subtitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.irobo2-sec4__subtitle span.bold {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec4__subtitle span.bold {
    font-size: 16px;
    line-height: 26px;
  }
}
.irobo2-sec4__subtitle span.bold span.tempo {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec4__subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
}
.irobo2-sec4__impact-datacards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec4__impact-datacards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.irobo2-sec4__impact-datacard {
  width: calc(33.333% - 10.6666px);
}
@media screen and (max-width: 767px) {
  .irobo2-sec4__impact-datacard {
    width: 100%;
  }
}
.irobo2-sec4__data-card {
  background: #fff;
  border-radius: 16px;
  width: 336px;
  height: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
}
.irobo2-sec4__data-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: center;
}
.irobo2-sec4__data-value-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.irobo2-sec4__data-value-group--price {
  gap: 4px;
}
.irobo2-sec4__data-big-number {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1em;
  color: #d80c18;
  text-align: center;
}
.irobo2-sec4__data-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.67;
  color: #d80c18;
  text-align: center;
}
.irobo2-sec4__data-price-from {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1em;
  color: #343434;
  text-align: center;
}
.irobo2-sec4__data-price-to {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1em;
  color: #d80c18;
  text-align: center;
}
.irobo2-sec4__data-arrow {
  width: 24px;
  height: 24px;
  display: block;
  fill: #1c1b1f;
}
.irobo2-sec4__data-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: center;
}
.irobo2-sec4__data-desc span.small {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.irobo2-sec4__other-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #fff;
  text-align: center;
}
.irobo2-sec4__other-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  width: 100%;
  max-width: 1040px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.irobo2-sec4__other-card {
  background: #fff;
  border-radius: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 20px;
  gap: 8px;
  width: 336px;
}
.irobo2-sec4__other-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.irobo2-sec4__other-benefit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
}
.irobo2-sec4__other-benefit span.red {
  color: #d80c18;
}
.irobo2-sec4__other-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: center;
}
.irobo2-sec4__other-value-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.irobo2-sec4__other-big-number {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1em;
  color: #d80c18;
  text-align: center;
}
.irobo2-sec4__other-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.67;
  color: #d80c18;
  text-align: center;
}
.irobo2-sec4__other-brand {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1em;
  color: #d80c18;
  text-align: center;
}
.irobo2-sec4__other-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: center;
}

.irobo2-sec5 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec5 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec5__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 56px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec5__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.irobo2-sec5__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.irobo2-sec5__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
}
.irobo2-sec5__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec5__title {
    font-size: 26px;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec5__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec5__subtitle {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
}
.irobo2-sec5__image {
  background: #f5f5f5;
  border-radius: 32px;
  width: 100%;
  overflow: hidden;
}
.irobo2-sec5__image img {
  width: 100%;
  height: auto;
  display: block;
}
.irobo2-sec5__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: left;
}
.irobo2-sec5__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.irobo2-sec5__highlights {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
  padding: 24px;
}
.irobo2-sec5__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec5__highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.irobo2-sec5__highlight-icon {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: left;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 132px;
}
.irobo2-sec5__highlight-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .irobo2-sec5__highlight-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.irobo2-sec5__article-preview {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.irobo2-btn--sec5 {
  background: #d80c18;
  color: #fff;
  border: 1px solid #d80c18;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  padding: 8px 22px 10px 24px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .irobo2-btn--sec5 {
    width: 100%;
    max-width: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    padding: 8px 10px;
  }
}

.irobo2-sec12 {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec12 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec12__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.irobo2-sec12__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec12__title {
    font-size: 26px;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec12__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 1040px;
}
.irobo2-sec12__category-btn {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #343434;
  text-align: center;
  text-decoration: none;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.irobo2-sec12__category-btn:hover {
  background: white;
  color: #343434;
  text-decoration: none;
}
.irobo2-sec12__category-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec12__category-section {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.irobo2-sec12__category-title {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: left;
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec12__category-title {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-sec12__qa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.irobo2-sec12__qa-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.irobo2-sec12__qa-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767px) {
  .irobo2-sec12__qa-header {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.irobo2-sec12__qa-header:hover {
  background: white;
}
.irobo2-sec12__qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .irobo2-sec12__qa-question {
    gap: 8px;
  }
}
.irobo2-sec12__q-label {
  color: #a8a8a8;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.67;
  text-align: center;
  min-width: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.irobo2-sec12__question-text {
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.irobo2-sec12__qa-arrow {
  width: 24px;
  height: 24px;
  color: #343434;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.irobo2-sec12__qa-arrow.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.irobo2-sec12__qa-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  background: white;
}
.irobo2-sec12__qa-answer.open {
  max-height: 1000px;
}
.irobo2-sec12__answer-content {
  padding: 0 16px 16px;
  margin-left: 48px;
}
.irobo2-sec12__answer-text {
  white-space: pre-line;
  color: var(--Red, #d80c18);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.irobo2-sec12__answer-text a {
  text-decoration: underline;
}
.irobo2-sec12__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec12__btn-wrap {
    margin-top: 0;
  }
}
.irobo2-sec12__btn {
  border-radius: 30px;
  border: 1px solid var(--Gray, #a8a8a8);
  background: #fff;
  color: var(--Gray, #a8a8a8);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-decoration: none;
  padding: 16px 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.irobo2-sec12__btn:hover {
  background: #d80c18;
  color: #fff;
  text-decoration: none;
}
.irobo2-sec12__btn-text {
  pointer-events: none;
}

.hidden_qa {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.hidden_qa.is-visible {
  opacity: 1;
  max-height: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-top: 0;
}
.hidden_qa.is-animating {
  max-height: 2000px;
}

.irobo2-sec6 {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec6 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec6__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.irobo2-sec6__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__title {
    font-size: 26px;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec6__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__subtitle {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.irobo2-sec6__genres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__genres {
    gap: 8px;
  }
}
.irobo2-sec6__genre {
  background: #ffffff;
  border-radius: 32px;
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__genre {
    width: 100%;
    max-width: auto;
  }
}
.irobo2-sec6__genre-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.7142857143;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__genre-title {
    line-height: 1;
  }
}
.irobo2-sec6__dishes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__dishes {
    gap: 2px;
  }
}
.irobo2-sec6__dish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.irobo2-sec6__dish-img {
  background: #ffffff;
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irobo2-sec6__dish-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.irobo2-sec6__dish-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__dish-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.irobo2-sec6__recipe-box {
  border-radius: 32px;
  width: 512px;
  width: calc(50% - 8px);
  height: 231px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
}
.irobo2-sec6__recipe-box:last-child {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .irobo2-sec6__recipe-box {
    width: 100%;
    height: auto;
    gap: 8px;
  }
}
.irobo2-sec6__recipe-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.7142857143;
  color: #343434;
  text-align: center;
}
.irobo2-sec6__recipe-title span.red {
  color: #d80c18;
}

.irobo2-btn--sec6 {
  background: #ffffff;
  color: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  padding: 12px 8px 14px 16px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .irobo2-btn--sec6 {
    padding: 12px 12px 14px 16px;
  }
}
.irobo2-btn--sec6 svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 12px;
}
.irobo2-btn--sec6 svg .path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #d80c18;
}
.irobo2-btn--sec6:hover {
  background: #d80c18;
  color: #fff;
}
.irobo2-btn--sec6:hover svg .path {
  fill: #fff;
}
.irobo2-btn--sec6 .irobo2-btn__arrow {
  width: 16px;
  height: 16px;
  display: block;
}

.irobo2-sec7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec7 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec7__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec7__title {
    font-size: 26px;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec7__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 56px;
  width: 100%;
  max-width: 1040px;
}
.irobo2-sec7__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .irobo2-sec7__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.irobo2-sec7__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irobo2-sec7__text p {
  margin-top: 0;
}
.irobo2-sec7__text p + p {
  margin-top: 20px;
}
.irobo2-sec7__image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .irobo2-sec7__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.irobo2-sec7__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.irobo2-sec7__placeholder-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
}

.irobo2-sec8 {
  background: #f5f5f5;
  padding: 80px 56px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec8__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 530px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__header {
    width: 100%;
    gap: 8px;
  }
}
.irobo2-sec8__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec8__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #343434;
  text-align: center;
  margin: 0;
}
.irobo2-sec8__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.irobo2-sec8__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.irobo2-sec8__headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 1040px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__headers {
    width: 100%;
    gap: 8px;
  }
}
.irobo2-sec8__header-item {
  background: #343434;
  border-radius: 16px 16px 0 0;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__header-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 8px 4px;
  }
}
.irobo2-sec8__header-item--empty {
  opacity: 0;
}
.irobo2-sec8__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 1040px;
  height: 91px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__row {
    width: 100%;
    height: auto;
    gap: 8px;
  }
}
.irobo2-sec8__row--subscription {
  height: auto;
}
.irobo2-sec8__row--last {
  height: auto;
}
.irobo2-sec8__label {
  background: #343434;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 8px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.irobo2-sec8__cell {
  background: #ffffff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__cell {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 8px 4px;
  }
}
.irobo2-sec8__cell--price {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.67;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__cell--price {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
  }
}
.irobo2-sec8__cell--subscription {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 8px 16px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__cell--subscription {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 8px 4px;
  }
}
.irobo2-sec8__price {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.67;
  color: #343434;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__price {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
  }
}
.irobo2-sec8__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #343434;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__desc {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
}
.irobo2-sec8__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional:first-child .irobo2-sec8__additional-header {
    width: calc(100% - 175px - 8px);
  }
}
.irobo2-sec8__additional-header {
  background: #343434;
  border-radius: 16px 16px 0 0;
  padding: 8px 16px;
  width: 664px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional-header {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
}
.irobo2-sec8__additional-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 960px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional-row {
    width: 100%;
    gap: 8px;
  }
}
.irobo2-sec8__additional-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
}
.irobo2-sec8__additional-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.irobo2-sec8 .irobo2-sec8__additional-col--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.irobo2-sec8__additional-label {
  background: #343434;
  padding: 16px;
  width: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional-label {
    width: 175px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 8px 4px;
  }
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional-label.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.irobo2-sec8__additional-value {
  background: #ffffff;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional-value {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 8px 4px;
  }
}
.irobo2-sec8__additional-value span.price {
  color: var(--Black, #343434);
  text-align: center;
  /* M-bold-h3_inter */
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 166.667% */
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional-value span.price {
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
  }
}
.irobo2-sec8__additional-value p {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__additional-value p {
    text-align: left;
  }
}
.irobo2-sec8__notes {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #343434;
  text-align: left;
  margin: 0;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec8__notes {
    max-width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
}

.irobo2-sec9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec9 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec9__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .irobo2-sec9__title {
    font-size: 26px;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec9__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1040px;
}
.irobo2-sec9__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec9__step {
    gap: 8px;
  }
}
.irobo2-sec9__step-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.irobo2-sec9__step-circle {
  border-radius: 30px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec9__step-circle {
    width: 96px;
    height: 96px;
  }
}
.irobo2-sec9__step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.irobo2-sec9__step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
.irobo2-sec9__step-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #d80c18;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .irobo2-sec9__step-num {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-sec9__step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec9__step-title {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-sec9__step-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec9__step-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.irobo2-sec9__line {
  width: 2px;
  height: 16px;
  background: #d80c18;
  margin-left: 59px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec9__line {
    margin-left: 48px;
  }
}

.irobo2-sec10 {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 56px 96px;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec10 {
    padding: 56px 16px 56px;
    gap: 32px;
  }
}
.irobo2-sec10__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.irobo2-sec10__title {
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
}
@media screen and (max-width: 767px) {
  .irobo2-sec10__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec10__subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.irobo2-sec10__industries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec10__industries {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.irobo2-sec10__industry {
  background: #fff;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px;
  width: calc(33.3333333% - 16px);
  min-height: 308px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec10__industry {
    width: 100%;
    min-height: auto;
    padding: 16px 8px;
  }
}
.irobo2-sec10__industry:nth-child(4), .irobo2-sec10__industry:nth-child(5) {
  padding: 24px 10px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec10__industry:nth-child(4), .irobo2-sec10__industry:nth-child(5) {
    padding: 16px 8px;
  }
}
.irobo2-sec10__industry:nth-child(3) {
  min-height: auto;
}
.irobo2-sec10__industry-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: center;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .irobo2-sec10__industry-title {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.irobo2-sec10__industry-title span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.irobo2-sec10__industry-image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irobo2-sec10__industry-image img {
  max-height: 96px;
}
.irobo2-sec10__industry-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #343434;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.irobo2-sec11 {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec11 {
    padding: 56px 0;
  }
}
.irobo2-sec11__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 56px;
}
@media screen and (max-width: 767px) {
  .irobo2-sec11__header {
    padding: 0 16px;
  }
}
.irobo2-sec11__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
  color: #343434;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec11__title {
    font-size: 26px;
    line-height: 36px; /* 138.462% */
  }
}
.irobo2-sec11__subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #343434;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .irobo2-sec11__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
}
.irobo2-sec11__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .irobo2-sec11__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.irobo2-sec11__action {
  background: #d80c18;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.irobo2-sec11__action-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 32px;
  height: 100%;
}
.irobo2-sec11__action-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.irobo2-sec11__action-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #ffffff;
  text-align: center;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.irobo2-sec11__action-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.irobo2-sec11__action-link_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.irobo2-sec11__badge-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
}
.irobo2-sec11__badge-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
  text-align: center;
}
.irobo2-sec11__action-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 6.25vw;
}
.irobo2-sec11__action-image .irobo2-sec11__action-image-inner {
  overflow: hidden;
  display: block;
}
.irobo2-sec11__action-image img {
  aspect-ratio: 272/153;
  width: 64.1509433%;
}
.irobo2-sec11__action-image--slides {
  background: #a8a8a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irobo2-sec11__slides {
  width: 100%;
  height: 100%;
  background: #a8a8a8;
}
.irobo2-sec11__action-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 0;
}
.irobo2-sec11__action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.irobo2-sec11 .button--play-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.irobo2-sec11 .button--play-movie .irobo2-sec11__action-link_text span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
}

.irobo2-btn.irobo2-btn--sec11 {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  padding: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.irobo2-btn.irobo2-btn--sec11 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #d80c18;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  padding: 8px 16px 8px 24px;
  height: 42px;
  border-radius: 0;
  margin-top: auto;
}
.irobo2-btn.irobo2-btn--sec11 svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.irobo2-btn.irobo2-btn--sec11 svg .path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #d80c18;
}
.irobo2-btn.irobo2-btn--sec11:hover {
  opacity: 1;
}
.irobo2-btn.irobo2-btn--sec11:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.irobo2-btn.irobo2-btn--sec11:hover .irobo2-sec11__action-link_text {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__action-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.71;
  color: #ffffff;
  text-align: center;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__action-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 6.25vw;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__action-image img {
  aspect-ratio: 272/153;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__action-image--slides {
  background: #a8a8a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__action-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 0;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__action-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__action-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__badge-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  text-align: center;
}
.irobo2-btn.irobo2-btn--sec11 .irobo2-sec11__badge-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
  text-align: center;
}

.header_nav__wrap.header_bg {
  background-color: transparent;
}

.header_nav__wrap {
  position: absolute;
}

.irobo2-nav {
  padding: 16px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 96px;
  z-index: 50;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.irobo2-nav--sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  -webkit-animation: slideInFromTop 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: slideInFromTop 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 12px 60px;
}
.irobo2-nav--sticky.irobo2-nav--dark {
  background: rgba(52, 52, 52, 0.95);
}
.irobo2-nav--sticky.irobo2-nav--dark nav ul li a {
  color: #fff;
}
.irobo2-nav--sticky.irobo2-nav--dark nav ul li a svg {
  fill: #fff;
}
.irobo2-nav--sticky.irobo2-nav--dark .irobo2-nav__logo svg path {
  fill: #fff;
}
.irobo2-nav--sticky nav ul li a {
  color: #343434 !important;
}
.irobo2-nav--sticky nav ul li a:hover {
  color: #d80c18;
}
.irobo2-nav--sticky nav ul li a svg {
  fill: #343434;
}
.irobo2-nav--sticky .irobo2-nav__logo svg path.irobo2 {
  fill: #343434;
}
.irobo2-nav--sticky .irobo2-nav__logo svg rect.irobo2-rect {
  fill: #343434;
}
.irobo2-nav .irobo2-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.irobo2-nav .irobo2-nav__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.irobo2-nav .irobo2-nav__logo a span {
  margin-right: 8px;
}
.irobo2-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.irobo2-nav nav ul li {
  list-style: none;
  margin: 0;
}
.irobo2-nav nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.irobo2-nav nav ul li a:hover {
  color: #d80c18;
}
.irobo2-nav nav ul li a svg {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .irobo2-nav nav ul li {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .irobo2-nav nav ul li:first-child {
    display: block;
  }
}
.irobo2-nav .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .irobo2-nav .btns {
    display: none;
  }
}
.irobo2-nav .btns .btn {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.irobo2-nav .btns .btn a {
  background: #d80c18;
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Noto Sans JP", "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid var(--Red, #d80c18);
  background: var(--Red, #d80c18);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.irobo2-nav .btns .btn a:hover {
  background: #fff;
  color: #d80c18;
  border: 1px solid #d80c18;
}
.irobo2-nav .humberger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .irobo2-nav .humberger {
    display: block;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .irobo2-nav .humberger span {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 2px 0;
  }
  .irobo2-nav .humberger span:first-child {
    margin-top: 0;
  }
  .irobo2-nav .humberger span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .irobo2-nav .humberger {
    right: 22px;
  }
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #f5f5f5;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
  .sp-nav.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .sp-nav .sp-nav__header {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 16px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .sp-nav .sp-nav__header .sp-nav__logo svg {
    fill: #343434;
  }
  .sp-nav .sp-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-nav .sp-nav__inner .sp-nav__nav {
    width: 100%;
  }
  .sp-nav .sp-nav__inner .sp-nav__nav .sp-nav__list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 100%;
  }
  .sp-nav .sp-nav__inner .sp-nav__nav .sp-nav__list .sp-nav__item {
    list-style: none;
    width: 100%;
    margin-top: 0;
  }
  .sp-nav .sp-nav__inner .sp-nav__nav .sp-nav__list .sp-nav__item a {
    text-decoration: none;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 16px 24px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    line-height: 1;
    color: var(--Black, #343434);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
  .sp-nav .sp-nav__inner .sp-nav__nav .sp-nav__list .sp-nav__item a .icon {
    width: 28px;
    height: 28px;
  }
  .sp-nav .sp-nav__close {
    right: -5px;
    position: relative;
  }
}
.sp-nav .sp-nav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
.sp-nav .sp-nav__btns .irobo2-btn {
  width: 100%;
  max-width: 296px;
}

@-webkit-keyframes slideInFromTop {
  from {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInFromTop {
  from {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .irobo2-nav {
    padding: 8px 16px;
  }
  .irobo2-nav--sticky {
    padding: 16px 24px;
  }
  .irobo2-nav--sticky .humberger span {
    background: #343434;
  }
  .irobo2-nav nav ul {
    gap: 8px;
  }
  .irobo2-nav nav ul li a {
    font-size: 10px;
  }
  .irobo2-nav .btns {
    gap: 4px;
  }
  .irobo2-nav .btns .btn a {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.client-logos {
  margin: 56px auto 0;
  margin-top: 0;
  padding: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .client-logos {
    margin: 18px auto 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .client-logos {
    padding: 0 16px;
    padding-top: 18px;
  }
}
.client-logos .client-heading {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #404040;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 56px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .client-logos .client-heading {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .client-logos .client-heading {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .client-logos .client-heading {
    margin-top: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.client-logos .client-swiper {
  width: 100%;
  overflow: hidden;
}
.client-logos .client-swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.client-logos .client-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: auto;
}
.client-logos .client-swiper .swiper-slide img.client-logo {
  height: 94px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .client-logos .client-swiper .swiper-slide img.client-logo {
    height: 62px;
  }
}

.footer_logo__box .footer_logo__link:hover img {
  opacity: 1;
}/*# sourceMappingURL=i-robo2.css.map */