body {
  background-color: #fff4e9; }

.header {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background-color: white; }
  .header__menu {
    display: flex;
    justify-content: space-between;
    padding: 1% 2% 0.5%;
    border-bottom: solid #0051D8 0.4vw; }
    .header__menu__left img {
      max-width: 100%;
      height: 4.2vw; }
    .header__menu__right {
      position: relative; }
      .header__menu__right__top {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 0.2vw; }
        .header__menu__right__top img {
          max-width: 100%;
          height: 1.3vw; }
      .header__menu__right__bottom {
        display: flex;
        align-items: flex-end; }
        .header__menu__right__bottom img {
          max-width: 100%;
          height: 2.8vw;
          position: absolute;
          top: 35%;
          left: -25%; }
        .header__menu__right__bottom a {
          color: #000;
          font-size: 3.2vw;
          font-weight: bold; }

.fv {
  max-width: 1400px;
  width: 100%;
  height: 39.4vw;
  margin: 0 auto; }
  .fv img {
    max-width: 100%;
    height: 39.4vw; }

.cv {
  max-width: 1400px;
  width: 100%;
  height: 40.2vw;
  margin: 0 auto;
  position: relative; }
  .cv img {
    max-width: 100%;
    height: 40.2vw;
    vertical-align: bottom; }
  .cv--button {
    position: absolute;
    z-index: 3;
    top: 36%;
    left: 35%; }
    .cv--button img {
      width: auto;
      height: 7.5vw; }
  .cv--number {
    position: absolute;
    z-index: 2;
    top: 63.7%;
    left: 44.5%; }
    .cv--number a {
      color: #000;
      font-size: 5.4vw;
      font-weight: bold; }
  .cv__heading {
    position: relative;
    z-index: 1;
    bottom: 17.5%; }
    .cv__heading--1 {
      width: 18vw;
      height: 4.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px 10px;
      background-color: #FFEA3C;
      font-size: 1.8vw;
      font-weight: bolder;
      margin-right: 1vw;
      position: absolute;
      left: 16%; }
    .cv__heading--2 {
      width: 17vw;
      height: 4.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px 10px;
      background-color: #FFEA3C;
      font-size: 1.8vw;
      font-weight: bolder;
      margin-right: 1vw;
      position: absolute;
      left: 34.8%; }
    .cv__heading--3 {
      width: 11vw;
      height: 4.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px 10px;
      background-color: #FFEA3C;
      font-size: 1.8vw;
      font-weight: bolder;
      margin-right: 1vw;
      position: absolute;
      left: 52.5%; }
    .cv__heading--4 {
      width: 20vw;
      height: 4.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px 10px;
      background-color: #FFEA3C;
      font-size: 1.8vw;
      font-weight: bolder;
      position: absolute;
      left: 64.2%; }

.cv2 {
  position: relative;
  z-index: 1;
  top: 83%; }

.zigyou {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: white; }
  .zigyou__title {
    display: flex;
    justify-content: center;
    padding-top: 5%; }
    .zigyou__title img {
      max-width: 100%;
      height: 5.3vw; }
  .zigyou__category {
    padding: 4% 0;
    display: flex;
    justify-content: center; }
    .zigyou__category__type1 {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .zigyou__category__type1--image img {
        max-width: 100%;
        height: 17.6vw; }
      .zigyou__category__type1--heading {
        position: relative;
        text-align: center;
        margin-top: 3%; }
        .zigyou__category__type1--heading img {
          max-width: 100%;
          height: 4vw; }
        .zigyou__category__type1--heading--text {
          position: absolute;
          top: 20%;
          bottom: 0;
          left: 0;
          right: 0;
          font-size: 2.5vw;
          font-weight: bold;
          letter-spacing: .5vw;
          color: #0051D8; }
      .zigyou__category__type1--explanation {
        display: flex;
        justify-content: center;
        float: left;
        font-size: 1.03vw;
        line-height: 1.4vw;
        font-weight: bolder;
        margin-top: 3%; }
    .zigyou__category__type2 {
      padding: 0 2%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .zigyou__category__type2--image img {
        max-width: 100%;
        height: 17.6vw; }
      .zigyou__category__type2--heading {
        position: relative;
        text-align: center;
        margin-top: 3%; }
        .zigyou__category__type2--heading img {
          max-width: 100%;
          height: 4vw; }
        .zigyou__category__type2--heading--text {
          position: absolute;
          top: 20%;
          bottom: 0;
          left: 0;
          right: 0;
          font-size: 2.5vw;
          font-weight: bold;
          letter-spacing: .5vw;
          color: #0051D8; }
      .zigyou__category__type2--explanation {
        display: flex;
        justify-content: center;
        float: left;
        font-size: 1vw;
        line-height: 1.4vw;
        font-weight: bolder;
        margin-top: 3%; }
    .zigyou__category__type3 {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .zigyou__category__type3 img {
        max-width: 100%;
        height: 17.6vw; }
      .zigyou__category__type3--heading {
        position: relative;
        text-align: center;
        margin-top: 3%; }
        .zigyou__category__type3--heading img {
          max-width: 100%;
          height: 4vw; }
        .zigyou__category__type3--heading--text {
          position: absolute;
          top: 25%;
          bottom: 0;
          left: 0;
          right: 0;
          font-size: 2vw;
          font-weight: bolder;
          color: #0051D8; }
      .zigyou__category__type3--explanation {
        display: flex;
        justify-content: center;
        float: left;
        font-size: 1.03vw;
        line-height: 1.4vw;
        font-weight: bolder;
        margin-top: 3%; }

.zigyou2 {
  max-width: 1400px;
  width: 100%;
  height: 80.7vw;
  margin: 0 auto; }
  .zigyou2__area {
    height: 30vw;
    position: relative; }
    .zigyou2__area__copy {
      position: absolute;
      z-index: 2; }
      .zigyou2__area__copy img {
        max-width: 100%;
        height: 31.6vw; }
    .zigyou2__area__bg {
      position: absolute;
      z-index: 1;
      top: 89%; }
      .zigyou2__area__bg img {
        max-width: 100%;
        height: 54vw; }
      .zigyou2__area__bg__item1 {
        position: absolute;
        bottom: 53%;
        left: 18%;
        text-align: center; }
        .zigyou2__area__bg__item1 img {
          max-width: 100%;
          height: 17.1vw; }
        .zigyou2__area__bg__item1 P {
          width: 20vw;
          padding: 1% 0;
          background-color: #000000;
          color: #ffffff;
          font-size: 1vw;
          font-weight: bolder;
          border-radius: 10px 10px;
          position: absolute;
          left: 4%; }
      .zigyou2__area__bg__item2 {
        position: absolute;
        bottom: 53%;
        left: 40%; }
        .zigyou2__area__bg__item2 img {
          max-width: 100%;
          height: 17.1vw; }
      .zigyou2__area__bg__item3 {
        position: absolute;
        bottom: 53%;
        left: 62%; }
        .zigyou2__area__bg__item3 img {
          max-width: 100%;
          height: 17.1vw; }
      .zigyou2__area__bg__item4 {
        position: absolute;
        bottom: 15%;
        left: 18%; }
        .zigyou2__area__bg__item4 img {
          max-width: 100%;
          height: 17.1vw; }
      .zigyou2__area__bg__item5 {
        position: absolute;
        bottom: 15%;
        left: 40%;
        text-align: center; }
        .zigyou2__area__bg__item5 img {
          max-width: 100%;
          height: 17.1vw; }
        .zigyou2__area__bg__item5 P {
          width: 20.5vw;
          padding: 1% 0;
          background-color: #000000;
          color: #ffffff;
          font-size: 1vw;
          font-weight: bolder;
          border-radius: 10px 10px;
          position: absolute;
          left: 3%; }
      .zigyou2__area__bg__item6 {
        position: absolute;
        bottom: 15%;
        left: 62%; }
        .zigyou2__area__bg__item6 img {
          max-width: 100%;
          height: 17.1vw; }

.zisseki {
  max-width: 1400px;
  width: 100%;
  height: 56vw;
  position: relative;
  margin: 0 auto;
  background-color: #FFD7AC; }
  .zisseki__bg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    height: 53vw; }
    .zisseki__bg__title {
      position: absolute;
      top: 9%;
      left: 37%;
      display: flex;
      justify-content: center; }
      .zisseki__bg__title img {
        max-width: 100%;
        height: 4.7vw; }
    .zisseki__bg__item {
      display: flex;
      position: absolute;
      z-index: 2;
      top: 25.5%;
      left: 16.5%; }
      .zisseki__bg__item--left {
        padding-right: 3%; }
        .zisseki__bg__item--left img {
          max-width: 100%;
          height: 37.4vw; }
      .zisseki__bg__item--right--top {
        padding-bottom: 5%; }
        .zisseki__bg__item--right--top img {
          max-width: 100%;
          height: 17.8vw; }
      .zisseki__bg__item--right--bottom img {
        max-width: 100%;
        height: 17.8vw; }
    .zisseki__bg__illustration {
      position: absolute;
      z-index: 1;
      top: 74%; }
      .zisseki__bg__illustration img {
        max-width: 100%;
        height: 16.8vw; }

.pickup {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: #B0E6FF; }
  .pickup__title img {
    max-width: 100%;
    height: 38.2vw; }
  .pickup__bg {
    padding-top: 3%;
    padding-bottom: 4%;
    text-align: center; }
    .pickup__bg__item {
      padding-bottom: 2%; }
      .pickup__bg__item img {
        max-width: 100%;
        height: 32.4vw; }

.maker {
  max-width: 1400px;
  width: 100%;
  height: 44vw;
  margin: 0 auto;
  position: relative;
  background-color: white; }
  .maker__top {
    position: absolute;
    top: -10.6%; }
    .maker__top img {
      max-width: 100%;
      height: 19.2vw; }
    .maker__top--title {
      position: absolute;
      bottom: 52%;
      left: 24.5%;
      font-size: 3.9vw;
      font-weight: bold;
      color: #2FB430; }
    .maker__top--heading {
      font-size: 2.4vw;
      font-weight: bold;
      color: #ffffff;
      position: absolute;
      bottom: 25%;
      left: 16%;
      letter-spacing: .1vw; }
      .maker__top--heading span {
        color: #FFEA3C; }
  .maker__bottom {
    position: absolute;
    top: 36%;
    left: 16%; }
    .maker__bottom img {
      max-width: 100%;
      height: 24.7vw; }

.voice {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: white; }
  .voice img {
    max-width: 100%;
    height: 24.1vw;
    vertical-align: bottom; }
  .voice__title {
    font-size: 1.8vw;
    text-align: center;
    position: absolute;
    bottom: 32%;
    left: 30%;
    line-height: 2vw; }

.secound {
  display: none; }

.area {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: 60.2vw;
  position: relative;
  color: #ffffff; }
  .area img {
    max-width: 100%;
    height: 60.2vw; }
  .area--type1 {
    position: absolute;
    bottom: 22%;
    left: 26.5%;
    font-size: 4vw;
    font-weight: bold; }
  .area--type2 {
    position: absolute;
    bottom: 22%;
    left: 46%;
    font-size: 4vw;
    font-weight: bold; }
  .area--type3 {
    position: absolute;
    bottom: 22%;
    left: 65.5%;
    font-size: 4vw;
    font-weight: bold; }
  .area--type4 {
    position: absolute;
    bottom: 8%;
    left: 26.5%;
    font-size: 4vw;
    font-weight: bold; }
  .area--type5 {
    position: absolute;
    bottom: 8%;
    left: 46%;
    font-size: 4vw;
    font-weight: bold; }
  .area--type6 {
    position: absolute;
    bottom: 8%;
    left: 63.5%;
    font-size: 4vw;
    font-weight: bold; }

.roadmap {
  max-width: 1400px;
  width: 100%;
  height: auto;
  background: white;
  margin: 0 auto; }
  .roadmap__top {
    margin-top: 4%;
    text-align: center; }
    .roadmap__top img {
      max-width: 100%;
      height: 4.4vw;
      vertical-align: bottom; }
  .roadmap__step {
    display: flex;
    justify-content: center;
    padding: 4% 0;
    position: relative;
    background-color: #AFEDCF; }
    .roadmap__step__type1 {
      background-color: #ffffff;
      height: 20vw;
      border-radius: 10px 10px;
      padding: 2% .5%;
      position: relative; }
      .roadmap__step__type1--title img {
        max-width: 100%;
        height: 2.9vw; }
      .roadmap__step__type1--heading {
        color: #FF8C17;
        font-size: 2vw;
        font-weight: bold;
        letter-spacing: .1vw;
        position: absolute;
        top: 25%;
        left: 33%; }
      .roadmap__step__type1--illustration {
        position: absolute;
        top: 38%;
        left: 18%; }
        .roadmap__step__type1--illustration img {
          max-width: 100%;
          height: 9.8vw; }
      .roadmap__step__type1--sentence {
        text-align: center;
        position: absolute;
        bottom: 5%;
        left: 10%;
        font-size: 1.1vw;
        font-weight: bolder;
        line-height: 1.3vw; }
    .roadmap__step__type2 {
      background-color: #ffffff;
      border-radius: 10px 10px;
      height: 20vw;
      padding: 2% .5%;
      position: relative; }
      .roadmap__step__type2--title img {
        max-width: 100%;
        height: 2.9vw; }
      .roadmap__step__type2--heading {
        color: #FF8C17;
        font-size: 2vw;
        font-weight: bold;
        letter-spacing: .1vw;
        position: absolute;
        top: 25%;
        left: 33%; }
      .roadmap__step__type2--illustration {
        position: absolute;
        top: 38%;
        left: 14%; }
        .roadmap__step__type2--illustration img {
          max-width: 100%;
          height: 9.8vw; }
      .roadmap__step__type2--sentence {
        text-align: center;
        position: absolute;
        bottom: 5%;
        left: 10%;
        font-size: 1.1vw;
        font-weight: bolder;
        line-height: 1.3vw; }
    .roadmap__step__type3 {
      background-color: #ffffff;
      border-radius: 10px 10px;
      height: 20vw;
      padding: 2% .5%;
      position: relative; }
      .roadmap__step__type3--title img {
        max-width: 100%;
        height: 2.9vw; }
      .roadmap__step__type3--heading {
        color: #FF8C17;
        font-size: 2vw;
        font-weight: bold;
        letter-spacing: .1vw;
        position: absolute;
        top: 25%;
        left: 33%; }
      .roadmap__step__type3--illustration {
        position: absolute;
        top: 38%;
        left: 14%; }
        .roadmap__step__type3--illustration img {
          max-width: 100%;
          height: 9.8vw; }
      .roadmap__step__type3--sentence {
        text-align: center;
        position: absolute;
        bottom: 7%;
        left: 15%;
        font-size: 1.1vw;
        font-weight: bolder;
        line-height: 1.3vw; }
    .roadmap__step__type4 {
      background-color: #ffffff;
      border-radius: 10px 10px;
      height: 20vw;
      padding: 2% .5%;
      position: relative; }
      .roadmap__step__type4--title img {
        max-width: 100%;
        height: 2.9vw; }
      .roadmap__step__type4--heading {
        color: #FF8C17;
        font-size: 2vw;
        font-weight: bold;
        letter-spacing: .1vw;
        position: absolute;
        top: 25%;
        left: 25%; }
      .roadmap__step__type4--illustration {
        position: absolute;
        top: 38%;
        left: 12.8%; }
        .roadmap__step__type4--illustration img {
          max-width: 100%;
          height: 8.9vw; }
      .roadmap__step__type4--sentence {
        text-align: center;
        position: absolute;
        bottom: 5%;
        left: 13%;
        font-size: 1.1vw;
        font-weight: bolder;
        line-height: 1.3vw; }
    .roadmap__step__type5 {
      background-color: #ffffff;
      border-radius: 10px 10px;
      height: 20vw;
      padding: 2% .5%;
      position: relative; }
      .roadmap__step__type5--title img {
        max-width: 100%;
        height: 2.9vw; }
      .roadmap__step__type5--heading {
        color: #FF8C17;
        font-size: 2vw;
        font-weight: bold;
        letter-spacing: .1vw;
        position: absolute;
        top: 25%;
        left: 33%; }
      .roadmap__step__type5--illustration {
        position: absolute;
        top: 42%;
        left: 10%; }
        .roadmap__step__type5--illustration img {
          max-width: 100%;
          height: 8vw; }
      .roadmap__step__type5--sentence {
        text-align: center;
        position: absolute;
        bottom: 5%;
        left: 8.5%;
        font-size: 1.1vw;
        font-weight: bolder;
        line-height: 1.3vw; }
    .roadmap__step__arrow1 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 28.3%; }
      .roadmap__step__arrow1 img {
        max-width: 100%;
        height: 2.2vw; }
    .roadmap__step__arrow2 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 42%; }
      .roadmap__step__arrow2 img {
        max-width: 100%;
        height: 2.2vw; }
    .roadmap__step__arrow3 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 56%; }
      .roadmap__step__arrow3 img {
        max-width: 100%;
        height: 2.2vw; }
    .roadmap__step__arrow4 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 69.7%; }
      .roadmap__step__arrow4 img {
        max-width: 100%;
        height: 2.2vw; }

.contact {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  background-color: white; }
  .contact__form {
    margin: 0 auto; }
  .contact__title {
    display: flex;
    justify-content: center; }
    .contact__title img {
      max-width: 100%;
      height: 5.3vw; }

.Form {
  display: block;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  width: 100%; }

@media screen and (max-width: 750px) {
  .Form {
    margin-top: 40px; } }

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 750px;
  display: flex;
  align-items: center;
  margin: 0 auto; }

@media screen and (max-width: 750px) {
  .Form-Item {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2.1%;
    padding-bottom: 2.1%;
    flex-wrap: wrap;
    width: 88vw; } }

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd; }

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px; }

@media screen and (max-width: 750px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 2.4vw; } }

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto; }

@media screen and (max-width: 750px) {
  .Form-Item-Label.isMsg {
    margin-top: 0; } }

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ff0000;
  color: #fff;
  font-size: 14px; }

@media screen and (max-width: 750px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 1.7vw; } }

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px; }

@media screen and (max-width: 750px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    width: 88vw;
    max-width: 700px;
    font-size: 15px; } }

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px; }

@media screen and (max-width: 750px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
    max-width: 700px;
    width: 88vw; } }

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px; }

@media screen and (max-width: 750px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px; } }

.footer {
  max-width: 1400px;
  width: 100%;
  height: 4vw;
  margin: 0 auto;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer__text {
    color: #ffffff;
    font-size: 1.2vw;
    letter-spacing: .1vw; }

.space {
  margin-left: 1%; }

.top-scroller {
  bottom: 20px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: all 0.3s ease;
  z-index: 50; }
  .top-scroller.active {
    opacity: 0.8; }
  .top-scroller:hover {
    cursor: pointer;
    opacity: 1 !important; }
  .top-scroller .arrow-up {
    -webkit-align-items: center;
    align-items: center;
    background-color: #666;
    border-radius: 50%;
    display: flex;
    height: 64px;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 64px; }
    .top-scroller .arrow-up::before {
      border: solid white;
      border-width: 5px 5px 0 0;
      content: '';
      display: block;
      height: 20px;
      position: relative;
      top: 6px;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 20px; }
