@charset "UTF-8";
/* layouts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Poppins:wght@400;500;600;700&display=swap");
/* base color */
/* template color */
/* orizin color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-kv {
  position: relative;
  padding-top: clamp(116px, 22.2222222222vw, 200px);
  padding-bottom: clamp(104px, 20.7vw, 207px);
  overflow: clip;
  border-radius: 20px 20px 0 0;
  margin: 0 clamp(20px, 3.125vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-kv::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 622px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(7, 105, 165)), to(rgba(122, 212, 253, 0)));
  background: linear-gradient(180deg, rgb(7, 105, 165) 0%, rgba(122, 212, 253, 0) 100%);
  opacity: 0.3;
  pointer-events: none;
}
.l-kv_parts {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l-kv_parts figure {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: kv-clipOpen 1s ease-out forwards;
          animation: kv-clipOpen 1s ease-out forwards;
}
.l-kv_star {
  position: absolute;
  z-index: 1;
  top: 4.3421052632vw;
  right: 9.0131578947%;
  aspect-ratio: 365/412;
  width: 24.0131578947%;
  height: auto;
  pointer-events: none;
  -webkit-animation: kv-star 1.6s ease-out 1s forwards;
          animation: kv-star 1.6s ease-out 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 450px) {
  .l-kv_star {
    width: 39.2%;
    top: 20px;
    right: 20px;
  }
}
.l-kv_head {
  margin-bottom: clamp(56px, 8.8888888889vw, 80px);
}
.l-kv_head p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  line-height: 1.8;
  margin-bottom: 8px;
}
.l-kv_head p::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 1.3333333333vw, 12px);
  height: auto;
  background-color: #ffff00;
  border-radius: 50%;
}
.l-kv_head h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 500;
  line-height: 1.8;
}

@-webkit-keyframes kv-clipOpen {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}

@keyframes kv-clipOpen {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}
@-webkit-keyframes kv-star {
  0% {
    -webkit-filter: blur(25px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}
@keyframes kv-star {
  0% {
    -webkit-filter: blur(25px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}