.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.p-mv {
  position: relative;
  padding-top: 105px;
  z-index: 2;
}
@media (min-width: 48em) {
  .p-mv {
    padding-top: 126px;
  }
}
@media (min-width: 65.625em) {
  .p-mv {
    padding-top: 140px;
    padding-bottom: 70px;
    overflow: hidden;
  }
}
@media (min-width: 65.625em) {
  .p-mv::after {
    content: "";
    width: 100%;
    height: 260px;
    background-color: #e8f1f7;
    background-image: url("/assets/images/pages/index/bg_blue_top.png");
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% 100%;
    min-width: 2000px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}

.p-mv__wrap {
  position: relative;
  z-index: 1;
}

.p-mv__slide {
  display: flex;
  align-items: center;
}
.p-mv__slide.is-active .p-mv__slide-img {
  width: 100%;
  transform: scale(1);
}

.p-mv__slide-img {
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.6s;
  transform: scale(0.83);
}
@media (min-width: 48em) {
  .p-mv__slide-img {
    border-radius: 30px;
    transform: scale(0.825);
  }
}
.p-mv__slide-img img {
  transition: transform 0.3s;
}
@media (min-width: 48em) {
  .p-mv__slide-img:hover img {
    transform: scale(1.04);
  }
}

.p-mv__bottom {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media (min-width: 48em) {
  .p-mv__bottom {
    margin-top: 38px;
  }
}

.p-mv__pagination {
  position: unset;
  padding: 0 18px;
}
@media (min-width: 48em) {
  .p-mv__pagination {
    padding: 0 20px;
  }
}
.p-mv__pagination .splide__pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mv__pagination .splide__pagination__page {
  display: block;
  width: 4px;
  height: 4px;
  margin-inline: 7px;
  opacity: 1;
  background-color: #93b9d6;
}
@media (min-width: 48em) {
  .p-mv__pagination .splide__pagination__page {
    width: 5px;
    height: 5px;
  }
}
.p-mv__pagination .splide__pagination__page.is-active {
  width: 6px;
  height: 6px;
  transform: scale(1);
  background-color: #fff;
}
@media (min-width: 48em) {
  .p-mv__pagination .splide__pagination__page.is-active {
    width: 9px;
    height: 9px;
  }
}

.p-mv__btns {
  display: flex;
  align-items: center;
}
.p-mv__btns .splide__arrow {
  position: unset;
  background: none;
  width: 14px;
  height: 12px;
  opacity: 1;
  display: block;
  border-radius: 0;
  transform: translateY(0);
  transition: opacity 0.3s;
}
@media (min-width: 48em) {
  .p-mv__btns .splide__arrow {
    width: 16px;
    height: 14px;
  }
}
.p-mv__btns .splide__arrow .icon {
  fill: #fff;
}
.p-mv__btns .splide__arrow svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .p-mv__btns .splide__arrow:hover {
    opacity: 0.5;
  }
}

.p-mv__arrow--prev .icon {
  transform: rotate(180deg);
}

.p-mv__btn-toggle {
  position: relative;
  width: 10px;
  height: 12px;
  display: block;
  margin: 0 15px;
  background-color: transparent;
  transition: opacity 0.3s;
  z-index: 1;
}
@media (min-width: 48em) {
  .p-mv__btn-toggle {
    height: 14px;
    margin: 0 18px;
  }
}
@media (min-width: 48em) {
  .p-mv__btn-toggle:hover {
    opacity: 0.5;
  }
}

.p-mv__btn-toggle-play,
.p-mv__btn-toggle-pause {
  width: 100% !important;
  height: 100% !important;
}

.p-mv__btn-toggle-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent #fff;
}
@media (min-width: 48em) {
  .p-mv__btn-toggle-play::before {
    border-width: 7px 0 7px 12px;
  }
}

.p-mv__btn-toggle-pause::before,
.p-mv__btn-toggle-pause::after {
  position: absolute;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
}

.p-mv__btn-toggle-pause::before {
  left: 0;
}

.p-mv__btn-toggle-pause::after {
  right: 0;
}

