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

html {
  word-break: auto-phrase;
}


body{
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  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;
  cursor: pointer;
  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;
  margin: 0 auto;
}

/* 縦書き */
.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}

/* パンくずリスト　*/
.pg-breadcrumb {
      max-width: 1920px;
    padding-top: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
    padding-left: clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
      display: flex;
    column-gap: 0.5em;
    align-items: center;
}
.breadcrumb__text {
      font-size: 16px;
    font-weight: 500;
  color: #A5A5A5;
}
.breadcrumb__text--black {
    color: #000;
}
.breadcrumb__text--red {
    color: #C8071C;
}
@media (max-width: 767px) {
  .pg-breadcrumb {
    padding-top: 90px;
  }
}

/* pg-fv */
.pg-fv {
      background-image: url(https://shinsei-j.com/system_panel/uploads/images/pg-fv-bg.png);
    background-size: cover;
    background-position: center;
    height: clamp(17.875rem, 16.792rem + 2.26vw, 19.5rem);
    border-top: 20px solid #C7081C;
    margin-top: 7px;
}
.pg-fv__inner {
  height: inherit;
  padding: 0 20px;
}
.pg-fv__container {
      height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pg-fv__title {
      font-size: clamp(2rem, 1.515rem + 2.07vw, 4rem);
    font-weight: 600;
    color: #fff;
  transform: translateY(-20px);
  text-align: center;
}

@media (max-width: 767px) {
  .pg-fv {
    background-image: url(https://shinsei-j.com/system_panel/uploads/images/pg-fv-bg--sp.png);
  }
}
@media (max-width: 389px) {
  .pg-fv {
    height: 220px;
  }
  .pg-fv__title {
    font-size: clamp(1.5rem, -1.463rem + 14.81vw, 2rem);
  }
}

/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay: 2s;
}
.anime6 {
  animation-delay: 2.5s;
}

/* title1 */
.title1 {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(0rem, -0.167rem + 0.35vw, 0.25rem);
}
.title1--left {
  align-items: flex-start;
}
.title1__sub {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
    color: #C7081C;
}
.title1__main {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 700;
}
@media (max-width: 767px) {
  .title1--left {
    align-items: center;
  }
}
