@charset "utf-8";
.invisible-style{
  display: none!important;
}

html {
  /*word-break: auto-phrase;*/
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 56px;
  }
}


body{
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #000;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* 共通パーツ */
.inner {
  max-width: 1920px!important;
  margin: 0 auto;
}

/* パンくずリスト　*/
.pg-breadcrumb {
      position: absolute;
    right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
    bottom: clamp(0.5rem, -0.5rem + 2.08vw, 2rem);
      display: flex;
    align-items: center;
    column-gap: 0.5em;
}
.fv-breadcrumb {
  width: fit-content;
  position: absolute;
  right: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    bottom: 17px;
  display: flex;
    align-items: center;
    column-gap: 0.5em;
}
@media (max-width: 767px) {
  .fv-breadcrumb {
    bottom: 27px;
  }
}
.breadcrumb__text {
    font-weight: 500;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}

/* pg-fv */
.pg-fv {
      padding-top: 90px;
    background-color: #F6F7F9;
}
.pg-fv__container {
      padding: clamp(4rem, 2.5rem + 3.13vw, 6.25rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pg-fv__title {
      font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-weight: 600;
    color: #E30074;
}
@media (max-width: 767px) {
  .pg-fv {
    padding-top: 56px;
  }
}

/* btn1 */
.btn1 {
      display: flex;
    align-items: center;
    column-gap: 20px;
    background-color: #E30074;
  border: 1px solid #E30074;
    padding: 18px 32px;
    border-radius: 44px;
  width: fit-content;
    transition: all 0.5s;
}
.btn1__icon {
      width: 24px;
    object-fit: contain;
}
.btn1__text {
      font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    transition: all 0.5s;
}
.btn1:hover {
  background-color: #fff;
}
.btn1:hover .btn1__text {
  color: #E30074;
}
@media (max-width: 767px) {
  .btn1 {
    padding: 18px 20px;
  }
}
@media (max-width: 389px) {
  .btn1__text {
    font-size: 16px;
  }
}

/* section__title */
.section__title {
      display: flex;
    align-items: center;
    column-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    justify-content: center;
}
.section-title__icon {
      width: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    height: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    border-radius: 50%;
    background-color: #E30074;
}
.section-title__main {
      font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);
    font-weight: 600;
    color: #E30074;
    line-height: 1;
  text-align: center;
}
.section-title__icon--orange {
  background-color: #E96000;
}
.section-title__main--orange {
  color: #E96000;
}
.section-title__icon--blue {
  background-color: #0360AA;
}
.section-title__main--blue {
  color: #0360AA;
}


/* pcとspの文字切り替え */
.sp-content {
  display: none;
}
@media (max-width: 767px) {
    .pc-content {
    display: none;
  }
  .sp-content {
    display: block;
  }
}

/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay:2s;
}
.anime6 {
  animation-delay: 2.5s;
}
.anime7 {
  animation-delay: 3s;
}
.anime8 {
  animation-delay: 3.5s;
}
.anime9 {
  animation-delay: 4s;
}
.anime10 {
  animation-delay: 4.5s;
}
.anime11 {
  animation-delay: 5s;
}
.anime12 {
  animation-delay: 5.5s;
}