@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("ZenKakuGothicNew-Regular"), url("../fonts/zen-kaku-gothic-new-400.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("ZenKakuGothicNew-Medium"), url("../fonts/zen-kaku-gothic-new-500.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("ZenKakuGothicNew-Bold"), url("../fonts/zen-kaku-gothic-new-700.woff2") format("woff2");
}
@font-face {
  font-family: "LINE Seed JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("LINESeedJP-Regular"), url("../fonts/line-seed-jp-400.woff2") format("woff2");
}
@font-face {
  font-family: "LINE Seed JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("LINESeedJP-Bold"), url("../fonts/line-seed-jp-700.woff2") format("woff2");
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  margin: 0;
  background: #ffffff;
  color: #222222;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

img, svg, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: contents;
}

picture > source {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover {
  opacity: 0.7;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--cta);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.theme-hiroi {
  --brand: #1a2d78;
  --cta: #f03846;
  --band: #0f39b2;
  --tint: #f3f8fc;
  --deco: #efebfa;
  --accent2: #6e91fc;
  --accent2-weak: #a9befd;
}

.theme-mitsumori {
  --brand: #e70244;
  --cta: #00a9df;
  --band: #cd1052;
  --tint: #f7f1e7;
  --deco: #fffaea;
  --accent2: #c69c6d;
  --accent2-weak: #ddc4a7;
}

.l-container {
  width: 100%;
  max-width: 114.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-container-wide {
  max-width: 124.8rem;
}

.l-container-narrow {
  max-width: 104.8rem;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-inline: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: -0.05em;
  }
}
.l-body {
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .l-body {
    padding-top: 11.7rem;
  }
}
.l-topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  height: 3rem;
  background: #1a2d78;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

.l-topbar_name {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.l-topbar_sep {
  opacity: 0.5;
}

.l-topbar_txt {
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .l-topbar {
    flex-direction: column;
    gap: 0.4rem;
    height: 5.5rem;
    padding-inline: 1.2rem;
    line-height: 1.4;
  }
  .l-topbar_name {
    font-size: 1.5rem;
  }
  .l-topbar_sep {
    display: none;
  }
  .l-topbar_txt {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 374px) {
  .l-topbar_txt {
    font-size: 1.1rem;
    white-space: normal;
  }
}
.l-header {
  position: fixed;
  top: 3rem;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 7rem;
  padding-inline: 4rem;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}

.l-header_logo {
  flex-shrink: 0;
  width: 8.8rem;
}

.l-header_tabs {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  margin-left: 2.1rem;
}

.l-header_nav {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.5rem;
}

.l-header_nav_list {
  display: flex;
  gap: 4rem;
}

.l-header_nav_list li {
  white-space: nowrap;
}

.l-header_cta {
  flex-shrink: 0;
  margin-left: 4rem;
}

@media screen and (max-width: 1200px) {
  .l-header {
    padding-inline: 2rem;
  }
  .l-header_nav {
    font-size: 1.3rem;
  }
  .l-header_nav_list {
    gap: 2rem;
  }
  .l-header_cta {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-header_nav {
    display: none;
  }
  .l-header_cta {
    margin-left: auto;
  }
}
.l-header_burger {
  display: none;
  position: relative;
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  margin-left: auto;
}

.l-header_burger_bar {
  position: absolute;
  left: 1.1rem;
  width: 2.2rem;
  height: 0.3rem;
  background: #1a2d78;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-header_burger_bar:nth-child(1) {
  top: 1.1rem;
}

.l-header_burger_bar:nth-child(2) {
  top: 2rem;
}

.l-header_burger_bar:nth-child(3) {
  top: 2.9rem;
}

.l-header_burger[aria-expanded=true] .l-header_burger_bar:nth-child(1) {
  top: 2rem;
  transform: rotate(45deg);
}

.l-header_burger[aria-expanded=true] .l-header_burger_bar:nth-child(2) {
  opacity: 0;
}

.l-header_burger[aria-expanded=true] .l-header_burger_bar:nth-child(3) {
  top: 2rem;
  transform: rotate(-45deg);
}

.drawer[hidden] {
  display: none;
}

.drawer {
  position: fixed;
  top: 11.7rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10.4rem 2.8rem 3rem;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.drawer:not(.is-open) {
  pointer-events: none;
}

.drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.drawer_list {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  padding-left: 1.2rem;
}

.drawer_link {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.drawer_cta .c-btn {
  min-height: 5.1rem;
}

body.is-draweropen {
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .l-header_burger {
    display: block;
  }
  .l-header_cta {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .drawer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 5.5rem;
    height: 6.2rem;
    padding-inline: 1.3rem 0.8rem;
    border-bottom: 1px solid #eaeaea;
  }
  .l-header_logo {
    width: 8.6rem;
  }
  .l-header_tabs {
    display: flex;
    gap: 0.6rem;
    margin-left: 1.5rem;
  }
  .l-header_tabs .c-btn-sm {
    min-height: 4rem;
    min-width: 8rem;
    padding-inline: 1rem;
    font-size: 1.4rem;
  }
  .l-header_burger {
    width: 4rem;
    height: 4rem;
  }
  .l-header_burger_bar {
    left: 0.9rem;
  }
}
.l-footer {
  display: flex;
  align-items: center;
  height: 9.9rem;
  background: #1a2d78;
  color: #ffffff;
  font-size: 1.4rem;
}

.l-footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  width: 100%;
}

.l-footer_name {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.l-footer_left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.l-footer_sep {
  opacity: 0.5;
}

.l-footer_links a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .l-footer {
    height: 13.4rem;
    font-size: 1.3rem;
    text-align: center;
  }
  .l-footer .l-container {
    padding-inline: 1rem;
  }
  .l-footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 2.3rem;
  }
  .l-footer_left {
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
  .l-footer_name {
    font-size: 1.5rem;
  }
  .l-footer_sep {
    display: none;
  }
  .l-footer_links {
    font-size: 1.4rem;
  }
}
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  padding: 0.8rem 4.4rem;
  border-radius: 0.4rem;
  background: var(--cta);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-btn_body {
  display: flex;
  flex-direction: column;
}

.c-btn_note {
  font-size: 1.3rem;
  font-weight: 400;
}

.c-btn_arrow {
  position: absolute;
  top: 50%;
  right: 1.9rem;
  margin-top: -0.4rem;
}

.c-btn-outline {
  min-height: 5.1rem;
  padding: 0.6rem 4rem 0.6rem 2rem;
  background: #ffffff;
  border: 1px solid var(--brand);
  color: var(--brand);
}

.c-btn-brand {
  background: var(--brand);
  color: #ffffff;
}

.c-btn-ghost {
  min-height: 5.1rem;
  padding: 0.6rem 4rem 0.6rem 2rem;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.c-btn-sm {
  min-height: 4.1rem;
  padding: 0.6rem 2rem;
  font-size: 1.5rem;
}

.c-btn-sm .c-btn_arrow {
  right: 1.2rem;
}

.c-btn-block {
  display: flex;
  width: 100%;
}

.c-btn.is-disabled {
  background: #b3b3b3;
  color: #ffffff;
  pointer-events: none;
}

.c-floatcta {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-floatcta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-floatcta.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .c-floatcta_inner {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.4rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -0.2rem 1.2rem rgba(26, 45, 120, 0.18);
  }
  .c-floatcta .c-btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 4.8rem;
    padding-block: 0.6rem;
    padding-inline: 1.2rem 2.8rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .c-floatcta .c-btn_arrow {
    right: 1rem;
  }
}
.c-label {
  display: block;
  padding-bottom: 1rem;
  background-image: linear-gradient(to right, var(--brand) 0 4rem, var(--accent2) 4rem);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  color: var(--brand);
  font-family: "LINE Seed JP", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-label-wide {
  width: 28rem;
}

.c-ttl {
  color: var(--brand);
  font-family: "LINE Seed JP", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.45;
}

.c-lead {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 2.6rem;
    line-height: 1.45;
  }
  .c-label {
    padding-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .c-label-wide {
    width: 100%;
  }
  .c-lead {
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-btn {
    min-height: 7rem;
    width: 100%;
    padding-inline: 2rem 4rem;
    font-size: 1.7rem;
  }
  .c-btn_note {
    font-size: 1.3rem;
  }
  .c-btn-outline, .c-btn-ghost {
    min-height: 5.1rem;
    font-size: 1.5rem;
  }
  .c-btn_arrow {
    right: 1.9rem;
  }
}
.c-arrow {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
span.u-pc {
  display: inline;
}

span.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  span.u-pc {
    display: none;
  }
  span.u-sp {
    display: inline;
  }
}
br.u-pc {
  display: inline;
}

br.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.u-pc {
    display: none;
  }
  br.u-sp {
    display: inline;
  }
}
.u-visuallyhidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
