@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*	 メインビジュアル
* --------------------------------------------------------------------------------------------------*/
.p-mv {
  background: linear-gradient(170deg, #f4f7ff, #e8eeff);
}

.p-mv__ttl-box {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 12.5rem 1.25rem 6.25rem;
}

.p-mv__ttl-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 0.313rem;
}

.p-mv__ttl-en {
  font-size: 4.1875rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 1.875rem 0 0;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #2f3659;
}

.p-mv__ttl-ja {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 900;
  color: #674cdc;
}

.p-mv__main-ttl {
  font-size: 2.375rem;
  line-height: 1.5;
  font-weight: 900;
  color: #2f3659;
}

@media screen and (max-width: 767px) {
  .p-mv__ttl-box {
    max-width: initial;
    padding: 26.7vw 4vw 16vw;
  }
  .p-mv__ttl-flex {
    margin: 0 0 1.3vw;
  }
  .p-mv__ttl-en {
    font-size: 6.9vw;
    margin: 0 2.7vw 0 0;
  }
  .p-mv__ttl-ja {
    font-size: 3.2vw;
  }
  .p-mv__main-ttl {
    font-size: 6.4vw;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	 研究開発業
* --------------------------------------------------------------------------------------------------*/
.p-research {
  padding: 6.25rem 0 7.5rem;
  background-color: #f4f7ff;
}

.p-research__ttl {
  font-size: 2.375rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 4.375rem;
  color: #2f3659;
}

.p-research__txt {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0 0 6.25rem;
}

.p-research__contents {
  background-color: #fff;
  border-radius: 1rem;
}

.p-research__contents-wrap {
  width: 100%;
  max-width: 58.125rem;
  margin: 0 auto;
  padding: 5rem 1.25rem 6.25rem;
}

.p-research__contents-ttl {
  font-size: 2.375rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 4.375rem;
  color: #2f3659;
}

.p-research__contents-list-item {
  margin: 0 0 2.5rem;
}
.p-research__contents-list-item:last-of-type {
  margin: 0;
}

.p-research__contents-list-item-ttl {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 1.25rem;
  color: #2f3659;
}

.p-research__contents-list-item-txt {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-research {
    padding: 16vw 0 26.7vw;
  }
  .p-research__ttl {
    font-size: 6.4vw;
    margin: 0 0 13.3vw;
  }
  .p-research__txt {
    font-size: 3.7vw;
    margin: 0 0 21.3vw;
  }
  .p-research__contents-wrap {
    max-width: initial;
    padding: 16vw 5.3vw;
  }
  .p-research__contents-ttl {
    font-size: 6.4vw;
    margin: 0 0 10.7vw;
  }
  .p-research__contents-list-item {
    margin: 0 0 8vw;
  }
  .p-research__contents-list-item-ttl {
    font-size: 4.3vw;
    margin: 0 0 5.3vw;
  }
  .p-research__contents-list-item-txt {
    font-size: 3.7vw;
  }
}