@charset "UTF-8";

/* 初期設定 */

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444444;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
}

p {
  line-height: 2;
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}


/* レイアウト */
.l-mv__inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.l-mv__block {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

@media (min-width: 1420px) {
  .l-mv__block {
    right: 180px;
    bottom: 40px;
  }
}

@media (max-width: 1419px) {
  .l-mv__block {
    right: 10vw;
    bottom: 4vw;
    zoom: 90%;
  }
}

@media (max-width: 1230px) {
  .l-mv__block {
    zoom: 85%;
  }
}

@media (max-width: 1024px) {
  .l-mv__block {
    zoom: 75%;
  }
}

@media (max-width: 925px) {
  .l-mv__block {
    zoom: 70%;
  }
}

@media (max-width: 767px) {
  .l-mv__block {
    width: 100%;
    padding: 0 20px;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
}

.l-mv__block>img {
  width: 308px;
  margin-bottom: 16px;
}

.l-mv__block .c-btn {
  margin-bottom: 16px;
}

.l-intro {
  margin: 0 0 80px;
  padding: 0 20px;
  background: #FFF9EF;
}

@media (max-width: 767px) {
  .l-intro {
    margin-bottom: 56px;
    padding-top: 56px;
  }
}

.l-intro__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.l-intro__btn {
  position: relative;
  top: 42px;
}

.l-movie {
  margin: 120px 0 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .l-movie {
    margin: 80px 0 0;
  }
}

.l-movie__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.l-movie__box {
  padding-top: 56.25%;
  position: relative;
}

.l-movie__box iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.l-section {
  padding: 0 20px;
}

.l-section.-bg {
  background: #FFF9EF;
}

.l-section__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .l-section__inner {
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .l-event {
    background: url(/fc/robo_lp/assets/img/bg_event-pc.jpg) no-repeat center top / contain;
    padding: 0 20px;
  }

  .l-event__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 17vw 0 120px;
  }
}

@media (max-width: 767px) {
  .l-event {
    margin-bottom: 40px;
  }
}

.l-footer {
  text-align: center;
}

.l-footer__inner {
  padding: 0 20px;
}

.l-footer p {
  margin-bottom: 40px;
}

.l-footer__cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}

.l-footer__pagetop {
  padding: 40px 0;
  background: #FFF9EF;
}

.l-footer__pagetop a img {
  width: 28px;
}

.l-footer__pagetop a {
  transition: 0.3s;
}

.l-footer__pagetop a:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  padding: 16px 0;
  font-size: 1.4rem;
  color: #888888;
}

@media (max-width: 767px) {
  .l-footer {
    margin-bottom: 80px;
  }

  .l-footer p {
    margin-bottom: 24px;
  }

  .l-footer__cta {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .l-footer__pagetop {
    padding: 16px 0;
  }

  .l-footer__copyright {
    font-size: 1rem;
    padding: 8px 0;
  }
}

.l-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -24px -24px 0 0;
}

.l-grid:not(:last-child) {
  margin-bottom: 1.5em;
}

.l-grid>div {
  margin: 24px 24px 0 0;
}

@media (min-width: 768px) {
  .l-grid>div.-col5 {
    width: calc(30% - 24px);
  }

  .l-grid>div.-col6 {
    width: calc(50% - 24px);
  }

  .l-grid>div.-col7 {
    width: calc(70% - 24px);
  }
}

@media (max-width: 767px) {
  .l-grid>div {
    width: calc(100% - 24px);
  }
}


/* .c-btn */

.c-btn {
  display: inline-block;
  transition: 0.3s;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}

.c-btn:hover {
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.4));
}


/* .c-heading */

.c-heading {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.c-heading>span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  color: #ed798e;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .c-heading {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }

  .c-heading>span {
    font-size: 1.4rem;
  }
}

.c-heading.-second {
  font-size: 2.8rem;
  color: #ed798e;
}

@media (max-width: 767px) {
  .c-heading.-second {
    font-size: 2.2rem;
  }
}


/* .c-accordion */

.c-accordion+.c-accordion {
  margin-top: 40px;
}

.c-accordion__head {
  font-weight: 700;
  border: 1px solid #F08800;
  border-radius: 4px;
  color: #F08800;
  padding: 24px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.c-accordion__head:hover {
  background: #FFF9EF;
}

.c-accordion__head::before,
.c-accordion__head::after {
  content: "";
  background: #F08800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-accordion__head::before {
  width: 20px;
  height: 2px;
  right: 20px;
}

.c-accordion__head::after {
  width: 2px;
  height: 20px;
  right: 29px;
}

@media (max-width: 767px) {
  .c-accordion+.c-accordion {
    margin-top: 20px;
  }

  .c-accordion__head {
    padding: 12px 40px 12px 20px;
  }

  .c-accordion__head::before {
    width: 12px;
  }

  .c-accordion__head::after {
    height: 12px;
    right: 25px;
  }
}

.c-accordion__head.-active::after {
  display: none;
}

.c-accordion__body {
  display: none;
  border-radius: 4px;
  background: #FFF9EF;
  padding: 40px 64px;
  margin-top: 8px;
}

.c-accordion__body strong {
  color: #F08800;
}

@media (max-width: 767px) {
  .c-accordion__body {
    padding: 24px 20px;
  }
}

.c-accordion__body h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.c-accordion__body h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #F08800;
}

