.f-sen,
section#makeRobot .center .description .text .head .index p {
  font-family: 'Sen', sans-serif
}

body {
  color: #333
}

.center {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%
}

@media (max-width: 1024px) {
  .center {
    padding: 0 20px
  }
}

section#topArea {
  background: url("../../assets/img/top-programming.png");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width: 1024px) {
  section#topArea {
    background: url("../../assets/img/top-sp-programming.png");
    padding-bottom: 115%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
  }
}

section#topArea .text span.badge {
  color: #FAAF3B
}

section#introArea {
  padding: 60px 0
}

section#introArea .center .wrap {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

@media (max-width: 1024px) {
  section#introArea .center .wrap {
    flex-direction: column
  }
}

section#introArea .center .wrap .text {
  max-width: 620px
}

section#introArea .center .wrap .text .head {
  margin-bottom: 30px
}

section#introArea .center .wrap .text .head h2 {
  font-size: 33.25px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#introArea .center .wrap .text .details .sp-wrap {
  margin-bottom: 1em
}

@media (max-width: 1024px) {
  section#introArea .center .wrap .text .details .sp-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
  }
}

section#introArea .center .wrap .text .details .sp-wrap h3 {
  font-size: 23.75px;
  transform: rotate(0.03deg);
  font-weight: 700
}

@media (max-width: 1024px) {
  section#introArea .center .wrap .text .details .sp-wrap h3 {
    flex: 1
  }
}

section#introArea .center .wrap .text .details .sp-wrap .sp-image {
  max-width: 70px;
  width: 100%;
  display: none
}

@media (max-width: 1024px) {
  section#introArea .center .wrap .text .details .sp-wrap .sp-image {
    display: block
  }

  section#introArea .center .wrap .text .details .sp-wrap .sp-image img {
    display: block;
    width: 100%
  }
}

section#introArea .center .wrap .text .details p {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

section#introArea .center .wrap .image {
  max-width: 200px;
  width: 100%
}

@media (max-width: 1024px) {
  section#introArea .center .wrap .image {
    display: none
  }
}

section#introArea .center .wrap .image img {
  display: block;
  width: 100%
}

section#introArea .center .video-wrap {
  max-width: 500px;
  margin: 0 auto
}

section#introArea .center .video-wrap .video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%
}

section#introArea .center .video-wrap .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

section#powerArea {
  overflow: hidden;
  padding: 50px 0;
  background: #FCDFB9
}

section#powerArea .center .title-wrap {
  color: #333;
  margin-bottom: 50px;
  text-align: center
}

section#powerArea .center .title-wrap h2.title {
  font-size: 33.25px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#powerArea .center .power-panel-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

@media (max-width: 1024px) {
  section#powerArea .center .power-panel-wrap {
    grid-template-columns: 1fr
  }
}

section#powerArea .center .power-panel-wrap .power-panel {
  background: white;
  border-radius: 30px;
  padding: 30px
}

section#powerArea .center .power-panel-wrap .power-panel .head {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center
}

section#powerArea .center .power-panel-wrap .power-panel .head h2 {
  font-size: 19px;
  transform: rotate(0.03deg);
  font-weight: 700;
  color: #FAAF3B
}

section#powerArea .center .power-panel-wrap .power-panel .details p {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

section#makeRobot {
  overflow: hidden;
  padding: 50px 0
}

section#makeRobot .center .title-wrap {
  color: #333;
  text-align: center;
  margin-bottom: 50px
}

section#makeRobot .center .title-wrap h2.title {
  font-size: 33.25px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#makeRobot .center .robot-panel-wrap {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

@media (max-width: 1024px) {
  section#makeRobot .center .robot-panel-wrap {
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr
  }
}

section#makeRobot .center .robot-panel-wrap .image {
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  border: solid 1px #B3B3B3;
  position: relative
}

section#makeRobot .center .robot-panel-wrap .image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

section#makeRobot .center .robot-panel-wrap .title {
  margin-bottom: 15px
}

section#makeRobot .center .robot-panel-wrap .title h3 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center
}

section#makeRobot .center .robot-panel-wrap .title h3::before {
  margin-right: 5px;
  content: '';
  width: 10px;
  height: 1em;
  background: #FAAF3B
}

section#makeRobot .center .robot-panel-wrap .button a {
  text-decoration: none;
  color: white;
  text-align: center;
  padding: 10px 0;
  border-radius: 40px;
  background: #FAAF3B;
  display: block
}

section#makeRobot .center .description {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 30px
}

@media (max-width: 1024px) {
  section#makeRobot .center .description {
    grid-template-columns: 1fr
  }
}

section#makeRobot .center .description .text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column
}

section#makeRobot .center .description .text .head .index {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center
}

section#makeRobot .center .description .text .head .index p {
  margin-right: 10px;
  font-size: 16.15px;
  transform: rotate(0.03deg);
  font-weight: 700;
  color: #FAAF3B
}

section#makeRobot .center .description .text .head .copy {
  margin-bottom: 10px
}

section#makeRobot .center .description .text .head .copy h2 {
  color: #FAAF3B;
  font-size: 23.75px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#makeRobot .center .description .text .head .details p {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

section#makeRobot .center .description .text .img-desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

@media (max-width: 1024px) {
  section#makeRobot .center .description .text .img-desc {
    grid-template-columns: 1fr
  }
}

section#makeRobot .center .description .text .img-desc .part {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

section#makeRobot .center .description .text .img-desc .part .image img {
  width: 100%;
  display: block
}

section#makeRobot .center .description .text .img-desc .part .sub {
  text-align: center
}

section#makeRobot .center .description .text .img-desc .part .sub p {
  font-size: 16.15px;
  transform: rotate(0.03deg);
  font-weight: 700
}

section#makeRobot .center .description .image img {
  width: 100%;
  display: block
}

section#flowArea {
  padding: 50px 0;
  background: #FCDFB9
}

section#flowArea .center .title-wrap {
  color: #333
}

section#flowArea .center .flow-wrap {
  margin-bottom: 60px
}

section#flowArea .center .flow-wrap .flow {
  overflow: hidden;
  border-radius: 50px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: right
}

@media (max-width: 1024px) {
  section#flowArea .center .flow-wrap .flow {
    padding-bottom: 66%;
    background-position: bottom;
    background-size: 100%
  }
}

section#flowArea .center .flow-wrap .flow.c-1 {
  background-image: url("../../assets/img/flow01.png")
}

section#flowArea .center .flow-wrap .flow.c-2 {
  background-image: url("../../assets/img/flow02.png")
}

section#flowArea .center .flow-wrap .flow.c-3 {
  background-image: url("../../assets/img/flow03.png")
}

section#flowArea .center .flow-wrap .flow.c-4 {
  background-size: 380px;
  background-image: url("../../assets/img/flow04.png")
}

@media (max-width: 1024px) {
  section#flowArea .center .flow-wrap .flow.c-4 {
    background-size: 100%
  }
}

section#flowArea .center .flow-wrap .flow .text {
  max-width: 600px;
  padding: 60px 30px
}

section#flowArea .center .flow-wrap .flow .text h3 {
  font-size: 19px;
  transform: rotate(0.03deg);
  font-weight: 700;
  color: #FAAF3B;
  margin-bottom: 20px
}

section#flowArea .center .flow-wrap .flow .text p {
  font-size: 13.3px;
  transform: rotate(0.03deg);
  font-weight: 400
}

section#flowArea .center .flow-wrap .arrow {
  text-align: center;
  padding: 20px 0
}

section#questionArea .title-wrap {
  color: #333
}

section#questionArea .center .questions dl .question dt {
  color: #FAAF3B
}