html, body {
  margin-top: 0 !important; }

.p-header {
  background: linear-gradient(rgba(235, 112, 244, 0.65), rgba(239, 229, 91, 0.71)); }
  .p-header__area {
    display: flex;
    justify-content: space-between; }

.word-wrap {
  word-wrap: break-word; }

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px; }

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.bg-lavenderblush {
  background-color: lavenderblush; }

.p-nav {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: min-content; }

.p-first {
  position: relative;
  height: 400px; }
  .p-first__bg__img {
    width: 100%;
    height: 100%;
    background: url("../../../img/balloon.jpg");
    background-position: bottom center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 0 0 50% 50% / 0px 0px 10% 10%; }
  .p-first__area {
    width: fit-content;
    padding: 16px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%); }
  .p-first__title {
    text-align: center; }
  .p-first__button {
    margin-top: 40px; }
    .p-first__button__link {
      width: 300px;
      height: 60px;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      background-color: turquoise;
      display: block;
      border-radius: 30px;
      padding: 15px 4px;
      margin: 0 auto; }

.p-service {
  margin-top: 50px; }
  .p-service__title {
    text-align: center;
    padding: 10px;
    border-radius: 30px 30px 30px 30px;
    background-image: linear-gradient(180deg, rgba(235, 112, 244, 0.65) 0%, rgba(239, 229, 91, 0.71) 100%); }
  .p-service__list {
    background-color: #eeeeee;
    margin-top: 50px; }
  .p-service__item {
    background-color: white;
    display: flex;
    flex-direction: column; }
  .p-service__detail {
    width: 100%;
    height: 350px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .p-service__detail__title {
      font-size: 24px;
      color: #6ec1e4;
      padding-bottom: 25px;
      position: relative; }
      .p-service__detail__title:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0px;
        display: inline-block;
        width: 100px;
        height: 3px;
        background-color: #6ec1e4;
        transform: translate(-50%, -50%); }
    .p-service__detail__msg {
      font-size: 15px;
      color: #a3a3a3; }
  .p-service__iframe {
    width: 100%;
    height: 350px; }
  .p-service__img {
    width: 100%;
    height: 350px;
    object-fit: cover; }

.p-profile {
  background-color: #3a3a3a;
  margin-top: 50px;
  padding: 50px 0 10px;
  text-align: center; }
  .p-profile__title {
    color: #dfc15e;
    font-size: 45px; }
  .p-profile__msg {
    padding: 0 16px; }
    .p-profile__msg__p {
      color: #ffffff;
      font-size: 17px;
      line-height: 2.5em; }
  .p-profile__link {
    text-decoration: none; }
    .p-profile__link__img {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      object-fit: cover;
      object-position: 45% 80%; }
    .p-profile__link__p {
      margin-top: 20px;
      font-size: 20px; }

.p-customers {
  margin-top: 50px; }
  .p-customers__title {
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 30px 30px 30px 30px;
    background-image: linear-gradient(180deg, rgba(235, 112, 244, 0.65) 0%, rgba(239, 229, 91, 0.71) 100%); }
  .p-customers__member__list {
    display: flex;
    flex-direction: column;
    margin-top: 40px; }
  .p-customers__member__item {
    flex: 1;
    padding: 50px 10px;
    border-style: groove;
    border-radius: 30px; }
    .p-customers__member__item:not(:last-child) {
      margin-bottom: 15px; }
  .p-customers__member__p {
    font-size: 16px;
    color: #7a7a7a; }
  .p-customers__member__area {
    text-align: center; }
  .p-customers__member__img {
    width: 80px;
    height: 80px;
    border-radius: 50%; }
  .p-customers__member__name {
    font-size: 18px;
    color: #6ec1e4;
    margin-left: 15px; }

.p-works {
  background-color: #3a3a3a;
  margin-top: 50px;
  padding: 50px 0 10px;
  text-align: center; }
  .p-works__title {
    color: #dfc15e;
    font-size: 45px; }
  .p-works__slick__list {
    margin: 20px auto;
    padding: 0;
    width: 80%; }
    .p-works__slick__list img {
      height: auto;
      width: 100%;
      border-radius: 6px; }
  .p-works__msg {
    padding: 0 16px;
    color: #bababa;
    font-size: 17px; }

/*# sourceMappingURL=index.css.map */
