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

html {
  word-break: auto-phrase;
  scroll-padding-top: clamp(5.938rem, 4.229rem + 3.56vw, 8.5rem);
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 85px;
  }
}


body{
  font-family:" YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 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;
  margin: 0 auto;
}

/*pg-fv */
.pg-fv {
      padding-top: clamp(5.938rem, 4.229rem + 3.56vw, 8.5rem);
    background-color: #434343;
    height: clamp(10.938rem, 5.896rem + 10.5vw, 18.5rem);
}
.pg-fv__inner {
  height: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.pg-fv__container {
  height: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.pg-fv__title {
      height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
}
@media (max-width: 767px) {
  .pg-fv {
        padding-top: 86px;
    height: 186px;
  }
  .pg-fv__inner {
    height: 100px;
  }
  .pg-fv__container {
    height: inherit;
  }
}

/* パンくずリスト　*/
.pg-breadcrumb {
      display: flex;
    align-items: center;
      max-width: 1920px;
    margin: 0 auto;
    margin-top: 16px;
    padding: 0 clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
    column-gap: 0.5em;
}
.breadcrumb__text {
      font-size: 14px;
    font-weight: 700;
}

.title1 {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 700;
}
.title1--center {
    text-align: center;
}
@media (max-width: 389px) {
  .title1 {
    font-size: clamp(1rem, 0.42rem + 2.9vw, 1.125rem);
  }
}

.btn1 {
      background-color: #000;
    padding: 5px;
}
.btn1__box {
      padding: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem) 20px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}
.btn1__text {
      font-weight: 700;
    line-height: 1;
    color: #fff;
}
.btn1__icon {
      font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.title2 {
    width: clamp(13.75rem, 11.917rem + 3.82vw, 16.5rem);
    text-align: center;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
    line-height: 1;
    padding-bottom: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    border-bottom: clamp(0.188rem, 0.063rem + 0.26vw, 0.375rem) solid #000;
    margin: 0 auto;
}

/* cta */
.cta {
  margin-bottom: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.cta__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.cta__items {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1.25rem, 0.167rem + 2.26vw, 2.875rem);
}
.cta__item {
        position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  padding: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}
.cta__item::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47); /* マスクの色と透明度 */
  z-index: 10;
}
.cta-item__bg {
      position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}
.cta__content {
  padding: clamp(1rem, 0.583rem + 0.87vw, 1.625rem);
      position: relative;
    border: clamp(0.063rem, 0.021rem + 0.09vw, 0.125rem) solid #fff;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.cta__icon--map {
  width: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  height: 36px;
  object-fit: contain;
}
.cta__icon--mail {
  width: clamp(1.625rem, 1.208rem + 0.87vw, 2.25rem);
  height: 36px;
  object-fit: contain;
}
.cta__title {
      margin-top: 20px;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
    color: #fff;
}
.cta__text {
      margin-top: 20px;
    font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    color: #fff;
}
.cta__btn {
      margin-top: 32px;
    display: flex;
    column-gap: clamp(1rem, 0.583rem + 0.87vw, 1.625rem);
    align-items: center;
}
.cta-btn__text {
      font-weight: 500;
    color: #fff;
}
.cta-btn__icon {
      font-size: 13px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 767px) {
  .cta__container {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 389px) {
  .cta__content {
    padding: 10px;
  }
  .cta__title {
    font-size: 18px;
  }
  .cta__text {
    font-size: 12px;
  }
}

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