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

#root {
  overflow-x: clip;
}

html {
  word-break: auto-phrase;
}

body{
  font-family: "LINE Seed JP", sans-serif;
  color: #222222;
    line-height: 1.5;
  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,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* 共通パーツ */
.inner {
  max-width: 1920px!important;
  margin: 0 auto;
}
.title1 {
  font-size: clamp(1.25rem, 0.083rem + 2.431vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  text-align: center;
}

/* パンくずリスト　*/
.pg-breadcrumb {
    display: flex;
    align-items: center;
    column-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    max-width: 1920px!important;
      width: fit-content;
    margin-top: clamp(2rem, 1rem + 2.08vw, 3.5rem);
}
.breadcrumb__text {
  font-weight: 700;
}
.breadcrumb__text--400 {
  font-weight: 400;
}
.breadcrumb__icon {
      width: 8px;
    height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.breadcrumb__icon--orange {
  background-color: #FEE4B8;
}

/* pg__fv */
.pg__fv {
  padding-top: clamp(3.438rem, 1.063rem + 4.95vw, 7rem);
  background: radial-gradient(ellipse at 18% 55%, #f6d365 0%, #ffbf64 31%, #fda085 100%);
}
.pg-fv__inner {
  padding: 0 clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
}
.pg-fv__container {
      padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(2.5rem, -2.833rem + 11.11vw, 10.5rem);
}
.pg-fv__sub {
      font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.pg-fv__main {
      margin-top: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-size: clamp(2rem, 1rem + 2.08vw, 3.5rem);
    font-weight: 700;
}
@media (max-width: 374px) {
  .pg-fv__main {
    font-size: 28px;
  }
}

/* 縦書き */
.vertical {
  width: auto;
  writing-mode: vertical-rl;
}

/* 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;
}
.anime13 {
  animation-delay: 6s;
}
.anime14 {
  animation-delay: 6.5s;
}