.c-accordion__body .img {
  text-align: center;
  margin-bottom: 1em;
}

.c-accordion__body .img img {
  max-width: 186px;
}

.c-accordion__body .profile {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .c-accordion__body .profile {
    font-size: 1.3rem;
  }
}

.c-accordion__body .profile span {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.c-accordion__body ul {
  margin-bottom: 20px;
}

.c-accordion__body ul li {
  padding-left: 1.5em;
  position: relative;
}

.c-accordion__body ul li::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  background: url(/fc/robo_lp/assets/img/icon_list01.png) no-repeat center center / contain;
  position: absolute;
  top: 0.35em;
  left: 0;
}

.c-accordion__body ul li:not(:last-child) {
  margin-bottom: 20px;
}

.c-accordion__body ul li span {
  display: block;
  font-weight: 700;
}

.c-accordion__body hr {
  margin: 24px 0;
  border: 1px solid #fff;
}

.c-accordion__body .table {
  overflow: auto;
  margin-bottom: 16px;
}

.c-accordion__body .table+p {
  font-size: 1.3rem;
}

.c-accordion__body .table table {
  width: 100%;
  border-top: 1px solid #F3F2F1;
  border-left: 1px solid #F3F2F1;
  border-collapse: collapse;
  border-spacing: 0;
}

.c-accordion__body .table table th {
  background: #F08800;
  color: #fff;
  border-right: 1px solid #F3F2F1;
  border-bottom: 1px solid #F3F2F1;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.c-accordion__body .table table td {
  background: #fff;
  border-right: 1px solid #F3F2F1;
  border-bottom: 1px solid #F3F2F1;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .c-accordion__body .table table {
    width: 620px;
    font-size: 1.3rem;
  }
}

/* .c-modal */

.c-modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c-modal__bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
}

.c-modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  max-width: 640px;
  max-height: 80%;
  overflow-y: auto;
}

.c-modal__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.c-modal__close-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  cursor: pointer;
  transition: 0.3s;
}

.c-modal__close-btn:hover {
  color: #F08800;
}

@media (max-width: 767px) {
  .c-modal__content {
    padding: 32px 20px;
  }
}


/* .other */

.c-banner {
  position: fixed;
  bottom: 40px;
  right: 0;
}

@media (max-width: 767px) {

  .c-banner {
    padding: 0 20px;
    bottom: 10px;
  }
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media (max-width: 767px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* .support-img */

.support-img {
  margin: 0 auto;
  max-width: 640px;
}

.support-img p {
  margin-top: 1em;
  text-align: center;
  color: #888888;
  font-size: 1.4rem;
}

/* .case-item */


.case-item {
  border: 1px solid #FBB849;
  border-radius: 4px;
  padding: 40px;
}

@media (max-width: 767px) {
  .case-item {
    padding: 20px;
  }
}

.case-item+.case-item {
  margin-top: 32px;
}

.case-item__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.case-item__img {
  text-align: center;
  margin-bottom: 24px;
}

.case-item__img img {
  width: 278px;
}

.case-item__text {}


/* .voice-item */

@media (min-width: 768px) {
  .voice-list {
    display: flex;
    flex-wrap: wrap;
    margin: -40px -40px 0 0;
  }

  .voice-list__item {
    margin: 40px 40px 0 0;
    width: calc(50% - 40px);
  }
}

@media (max-width: 767px) {
  .voice-list__item:not(:last-child) {
    margin-bottom: 48px;
  }
}

.voice-item {
  background: #fff;
  padding: 24px 20px;
  position: relative;
}

.voice-item::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url(/fc/robo_lp/assets/img/img_voice_mark.png) no-repeat center center / contain;
  position: absolute;
  top: -10px;
  left: 20px;
}

.voice-item__img {
  text-align: center;
  margin-bottom: 20px;
}

.voice-item__img img {
  max-width: 186px;
}

.voice-item__comment {
  font-weight: 700;
  margin-bottom: 24px;
}

.voice-item__parent {
  font-size: 1.5rem;
}

.voice-item__parent span {
  display: block;
  color: #F08800;
  margin-bottom: 8px;
}

p.center {
  text-align: center;
}