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

html {
  word-break: auto-phrase;
}


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

/* pg-fv */
.pg-fv__inner {
      position: relative;
    padding: 0 clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.pg-fv__deco {
       position: absolute;
    width: clamp(33.75rem, 12.083rem + 45.14vw, 66.25rem);
    left: -16%;
    bottom: -80%;
}
.pg-fv__header {
      position: absolute;
    top: clamp(11.25rem, 7.083rem + 8.68vw, 17.5rem);
    left: 50%;
    transform: translateX(-50%);
  z-index: 10;
}
.pg-fv__title {
      text-align: center;
    font-size: clamp(3.125rem, 0.208rem + 6.08vw, 7.5rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(45,97,195,0.4) 0%, rgba(207,37,37,0.3) 50%, rgba(84,94,172,0.4)  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    width: fit-content;
}
.pg-fv__container {
      position: relative;
    display: flex;
    padding-top: clamp(6.25rem, 2.083rem + 8.68vw, 12.5rem);
}
.pg-fv__left {
    top: clamp(5rem, 10.42vw, 12.5rem);
    left: clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, -1.25rem + 4.69vw, 4.375rem);
}
.pg-fv__main {
      font-size: clamp(1.75rem, 1.25rem + 1.04vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
}
/* パンくずリスト　*/
.pg-breadcrumb {
      display: flex;
    column-gap: 13px;
    align-items: center;
}
.breadcrumb__text {
      font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    font-weight: 500;
  color: #fff;
}
  
@media (max-width: 767px) {
  .pg-fv__deco {
        max-width: unset;
    left: -40%;
    width: clamp(33.75rem, 16.94rem + 68.97vw, 50rem);
  }
  .pg-fv__container {
    padding-top: 77px;
    padding-bottom: 0;
  }
}
@media (max-width: 389px) {
  .pg-fv__deco {
        width: clamp(27.5rem, -1.486rem + 144.93vw, 33.75rem);
  }
  .pg-breadcrumb {
    column-gap: 8px;
  }
  .pg-fv__main {
    font-size: clamp(1.375rem, -0.364rem + 8.7vw, 1.75rem);
  }
}

/* btn1 */
.btn1 {
      padding: clamp(1rem, 0.833rem + 0.35vw, 1.25rem) clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem) clamp(1rem, 0.833rem + 0.35vw, 1.25rem) clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
    background-color: #C60808;
    border-radius: 33px;
    display: flex;
    align-items: center;
    column-gap: clamp(2rem, 1rem + 2.08vw, 3.5rem);
  width: fit-content;
  box-shadow: 5px 3px 10px rgba(0,0,0,0.16);
  transition: all 0.5s;
}
.btn1__text {
      color: #Fff;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 400;
    line-height: 1;
}
.btn1__icon {
  width: clamp(0.5rem, 0.417rem + 0.17vw, 0.625rem);
  transition: all 0.5s;
}
.btn1:hover .btn1__icon {
  transform: translateX(10px);
}

/* title1 */
.title1 {
      padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}
.title1--left {
  align-items: flex-start;
}
.title1__sub {
      font-size: 14px;
    font-weight: 500;
}
.title1__main {
      font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
}


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