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

html {
  word-break: auto-phrase;
}

body{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 400;
    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;
}

/* パンくずリスト　*/
.pg-breadcrumb {
    display: flex;
    align-items: center;
    column-gap: 0.5em;
    max-width: 1920px!important;
}
.breadcrumb__text {
    font-size: clamp(0.75rem, 0.667rem + 0.174vw, 0.875rem);
    font-weight: 500;
  color: #000;
}

/* 下層FV */
.pg-fv {
  padding-top: 61px;
  padding-bottom: clamp(3.75rem, 1.25rem + 5.208vw, 7.5rem);
  border-bottom: 1px solid #000;
}
.pg-fv__container {
  display: flex;
  flex-direction: column;
  padding-right: clamp(1.25rem, -1.894rem + 6.554vw, 5.969rem);
  padding-left: clamp(1.25rem, -1.894rem + 6.554vw, 5.969rem);
}
.pg-fv__title {
  display: flex;
  align-items: center;
  column-gap: clamp(0.75rem, 0.25rem + 1.042vw, 1.5rem);
  margin-top: clamp(2.5rem, 0.5rem + 4.167vw, 5.5rem);
}
.pg-fv__sub {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000;
  white-space: nowrap;
}
.pg-fv__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2rem, 1rem + 2.083vw, 3.5rem);
  font-weight: 400;
  line-height: clamp(2.5rem, 1.5rem + 2.083vw, 4rem);
  color: #000;
}

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

/* pcとspの文字切り替え */
.sp-content {
  display: none;
}

/* btn1 */
.btn1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 161px;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Elms Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: all 0.5s;
}
.btn1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 38px;
  height: 1px;
  margin-left: -16.5px;
  background-color: #000;
  transition: margin-left 0.5s;
}
.btn1:hover {
  background-color: #446974;
  color: #fff;
}
.btn1:hover::after {
  margin-left: 0;
}

/* title1 */
.title1 {
  position: relative;
  padding-left: clamp(4rem, -5.333rem + 19.44vw, 18rem);
}
.title1__sub {
  font-family: "Elms Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}
.title1__main {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 1.083rem + 0.347vw, 1.5rem);
  font-weight: 400;
  line-height: 1.708;
  color: #000;
}
.title1__deco {
  position: absolute;
  left: 0;
  max-width: unset;
  width: clamp(13.125rem, 0.958rem + 25.35vw, 31.375rem);
  height: auto;
  pointer-events: none;
}

/* cta（共通CTA） */
.cta__container {
  display: flex;
  align-items: stretch;
}
.cta__img {
  flex-shrink: 0;
  width: 45.78125%;
  aspect-ratio: 879 / 496;
  object-fit: cover;
}
.cta__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding-top: clamp(1.625rem, 0.042rem + 3.299vw, 4rem);
  padding-right: clamp(1.25rem, -1.25rem + 5.208vw, 5rem);
  padding-bottom: clamp(2.5rem, 0.5rem + 4.167vw, 5.5rem);
  padding-left: clamp(1.25rem, -2.875rem + 8.594vw, 7.4375rem);
  background-color: #edf2f4;
}
.cta__top {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(0.75rem, 0.25rem + 1.042vw, 1.5rem);
}
.cta-top__sub {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}
.cta-top__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2rem, 1rem + 2.083vw, 3.5rem);
  font-weight: 400;
  line-height: 1.143;
  color: #000;
}
.cta__title {
  margin-top: clamp(0.5rem, 0.125rem + 0.781vw, 1.0625rem);
  margin-left: clamp(1.125rem, 0rem + 2.344vw, 2.8125rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 1.042vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
.cta__text {
  margin-top: clamp(0.5rem, 0.25rem + 0.521vw, 0.875rem);
  margin-left: clamp(1.125rem, 0rem + 2.344vw, 2.8125rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.cta__content > a {
  margin-top: clamp(1rem, 0rem + 2.083vw, 2.5rem);
  margin-left: clamp(1.125rem, 0rem + 2.344vw, 2.8125rem);
}

@media (max-width: 767px) {
  .pc-content {
    display: none;
  }
  .sp-content {
    display: block;
  }
  .cta__container {
    flex-direction: column;
  }
  .cta__img {
    width: 100%;
    aspect-ratio: 375 / 212;
  }
  .cta__content {
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 41px;
    padding-left: 20px;
  }
  .cta__top {
    column-gap: 10px;
  }
  .cta-top__sub {
    font-size: 8px;
  }
  .cta-top__main {
    font-size: 40px;
    line-height: 1.45;
  }
  .cta__title {
    margin-top: 20px;
    margin-left: 0;
    font-size: 24px;
    line-height: 1.458;
  }
  .cta__text {
    margin-top: 16px;
    margin-left: 0;
    max-width: none;
    font-size: 14px;
  }
  .cta__content > a {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (max-width: 413px) {
  .cta__title {
    font-size: 22px;
  }
  .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;
}
.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;
}