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

.alternates {
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.scale_image {
  scale: 0.7;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scale_image.__active {
  scale: 1;
  opacity: 1;
}

.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: clip;
}
@media screen and (min-width: 769px) {
  .l_kv {
    aspect-ratio: 1600/632;
  }
}
.l_kv::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("../images/common/kv_mask.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  .l_kv::after {
    height: 130px;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .l_kv::after {
    height: 70px;
  }
}
@media screen and (max-width: 500px) {
  .l_kv::after {
    height: 50px;
  }
}

.l_kv__block {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .l_kv__block {
    top: 33.2278481013%;
  }
}
@media screen and (max-width: 768px) {
  .l_kv__block {
    top: 30.8681672026%;
  }
}

.l_kv__bg,
.l_kv__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 311px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .l_kv__bg,
  .l_kv__image {
    width: 100%;
    height: 311px;
  }
}

.l_kv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #011F5D;
}

.l_kv__caption {
  display: inline-block;
  text-transform: capitalize;
  color: inherit;
  font-weight: inherit;
  background-color: #fff;
  font-weight: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(3rem, 7.5555555556vw, 4.25rem);
}
@media screen and (min-width: 769px) {
  .l_kv__caption {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l_kv__caption br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l_kv__caption {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l_kv__label {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l_kv__label {
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l_kv__label {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
}