@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=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* custom color */
  --black: #000;
  --white: #fff;
  --kous-black: var(--hirota_black);
  --gray: #ddd;
  --blue: blue;
  /* add */
  --dark_blue: #0f0094;
  --hirota_black: #000000;
  --middle_blue: #0250e8;
  --light_gray: #eae8e8;
  --light_gray2: #f6f6f6;
  --dark_gray: #828282;
  --light_blue: #ebf1fd;
  --border: #d8d8d8;
  --border_gray: #CCCCCC;
  /* filter */
  --filter-middle_blue: brightness(0) saturate(100%) invert(21%) sepia(97%) saturate(2231%) hue-rotate(213deg)
      brightness(98%) contrast(114%);
  --filter-dark_blue: brightness(0) saturate(100%) invert(15%) sepia(20%) saturate(7388%) hue-rotate(226deg) brightness(107%) contrast(135%);
  /* template color */
  --main-color: var(--kous-black);
  --main-bg-color: var(--white);
  --main-border-color: #e1e1e1;
  /* footer */
  --footer-menu-border: var(--gray);
  --copyright-bg: var(--hirota_black);
  --copyright-color: var(--white);
  /* hamburger menu */
  --hamburger-trigger-bg: var(--middle_blue);
  --hamburger-trigger-bar: var(--white);
  --hamburger-bg: var(--kous-black);
  --hamburger-border: var(--white);
  --hamburger-color: var(--white);
  /* pagenavi */
  --pagenavi-navi-bg: var(--blue);
  --pagenavi-navi-border: var(--white);
  /* contact page Navi*/
  --form-page-tab: var(--light_blue);
  --form-tab-border: transparent;
  --form-tab-line: var(--hirota_black);
  --form-page-active: var(--dark_blue);
  --form-active-color: var(--white);
  /* policy */
  --policy-dt-color: var(--hirota_black);
  --policy-link-color: var(--dark_blue);
  /* 404 */
  --404-h1_color: var(--kous-black);
  --404-p_color: var(--dark_blue);
  --404-menu-border: var(--kous-black);
}

/* form */
.mw_wp_form {
  --form-bg-color: #f8f8f8;
  --form-white: var(--white);
  --form-red: #c50000;
  --form-gray: #919699;
  --form-border: #cccccc;
  --form-policy-linkcolor: var(--dark_blue);
  --form-go-bg: var(--dark_blue);
  --form-go-color: var(--white);
  --form-back-bg: var(--dark_blue);
}

:root {
  font-size: 16px;
}

.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;
  }
}

.l-mv {
  z-index: 0;
  width: 100%;
  height: 100dvh;
  margin-top: -100dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-mv-business {
  width: 100%;
  position: relative;
}
.l-mv-pict {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
}
.l-mv-pict figure {
  width: 100%;
  height: 100dvh;
  position: absolute;
}
.l-mv-pict figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv-pict figure:nth-of-type(1) {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 1s linear, z-index 0.5s 0.5s linear;
  transition: opacity 1s linear, z-index 0.5s 0.5s linear;
}
@media screen and (max-width: 900px) {
  .l-mv-pict figure:nth-of-type(1) {
    -o-object-position: 25% 0%;
       object-position: 25% 0%;
  }
}
.l-mv-pict figure:nth-of-type(2) {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1s linear, z-index 0.5s 0.5s linear;
  transition: opacity 1s linear, z-index 0.5s 0.5s linear;
}
@media screen and (max-width: 900px) {
  .l-mv-pict figure:nth-of-type(2) {
    -o-object-position: 20% 0%;
       object-position: 20% 0%;
  }
}
.l-mv-pict._scroll figure:nth-of-type(1) {
  z-index: 0;
  opacity: 0;
}
.l-mv-pict._scroll figure:nth-of-type(2) {
  z-index: 1;
  opacity: 1;
}
.l-mv-text {
  height: 100dvh;
  width: 100%;
  top: 0;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-mv-text .-wrap {
  position: relative;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 0 clamp(40px, 6.25vw, 100px);
  padding-bottom: clamp(34px, 8.125vw, 104px);
}
@media screen and (max-width: 450px) {
  .l-mv-text .-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-mv-text .-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.3;
}
.l-mv-text .-jp {
  position: relative;
  left: -24px;
}
@media screen and (max-width: 900px) {
  .l-mv-text .-jp {
    left: -10px;
  }
}
@media screen and (max-width: 450px) {
  .l-mv-text .-jp {
    left: -6px;
  }
}
.l-mv-text .-jp:nth-of-type(1) {
  width: 61.56%;
}
@media screen and (max-width: 900px) {
  .l-mv-text .-jp:nth-of-type(1) {
    width: 65%;
  }
}
@media screen and (max-width: 450px) {
  .l-mv-text .-jp:nth-of-type(1) {
    width: 76%;
  }
}
.l-mv-text .-jp:nth-of-type(2) {
  margin-top: clamp(8px, 1.7777777778vw, 16px);
  width: 82%;
}
@media screen and (max-width: 450px) {
  .l-mv-text .-jp:nth-of-type(2) {
    width: 92%;
  }
}
.l-mv-text .-en {
  position: relative;
  z-index: 1;
  margin-top: clamp(8px, 1.5555555556vw, 14px);
}
.l-mv-text .-en span {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: clamp(0.9375rem, 3.5555555556vw, 2rem);
  text-decoration: underline;
  text-underline-offset: 16px;
}
@media screen and (max-width: 450px) {
  .l-mv-text .-en span {
    text-underline-offset: 8px;
  }
}
.l-mv-text .pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .l-mv-text .pc {
    display: none;
  }
}
.l-mv-text .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-mv-text .sp {
    display: block;
  }
}