:root {
  --fs-body-m: 0.875rem;
  --fs-body: 0.875rem;
  --fs-body-s: 0.75rem;
  --fs-body-xs: 0.625rem;
  --fs-h2: 1.5rem;
  --fs-h3: 1.25rem;
  --fs-h4: 1.125rem;
  --fs-h5: 1rem;
  --fs-h6: 0.875rem;
  --fs-hero: 0.875rem;
  --fs-ttl: 1.75rem;
  --fs-hero-l: 1.75rem;
  --fs-32-r: 1.5rem;
  --fs-28-r: 1.25rem;
  --fs-24-r: 1.125rem;
  --fs-20-r: 1rem;
  --fs-18-r: 0.875rem;
  --fs-sectionTtl: 3.75rem;
  --fs-point: 2.375rem;
  --fs-price: 2.5rem;
  --price-h: 34px;
  --header-h: 56px;
  --header-h-n: -56px;
  --hero-h: 420px;
  --spc88-r: 24px;
  --spc64-r: 40px;
  --spc40-r: 24px;
  --spc24-r: 16px;
  --header-sh: 56px;
  --header-slh: 96px;
  --fs-lpcopy: 1.75rem;
  --lp-hero-h: 260px;
  --lp-fs-hero: 1rem;
  --fs-price-s: 1.5rem
}

@media screen and (min-width: 600px) {
  :root {
    --fs-lpcopy: 2rem;
    --lp-fs-hero: 1.125rem
  }
}

@media screen and (min-width: 600px) {
  :root {
    --fs-body-m: 1rem;
    --fs-hero: 1.125rem;
    --fs-hero-l: 48px;
    --fs-32-r: 2rem;
    --fs-28-r: 1.75rem;
    --fs-24-r: 1.5rem;
    --fs-20-r: 1.25rem;
    --fs-18-r: 1.125rem;
    --fs-sectionTtl: 6.25rem;
    --fs-h2: 2rem;
    --fs-h3: 1.75rem;
    --fs-h4: 1.5rem;
    --fs-h5: 1.25rem;
    --fs-h6: 1.125rem;
    --fs-point: 3rem;
    --fs-ttl: 2.5rem;
    --fs-price: 2.5rem;
    --header-h: 111px;
    --header-h-n: -111px;
    --hero-h: 536px;
    --spc88-r: 88px;
    --spc64-r: 64px;
    --spc40-r: 40px;
    --spc24-r: 24px;
    --header-sh: 56px;
    --lp-hero-h: 470px
  }
}

body {
  padding-top: 110px !important;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v290/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOej.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.SiteHeader {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff
}

.SiteHeader a {
  text-decoration: none
}

.SiteHeader.-single {
  opacity: 0;
  transform: translateY(-56px);
  transition: opacity .3s, transform .3s
}

@media screen and (min-width: 600px) {
  .SiteHeader.-single {
    transform: none;
    opacity: 1
  }
}

.SiteHeader.-single.-show {
  transform: translateY(0px);
  opacity: 1
}

.SiteHeader.-single .siteHeader_main {
  padding-left: 0px
}

@media screen and (min-width: 600px) {
  .SiteHeader.-single .siteHeader_main {
    padding-left: 40px
  }
}

.SiteHeader.-single .siteHeader_main::after {
  content: none
}

.SiteHeader.-single .Logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 600px) {
  .SiteHeader.-single .Logo {
    position: static;
    transform: none
  }
}

.SiteHeader.-single .siteHeader_buttons {
  width: 100%;
  justify-content: space-between;
  height: 56px
}

@media screen and (min-width: 600px) {
  .SiteHeader.-single .siteHeader_buttons {
    width: auto;
    justify-content: flex-start
  }
}

.SiteHeader.-single .siteHeader_buttons>* {
  flex-basis: auto
}

.SiteHeader.-single .siteHeader_button {
  height: auto
}

.SiteHeader.-single .siteHeader_button.-cta {
  display: none
}

@media screen and (min-width: 600px) {
  .SiteHeader.-single .siteHeader_button.-cta {
    display: flex
  }
}

@media screen and (min-width: 600px) {
  .SiteHeader.-single .siteHeader_menu {
    display: none
  }
}

.SiteHeader.-single.-hasLabel {
  opacity: 0;
  transform: translateY(-96px);
  transition: opacity .3s, transform .3s
}

@media screen and (min-width: 600px) {
  .SiteHeader.-single.-hasLabel {
    opacity: 1;
    transform: translateY(-40px);
    transition: opacity .3s, transform .3s
  }
}

.SiteHeader.-single.-hasLabel.-show {
  transform: translateY(0px);
  opacity: 1
}

.siteHeader_label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #141821;
  color: #fff;
  text-align: center
}

.siteHeader_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 56px;
  padding-left: 16px;
  line-height: 1.5;
  border-bottom: 2px solid #0087d2;
  background: #fff;
}

.siteHeader_main .logo a {
  display: flex;
}

