html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-feature-settings: "palt";
  color: #3f3f3f;
  word-break: break-all;
  scroll-behavior: smooth;
  letter-spacing: .1em;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

h2 {
  text-align: center;
}

a {
  display: block;
}

.lp_contents {
  margin: auto;
  max-width: 640px;
  overflow: hidden;
}

.relative {
  position: relative;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 2.666vw;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}


/* ========== animation ========== */
.anime {
  transition: .4s ease-in-out;
}

.fadeIn {
  transition: .4s ease-out;
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transform: translateY(3rem);
}

.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeDown {
  opacity: 0;
  transform: translateY(-3rem);
}

.fadeDown.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeInLeft {
  /* transition: .2s ease-in-out; */
  opacity: 0;
  transform: translateX(-3rem);
}

.fadeInScrollRight {
  /* transition: .2s ease-in-out; */
  opacity: 0;
  transform: translateX(-100%);
}

.fadeInScrollRight.active {
  /* transition: .2s ease-in-out; */
  opacity: 0;
  transform: translateX(0%);
}

.fadeInLeft.active {
  opacity: 1;
  transform: translateX(0);
}

.scaleDown {
  transform: scale(1.1);
  transition: 0.8s;
}

.scaleDown.active {
  transform: scale(1);
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes blinking {

  0%,
  5% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  25%,
  100% {
    opacity: 1;
  }
}

@keyframes pyonpyon {

  0%,
  8% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-1em);
  }

  12% {
    transform: translateY(0);
  }

  14% {
    transform: translateY(-1em);
  }

  16%,
  100% {
    transform: translateY(0);
  }
}

/* ============ component ============ */
.bg__color--compo {
  position: relative;
  z-index: -1;
}

.bg__color--compo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 8rem;
  background-image: url(../images/bg__color@1.5x.webp);
  background-size: cover;
}

.bg__color--compo.active::before {
  transition: 0.4s;
  left: 0;
}

@media (min-width: 641px) {
  .bg__color--compo::before {
    height: 13rem;
  }
}


/* ============ youtube ============ */

.mov__annotation {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
}

.youtube__mov-cont {
  display: flex;
  justify-content: flex-start;
  padding-left: 1.4rem;
}

.youtube__mov-cont iframe {
  width: 92%;
  height: auto;
  aspect-ratio: 9 / 16;
  display: block;
  border-radius: 10px;
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  transition: opacity 0.3s ease;
  aspect-ratio: 9 / 16;
  margin-left: 1.4rem;
}

.play-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.play-button:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 1);
}

.play-icon {
  width: 32px;
  height: 32px;
  fill: #333;
  margin-left: 4px;
  /* 三角形を中央に見せるため */
}

.overlay-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ============ cta ============ */
.cta {
  padding: 4rem 0;
}

.btn__cta {
  width: 90%;
  margin: auto;
}


/* ============ fv ============ */

.fv__img {
  position: relative;
  opacity: 0;
}

#fvVideo {
  position: absolute;
  top: 0;
  z-index: 2;
  transform: 0.4s;
}

#fvVideo.fade-out {
  animation: fadeOut 0.4s ease forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}


/* ============ worry ============ */
.worry__ttl {
  margin: 0 auto 2rem;
}

.worry__ttl-01 {
  width: 90%;
}

.worry__ttl-02 {
  margin-top: 4rem;
}

.worry__comment {
  position: absolute;
  top: -2%;
  right: -4%;
}

.worry__mov-item {
  position: absolute;
  top: 5%;
  right: 4%;
  width: auto;
  max-width: 100%;
  height: 14rem;
}

.txt__compo {
  position: relative;
  padding: 2rem 3rem;
  z-index: 2;
}

.worry__txt:nth-child(2) {
  margin: 4rem 0;
}

.worry__img-02 {
  margin-top: -3rem;
}

@media (min-width: 641px) {
  .worry__mov-item {
    height: 22rem;
  }
}

/* ============ skill ============ */

.skill {
  margin: 4rem 0;
}

.skill__item {
  padding: 4rem 0;
}

.skill__item-txt {
  position: absolute;
  left: 50%;
  bottom: 9.8%;
  transform: translateX(-50%);
  width: 59%;
}

.skill__item-txt-02 {
  bottom: 10.7%;
  width: 75%;
}

.skill__item-txt-03 {
  bottom: 10.1%;
  width: 75%;
}