.p-about {
  background-color: #084a96;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 160px 0 100px;
  position: relative;
  margin-top: -90px;
}
@media (min-width: 48em) {
  .p-about {
    padding: 185px 0 145px;
  }
}
@media (min-width: 65.625em) {
  .p-about {
    padding: 45px 0 145px;
    margin-top: 0;
  }
}
.p-about::before {
  content: "";
  width: 100%;
  height: 101px;
  background-image: url("/assets/images/pages/index/bg_blue_top.svg");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: 0;
}
@media (min-width: 65.625em) {
  .p-about::before {
    content: none;
  }
}
.p-about::after {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #084a96;
  background-image: url("/assets/images/pages/index/bg_gray_top.svg");
  background-position: center bottom -1px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: 1;
}
@media (min-width: 48em) {
  .p-about::after {
    height: 200px;
    bottom: -200px;
  }
}
@media (min-width: 65.625em) {
  .p-about::after {
    height: 15vw;
    background-size: 100vw 12.9vw;
    bottom: -15vw;
  }
}

.p-about__container {
  width: calc(100% - 40px);
  margin: auto;
}
@media (min-width: 48em) {
  .p-about__container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 65.625em) {
  .p-about__container {
    max-width: 1130px;
  }
}

.p-about__heading {
  text-align: center;
}

.p-about__heading-icon {
  fill: #fff;
  width: 12px;
  height: 13px;
  margin: auto;
}
@media (min-width: 48em) {
  .p-about__heading-icon {
    width: 13px;
    height: 14px;
  }
}

.p-about__en-heading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 6px;
}
@media (min-width: 48em) {
  .p-about__en-heading {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-top: 4px;
  }
}
@media (min-width: 65.625em) {
  .p-about__en-heading {
    font-size: clamp(1.2rem, 1.0447761194vw, 1.4rem);
  }
}

.p-about__ja-heading {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 2.4166666667;
  margin-top: 5px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .p-about__ja-heading {
    font-size: 3.6rem;
    line-height: 1.6111111111;
  }
}
@media (min-width: 65.625em) {
  .p-about__ja-heading {
    font-size: clamp(3.6rem, 2.9850746269vw, 4rem);
  }
}

@media (min-width: 65.625em) {
  .p-about__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 65px;
  }
}

@media (min-width: 65.625em) {
  .p-about__body {
    width: 49.5575221239%;
  }
}

.p-about__sub-heading {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .p-about__sub-heading {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 50px;
  }
}
@media (min-width: 65.625em) {
  .p-about__sub-heading {
    text-align: left;
    margin-top: 0;
    font-size: clamp(1.8rem, 1.7910447761vw, 2.4rem);
  }
}