@media screen and (min-width: 600px) {
  .siteHeader_main {
    border-bottom: none
  }
}

.siteHeader_main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #0087d2;
  pointer-events: none
}

.Logo a {
  font-size: 14px !important
}

.siteHeader_button {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  font-weight: 700;
  border: none;
  border-radius: 0px;
  transition: background-color .3s;
  padding: 12px;
  font-size: 10px
}

.siteHeader_button.pc {
  display: none
}

@media screen and (min-width: 1160px) {
  .siteHeader_button.pc {
    display: flex
  }
}

.siteHeader_button.-LPSiteTop {
  display: none;
  font-size: .625rem;
  font-weight: 700;
  width: 100%;
  max-width: 360px;
  padding: 0px;
  margin-left: 8px
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-LPSiteTop {
    display: flex;
    padding-left: 0px
  }
}

.siteHeader_button.-LPSiteTop .Logo {
  margin-left: 8px
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-LPSiteTop:hover {
    background-color: #e7f3fa
  }
}

.siteHeader_button.-LPSiteTop.-resp {
  display: flex;
  width: 52px;
  height: 56px
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-LPSiteTop.-resp {
    width: auto;
    height: auto
  }
}

.siteHeader_buttons {
  display: flex
}

.siteHeader_button.-small {
  width: auto
}

@media screen and (min-width: 1160px) {
  .siteHeader_button.-small {
    width: 140px
  }
}

.siteHeader_button.-medium {
  width: auto
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-medium {
    width: 200px
  }
}

.siteHeader_button.-cta {
  display: none;
  background-color: #ffed56;
  color: #141821;
  line-height: normal;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-cta:hover {
    background-color: #e6d54e
  }
}

.siteHeader_button.-secondary {
  width: auto;
  height: 34px;
  white-space: nowrap;
  color: #0087d2;
  border: #0087d2 solid 1px;
  border-radius: 6px;
  text-decoration: none;
  background: #e7f3fa;
}

.siteHeader_button.mobile {
  /* display: no; */
  background: none;
  margin-right: 10px;
}

@media screen and (min-width: 1160px) {
  .siteHeader_button.-secondary {
    width: 140px;
    height: 56px;
    border: none;
    border-radius: 0px;
    background-color: #0087d2;
    color: #fff;
    margin-right: 0px
  }

  .siteHeader_button.mobile {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-secondary:hover {
    background-color: #006eac
  }
}

.siteHeader_button.-login {
  flex-direction: column-reverse;
  align-items: center;
  gap: 2px 8px;
  background-color: #e7f3fa;
  color: #0087d2 !important;
  flex-shrink: 0;
  height: 54px
}

.siteHeader_button.-normal {
  color: #0087d2
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-normal:hover {
    background-color: #e7f3fa
  }
}

.siteHeader_button.-fill {
  background-color: #0087d2;
  color: #fff
}

@media screen and (min-width: 600px) {
  .siteHeader_button.-fill:hover {
    background-color: #006eac
  }
}

#headerNav .siteHeader, #headerNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}

.siteHeader_menu {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  text-align: left;
  font-weight: 500;
  overflow: auto;
  padding-bottom: 24px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.siteHeader_menu.-opened {
  display: block;
  left: calc(100vw - 375px)
}

.siteHeader_menuButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  text-align: center;
  font-size: 0px;
}

.siteHeader_menuButton.-active .siteHeader_buttonBar {
  background-color: rgba(0, 0, 0, 0)
}

.siteHeader_menuButton.-active .siteHeader_buttonBar::before {
  top: 0px;
  transform: rotate(45deg)
}

.siteHeader_menuButton.-active .siteHeader_buttonBar:after {
  bottom: 0px;
  transform: rotate(-45deg)
}

.siteHeader_menuButton:hover {
  cursor: pointer
}

.siteHeader_buttonBar {
  display: block;
  position: relative;
  width: 28px;
  height: 2px;
  background-color: #141821
}

.siteHeader_buttonBar::before,
.siteHeader_buttonBar::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 2px;
  background-color: #141821;
  transform-origin: center
}

.siteHeader_buttonBar::before {
  top: -8px;
  left: 0px
}

.siteHeader_buttonBar:after {
  left: 0px;
  bottom: -8px
}

.siteHeader_menuList {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
}

.siteHeader_menuItem {
  border-bottom: #ebeef1 solid 1px;
  color: #141821;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  height: 55px;
  line-height: 51px;
  letter-spacing: 0vw !important
}

.siteHeader_menuItem.-current a::after {
  opacity: 1;
  transition: none
}

.siteHeader_menuItem a {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  transition: color .2s;
  text-decoration: none
}

.siteHeader_menuItem a::before,
.siteHeader_menuItem a::after {
  content: "";
  display: block;
  position: absolute
}

.siteHeader_menuItem a::before {
  z-index: 1;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_arrowRight.svg);
  background-size: 16px;
  transform: translateY(-50%);
  pointer-events: none
}