.arrow {
  margin: auto;
  width: auto;
  max-width: 100%;
  height: 8rem;
}

.skill__offer-ttl {
  width: 90%;
  margin: 4rem auto;
}

@media (min-width: 641px) {

  .skill__item-txt {
    bottom: 8.1%;
  }

  .skill__item-txt-02 {
    bottom: 8.9%;
  }

  .skill__item-txt-03 {
    bottom: 8.4%;
  }
}

/* ============ interview ============ */

.interview__youtube {
  margin-top: -18rem;
  margin-bottom: 4rem;
}

.interview__youtube-itam {
  margin: 2rem 0;
}

.interview__txt img {
  position: absolute;
  top: 5%;
  right: 4%;
  width: auto;
  max-width: 100%;
  height: 14rem;
}

@media (min-width: 641px) {
  .interview__txt img {
    height: 26rem;
  }
}

/* ============ intro ============ */

.intro__ttl {
  width: 37%;
  margin: auto;
  margin-top: 4rem;
}

.intro__cont {
  position: relative;
}

.intro__img__cont {
  width: 100%;
  top: 17%;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.intro__slider {
  position: absolute;
  top: 15%;
}

/* splide_customize */
.splide__arrow {
  background: initial;
  background-image: url(../images/intro__slider_arrow@1.5x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  width: 6em;
  height: 6em;
  aspect-ratio: 1 / 1;
  border-radius: initial;
  opacity: 1;
}

.splide__arrow--prev.splide__arrow {
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 0;
}

.splide__arrow--prev {
  left: 0;
}

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

.splide__arrow svg {
  display: none;
}

.splide__pagination {
  bottom: -1rem;
}

.splide__pagination__page {
  width: 6px;
  height: 6px;
  background: #fff;
}

.splide__pagination__page.is-active {
  background: #f15a79;
  opacity: 1;
}

/* ============ support ============ */

.support {
  margin-top: 3rem;
}

.support__img {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: auto;
  border-radius: 1000px;
  border: solid 1px #b3b3b3;
  overflow: hidden;
}

.support__img img {
  width: 100%;
  margin: auto;
  border-radius: 1000px;
}

.support__ttl_bgItem {
  position: absolute;
}

.suppor__cont {
  margin-top: -7rem;
  margin-bottom: 4rem;
}

.suppor__item {
  padding: 1rem 0;
}

.suppor__item-02 .support__ttl_bgItem {
  width: 60%;
  left: -17%;
  bottom: -16%;
}

.suppor__item-03 .support__ttl_bgItem {
  width: 60%;
  left: 63%;
  bottom: -26%;
}

/* ============ support ============ */

.point__ttl {
  position: relative;
  margin-bottom: 12rem;
}

.point__ttl_img {
  overflow: hidden;
}

.point__ttl_txt {
  width: 70%;
  position: absolute;
  left: 5%;
  bottom: -21%;
}

.point__item {
  margin: 4rem 0;
}

.point__item img {
  position: relative;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: 20rem;
}

.point__item.bg__color--compo::before {
  top: 7.2%;
  height: 11rem;
}

.point__img {
  position: absolute;
}

.point__img:nth-of-type(1) {
  width: 80%;
  top: 6.5%;
  right: 0%;
}

.point__img:nth-of-type(2) {
  width: 66%;
  top: 70%;
  left: 3%;
}

.point__img:nth-of-type(3) {
  width: 66%;
  top: 58.3%;
  left: 7.5%;
}

@media (min-width: 641px) {
  .point__ttl {
    position: relative;
    margin-bottom: 20rem;
  }

  .point__item img {
    height: 38rem;
  }

  .point__item.bg__color--compo::before {
    top: 7.2%;
    height: 20.5rem;
  }
}

/* ============ step ============ */

.step {
  margin-bottom: 4rem;
}

.step__item {
  position: absolute;
  left: 2.5%;
  width: 95%;
}

.step__item:nth-of-type(1) {
  top: 16.5%;
}

.step__item:nth-of-type(2) {
  top: 37.4%;
}

.step__item:nth-of-type(3) {
  top: 58.6%;
}

.step__item:nth-of-type(4) {
  top: 80%;
}


.copyRight {
  display: block;
  text-align: center;
  color: #808080;
  font-size: 1rem;
  padding: 1rem 0;
  border-top: solid 1px #808080;
}