@charset "utf-8";
/* CSS Document */

/* header navi */
.cont-nav .p-link-list__list{
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: flex-start !important;
}
.cont-nav .p-link-list{
  margin-bottom:0.5rem;
}
.p-link-list__item:first-of-type{
  margin-top:0.75rem !important;
}
.cont-nav a {
  padding: 0.1em 0em;
}
.cont-nav a::after {
  padding-left: 0;
}

/* text size */
@media only screen and (min-width: 769px) {
  .p-text {
    font-size: initial !important;
  }
}
@media only screen and (max-width: 768px) {
  .section-text p {
    font-size: initial !important;
  }
}

/* h2 */
h2.c-heading-2__heading {
  font-size: 36px;
  text-align: center;
  color: #7b47d2;
  letter-spacing: 2rem;
}
@media (max-width: 767px) {
  h2.c-heading-2__heading {
    font-size: 30px;
    letter-spacing: 1.5rem;
  }
}

/** [THE EXPERIENCE] **/
[data-id="d1784516"] {
  background-color: #191D1F;
  color: #fff !important;
  padding-bottom: 2.5rem;
}

/** [OUR STORY] **/
#d2295803 .p-text {
  text-align: center;
}
.cont-btn a {
  font-size: 1rem;
}
.cont-btn a:hover {
  text-decoration: underline;
}

/* Wave_bar */
[data-id="2295821"].l-wrapper {
  padding: 0 !important;
}
[data-id="2295821"] .l-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  .jsp-background-image-2295824 {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.bg_bar {
  padding-top: 0;
}

