@charset "UTF-8";
/* layouts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* orizin color */
/* base color */
/* template 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;
}

@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.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;
  }
}

.l-kv {
  position: relative;
  overflow: hidden;
  padding-top: clamp(72px, 8vw, 128px);
  padding-bottom: clamp(106px, 10.5vw, 168px);
  margin-top: clamp(56px, 7.5vw, 120px);
}
@media screen and (min-width: 1601px) {
  .l-kv {
    padding-top: 8vw;
    padding-bottom: 10.5vw;
  }
}
@media screen and (max-width: 600px) {
  .l-kv._privacy-policy .l-kv_head p:nth-of-type(1) {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .l-kv._privacy-policy .l-kv_head p:nth-of-type(2), .l-kv._privacy-policy .l-kv_head p:nth-of-type(3) {
    display: none;
  }
}

.l-kv_container {
  max-width: 1480px;
}

.l-kv_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 601px) {
  .l-kv_pic {
    clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  }
}
@media screen and (max-width: 900px) {
  .l-kv_pic {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  }
}
.l-kv_pic img {
  width: 100%;
  height: 100%;
  min-height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-kv_head {
  margin-bottom: clamp(32px, 5.3333333333vw, 48px);
}
.l-kv_head.-show h1::before {
  clip-path: inset(0);
}

.l-kv_head h1 {
  position: relative;
  padding-left: clamp(10px, 2.6666666667vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0.875rem, 2.5vw, 2rem);
  line-height: 1.75;
}
@media screen and (max-width: 1200px) {
  .l-kv_head h1 {
    margin-bottom: 0;
  }
}
.l-kv_head h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(4px, 0.8888888889vw, 8px);
  height: 60.7142857143%;
  background-color: #D90012;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.l-kv_head p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(2.625rem, 6.25vw, 5rem);
  line-height: 1.1111111111;
}
.l-kv_head p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * 0.5em);
}
.l-kv_head p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}