.p-about__text {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  margin-top: 32px;
}
@media (min-width: 48em) {
  .p-about__text {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
@media (min-width: 65.625em) {
  .p-about__text {
    text-align: left;
    font-size: clamp(1.3rem, 1.1940298507vw, 1.6rem);
  }
}
.p-about__text span {
  color: #f0c308;
  font-weight: 700;
}

.p-about__image {
  margin-top: 40px;
}
@media (min-width: 48em) {
  .p-about__image {
    margin: 60px auto 0;
    width: 74.011299435%;
    max-width: 524px;
  }
}
@media (min-width: 65.625em) {
  .p-about__image {
    margin: 0;
    width: 46.3716814159%;
  }
}

.p-about__btn {
  margin-top: 50px;
  width: 100%;
}
@media (min-width: 48em) {
  .p-about__btn {
    margin-top: 60px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .p-about__btn {
    margin-top: 77px;
  }
}
.p-about__btn.second {
  margin-top: 25px;
}
@media (min-width: 48em) {
  .p-about__btn.second {
    margin-top: 30px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .p-about__btn.second {
    margin-top: 36px;
  }
}
.p-about__btn a {
  max-width: 320px;
  margin: auto;
  padding: 12px;
  position: relative;
  display: block;
  border: 3px solid #0a96d6;
  border-radius: 50px;
  color: #04327c;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-about__btn a {
    max-width: none;
    display: inline-block;
    font-size: 1.8rem;
    padding: 25px 88px 25px 68px;
  }
}
@media (min-width: 65.625em) {
  .p-about__btn a {
    font-size: clamp(1.4rem, 1.3432835821vw, 1.8rem);
    padding: 2.2123893805% 7.7876106195% 2.2123893805% 6.017699115%;
    max-width: 600px;
    width: 100%;
  }
}
.p-about__btn a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.p-about__btn a::before {
  background: #0a96d6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% + 6px);
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.01);
}
@media (min-width: 48em) {
  .p-about__btn a:hover {
    background-color: #0a96d6;
    transition-delay: 0.2s;
  }
  .p-about__btn a:hover span {
    color: #fff;
  }
  .p-about__btn a:hover::before {
    animation: hoverIn 0.2s ease-out forwards;
  }
  .p-about__btn a:hover .p-about__btn-icon {
    fill: #fff;
  }
}
@media (min-width: 48em) {
  .p-about__btn a:not(:hover)::before {
    animation: hoverOut 0.2s ease-out forwards;
  }
}

.p-about__btn-icon {
  width: 14px;
  height: 11px;
  fill: #0a96d6;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: fill 0.3s;
}
@media (min-width: 48em) {
  .p-about__btn-icon {
    width: 17px;
    height: 14px;
    right: 30px;
  }
}

.p-intro {
  letter-spacing: 0.02em;
  position: relative;
}

.p-intro__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .p-intro__container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 65.625em) {
  .p-intro__container {
    max-width: 1340px;
  }
}

.p-intro__group {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 30px;
}
@media (min-width: 48em) {
  .p-intro__group {
    border-radius: 30px;
    padding: 90px 80px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__group {
    border-radius: 45px;
    padding: 8.2089552239% 7.4626865672% 8.2089552239% 8.9552238806%;
  }
}
.p-intro__group:nth-child(n+2) {
  margin-top: 20px;
}
@media (min-width: 48em) {
  .p-intro__group:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__group:nth-child(even) {
    padding: 8.2089552239% 8.9552238806% 8.2089552239% 7.4626865672%;
  }
  .p-intro__group:nth-child(even) .p-intro__contents {
    flex-direction: row-reverse;
  }
}

@media (min-width: 65.625em) {
  .p-intro__contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 65.625em) {
  .p-intro__body {
    width: 47.3214285714%;
  }
}

.p-intro__heading-icon {
  fill: #0a96d6;
  width: 10px;
  height: 11px;
}
@media (min-width: 48em) {
  .p-intro__heading-icon {
    width: 12px;
    height: 14px;
  }
}

.p-intro__heading {
  color: #04327c;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 48em) {
  .p-intro__heading {
    gap: 8px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__heading {
    gap: 12px 8px;
  }
}

.p-intro__en-heading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .p-intro__en-heading {
    font-size: 1.4rem;
  }
}
@media (min-width: 65.625em) {
  .p-intro__en-heading {
    font-size: clamp(1.2rem, 1.0447761194vw, 1.4rem);
  }
}

.p-intro__ja-heading {
  width: 100%;
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
}
@media (min-width: 48em) {
  .p-intro__ja-heading {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 65.625em) {
  .p-intro__ja-heading {
    font-size: clamp(3.6rem, 2.9850746269vw, 4rem);
    line-height: 1.4;
  }
}

.p-intro__sub-heading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #008bd5;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .p-intro__sub-heading {
    font-size: clamp(1.8rem, 1.7910447761vw, 2.4rem);
    line-height: 1.5;
    margin-top: 25px;
  }
}

.p-intro__text {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2;
  color: #14273e;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .p-intro__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (min-width: 65.625em) {
  .p-intro__text {
    margin-top: 30px;
    font-size: clamp(1.3rem, 1.1940298507vw, 1.6rem);
  }
}
.p-intro__text span {
  color: #04327c;
  font-weight: 700;
}

.p-intro__image {
  margin-top: 25px;
}
@media (min-width: 48em) {
  .p-intro__image {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 65.625em) {
  .p-intro__image {
    margin: 0;
  }
}

@media (min-width: 48em) {
  .p-intro__image--01 {
    width: 94.3430656934%;
    max-width: 517px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__image--01 {
    width: 46.1607142857%;
  }
}

@media (min-width: 48em) {
  .p-intro__image--02 {
    width: 97.2627737226%;
    max-width: 533px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__image--02 {
    width: 47.5892857143%;
  }
}

@media (min-width: 48em) {
  .p-intro__image--03 {
    max-width: 520px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__image--03 {
    width: 46.4285714286%;
  }
}

.p-intro__image--add-radius {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-intro__image--add-radius {
    border-radius: 20px;
  }
}

.p-intro__btn {
  margin-top: 36px;
}
@media (min-width: 48em) {
  .p-intro__btn {
    margin-top: 50px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .p-intro__btn {
    text-align: left;
    margin-top: 40px;
  }
}
.p-intro__btn a {
  max-width: 300px;
  margin: auto;
  position: relative;
  padding: 12px;
  display: block;
  border: 3px solid #0a96d6;
  border-radius: 50px;
  color: #04327c;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-intro__btn a {
    max-width: none;
    display: inline-block;
    font-size: 1.8rem;
    padding: 24px 85px 24px 60px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__btn a {
    font-size: clamp(1.4rem, 1.3432835821vw, 1.8rem);
    padding: 4.5283018868% 16.0377358491% 4.5283018868% 11.320754717%;
  }
}
.p-intro__btn a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.p-intro__btn a::before {
  background: #0a96d6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% + 6px);
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.01);
}
@media (min-width: 48em) {
  .p-intro__btn a:hover {
    background-color: #0a96d6;
    transition-delay: 0.2s;
  }
  .p-intro__btn a:hover span {
    color: #fff;
  }
  .p-intro__btn a:hover::before {
    animation: hoverIn 0.2s ease-out forwards;
  }
  .p-intro__btn a:hover .p-intro__btn-icon {
    fill: #fff;
  }
}
@media (min-width: 48em) {
  .p-intro__btn a:not(:hover)::before {
    animation: hoverOut 0.2s ease-out forwards;
  }
}

.p-intro__btn--add-sub a {
  padding: 10px 12px;
}
@media (min-width: 48em) {
  .p-intro__btn--add-sub a {
    padding: 15px 85px 15px 60px;
  }
}
@media (min-width: 65.625em) {
  .p-intro__btn--add-sub a {
    padding: 2.8301886792% 16.0377358491% 2.8301886792% 11.320754717%;
  }
}

.p-intro__btn-small-text {
  display: block;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .p-intro__btn-small-text {
    font-size: 1.3rem;
  }
}
@media (min-width: 65.625em) {
  .p-intro__btn-small-text {
    font-size: clamp(1.1rem, 0.9701492537vw, 1.3rem);
  }
}

.p-intro__btn-icon {
  width: 14px;
  height: 11px;
  fill: #0a96d6;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: fill 0.3s;
}

.p-project {
  color: #04327c;
  letter-spacing: 0.02em;
  padding: 85px 0 90px;
  position: relative;
}
@media (min-width: 48em) {
  .p-project {
    padding: 105px 0 120px;
  }
}
@media (min-width: 65.625em) {
  .p-project {
    padding: 125px 0 145px;
  }
}
.p-project::after {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #e8f1f7;
  background-image: url("/assets/images/pages/index/bg_lightblue_bottom.svg");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -120px;
  left: 0;
}
@media (min-width: 48em) {
  .p-project::after {
    height: 160px;
    bottom: -160px;
  }
}
@media (min-width: 65.625em) {
  .p-project::after {
    height: 13vw;
    background-size: 100vw 13vw;
    bottom: calc(-13vw + 1px);
  }
}

.p-project__container {
  width: calc(100% - 40px);
  margin: auto;
}
@media (min-width: 48em) {
  .p-project__container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 65.625em) {
  .p-project__container {
    max-width: 1130px;
  }
}

.p-project__heading {
  text-align: center;
}

.p-project__heading-icon {
  fill: #0a96d6;
  width: 10px;
  height: 11px;
}
@media (min-width: 48em) {
  .p-project__heading-icon {
    width: 12px;
    height: 14px;
  }
}

.p-project__en-heading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 6px;
}
@media (min-width: 48em) {
  .p-project__en-heading {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-top: 4px;
  }
}
@media (min-width: 65.625em) {
  .p-project__en-heading {
    font-size: clamp(1.2rem, 1.0447761194vw, 1.4rem);
  }
}

.p-project__ja-heading {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-project__ja-heading {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 65.625em) {
  .p-project__ja-heading {
    font-size: clamp(3.6rem, 2.9850746269vw, 4rem);
  }
}

.p-project__image {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-project__image {
    margin: 40px auto 0;
    width: 83.3333333333%;
    max-width: 590px;
  }
}
@media (min-width: 65.625em) {
  .p-project__image {
    margin: 0;
    width: 52.2123893805%;
  }
}

@media (min-width: 65.625em) {
  .p-project__contents {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 65.625em) {
  .p-project__body {
    width: 42.4778761062%;
  }
}

.p-project__text {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 20px;
  color: #14273e;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .p-project__text {
    width: 83.3333333333%;
    margin: 40px auto 0;
    font-size: 1.6rem;
    line-height: 2;
    max-width: 590px;
  }
}
@media (min-width: 65.625em) {
  .p-project__text {
    width: 100%;
    font-size: clamp(1.3rem, 1.1940298507vw, 1.6rem);
    line-height: 2;
    margin: 0;
  }
}

.p-project__btn {
  margin-top: 25px;
}
@media (min-width: 48em) {
  .p-project__btn {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .p-project__btn {
    text-align: left;
  }
}
.p-project__btn a {
  max-width: 300px;
  margin: auto;
  padding: 17px 12px;
  position: relative;
  display: block;
  border: 3px solid #0a96d6;
  border-radius: 50px;
  color: #04327c;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-project__btn a {
    max-width: none;
    display: inline-block;
    font-size: 1.8rem;
    padding: 25px 92px;
  }
}
@media (min-width: 65.625em) {
  .p-project__btn a {
    font-size: clamp(1.4rem, 1.3432835821vw, 1.8rem);
    padding: 25px 97px;
  }
}
.p-project__btn a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.p-project__btn a::before {
  background: #0a96d6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% + 6px);
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.01);
}
@media (min-width: 48em) {
  .p-project__btn a:hover {
    background-color: #0a96d6;
    transition-delay: 0.2s;
  }
  .p-project__btn a:hover span {
    color: #fff;
  }
  .p-project__btn a:hover::before {
    animation: hoverIn 0.2s ease-out forwards;
  }
  .p-project__btn a:hover .p-project__btn-icon {
    fill: #fff;
  }
}
@media (min-width: 48em) {
  .p-project__btn a:not(:hover)::before {
    animation: hoverOut 0.2s ease-out forwards;
  }
}

.p-project__btn-icon {
  width: 14px;
  height: 11px;
  fill: #0a96d6;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: fill 0.3s;
}
@media (min-width: 48em) {
  .p-project__btn-icon {
    width: 17px;
    height: 14px;
    right: 30px;
  }
}

.p-check {
  background-color: #b8e3fa;
}

.p-check__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .p-check__container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 65.625em) {
  .p-check__container {
    max-width: 1130px;
  }
}

@media (min-width: 48em) {
  .p-check__list {
    display: flex;
    justify-content: space-between;
  }
}

.p-check__item {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: block;
  border: 3px solid #084a96;
  background-color: #084a96;
}
@media (min-width: 48em) {
  .p-check__item {
    width: 48.4463276836%;
    border-radius: 20px;
  }
}
@media (min-width: 48em) {
  .p-check__item {
    width: 48.6725663717%;
    border-radius: 30px;
  }
}
.p-check__item:nth-child(n+2) {
  margin-top: 15px;
}
@media (min-width: 48em) {
  .p-check__item:nth-child(n+2) {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .p-check__item:hover .p-check__item-image {
    transform: scale(1.05);
  }
}

.p-check__item--dentaliq {
  border: 3px solid #006eff;
  background-color: #fff;
}
@media (min-width: 48em) {
  .p-check__item--dentaliq {
    border-width: 4px;
  }
}

@media (min-width: 48em) {
  .p-check__item-image {
    transition: transform 0.3s;
  }
}

.p-check__item-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  display: inline-block;
}
.p-check__item--dentaliq .p-check__item-text {
  color: #006eff;
}
@media (min-width: 48em) {
  .p-check__item-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 48em) {
  .p-check__item-text {
    bottom: 35px;
    right: 35px;
    font-size: clamp(1.3rem, 1.1940298507vw, 1.6rem);
  }
}

.p-check__item-icon {
  fill: #fff;
  width: 14px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
@media (min-width: 48em) {
  .p-check__item-icon {
    width: 17px;
    height: 14px;
    margin-left: 7px;
  }
}
.p-check__item--dentaliq .p-check__item-icon {
  fill: #006eff;
}

.p-event {
  background-color: #b8e3fa;
  color: #04327c;
  letter-spacing: 0.02em;
  padding: 65px 0 90px;
  position: relative;
}
@media (min-width: 48em) {
  .p-event {
    padding: 105px 0 120px;
  }
}
@media (min-width: 65.625em) {
  .p-event {
    padding: 125px 0 145px;
  }
}
.p-event::after {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #b8e3fa;
  background-image: url("/assets/images/pages/index/bg_gray_bottom.svg");
  background-position: center bottom -1px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -120px;
  left: 0;
}
@media (min-width: 48em) {
  .p-event::after {
    height: 260px;
    bottom: -260px;
  }
}
@media (min-width: 65.625em) {
  .p-event::after {
    height: 13vw;
    background-size: 100vw 13vw;
    bottom: calc(-13vw + 1px);
  }
}

.p-event__container {
  width: calc(100% - 40px);
  margin: auto;
}
@media (min-width: 48em) {
  .p-event__container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 65.625em) {
  .p-event__container {
    max-width: 1130px;
  }
}

.p-event__heading {
  text-align: center;
}

.p-event__heading-icon {
  fill: #0a96d6;
  width: 10px;
  height: 11px;
}
@media (min-width: 48em) {
  .p-event__heading-icon {
    width: 12px;
    height: 14px;
  }
}

.p-event__en-heading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 6px;
}
@media (min-width: 48em) {
  .p-event__en-heading {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-top: 4px;
  }
}
@media (min-width: 65.625em) {
  .p-event__en-heading {
    font-size: clamp(1.2rem, 1.0447761194vw, 1.4rem);
  }
}

.p-event__ja-heading {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-event__ja-heading {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 65.625em) {
  .p-event__ja-heading {
    font-size: clamp(3.6rem, 2.9850746269vw, 4rem);
  }
}

.p-event__image {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-event__image {
    margin: 40px auto 0;
    width: 83.3333333333%;
    max-width: 590px;
  }
}
@media (min-width: 65.625em) {
  .p-event__image {
    margin: 0;
    width: 52.2123893805%;
  }
}

@media (min-width: 65.625em) {
  .p-event__contents {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 65.625em) {
  .p-event__body {
    width: 42.4778761062%;
  }
}

.p-event__text {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 20px;
  color: #14273e;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .p-event__text {
    width: 83.3333333333%;
    margin: 40px auto 0;
    font-size: 1.6rem;
    line-height: 2;
    max-width: 590px;
  }
}
@media (min-width: 65.625em) {
  .p-event__text {
    width: 100%;
    font-size: clamp(1.3rem, 1.1940298507vw, 1.6rem);
    line-height: 2;
    margin: 0;
    letter-spacing: 0.02em;
  }
}

.p-event__btn {
  margin-top: 25px;
}
@media (min-width: 48em) {
  .p-event__btn {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .p-event__btn {
    text-align: left;
  }
}
.p-event__btn a {
  max-width: 300px;
  margin: auto;
  padding: 17px 12px;
  position: relative;
  display: block;
  border: 3px solid #0a96d6;
  border-radius: 50px;
  color: #04327c;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-event__btn a {
    max-width: none;
    display: inline-block;
    font-size: 1.8rem;
    padding: 25px 92px;
  }
}
@media (min-width: 65.625em) {
  .p-event__btn a {
    font-size: clamp(1.4rem, 1.3432835821vw, 1.8rem);
  }
}
.p-event__btn a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.p-event__btn a::before {
  background: #0a96d6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% + 6px);
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.01);
}
@media (min-width: 48em) {
  .p-event__btn a:hover {
    background-color: #0a96d6;
    transition-delay: 0.2s;
  }
  .p-event__btn a:hover span {
    color: #fff;
  }
  .p-event__btn a:hover::before {
    animation: hoverIn 0.2s ease-out forwards;
  }
  .p-event__btn a:hover .p-event__btn-icon {
    fill: #fff;
  }
}
@media (min-width: 48em) {
  .p-event__btn a:not(:hover)::before {
    animation: hoverOut 0.2s ease-out forwards;
  }
}

.p-event__btn-icon {
  width: 14px;
  height: 11px;
  fill: #0a96d6;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: fill 0.3s;
}
@media (min-width: 48em) {
  .p-event__btn-icon {
    width: 17px;
    height: 14px;
    right: 30px;
  }
}

.p-info {
  letter-spacing: 0.02em;
  padding-bottom: 90px;
}
@media (min-width: 48em) {
  .p-info {
    padding-bottom: 120px;
  }
}

.p-info__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .p-info__container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 65.625em) {
  .p-info__container {
    max-width: 1260px;
  }
}

.p-info__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 30px;
}
@media (min-width: 48em) {
  .p-info__inner {
    border-radius: 30px;
    padding: 90px 80px;
  }
}
@media (min-width: 65.625em) {
  .p-info__inner {
    border-radius: 45px;
    padding: 7.5396825397% 8.3333333333%;
  }
}

.p-info__group:nth-child(n+2) {
  margin-top: 60px;
}
@media (min-width: 48em) {
  .p-info__group:nth-child(n+2) {
    margin-top: 70px;
  }
}
@media (min-width: 65.625em) {
  .p-info__group:nth-child(n+2) {
    margin-top: 90px;
  }
}
@media (min-width: 65.625em) {
  .p-info__group:nth-child(odd) .p-info__contents {
    flex-direction: row-reverse;
  }
}

@media (min-width: 65.625em) {
  .p-info__contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 65.625em) {
  .p-info__body {
    width: 41.9047619048%;
  }
}

.p-info__heading {
  color: #04327c;
  text-align: center;
}
@media (min-width: 65.625em) {
  .p-info__heading {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
  }
}

.p-info__heading-icon {
  fill: #0a96d6;
  width: 10px;
  height: 11px;
}
@media (min-width: 48em) {
  .p-info__heading-icon {
    width: 12px;
    height: 14px;
  }
}

.p-info__en-heading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2px;
}
@media (min-width: 48em) {
  .p-info__en-heading {
    font-size: 1.4rem;
  }
}
@media (min-width: 65.625em) {
  .p-info__en-heading {
    font-size: clamp(1.2rem, 1.0447761194vw, 1.4rem);
    margin-top: 0;
    line-height: 1;
  }
}