.siteHeader_menuItem a::after {
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  bottom: auto;
  width: 4px;
  height: 24px;
  background-color: #ebeef1;
  opacity: 1
}

.siteHeader_foot {
  color: #54575f !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important
}

.siteHeader_footTitle {
  background-color: #ebeef1;
  padding: 16px;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: 0vw !important
}

.siteHeader_footTitle+* {
  margin-top: 16px
}

.siteHeader_footMenuList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0px;
  font-size: .75rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.5 !important;
  letter-spacing: 0vw !important
}

.siteHeader_footMenuItem {
  width: 50%
}

.CommonList.-spc1 {
  line-height: 1.5 !important;
  letter-spacing: 0vw !important;
  margin-top: 0px
}

.CommonList__item_nav {
  color: #000 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important
}

.CommonList__item_li {
  position: relative !important;
  padding-left: 24px !important
}

.l-body[data-page=top] {
  padding-top: 76px !important
}

@media screen and (max-width: 769px) {
  .headerNavReason {
    padding-bottom: 56px !important
  }

  .Main__section-content {
    padding-top: 0 !important
  }

  .l-body[data-page=top] {
    padding-top: 20px !important
  }
}

@media screen and (min-width: 1160px) {
  .headerNavReason {
    padding-bottom: 111px !important
  }

  .Main__section-content {
    padding-top: 0 !important
  }

  .siteHeader_button {
    font-size: 14px
  }

  .siteHeader_button.-cta {
    display: flex
  }

  .siteHeader_button.-cta:hover {
    background-color: #e6d54e
  }

  .siteHeader_button.-secondary {
    width: 140px;
    height: 56px;
    border: none;
    border-radius: 0px;
    background-color: #0087d2;
    color: #fff;
    margin-right: 0px
  }

  .siteHeader_button.-secondary:hover {
    background-color: #006eac
  }

  .siteHeader_button.-login {
    flex-direction: row;
    background-color: #fff
  }

  .siteHeader_button.-login:hover {
    background-color: #e7f3fa
  }

  .siteHeader_menu {
    display: block;
    position: static;
    text-align: center;
    height: auto;
    padding-bottom: 0px
  }

  .siteHeader_menuButton {
    display: none
  }

  .siteHeader_menuList {
    flex-direction: row
  }

  .siteHeader_menuItem {
    width: 20%;
    max-width: 256px;
    border-bottom: none
  }

  .siteHeader_menuItem a {
    justify-content: center;
    padding: 0px
  }

  .siteHeader_menuItem a::before {
    content: none
  }

  .siteHeader_menuItem a::after {
    top: auto;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background-color: #0087d2;
    opacity: 0;
    transition: opacity .2s;
    transform: none
  }

  .siteHeader_menuItem a:hover {
    color: #0087d2 !important
  }

  .siteHeader_menuItem a:hover::after {
    opacity: 1
  }
}

.siteHeader_footMenuItem {
  width: 50%
}

.Brand__logo {
  width: 103px;
  height: 20px
}

#header .flex {
  display: flex
}

#header .flex_item.-wAuto {
  flex-basis: auto;
  max-width: 56px;
  padding: 0 8px;
  margin: 0;
}

@media screen and (min-width: 1160px) {
  #header .flex_item.-wAuto {
    max-width: 100%
  }
}

#header .flex_item.-wAuto.sp_tbl {
  display: flex;
  max-width: 76px;
  background: none
}

@media screen and (min-width: 1160px) {
  #header .flex_item.-wAuto.sp_tbl {
    display: none
  }
}

#header img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin-top: 0px
}

#header .Icon.-posR {
  margin-left: 8px
}

#header .Icon {
  display: inline-block;
  line-height: 1;
  font-size: 1.6em !important;
  vertical-align: -0.3em;
  flex-shrink: 0;
  pointer-events: none
}

#header .CommonList {
  font-size: var(--fs-body);
  text-align: left
}

#header .CommonList__item {
  position: relative;
  padding-left: 24px;
}

#header .CommonList__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

#header .CommonList__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: .75em;
  left: 8px;
  width: 8px;
  height: 1px;
  background-color: #0087d2
}

#header .Container {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto
}

#header .Stack.-spc2>*+* {
  margin-top: 16px
}

#header .CommonList.-spc1>*+* {
  margin-top: 8px
}

@media screen and (min-width: 769px) {
  #header .sp {
    display: none
  }
}

@media screen and (max-width: 1159px) {
  .siteHeader_button.-secondary {
    outline: none;
    border: none;
    flex-direction: column-reverse;
    gap: 5px;
    height: 54px;
    border-radius: 0;
    text-decoration: none;
  }

  body {
    padding-top: 56px !important;
  }
}

@media screen and (max-width: 600px) {
  .siteHeader_menu.-opened {
    left: calc(100vw - 100%)
  }
}

/*# sourceMappingURL=header2.css.map */