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

html {
  word-break: auto-phrase;
}


body{
  font-family: "Noto 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,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


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


/* pg__fv */
.pg__fv {
    padding-top: clamp(3.75rem, 2.375rem + 2.86vw, 5.813rem);
    background-image: url(https://silencenet.com/system_panel/uploads/images/pg-fv-bg.png);
      background-size: cover;
    background-position: center;
}
.pg-fv__inner {
  padding: 0 clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.pg-fv__container {
   padding: clamp(2.5rem, 0.833rem + 3.47vw, 5rem) 0;
}
.pg-fv__sub {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 700;
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.pg-fv__main {
      font-size: clamp(2rem, 1rem + 2.08vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 767px) {
  .pg__fv {
    background-position: left;
    padding-top: 40px;
  }
  .pg-fv__container {
        padding-top: 96px;
    padding-bottom: 65px;
  }
}

/* パンくずリスト　*/
.pg-fv__bottom {
  padding: 8px 0;
  border-bottom: 1px solid #D5D5D5;
}
.pg-breadcrumb {
      display: flex;
    align-items: center;
    margin-top: 8px;
    column-gap: 0.5em;
  max-width: 1920px!important;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.breadcrumb__text {
    font-weight: 400;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}

/* btn1 */
.btn1 {
      display: flex;
    align-items: center;
    padding: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem) clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    border: 1px solid #000;
    border-radius: 29px;
    column-gap: clamp(2rem, 0.667rem + 2.78vw, 4rem);
    background-color: #fff;
  width: max-content;
}
.btn1__text {
      font-weight: 400;
    white-space: nowrap;
}
.btn1__icon {
      width: clamp(1.563rem, 1.396rem + 0.35vw, 1.813rem);
    object-fit: contain;
  position: relative;
  right: 0;
  transition: all 0.5s;
}
.btn1:hover .btn1__icon {
  right: -10px;
}

/* title1 */
.title1 {
      display: flex;
    align-items: flex-end;
    column-gap: 16px;
      border-bottom: clamp(0.125rem, 0.083rem + 0.09vw, 0.188rem) solid #E3E3E3;
    padding-bottom: 8px;
}
.title1__main {
      display: flex;
    align-items: center;
    column-gap: 16px;
}
.title1-main__icon {
      width: 10px;
    min-width: 8px;
    object-fit: contain;
}
.title1-main__text {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 600;
    color: #0041BC;
}
.title1__sub {
  font-weight: 400;
}

@media (max-width: 767px) {
  .title1-main__text {
    font-size: clamp(1.125rem, 0.737rem + 1.59vw, 1.5rem);
  }  

@media (max-width: 389px) {
  .title1 {
    column-gap: 8px;
  }
  .title1__main {
    column-gap: 8px;
  }
  .title1__sub {
    font-size: 12px;
  }
}


/* 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;
}
