@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");
:root {
  /* custom color */
  --black: #000;
  --white: #fff;
  --kous-black: #333;
  --gray: #ddd;
  --blue: blue;
  --green-base: #4FAD44;
  --green-light: #A9C302;
  --red-base: #D6006C;
  --reset: #898989;
  --check-line: #CECECE;
  --line: #707070;
  --border:#BEBEBE;
  --bg: #F9F7F5;
  /* table */
  --table-th-border: var(--green-base);
  --table-td-border: #D4D8DB;
  /* 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(--gray);
  --copyright-color: var(--kous-black);
  /* hamburger menu */
  --hamburger-trigger-bg: var(--green-base);
  --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(--bg);
  --form-tab-border: transparent;
  --form-tab-line: var(--green-light);
  --form-page-active: var(--green-light);
  --form-active-color: var(--white);
  /* policy */
  --policy-dt-color: var(--blue);
  --policy-link-color: var(--blue);
  /* 404 */
  --404-h1_color: #BEBEBE;
  --404-menu-border: var(--kous-black);
}

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

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

@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: 500px) {
  .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 {
  position: relative;
  padding-bottom: clamp(40px, 8.8888888889vw, 80px);
}
.l-mv::after {
  content: "";
  display: inline-block;
  height: 10vw;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: var(--bg);
}
@media screen and (max-width: 900px) {
  .l-mv::after {
    height: 65.33%;
  }
}
.l-mv .l-mv_container {
  position: relative;
  margin-left: auto;
  overflow: clip;
}
@media screen and (min-width: 451px) and (min-width: 829px) {
  .l-mv .l-mv_container {
    max-width: calc(100% - 68px);
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .l-mv .l-mv_container {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 500px) {
  .l-mv .l-mv_container {
    max-width: calc(100% - 20px);
  }
}
.l-mv .l-mv_container svg {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 10.125vw;
  height: auto;
  aspect-ratio: 162/110;
}
@media screen and (max-width: 500px) {
  .l-mv .l-mv_container svg {
    width: 23.47%;
  }
}
@media screen and (min-width: 501px) and (min-width: 829px) {
  .l-mv .l-mv_slider {
    margin-left: -712px;
  }
}
@media screen and (min-width: 501px) and (min-width: 829px) and (max-width: 1400px) {
  .l-mv .l-mv_slider {
    margin-left: -360px;
  }
}
@media screen and (min-width: 501px) and (max-width: 828px) {
  .l-mv .l-mv_slider {
    margin-left: -100px;
  }
}
@media screen and (min-width: 501px) {
  .l-mv .l-mv_slider .l-mv_slide {
    margin-right: 14px;
  }
}
@media screen and (max-width: 500px) {
  .l-mv .l-mv_slider {
    margin-left: -50px;
  }
  .l-mv .l-mv_slider .l-mv_slide {
    margin-right: 8px;
  }
}
.l-mv .l-mv_slider .l-mv_slide {
  border-radius: 20px;
  overflow: hidden;
}
.l-mv_head {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 541px;
  width: 33.8125vw;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1601px) {
  .l-mv_head {
    left: 68px;
    bottom: 46px;
  }
}
@media screen and (max-width: 1600px) {
  .l-mv_head {
    left: 4.25vw;
    bottom: 2.875vw;
  }
}
@media screen and (max-width: 900px) {
  .l-mv_head {
    position: relative;
    top: -6.4vw;
    margin-bottom: -6.4vw;
    width: 100%;
    left: unset;
    bottom: unset;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 400px;
  }
}
.l-mv_circle {
  display: block;
  position: absolute;
  bottom: 0;
  left: -15.5vw;
  aspect-ratio: 1/1;
  width: 28.3125vw;
  max-width: 453px;
  background-color: var(--green-light);
  border-radius: 50%;
  -webkit-animation: floating-y 1.8s ease-in-out infinite alternate;
          animation: floating-y 1.8s ease-in-out infinite alternate;
}
@media screen and (max-width: 900px) {
  .l-mv_circle {
    bottom: 28.4%;
    left: -10.6666666667vw;
  }
}
@media screen and (max-width: 500px) {
  .l-mv_circle {
    bottom: 32.4%;
  }
}
.l-mv_shadow {
  display: none;
}
@media screen and (min-width: 901px) {
  .l-mv_shadow {
    background-color: #000;
    width: 266px;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 15.5vw;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-filter: blur(99px);
            filter: blur(99px);
  }
}
@media screen and (min-width: 901px) and (min-width: 1601px) {
  .l-mv_shadow {
    left: 68px;
    bottom: 46px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .l-mv_shadow {
    left: 4.25vw;
    bottom: 2.875vw;
  }
}
@media screen and (max-width: 900px) {
  .l-mv_pc {
    display: none;
  }
}
.l-mv_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-mv_sp {
    display: block;
  }
}
.l-mv.js-trigger .l-mv_slide {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.l-mv.js-trigger .l-mv_head {
  clip-path: inset(0 100% 0 0);
}
.l-mv.js-show .l-mv_slide {
  clip-path: inset(0);
}
.l-mv.js-show .l-mv_head {
  clip-path: inset(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}