.p-info__ja-heading {
  width: 100%;
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-info__ja-heading {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 65.625em) {
  .p-info__ja-heading {
    font-size: clamp(3.6rem, 2.8358208955vw, 3.8rem);
    line-height: 1.4;
    margin-top: 0;
  }
}

.p-info__text {
  font-size: 1.3rem;
  line-height: 2;
  color: #14273e;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .p-info__text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 35px;
  }
}
@media (min-width: 65.625em) {
  .p-info__text {
    margin-top: 25px;
    font-size: clamp(1.3rem, 1.1940298507vw, 1.6rem);
  }
}

.p-info__image {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-info__image {
    border-radius: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 65.625em) {
  .p-info__image {
    margin: 0;
    width: 52.380952381%;
  }
}

.p-info__btn {
  margin-top: 20px;
}
@media (min-width: 48em) {
  .p-info__btn {
    margin-top: 35px;
    text-align: center;
  }
}
@media (min-width: 65.625em) {
  .p-info__btn {
    text-align: left;
  }
}
.p-info__btn a {
  max-width: 300px;
  margin: auto;
  position: relative;
  padding: 17px 12px;
  display: block;
  border: 3px solid #0a96d6;
  border-radius: 50px;
  color: #04327c;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-info__btn a {
    max-width: none;
    display: inline-block;
    font-size: 1.8rem;
    padding: 25px 92px;
  }
}
@media (min-width: 65.625em) {
  .p-info__btn a {
    font-size: clamp(1.4rem, 1.3432835821vw, 1.8rem);
  }
}
.p-info__btn a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.p-info__btn a::before {
  background: #0a96d6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% + 6px);
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.01);
}
@media (min-width: 48em) {
  .p-info__btn a:hover {
    background-color: #0a96d6;
    transition-delay: 0.2s;
  }
  .p-info__btn a:hover span {
    color: #fff;
  }
  .p-info__btn a:hover::before {
    animation: hoverIn 0.2s ease-out forwards;
  }
  .p-info__btn a:hover .p-info__btn-icon {
    fill: #fff;
  }
}
@media (min-width: 48em) {
  .p-info__btn a:not(:hover)::before {
    animation: hoverOut 0.2s ease-out forwards;
  }
}

.p-info__btn-icon {
  width: 14px;
  height: 11px;
  fill: #0a96d6;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: fill 0.3s;
}

.p-about__heading {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-about__heading.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-about__contents {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-about__contents.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-check__item {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-check__item.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-event__container {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-event__container.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-info__container {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-info__container.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-intro__group {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-intro__group.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-project__container {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-project__container.is-active {
  transform: translate(0, 0);
  opacity: 1;
}