@charset "UTF-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(button) {
  all: unset;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}
:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}
:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}
:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
:root {
  --ttl-text: #001558;
  --ttl-border: #285fa8;
  --ttl-en: #eff4fa;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes rotate-90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotate-90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  font-family:
    Noto Sans JP,
    ヒラギノ角ゴ Pro W3,
    Hiragino Kaku Gothic Pro,
    osaka,
    游ゴシック,
    Yu Gothic,
    yugothic,
    メイリオ,
    meiryo,
    ＭＳ Ｐゴシック,
    MS PGothic,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.56;
  color: #001558;
  letter-spacing: 0;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
@media screen and (max-width: 48em) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  padding: 0;
  color: #001558;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
}
:where(:focus-visible) {
  outline: revert;
  outline-offset: revert;
  -webkit-box-shadow: revert;
  box-shadow: revert;
}
:where(h1, h2, h3) {
  text-wrap: revert;
}
.container {
  max-width: 111.2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 48em) {
  .container {
    width: 95%;
    padding-right: 0;
    padding-left: 0;
  }
}
.container.-wide {
  max-width: 123rem;
}
.container.-swiper {
  max-width: 144rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 48em) {
  .pcOnly {
    display: none;
  }
}
@media not screen and (max-width: 48em) {
  .spOnly {
    display: none;
  }
}
body.bodyFixed .wrapper {
  overflow: auto;
  scrollbar-gutter: stable;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.details {
  border: 0.5rem solid #285fa8;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .details {
    border-width: 0.3rem;
    border-radius: 1.4rem;
  }
}
.details_summ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.4rem 11rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .details_summ {
    padding: 2rem 5rem;
  }
}
.details_summ:before {
  position: absolute;
  top: 2.8rem;
  left: 4.5rem;
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.036%22%20height%3D%2243.036%22%20viewBox%3D%220%200%2043.036%2043.036%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2138%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202138%22%20transform%3D%22translate(-463.286%20-12866.146)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7266%22%20data-name%3D%22%E3%83%91%E3%82%B9%207266%22%20d%3D%22M21.518%2C0A21.518%2C21.518%2C0%2C1%2C1%2C0%2C21.518%2C21.518%2C21.518%2C0%2C0%2C1%2C21.518%2C0Z%22%20transform%3D%22translate(463.286%2012866.146)%22%20fill%3D%22%23285fa8%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7264%22%20data-name%3D%22%E3%83%91%E3%82%B9%207264%22%20d%3D%22M23.158-14.728a14.533%2C14.533%2C0%2C0%2C1-1.332%2C6.445A8.118%2C8.118%2C0%2C0%2C1%2C17.7-4.317l5.33%2C5.949H17.023L12.964-3.326h-.341A11.244%2C11.244%2C0%2C0%2C1%2C6.689-4.751a8.627%2C8.627%2C0%2C0%2C1-3.47-4%2C14.827%2C14.827%2C0%2C0%2C1-1.131-6.011%2C14.606%2C14.606%2C0%2C0%2C1%2C1.131-5.98%2C8.564%2C8.564%2C0%2C0%2C1%2C3.47-3.951%2C11.408%2C11.408%2C0%2C0%2C1%2C5.965-1.41%2C11.258%2C11.258%2C0%2C0%2C1%2C5.918%2C1.41%2C8.577%2C8.577%2C0%2C0%2C1%2C3.455%2C3.966A14.716%2C14.716%2C0%2C0%2C1%2C23.158-14.728Zm-16.144%2C0A9.758%2C9.758%2C0%2C0%2C0%2C8.347-9.259a4.764%2C4.764%2C0%2C0%2C0%2C4.276%2C2%2C4.75%2C4.75%2C0%2C0%2C0%2C4.307-2%2C9.94%2C9.94%2C0%2C0%2C0%2C1.3-5.469%2C9.94%2C9.94%2C0%2C0%2C0-1.3-5.469%2C4.718%2C4.718%2C0%2C0%2C0-4.276-2%2C4.8%2C4.8%2C0%2C0%2C0-4.307%2C2A9.758%2C9.758%2C0%2C0%2C0%2C7.015-14.728Z%22%20transform%3D%22translate(472.217%2012900.245)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .details_summ:before {
    top: 1.6rem;
    left: 1.1rem;
    width: 3rem;
    height: 3rem;
  }
}
.details_summ::-webkit-details-marker {
  display: none;
}
.details_summTxt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 48em) {
  .details_summTxt {
    font-size: 1.5rem;
  }
}
.details_summDeco {
  position: absolute;
  top: 2.8rem;
  right: 3.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.3rem;
  height: 4.3rem;
}
@media screen and (max-width: 48em) {
  .details_summDeco {
    top: 1.6rem;
    right: 1.1rem;
    width: 3rem;
    height: 3rem;
  }
}
.details_summDeco:before,
.details_summDeco:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.4rem;
  height: 68%;
  margin: auto;
  content: "";
  background: #285fa8;
}
@media screen and (max-width: 48em) {
  .details_summDeco:before,
  .details_summDeco:after {
    width: 0.3rem;
  }
}
.details_summDeco:before {
  -webkit-animation: 0.3s rotate-90 forwards;
  animation: 0.3s rotate-90 forwards;
}
.details_summDeco:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.details_contents {
  overflow: hidden;
}
.details_inner {
  position: relative;
  padding: 3.4rem 11rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 48em) {
  .details_inner {
    padding: 2rem 5rem;
  }
}
.details_inner:before,
.details_inner:after {
  position: absolute;
  left: 4.5rem;
  display: block;
  content: "";
}
@media screen and (max-width: 48em) {
  .details_inner:before,
  .details_inner:after {
    left: 1.1rem;
  }
}
.details_inner:before {
  top: 2.8rem;
  width: 4.3rem;
  height: 4.3rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243.036%22%20height%3D%2243.036%22%20viewBox%3D%220%200%2043.036%2043.036%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2139%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202139%22%20transform%3D%22translate(-463.286%20-12998.146)%22%3E%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_7267%22%20data-name%3D%22%E3%83%91%E3%82%B9%207267%22%20transform%3D%22translate(463.286%2012998.146)%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M21.518%2C0A21.518%2C21.518%2C0%2C1%2C1%2C0%2C21.518%2C21.518%2C21.518%2C0%2C0%2C1%2C21.518%2C0Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%2021.517822265625%204.000003814697266%20C%2016.83864212036133%204.000003814697266%2012.43953132629395%205.822174072265625%209.130851745605469%209.130851745605469%20C%205.822174072265625%2012.43953132629395%204.000003814697266%2016.83864212036133%204.000003814697266%2021.517822265625%20C%204.000003814697266%2026.19700241088867%205.822174072265625%2030.59611129760742%209.130851745605469%2033.90479278564453%20C%2012.43953132629395%2037.21347045898438%2016.83864212036133%2039.03564071655273%2021.517822265625%2039.03564071655273%20C%2026.19700241088867%2039.03564071655273%2030.59611129760742%2037.21347045898438%2033.90479278564453%2033.90479278564453%20C%2037.21347045898438%2030.59611129760742%2039.03564071655273%2026.19700241088867%2039.03564071655273%2021.517822265625%20C%2039.03564071655273%2016.83864212036133%2037.21347045898438%2012.43953132629395%2033.90479278564453%209.130851745605469%20C%2030.59611129760742%205.822174072265625%2026.19700241088867%204.000003814697266%2021.517822265625%204.000003814697266%20M%2021.517822265625%203.814697265625e-06%20C%2033.40178298950195%203.814697265625e-06%2043.03564071655273%209.633853912353516%2043.03564071655273%2021.517822265625%20C%2043.03564071655273%2033.40178298950195%2033.40178298950195%2043.03564071655273%2021.517822265625%2043.03564071655273%20C%209.633853912353516%2043.03564071655273%203.814697265625e-06%2033.40178298950195%203.814697265625e-06%2021.517822265625%20C%203.814697265625e-06%209.633853912353516%209.633853912353516%203.814697265625e-06%2021.517822265625%203.814697265625e-06%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23285fa8%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7265%22%20data-name%3D%22%E3%83%91%E3%82%B9%207265%22%20d%3D%22M16.329-3.6%2C14.718-8.863H6.662L5.051-3.6H0L7.808-25.812h5.732L21.38-3.6ZM13.6-12.8l-1.611-5.144q-.155-.527-.4-1.332t-.5-1.642q-.248-.837-.4-1.456-.155.62-.418%2C1.534t-.5%2C1.735q-.232.821-.356%2C1.162L7.839-12.8Z%22%20transform%3D%22translate(474.229%2013033.674)%22%20fill%3D%22%23285fa8%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .details_inner:before {
    top: 1.6rem;
    width: 3rem;
    height: 3rem;
  }
}
.details_inner:after {
  top: 0;
  width: calc(100% - 15.5rem);
  height: 1px;
  background: #707070;
}
@media screen and (max-width: 48em) {
  .details_inner:after {
    width: calc(100% - 6rem);
  }
}
.details_innerTxt {
  font-weight: normal;
}
.details[open] .details_summDeco:before {
  -webkit-animation: 0.3s rotate90 forwards;
  animation: 0.3s rotate90 forwards;
}
.tabContainer {
  margin-top: 8rem;
}
@media screen and (max-width: 48em) {
  .tabContainer {
    margin-top: 5rem;
  }
}
.tabContainer .tabBtnList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 48em) {
  .tabContainer .tabBtnList {
    gap: 1.5rem;
    padding-bottom: 4rem;
  }
}
.tabContainer .tabBtnList:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5rem;
  content: "";
  background: #285fa8;
  border-radius: 1rem;
}
@media screen and (max-width: 48em) {
  .tabContainer .tabBtnList:after {
    height: 0.3rem;
  }
}
.tabContainer .tabBtnList button {
  min-width: 24rem;
  padding: 0.4em 1em;
  font-weight: 700;
  color: #285fa8;
  text-align: center;
  cursor: pointer;
  border: 0.3rem solid #285fa8;
  border-radius: 99rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 48em) {
  .tabContainer .tabBtnList button {
    min-width: 15rem;
    padding: 0.4em 0.8em;
    font-size: 1.4rem;
    border-width: 0.2rem;
  }
}
.tabContainer .tabBtnList button[aria-selected="true"] {
  position: relative;
  color: #fff;
  pointer-events: none;
  background: #285fa8;
}
.tabContainer .tabBtnList button[aria-selected="true"]:before {
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 1rem);
  display: block;
  width: 2rem;
  aspect-ratio: 20/24;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.286%22%20height%3D%2224.143%22%20viewBox%3D%220%200%2021.286%2024.143%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2143%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202143%22%20transform%3D%22translate(-108%20-38.857)%22%3E%20%3Cg%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_16%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2016%22%20transform%3D%22translate(126.286%2060)%20rotate(180)%22%20fill%3D%22%23285fa8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%20%3Cpath%20d%3D%22M%2017.5452880859375%2019.64251708984375%20L%2015.28571796417236%2019.64251708984375%20L%20-1.971588062588125e-06%2019.64251708984375%20L%20-2.25957202911377%2019.64251708984375%20L%20-1.382351994514465%2017.56017684936523%20L%206.260508060455322%20-0.5823433399200439%20L%207.642858028411865%20-3.863733291625977%20L%209.025208473205566%20-0.5823433399200439%20L%2016.66806793212891%2017.56017684936523%20L%2017.5452880859375%2019.64251708984375%20Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%207.642858028411865%20-3.814697265625e-06%20L%20-1.9073486328125e-06%2018.14251708984375%20L%2015.28571796417236%2018.14251708984375%20L%207.642858028411865%20-3.814697265625e-06%20M%207.642858028411865%20-3.000003814697266%20C%208.849687576293945%20-3.000003814697266%209.939027786254883%20-2.276853561401367%2010.40754795074463%20-1.164684295654297%20L%2018.05040740966797%2016.97783660888672%20C%2018.44062805175781%2017.90413665771484%2018.34103775024414%2018.96431732177734%2017.78511810302734%2019.80172729492188%20C%2017.22920799255371%2020.63914680480957%2016.29085731506348%2021.14251708984375%2015.28571796417236%2021.14251708984375%20L%20-1.9073486328125e-06%2021.14251708984375%20C%20-1.005141258239746%2021.14251708984375%20-1.94349193572998%2020.63914680480957%20-2.499402046203613%2019.80172729492188%20C%20-3.05532169342041%2018.96431732177734%20-3.154911994934082%2017.90413665771484%20-2.764691352844238%2016.97783660888672%20L%204.878168106079102%20-1.164684295654297%20C%205.346688270568848%20-2.276853561401367%206.436028480529785%20-3.000003814697266%207.642858028411865%20-3.000003814697266%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23285fa8%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    center top/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .tabContainer .tabBtnList button[aria-selected="true"]:before {
    left: calc(50% - 0.8rem);
    width: 1.6rem;
  }
}
@media (hover: hover) {
  .tabContainer .tabBtnList button:hover {
    background-color: #c9deff;
  }
}
.tabContainer .tabBtnList button:focus-visible {
  background-color: #c9deff;
}
.tabContainer .tabContents li {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabContainer .tabContents li:not([hidden]) {
  display: block;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translateZ(0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s top,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top,
    0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s left,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left,
    0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s right,
    0.2s -webkit-transform;
  transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right,
    0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #0000001a;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #00000080;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.workSwiperContainer {
  position: relative;
}
@media screen and (max-width: 48em) {
  .workSwiperContainer .container.-wide {
    display: contents;
  }
}
.workSwiperContainer .swiper-button-prev,
.workSwiperContainer .swiper-button-next {
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .workSwiperContainer .swiper-button-prev:hover,
  .workSwiperContainer .swiper-button-next:hover {
    opacity: 0.6;
  }
}
.workSwiperContainer .swiper-button-prev:focus-visible,
.workSwiperContainer .swiper-button-next:focus-visible {
  opacity: 0.6;
}
.workSwiperContainer .swiper-button-prev:after,
.workSwiperContainer .swiper-button-next:after {
  display: block;
  width: min((100vw - 40px) * 45 / 1072, 4.5rem);
  aspect-ratio: 45/76;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244.796%22%20height%3D%2275.703%22%20viewBox%3D%220%200%2044.796%2075.703%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2086%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202086%22%20transform%3D%22translate(3.536%203.536)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2082%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202082%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7944%22%20data-name%3D%22%E3%83%91%E3%82%B9%207944%22%20d%3D%22M431.178%2C34%2C393.453%2C71.725%22%20transform%3D%22translate(-393.453%20-34)%22%20fill%3D%22none%22%20stroke%3D%22%23011557%22%20stroke-width%3D%2210%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7945%22%20data-name%3D%22%E3%83%91%E3%82%B9%207945%22%20d%3D%22M431.178%2C71.725%2C393.453%2C34%22%20transform%3D%22translate(-393.453%20-3.093)%22%20fill%3D%22none%22%20stroke%3D%22%23011557%22%20stroke-width%3D%2210%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .workSwiperContainer .swiper-button-prev:after,
  .workSwiperContainer .swiper-button-next:after {
    width: 2rem;
  }
}
@media screen and (max-width: 48em) {
  .workSwiperContainer .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 48em) {
  .workSwiperContainer .swiper-button-next {
    right: 0;
  }
}
.workSwiperContainer .swiper-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244.796%22%20height%3D%2275.704%22%20viewBox%3D%220%200%2044.796%2075.704%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2085%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202085%22%20transform%3D%22translate(-374.146%20-14.89)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2082%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202082%22%20transform%3D%22translate(377.681%2018.426)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7944%22%20data-name%3D%22%E3%83%91%E3%82%B9%207944%22%20d%3D%22M393.453%2C34l37.725%2C37.725%22%20transform%3D%22translate(-393.453%20-34)%22%20fill%3D%22none%22%20stroke%3D%22%23011557%22%20stroke-width%3D%2210%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7945%22%20data-name%3D%22%E3%83%91%E3%82%B9%207945%22%20d%3D%22M393.453%2C71.725%2C431.178%2C34%22%20transform%3D%22translate(-393.453%20-3.093)%22%20fill%3D%22none%22%20stroke%3D%22%23011557%22%20stroke-width%3D%2210%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.workSwiperContainer .swiper-scrollbar {
  bottom: -5rem;
  width: calc(100% - 8rem);
  max-width: 115rem;
  height: 2rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 48em) {
  .workSwiperContainer .swiper-scrollbar {
    bottom: -3rem;
    width: calc(100% - 6rem);
    height: 1rem;
  }
}
.workSwiperContainer .swiper-scrollbar-drag {
  background-color: #285fa8;
}
.worksSwiper {
  position: relative;
  padding: 0 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .worksSwiper {
    padding: 0 3rem;
  }
}
.worksSwiper_slide {
  height: auto;
  padding-bottom: 2.8rem;
  overflow: hidden;
  background: #fff;
  border-radius: 2rem;
}
.worksSwiper_pic {
  aspect-ratio: 369/210;
  overflow: hidden;
}
.worksSwiper_pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.worksSwiper_area,
.worksSwiper_txt,
.worksSwiper_info {
  margin-right: 10%;
  margin-left: 10%;
}
@media screen and (max-width: 48em) {
  .worksSwiper_area,
  .worksSwiper_txt,
  .worksSwiper_info {
    margin-right: 5%;
    margin-left: 5%;
  }
}
.worksSwiper_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1.8em;
  margin-top: 1.6rem;
  font-size: min((100vw - 40px) * 16 / 1072, 1.6rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  background: #285fa8;
  border-radius: 999px;
}
@media screen and (max-width: 48em) {
  .worksSwiper_area {
    font-size: 1.4rem;
  }
}
.worksSwiper_txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 48em) {
  .worksSwiper_txt {
    font-size: 1.3rem;
  }
}
.worksSwiper_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}
.worksSwiper_info > dt {
  position: relative;
  width: 36%;
  padding: 0.3em 0;
  font-size: min((100vw - 40px) * 16 / 1072, 1.6rem);
  font-weight: 700;
  color: #285fa8;
  text-align: center;
  letter-spacing: 0.05em;
  background: #c9deff;
}
@media screen and (max-width: 48em) {
  .worksSwiper_info > dt {
    font-size: 1.3rem;
  }
}
.worksSwiper_info > dt:after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 10%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  background: inherit;
}
.worksSwiper_info > dd {
  width: 58%;
  padding-left: 1.5em;
  font-size: min((100vw - 40px) * 14 / 1072, 1.4rem);
  font-weight: 700;
  color: #285fa8;
  border-bottom: 1px dashed #285fa8;
}

.worksSwiper_info > dd > b {
  color: #ec6665;
  font-weight: 700;

}


@media screen and (max-width: 48em) {
  .worksSwiper_info > dd {
    font-size: 1.3rem;
  }
}
.worksSwiper_info > dd.worksSwiper_infoL {
  font-size: min((100vw - 40px) * 18 / 1072, 1.8rem);
}
@media screen and (max-width: 48em) {
  .worksSwiper_info > dd.worksSwiper_infoL {
    font-size: 1.3rem;
  }
}
.worksSwiper_infoStrong {
  font-size: 178%;
  line-height: 1;
}

.worksSwiper_infosales {
  font-size: 178%;
  line-height: 1;
  color: #ec6665
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffffd9;
}
@media screen and (max-width: 78.125em) {
  .header {
    padding: 0.7rem 0;
  }
}
.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 78.125em) {
  .header_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    padding-right: 0;
    padding-left: 0;
  }
}
.header_logo {
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min((100vw - 40px) * 240 / 1920, 24rem);
  padding: 2rem;
}
@media screen and (max-width: 78.125em) {
  .header_logo {
    width: 11rem;
    padding: 0;
  }
}
.header_logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header_logo a:hover {
    opacity: 0.6;
  }
}
.header_logo a:focus-visible {
  opacity: 0.6;
}
.gnavContainer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer {
    display: contents;
    max-width: none;
  }
}
.gnavContainer .gnavBtn {
  display: none;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnavBtn {
    position: relative;
    z-index: 11;
    display: block;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
  }
}
@media (hover: hover) {
  .gnavContainer .gnavBtn:hover .gnavBtn_line {
    opacity: 0.5;
  }
}
.gnavContainer .gnavBtn:focus-visible .gnavBtn_line {
  opacity: 0.5;
}
.gnavContainer .gnavBtn_line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 2px;
  background: #001558;
  border-radius: 1px;
  -webkit-transition:
    background-color 0.3s,
    opacity 0.3s;
  transition:
    background-color 0.3s,
    opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gnavContainer .gnavBtn_line:before,
.gnavContainer .gnavBtn_line:after {
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #001558;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s;
  transition:
    transform 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
}
.gnavContainer .gnavBtn_line:after {
  top: -0.4rem;
}
.gnavContainer.-opened .gnavBtn_line {
  background-color: transparent;
}
.gnavContainer.-opened .gnavBtn_line:before,
.gnavContainer.-opened .gnavBtn_line:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnavContainer.-opened .gnavBtn_line:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnavContainer .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100dvh;
    padding-top: 7rem;
    margin-right: 0;
    overflow: auto;
    overscroll-behavior-y: contain;
    background: #fff;
  }
}
.gnavContainer .gnav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: min((100vw - 40px) * 20 / 1920, 2rem);
  padding: min((100vw - 40px) * 28 / 1920, 2.8rem) min((100vw - 40px) * 20 / 1920, 2rem) min((100vw - 40px) * 28 / 1920, 2.8rem) min((100vw - 40px) * 30 / 1920, 3rem);
  background: #c9deff;
  border-radius: 0 0 0 4rem;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnav_sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3rem auto 0;
    background: transparent;
    border-radius: 0;
  }
}
.gnavContainer .gnav_sub:before {
  position: relative;
  top: 5%;
  display: block;
  width: 0.2rem;
  height: 90%;
  content: "";
  background: #001558;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnav_sub:before {
    display: none;
  }
}
.gnavContainer .gnav_tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-size: min((100vw - 40px) * 34 / 1920, 3.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnav_tel {
    width: 30rem;
    height: 7rem;
    font-size: 2.2rem;
    background: #c9deff;
    border-radius: 999px;
  }
}
.gnavContainer .gnav_tel:before {
  display: block;
  width: 1.7em;
  height: 1.7em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2258.066%22%20height%3D%2258.084%22%20viewBox%3D%220%200%2058.066%2058.084%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2138%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202138%22%20transform%3D%22translate(-1548.934%20-74)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7254%22%20data-name%3D%22%E3%83%91%E3%82%B9%207254%22%20d%3D%22M51.324%2C40.786c-.469-.6-8.063-8.195-8.7-8.7-3.13-2.478-5.159%2C1.2-7.178%2C3.147-1.749%2C1.69-3.515%2C3.833-6.432%2C2.373C27.77%2C36.985%2C15.5%2C24.756%2C14.678%2C23.4c-1.7-2.815.282-4.749%2C2.128-6.623%2C1.975-2.007%2C5.847-3.989%2C3.266-7.239C19.568%2C8.9%2C11.784%2C1.12%2C11.25.711A4.289%2C4.289%2C0%2C0%2C0%2C9.864.031C8.138-.332%2C5.3%2C2.562%2C4.068%2C3.844-.24%2C8.331-.8%2C10.818.866%2C16.716%2C4.922%2C31.1%2C22.466%2C48.55%2C37.21%2C51.674c4.452.944%2C6.021.5%2C9.578-2.319.026-.021.1.021.126%2C0%2C.457-.368.848-.811%2C1.277-1.219%2C2.048-1.949%2C5.449-4.392%2C3.134-7.35%22%20transform%3D%22translate(1555.287%2074)%20rotate(7)%22%20fill%3D%22%23011557%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
.gnavContainer .gnav_telMemo {
  display: block;
  padding-top: 0.3em;
  font-size: 47%;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  .gnavContainer .gnav_tel:hover {
    opacity: 0.6;
  }
}
.gnavContainer .gnav_tel:focus-visible {
  opacity: 0.6;
}
.gnavContainer .gnav_form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: min((100vw - 40px) * 16 / 1920, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.12em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnav_form {
    width: 30rem;
    height: 7rem;
    font-size: 1.4rem;
    background: #c9deff;
    border-radius: 999px;
  }
  .gnavContainer .gnav_form br {
    display: none;
  }
}
.gnavContainer .gnav_form:before {
  display: block;
  width: 2.8em;
  height: 2.3em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245.902%22%20height%3D%2237.247%22%20viewBox%3D%220%200%2045.902%2037.247%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1990%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201990%22%20transform%3D%22translate(0)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7870%22%20data-name%3D%22%E3%83%91%E3%82%B9%207870%22%20d%3D%22M38.228%2C101.294l8.028-6.2-8.028-5.458Z%22%20transform%3D%22translate(-27.316%20-64.047)%22%20fill%3D%22%23011557%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7871%22%20data-name%3D%22%E3%83%91%E3%82%B9%207871%22%20d%3D%22M0%2C15.049%2C11.022%2C23.04%2C41.764%2C3.386%2C13.684%2C24.97%2C30.1%2C36.871%2C45.9%2C0Z%22%20fill%3D%22%23011557%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media (hover: hover) {
  .gnavContainer .gnav_form:hover {
    opacity: 0.6;
  }
}
.gnavContainer .gnav_form:focus-visible {
  opacity: 0.6;
}
.gnavContainer .gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3em 5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 3rem 0 2rem;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .gnavContainer .gnavList li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-height: auto;
    margin: 0 auto;
  }
}
.gnavContainer .gnavList a {
  position: relative;
  display: block;
  padding: 0.9em 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnavList a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.7em 0;
  }
}
.gnavContainer .gnavList a:after {
  display: block;
  padding-top: 0.5em;
  font-size: 88%;
  font-weight: 700;
  line-height: 1;
  color: #4e7ab4;
  content: attr(data-en);
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnavList a:after {
    padding-top: 0.2em;
  }
}
.gnavContainer .gnavList a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #285fa8;
  border-radius: 999px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media screen and (max-width: 78.125em) {
  .gnavContainer .gnavList a:before {
    height: 2px;
  }
}
@media (hover: hover) {
  .gnavContainer .gnavList a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.gnavContainer .gnavList a:focus-visible:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main {
  overflow: hidden;
}
.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  font-size: 2.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 999px;
}
@media screen and (max-width: 48em) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn:before {
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #c2a840;
  border-radius: inherit;
}
@media (hover: hover) {
  .btn:hover .btn_txt {
    background-color: #ffdb4d;
    -webkit-transform: translate(0.25em, 0.5em);
    transform: translate(0.25em, 0.5em);
  }
}
.btn:focus-visible .btn_txt {
  background-color: #ffdb4d;
  -webkit-transform: translate(0.25em, 0.5em);
  transform: translate(0.25em, 0.5em);
}
.btn .btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 47rem;
  padding: 0.93em 0.93em 0.93em 2.1em;
  font-weight: 800;
  letter-spacing: 0.05em;
  cursor: pointer;
  background-color: #fc0;
  border-radius: inherit;
  -webkit-transition:
    background-color 0.3s,
    0.3s -webkit-transform;
  transition:
    background-color 0.3s,
    0.3s -webkit-transform;
  transition:
    0.3s transform,
    background-color 0.3s;
  transition:
    0.3s transform,
    background-color 0.3s,
    0.3s -webkit-transform;
}
@media screen and (max-width: 48em) {
  .btn .btn_txt {
    min-width: auto;
    max-width: 36rem;
  }
}
.btn .btn_txt:after {
  display: block;
  width: 0.82em;
  height: 0.82em;
  content: "";
  border-top: 0.6rem solid #001558;
  border-right: 0.6rem solid #001558;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 48em) {
  .btn .btn_txt:after {
    border-width: 0.3rem;
  }
}
.btn.-small {
  margin-top: 9rem;
  font-size: 2.2rem;
}
.btn.-small .btn_txt {
  min-width: 41rem;
}
@media screen and (max-width: 48em) {
  .btn.-small {
    margin-top: 6rem;
    font-size: 1.8rem;
  }
  .btn.-small .btn_txt {
    min-width: auto;
  }
}
.contentsFootBtn {
  margin-top: 10rem;
}
.secTtl {
  position: relative;
  z-index: 1;
  padding: 2em 0;
  font-size: min((100vw - 40px) * 38 / 1072, 3.8rem);
  line-height: 1.5;
  color: var(--ttl-text);
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .secTtl {
    font-size: 1.9rem;
  }
}
.secTtl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 526%;
  font-weight: 700;
  line-height: 1;
  color: var(--ttl-en);
  white-space: nowrap;
  content: attr(data-en);
}
.secTtlStrong {
  text-decoration-line: underline;
  text-decoration-thickness: 0.5rem;
  text-decoration-color: var(--ttl-border);
  text-underline-offset: 0.4em;
}
@media screen and (max-width: 48em) {
  .secTtlStrong {
    text-decoration-thickness: 0.3rem;
  }
}
.secTxt {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .secTxt {
    font-size: 1.6rem;
    text-align: left;
  }
}
.footer {
  padding: 4rem 0;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  background: #001558;
}
.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 78.125em) {
  .footer_contents {
    display: block;
  }
}
.footer_name {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 48em) {
  .footer_name {
    font-size: 1.8rem;
  }
}
.footer_addr {
  margin-top: 0.6em;
  font-size: 1.6rem;
}
@media screen and (max-width: 48em) {
  .footer_addr {
    font-size: 1.4rem;
  }
}
.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 78.125em) {
  .footer_links {
    margin-top: 2rem;
  }
}
.footer_links > li {
  line-height: 1;
}
.footer_links > li + li {
  position: relative;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}
.footer_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .footer_links a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer_links a:hover {
    opacity: 0.6;
  }
}
.footer_links a:focus-visible {
  opacity: 0.6;
}
.footer_copy {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 78.125em) {
  .footer_copy {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 48em) {
  .footer_copy {
    font-size: 1.2rem;
  }
}
.p-top .topSec {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 48em) {
  .p-top .topSec {
    padding: 9rem 0 10rem;
  }
}
.p-top .secTxt {
  margin-top: 1rem;
  font-size: min((100vw - 40px) * 24 / 1072, 2.4rem);
}
@media screen and (max-width: 48em) {
  .p-top .secTxt {
    font-size: 1.6rem;
  }
}
.p-top .secMv {
  padding: 18.7rem 0 5.2rem;
  background: url(../images/mv.webp) center center/cover;
}
@media screen and (max-width: 48em) {
  .p-top .secMv {
    padding: 14rem 0 7rem;
  }
}
.p-top .secMv .container {
  max-width: 124rem;
}
.p-top .secMv_txts {
  padding: 3.8rem 4rem 5rem;
  background: #fffc;
  border-radius: 3rem;
}
@media screen and (max-width: 48em) {
  .p-top .secMv_txts {
    padding: 2rem 2rem 3rem;
    border-radius: 2rem;
  }
}
.p-top .secMv_ttl {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .p-top .secMv_ttl {
    font-size: 2.3rem;
  }
}
.p-top .secMv_ttlEn {
  position: relative;
  top: 0.1em;
  padding-left: 0.07em;
  font-size: 158%;
  line-height: 1;
  letter-spacing: 0;
}
.p-top .secMv_ttlJa {
  font-size: 74%;
}
.p-top .secMv_txt {
  margin-top: 1.4rem;
  font-weight: 700;
  line-height: 1.78;
}
.p-top .secMv_badge {
  margin-top: 2.3rem;
}
.p-top .secMv_badge img {
  display: block;
  width: 100%;
  padding: 0 3.4rem;
}
.p-top .secMv_txts,
.p-top .secMv_badge {
  max-width: 77rem;
}
.p-top .secCatch {
  padding: 9rem 0 10rem;
}
.p-top .secCatch .container {
  max-width: 123.6rem;
}
@media screen and (max-width: 48em) {
  .p-top .secCatch {
    padding: 4.5rem 0 6rem;
  }
}
.p-top .secCatch_txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min((100vw - 40px) * 38 / 1072, 3.8rem);
  font-weight: 700;
  line-height: 2.1;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #c9deff;
  text-underline-offset: 0.4em;
}
@media screen and (max-width: 48em) {
  .p-top .secCatch_txt {
    font-size: 1.8rem;
  }
}
.p-top .secCatch_picList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 7.4rem;
}
@media screen and (max-width: 48em) {
  .p-top .secCatch_picList {
    gap: 1rem 2%;
    margin-top: 5rem;
  }
}
.p-top .secCatch_pic {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 48em) {
  .p-top .secCatch_pic {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 32%;
  }
}
.p-top .secCatch_pic img {
  display: block;
  width: 100%;
}
.p-top .secProblem {
  --ttl-text: #fff;
  --ttl-border: #fff;
  --ttl-en: rgb(255 255 255 / 20%);
  padding-top: 1rem;
  background: #285fa8;
}
.p-top .secProblem .container {
  max-width: 110.3rem;
}
.p-top .secProblem .secTtl:before {
  padding-top: 0.1em;
  font-size: 421%;
}
.p-top .secProblem_pic img {
  display: block;
  width: 100%;
}
.p-top .secSolution {
  padding: 6.9rem 0 17rem;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution {
    padding: 3rem 0 12rem;
  }
}
.p-top .secSolution:before {
  display: block;
  width: 8.7rem;
  aspect-ratio: 87/134;
  margin: 0 auto;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2287.079%22%20height%3D%22133.759%22%20viewBox%3D%220%200%2087.079%20133.759%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2056%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202056%22%20transform%3D%22translate(-1482.883%20-2297)%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_13%22%20data-name%3D%22%E5%90%88%E4%BD%93%2013%22%20d%3D%22M41.887%2C102.251%2C3.358%2C63.722a5%2C5%2C0%2C0%2C1%2C3.535-8.536H23.423V5a5%2C5%2C0%2C0%2C1%2C5-5h34a5%2C5%2C0%2C0%2C1%2C5%2C5V55.186H83.952a5%2C5%2C0%2C0%2C1%2C3.535%2C8.536L48.958%2C102.251a5%2C5%2C0%2C0%2C1-7.071%2C0Z%22%20transform%3D%22translate(1481%202327.043)%22%20fill%3D%22%23285fa8%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3365%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203365%22%20width%3D%2244%22%20height%3D%228%22%20rx%3D%224%22%20transform%3D%22translate(1548%202320)%20rotate(180)%22%20fill%3D%22%23285fa8%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_3366%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%203366%22%20width%3D%2244%22%20height%3D%228%22%20rx%3D%224%22%20transform%3D%22translate(1548%202305)%20rotate(180)%22%20fill%3D%22%23285fa8%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution:before {
    width: 4.2rem;
  }
}
.p-top .secSolution_ttl {
  margin-top: 5.6rem;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution_ttl {
    margin-top: 2.4rem;
  }
}
.p-top .secSolution_ttl img {
  margin: 0 auto;
}
.p-top .secSolution_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 6%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3rem;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }
}
.p-top .secSolution_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution_pic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45%;
    margin: 0 auto;
  }
}
.p-top .secSolution_txts {
  width: 55%;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution_txts {
    width: 100%;
  }
}
.p-top .secSolution_service {
  font-size: min((100vw - 40px) * 38 / 1072, 3.4rem);
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution_service {
    font-size: 2rem;
    text-align: center;
  }
}
.p-top .secSolution_service strong {
  text-decoration-line: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #eff4fa;
}
.p-top .secSolution_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem min((100vw - 40px) * 20 / 1072, 2rem);
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution_cate {
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-top .secSolution_cate > li {
  padding: 0.4rem 0.8em;
  font-size: min((100vw - 40px) * 24 / 1072, 2.4rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.076em;
  background: #285fa8;
  border-radius: 999px;
}
@media screen and (max-width: 48em) {
  .p-top .secSolution_cate > li {
    font-size: 1.4rem;
  }
}
.p-top .secSolution_txt {
  margin-top: 2rem;
  font-weight: normal;
}
.p-top .secServ {
  padding: 4rem 0 17rem;
}
@media screen and (max-width: 48em) {
  .p-top .secServ {
    padding: 3rem 0 12rem;
  }
}
.p-top .secServ_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  gap: 6.9rem 4%;
  margin-top: 5rem;
}
@media screen and (max-width: 48em) {
  .p-top .secServ_list {
    gap: 2rem 3%;
    margin-top: 3rem;
  }
}
.p-top .secServ_list > li {
  position: relative;
  padding: 5rem 2.4rem;
  background: #eff4fa;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-top .secServ_list > li {
    padding: 3rem 2rem;
  }
}
.p-top .secServ_listTtl {
  font-size: min((100vw - 40px) * 38 / 1072, 3.8rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .p-top .secServ_listTtl {
    font-size: 2rem;
  }
}
.p-top .secServ_pic {
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 48em) {
  .p-top .secServ_pic {
    width: 40%;
    margin-top: 1.5rem;
  }
}
.p-top .secServ_pic img {
  margin: 0 auto;
}
.p-top .secServ_txt {
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .p-top .secServ_txt {
    margin-top: 1em;
  }
}
.p-top .secFeature {
  --ttl-en: #fff;
  background: #eff4fa;
}
.p-top .secFeature_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
  gap: 9rem 1.5%;
  margin-top: 11rem;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .p-top .secFeature_list {
    gap: 4rem 3%;
    margin-top: 6rem;
  }
}
.p-top .secFeature_list > li {
  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;
  min-height: 57rem;
  padding: 4rem 0 3rem;
  background: #fff;
  border: 4px solid #285fa8;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-top .secFeature_list > li {
    min-height: auto;
    padding: 2rem 0;
    border: 2px solid #285fa8;
  }
}
.p-top .secFeature_list > li:before {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-size: 10rem;
  font-weight: 700;
  color: #285fa8;
  letter-spacing: -0.05em;
  content: "0" counter(number);
  counter-increment: number;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 48em) {
  .p-top .secFeature_list > li:before {
    font-size: 7rem;
  }
}
.p-top .secFeature_listTtl {
  padding: 0.5em;
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .p-top .secFeature_listTtl {
    padding: 0 1em;
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.p-top .secFeature_pic {
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .p-top .secFeature_pic {
    width: 60%;
  }
}
.p-top .secFeature_txt {
  padding: 0 2.4rem 0.3rem;
  margin-top: 1.7rem;
  font-weight: normal;
}
@media screen and (max-width: 48em) {
  .p-top .secFeature_txt {
    padding: 0 2rem 0.3rem;
    margin-top: 1rem;
  }
}
.p-top .secFeature_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 4rem 0 auto;
}
@media screen and (max-width: 48em) {
  .p-top .secFeature_link {
    margin-right: 2.3rem;
  }
}
.p-top .secFeature_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top .secFeature_link a:after {
  position: relative;
  top: 0.2rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border-top: 3px solid #001558;
  border-right: 3px solid #001558;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) {
  .p-top .secFeature_link a:hover {
    opacity: 0.6;
  }
}
.p-top .secFeature_link a:focus-visible {
  opacity: 0.6;
}
.p-top .secWorks {
  --ttl-en: rgb(255 255 255/ 50%);
  background: #d9e8ff;
}
.p-top .secArea {
  --ttl-en: rgb(255 255 255/ 50%);
  --ttl-text: #fff;
  background: #d9e8ff;
}
.p-top .secArea .secTtl {
  padding: 1.2em 0;
}
.p-top .secArea .secTtl:before {
  top: -1.2em;
}
@media screen and (max-width: 48em) {
  .p-top .secArea .secTtl:before {
    top: -1.8em;
    font-size: 320%;
  }
}
.p-top .secArea .secTtl:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: #285fa8;
  border-radius: 2rem 2rem 0 0;
}
.p-top .secArea_contents {
  padding: 7rem 2rem 6rem;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 48em) {
  .p-top .secArea_contents {
    padding: 3rem 2rem;
  }
}
.p-top .secArea_txt {
  display: block;
  font-size: min((100vw - 40px) * 28 / 1072, 2.8rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .p-top .secArea_txt {
    font-size: 1.6rem;
  }
}
.p-top .secArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}
.p-top .secArea_list > li {
  padding: 0.1em 0.2em 0.2em;
  font-size: min((100vw - 40px) * 28 / 1072, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  background: #285fa8;
}
@media screen and (max-width: 48em) {
  .p-top .secArea_list > li {
    font-size: 1.6rem;
  }
}
.p-top .secArea_memo {
  margin-top: 1em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .p-top .secArea_memo {
    text-align: left;
  }
}
.p-top .secArea_memo:before {
  content: "※";
}
.p-top .secArea_pic {
  margin-top: 6rem;
}
@media screen and (max-width: 48em) {
  .p-top .secArea_pic {
    margin-top: 3rem;
  }
}
.p-top .secArea_pic img {
  margin: 0 auto;
}
.p-top .secVoice {
  --ttl-text: #fff;
  --ttl-en: rgb(201 222 255/ 30%);
  background: #285fa8;
}
.p-top .secVoice_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  gap: 7rem 7%;
  margin-top: 6rem;
}
@media screen and (max-width: 48em) {
  .p-top .secVoice_list {
    gap: 2rem 3%;
    margin-top: 4rem;
  }
}
.p-top .secVoice_list > li {
  padding: 3.5rem 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-top .secVoice_list > li {
    padding: 2rem;
  }
}
.p-top .secVoice_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 48em) {
  .p-top .secVoice_head {
    gap: 6%;
  }
}
.p-top .secVoice_pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 28%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.p-top .secVoice_pic img {
  display: block;
  width: 100%;
}
.p-top .secVoice_listTtl {
  font-size: min((100vw - 40px) * 24 / 1072, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.076em;
}
@media screen and (max-width: 48em) {
  .p-top .secVoice_listTtl {
    font-size: 1.8rem;
  }
}
.p-top .secVoice_txt {
  margin-top: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 48em) {
  .p-top .secVoice_txt {
    margin-top: 1.8rem;
  }
}
.p-top .secVoice_name {
  margin-top: 0.7em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .p-top .secVoice_name {
    font-size: 1.6rem;
  }
}
.p-top .secHowTo {
  --ttl-border: #285fa8;
  --ttl-en: #fff;
  background: #eff4fa;
}
.p-top .secHowTo_stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 19rem;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_stepList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9rem;
    margin-top: 8rem;
  }
}
.p-top .secHowTo_stepList > li {
  position: relative;
  width: 27%;
  padding: 8rem 3rem 6rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_stepList > li {
    width: 100%;
    padding: 4rem 2rem 3rem;
  }
}
.p-top .secHowTo_stepList > li:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45%;
  aspect-ratio: 1;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#285fa8), to(#769cd2));
  background: linear-gradient(90deg, #285fa8, #769cd2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_stepList > li:before {
    width: 8rem;
  }
}
.p-top .secHowTo_stepList > li:after {
  position: absolute;
  top: -2.3rem;
  left: 114%;
  display: block;
  width: min((100vw - 40px) * 33 / 1072, 3.3rem);
  aspect-ratio: 33/60;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  background: #285fa8;
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_stepList > li:after {
    top: 110%;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 1.6rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.p-top .secHowTo_stepList > li:last-child:after {
  display: none;
}
.p-top .secHowTo_step:before,
.p-top .secHowTo_step:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.p-top .secHowTo_step:before {
  font-size: min((100vw - 40px) * 32 / 1072, 3.2rem);
  content: "STEP";
  -webkit-transform: translate(-50%, -130%);
  transform: translate(-50%, -130%);
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_step:before {
    top: -0.3rem;
    font-size: 1.9rem;
  }
}
.p-top .secHowTo_step:after {
  font-size: min((100vw - 40px) * 60 / 1072, 6rem);
  letter-spacing: -0.05em;
  content: "0" counter(number);
  counter-increment: number;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_step:after {
    font-size: 3.7rem;
  }
}
.p-top .secHowTo_stepTtl {
  margin-top: 0.5em;
  font-size: min((100vw - 40px) * 32 / 1072, 3.2rem);
  font-weight: 700;
  color: #285fa8;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_stepTtl {
    font-size: 2rem;
  }
}
.p-top .secHowTo_stepTxt {
  margin-top: 1em;
}
@media screen and (max-width: 48em) {
  .p-top .secHowTo_stepTxt {
    margin-top: 0.6rem;
  }
}
.p-top .secFaq .secTtl:before {
  font-size: 632%;
}
.p-top .secFaq_list {
  margin-top: 14rem;
}
@media screen and (max-width: 48em) {
  .p-top .secFaq_list {
    margin-top: 7rem;
  }
}
.p-top .secFaq_list > li + li {
  margin-top: 2rem;
}
.p-top .secContact {
  --ttl-en: #fff;
  background: #eff4fa;
}
.p-top .secContact .secTxt {
  text-align: center;
}
.p-top .secContact_tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 66.4rem;
  padding: 5rem 2rem;
  margin: 5rem auto 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .p-top .secContact_tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4rem 3rem;
    margin-top: 3rem;
    font-size: 3rem;
  }
}
.p-top .secContact_tel:before {
  display: block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2258.066%22%20height%3D%2258.084%22%20viewBox%3D%220%200%2058.066%2058.084%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2138%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202138%22%20transform%3D%22translate(-1548.934%20-74)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7254%22%20data-name%3D%22%E3%83%91%E3%82%B9%207254%22%20d%3D%22M51.324%2C40.786c-.469-.6-8.063-8.195-8.7-8.7-3.13-2.478-5.159%2C1.2-7.178%2C3.147-1.749%2C1.69-3.515%2C3.833-6.432%2C2.373C27.77%2C36.985%2C15.5%2C24.756%2C14.678%2C23.4c-1.7-2.815.282-4.749%2C2.128-6.623%2C1.975-2.007%2C5.847-3.989%2C3.266-7.239C19.568%2C8.9%2C11.784%2C1.12%2C11.25.711A4.289%2C4.289%2C0%2C0%2C0%2C9.864.031C8.138-.332%2C5.3%2C2.562%2C4.068%2C3.844-.24%2C8.331-.8%2C10.818.866%2C16.716%2C4.922%2C31.1%2C22.466%2C48.55%2C37.21%2C51.674c4.452.944%2C6.021.5%2C9.578-2.319.026-.021.1.021.126%2C0%2C.457-.368.848-.811%2C1.277-1.219%2C2.048-1.949%2C5.449-4.392%2C3.134-7.35%22%20transform%3D%22translate(1555.287%2074)%20rotate(7)%22%20fill%3D%22%23011557%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E")
    center center/contain no-repeat;
}
.p-top .secContact_telMemo {
  display: block;
  padding-top: 0.3em;
  font-size: 50%;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  .p-top .secContact_tel:hover {
    opacity: 0.6;
  }
}
.p-top .secContact_tel:focus-visible {
  opacity: 0.6;
}
.p-top .secContact_form {
  max-width: 66.4rem;
  padding: 5rem;
  margin: 7rem auto 0;
  background: #fff;
  border-radius: 2rem;
}
.breadcrumb {
  font-size: 1.6rem;
  font-weight: 700;
  list-style-type: none;
}
@media screen and (max-width: 48em) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}
.breadcrumb_item {
  display: inline-block;
}
.breadcrumb_item a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .breadcrumb_item a:hover {
    opacity: 0.6;
  }
}
.breadcrumb_item a:focus-visible {
  opacity: 0.6;
}
.breadcrumb_item + .breadcrumb_item {
  margin-left: 1em;
}
.breadcrumb_item + .breadcrumb_item:before {
  margin-right: 0.9em;
  content: ">";
}
.lowerSec {
  padding: 12rem 0 14rem;
}
@media screen and (max-width: 48em) {
  .lowerSec {
    padding: 6rem 0 7rem;
  }
}
.lowerPage .main {
  padding-top: 16rem;
}
@media screen and (max-width: 48em) {
  .lowerPage .main {
    padding-top: 9rem;
  }
}
.lowerPage .secTtl:before {
  font-size: 474%;
}
.p-feature {
  background: #eff4fa;
  --ttl-en: #fff;
}
.p-feature .featureList {
  margin-top: 9rem;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .p-feature .featureList {
    margin-top: 1rem;
  }
}
.p-feature .featureList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 7rem;
}
@media screen and (max-width: 48em) {
  .p-feature .featureList > li {
    -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;
    padding-top: 4rem;
  }
}
.p-feature .featureList > li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 48em) {
  .p-feature .featureList > li:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-feature .featureList_pic {
  width: 49%;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-feature .featureList_pic {
    width: 100%;
  }
}
.p-feature .featureList_pic img {
  display: block;
  width: 100%;
}
.p-feature .featureList_txts {
  width: 47%;
}
@media screen and (max-width: 48em) {
  .p-feature .featureList_txts {
    display: contents;
  }
}
.p-feature .featureList_txts:before {
  display: block;
  padding-bottom: 0.2em;
  font-size: min((100vw - 40px) * 80 / 1072, 8rem);
  font-weight: 700;
  line-height: 1;
  color: #285fa8;
  letter-spacing: -0.05em;
  content: "0" counter(number);
  counter-increment: number;
}
@media screen and (max-width: 48em) {
  .p-feature .featureList_txts:before {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 0.1em;
    font-size: 6rem;
  }
}
.p-feature .featureList_ttl {
  font-size: min((100vw - 40px) * 28 / 1072, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .p-feature .featureList_ttl {
    margin-top: 1em;
    font-size: 2rem;
  }
}
.p-feature .featureList_txt {
  margin-top: 1em;
}
.p-service .secPrices {
  padding-bottom: 0;
}
.p-service .secPrices_charge {
  max-width: 76rem;
  padding-bottom: 6rem;
  margin: 10rem auto 0;
  overflow: hidden;
  border: 0.5rem solid #285fa8;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-service .secPrices_charge {
    padding-bottom: 4rem;
    margin-top: 5rem;
    border-width: 0.3rem;
  }
}
.p-service .secPrices_chargeTtl {
  padding: 1.2rem 1em 1.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #285fa8;
}
@media screen and (max-width: 48em) {
  .p-service .secPrices_chargeTtl {
    padding: 1rem 1em 1.3rem;
    font-size: 2rem;
  }
}
.p-service .secPrices_chargeTxt {
  margin-top: 2.4em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .p-service .secPrices_chargeTxt {
    margin-top: 2rem;
  }
}
.p-service .secPrices_chargeTxt strong {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 256%;
  line-height: 1.2;
  text-decoration-line: underline;
  text-decoration-thickness: 1rem;
  text-decoration-color: #c2a840;
  text-underline-offset: 0.2em;
  letter-spacing: 0.05em;
}
.p-service .secPrices_charge .btn {
  margin-top: 4rem;
}
.serviceDetail {
  padding: 0 1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 48em) {
  .serviceDetail {
    margin-top: 4rem;
  }
}
.serviceDetail_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 48em) {
  .serviceDetail_ttl {
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
}
.serviceDetail_ttl:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0.3rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.833%22%20height%3D%223%22%20viewBox%3D%220%200%2020.833%203%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7883%22%20data-name%3D%22%E3%83%91%E3%82%B9%207883%22%20d%3D%22M-8068-11527.651v17.833%22%20transform%3D%22translate(-11508.318%208069.5)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23c9deff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%20stroke-dasharray%3D%2210%22%2F%3E%3C%2Fsvg%3E") left center/contain repeat-x;
}
@media screen and (max-width: 48em) {
  .serviceDetail_ttl:after {
    height: 0.2rem;
  }
}
.serviceDetail_ttlTxt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13.8rem;
  padding: 0.3em 1em;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background: #c9deff;
  border-radius: 999px;
}
@media screen and (max-width: 48em) {
  .serviceDetail_ttlTxt {
    min-width: 12rem;
    font-size: 1.6rem;
  }
}
.serviceDetail + .serviceDetail {
  margin-top: 5rem;
}
@media screen and (max-width: 48em) {
  .serviceDetail + .serviceDetail {
    margin-top: 3rem;
  }
}
.serviceList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  gap: min((100vw - 40px) * 30 / 1072, 3rem);
}
@media screen and (max-width: 48em) {
  .serviceList {
    gap: 1rem;
  }
}
.serviceList_data {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 30% 70%;
  grid-gap: 0;
  overflow: hidden;
  border: 2px solid #c9deff;
  border-radius: 0.9rem;
}
@media screen and (max-width: 48em) {
  .serviceList_data {
    grid-template-columns: 6rem auto;
  }
}
.serviceList_name {
  grid-area: 1/1/2/3;
  padding: 0.4em 1em 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.076em;
  background: #eff4fa;
  border-radius: 0 0 0.9rem 0.9rem;
}
@media screen and (max-width: 48em) {
  .serviceList_name {
    font-size: 1.5rem;
  }
}
.serviceList_pic {
  display: grid;
  grid-area: 2/1/3/2;
  place-items: center;
  align-self: center;
  min-height: 10rem;
}
@media screen and (max-width: 48em) {
  .serviceList_pic {
    min-height: 8rem;
    padding-left: 1.3rem;
  }
}
.serviceList_txt {
  grid-area: 2/2/3/3;
  align-self: center;
  padding: 2rem 2em 3rem 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 48em) {
  .serviceList_txt {
    padding: 2rem 1.3rem 3rem;
    font-size: 1.3rem;
  }
}
.serviceList_badge {
  position: absolute;
  right: 1.5rem;
  bottom: 0.6rem;
  padding: 0.15em 1em;
  font-size: 1.2rem;
  font-weight: bold;
  background: #ffcece;
  border-radius: 999px;
}
@media screen and (max-width: 48em) {
  .serviceList_badge {
    font-size: 1.1rem;
  }
}
.serviceList_badge.-color02 {
  background: #ffe6ce;
}
.serviceList_badge.-color03 {
  background: #dadcf7;
}
.p-company .mission {
  padding: min((100vw - 40px) * 147 / 1072, 14.7rem) 0 min((100vw - 40px) * 220 / 1072, 22rem);
}
@media screen and (max-width: 48em) {
  .p-company .mission {
    padding: 10rem 0;
  }
}
.p-company .secMessage {
  background: #eff4fa;
}
.p-company .secMessage .container {
  position: relative;
  z-index: 1;
  max-width: 140rem;
  padding-top: 12rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 48em) {
  .p-company .secMessage .container {
    padding-top: 6rem;
    padding-bottom: 13.3vw;
  }
}
.p-company .secMessage .container:before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  z-index: -1;
  font-family: "Source Sans 3", sans-serif;
  font-size: min((100vw - 40px) * 300 / 1072, 30rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  content: "MESSAGE";
  -webkit-transform: translate(0, 0.2em);
  transform: translateY(0.2em);
}
@media screen and (max-width: 48em) {
  .p-company .secMessage .container:before {
    left: 0;
    font-size: 22.7vw;
  }
}
.p-company .secMessage_container {
  max-width: 120rem;
  margin: 0 0 0 auto;
}
.p-company .secMessage_contents {
  position: relative;
  z-index: 1;
  width: 73%;
  padding: 5.5rem 3.6% 5rem 6%;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-company .secMessage_contents {
    width: 90%;
    padding: 3rem 4%;
  }
}
.p-company .secMessage_ttl {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .p-company .secMessage_ttl {
    font-size: 2.2rem;
  }
}
.p-company .secMessage_catch {
  margin-top: 1.5em;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .p-company .secMessage_catch {
    font-size: 1.8rem;
  }
}
.p-company .secMessage_txt {
  margin-top: 1.3em;
}
.p-company .secMessage_name {
  margin-top: 0.7em;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 48em) {
  .p-company .secMessage_name {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-company .secMessage_namePost {
  margin-right: 1.7rem;
  font-size: 75%;
}
.p-company .secMessage_pic {
  width: min((100vw - 40px) * 406 / 1072, 40.6rem);
  margin: max((100vw - 40px) * -340 / 1072, -34rem) 0 0 auto;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-company .secMessage_pic {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-top: -7rem;
  }
}
.p-company .secMessage_pic img {
  display: block;
  width: 100%;
}
.p-company .secMember_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  gap: min((100vw - 40px) * 47 / 1072, 4.7rem) min((100vw - 40px) * 90 / 1072, 9rem);
  max-width: 90.6rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 48em) {
  .p-company .secMember_list {
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    gap: 2rem;
    margin-top: 5rem;
  }
}
.p-company .secMember_pic {
  overflow: hidden;
  border-radius: 1rem;
}
.p-company .secMember_pic img {
  display: block;
  width: 100%;
}
.p-company .secMember_name {
  margin-top: 0.1em;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.076em;
}
@media screen and (max-width: 48em) {
  .p-company .secMember_name {
    font-size: 1.8rem;
  }
}
.p-company .secMember_post {
  font-size: 1.6rem;
  font-weight: 700;
  color: #285fa8;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 48em) {
  .p-company .secMember_post {
    font-size: 1.4rem;
  }
}
.p-company .secCompany {
  --ttl-en: #fff;
  background: #eff4fa;
}
.p-company .secCompany_contents {
  padding: 5rem;
  margin-top: 13rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .p-company .secCompany_contents {
    padding: 2rem;
    margin-top: 5rem;
  }
}
.p-company .secCompany_info {
  max-width: 76rem;
  margin: 0 auto;
}
.p-company .secCompany_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-company .secCompany_row:before,
.p-company .secCompany_row:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.3rem;
  content: "";
  background: #eff4fa;
}
.p-company .secCompany_row:after {
  width: 13rem;
  background: #c9deff;
}
@media screen and (max-width: 48em) {
  .p-company .secCompany_row:after {
    width: 9rem;
  }
}
.p-company .secCompany_row > dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13rem;
  padding: 0.9em 0.5em 0.9em 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 48em) {
  .p-company .secCompany_row > dt {
    width: 9rem;
  }
}
.p-company .secCompany_row > dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.9em 1em 0.9em 2.8em;
}
@media screen and (max-width: 48em) {
  .p-company .secCompany_row > dd {
    padding: 0.9em 1em;
  }
}
.secWorks_areaTtl {
  padding: 3rem 0 1rem;
  font-size: min((100vw - 40px) * 34 / 1072, 3.4rem);
  font-weight: bold;
  text-align: center;
}
.secWorks_area + .secWorks_area {
  margin-top: 16rem;
}
@media screen and (max-width: 48em) {
  .secWorks_areaTtl {
    padding: 1rem 0 0;
    font-size: 1.8rem;
  }
  .secWorks_area + .secWorks_area {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 75em) {
    .btn {
        font-size: 2.2rem
    }
    .btn:before {
        top: .7rem;
        left: .7rem
    }
}
@media screen and (hover: hover) and (max-width: 75em) {
    .btn:hover .btn_txt {
        -webkit-transform: translate(.7rem, .7rem);
        transform: translate(.7rem, .7rem)
    }
}
@media screen and (max-width: 75em) {
    .btn:focus-visible .btn_txt {
        -webkit-transform: translate(.7rem, .7rem);
        transform: translate(.7rem, .7rem)
    }
}
.btn .btn_txt {
    position: relative;
    padding: .93em 1.5em .93em 1.3em
}
@media screen and (max-width: 75em) {
    .btn .btn_txt {
        min-width: 34rem
    }
}
@media screen and (max-width: 48em) {
    .btn .btn_txt {
        min-width: 30rem;
        padding: .93em 1em .93em .3em
    }
}
.btn .btn_txt:after {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}
@media screen and (max-width: 75em) {
    .btn .btn_txt:after {
        right: .8em;
        width: .7em;
        height: .7em;
        border-width: .3rem
    }
}
.btn.-color2:before {
    background-color: #4e7ab4
}
.btn.-color2 .btn_txt {
    background-color: #c9deff
}
.formSelectBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10rem
}
@media screen and (max-width: 75em) {
    .formSelectBtns {
        gap: 3rem
    }
}
@media screen and (max-width: 48em) {
    .formSelectBtns {
        display: grid;
        grid-template-columns: 1fr
    }
}
.formSelectTxt {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 .5em;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .05em
}
@media screen and (max-width: 48em) {
    .formSelectTxt {
        font-size: 1.6rem
    }
}
.formSelectTxt:before, .formSelectTxt:after {
    position: absolute;
    top: 5%;
    left: 0;
    display: block;
    width: 1px;
    height: 90%;
    content: "";
    background: #001558;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}
.formSelectTxt:after {
    right: 0;
    left: auto;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg)
}
.formSelectBtnArea .btn {
    margin-top: .5rem
}
.gnav_formLinks .formSelectBtns {
    gap: 1rem;
    margin-top: 0
}
@media screen and (max-width: 78.125em) {
    .gnav_formLinks .formSelectBtns {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 2rem 0 3rem
    }
}
.gnav_formLinks .formSelectTxt {
    font-size: 1.3rem
}
@media screen and (max-width: 78.125em) {
    .gnav_formLinks .formSelectTxt {
        font-size: 1.6rem
    }
}
.gnav_formLinks .btn {
    margin-top: .2em;
    font-size: 1.6rem
}
@media screen and (max-width: 78.125em) {
    .gnav_formLinks .btn {
        width: 30rem;
        font-size: 1.6rem
    }
}
.gnav_formLinks .btn:before {
    top: .5rem;
    left: .5rem
}
.gnav_formLinks .btn .btn_txt {
    min-width: unset;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: inherit
}
@media screen and (max-width: 78.125em) {
    .gnav_formLinks .btn .btn_txt {
        width: 30rem;
        height: 7rem;
        font-size: 2rem
    }
}
.gnav_formLinks .btn .btn_txt:after {
    right: .6em;
    width: .5em;
    height: .5em;
    border-width: .2rem
}
@media (hover: hover) {
    .gnav_formLinks .btn:hover .btn_txt {
        -webkit-transform: translate(.5rem, .5rem);
        transform: translate(.5rem, .5rem)
    }
}
.gnav_formLinks .btn:focus-visible .btn_txt {
    -webkit-transform: translate(.5rem, .5rem);
    transform: translate(.5rem, .5rem)
}
.gnavContainer .gnav_sub {
    padding: 1.5rem min((100vw - 40px) * 15 / 1920, 1.5rem) 1.5rem min((100vw - 40px) * 20 / 1920, 2rem);
    background-color: transparent
}
.spFixedBtns {
    display: none
}
@media screen and (max-width: 78.125em) {
    .spFixedBtns {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        background-color: #ffffffd9
    }
}
.spFixedBtns .formSelectBtns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem 1rem 1.5rem;
    margin-top: 0
}
.spFixedBtns .formSelectBtns .formSelectTxt {
    font-size: 1.2rem
}
@media screen and (max-width: 48em) {
    .spFixedBtns .formSelectBtns .formSelectTxt {
        font-size: 1rem
    }
}
.spFixedBtns .formSelectBtns .btn {
    width: 100%;
    font-size: 1.5rem
}
@media screen and (max-width: 48em) {
    .spFixedBtns .formSelectBtns .btn {
        font-size: 1.3rem
    }
}
.spFixedBtns .formSelectBtns .btn_txt {
    width: 100%;
    min-width: 16rem
}
.spFixedBtns .formSelectBtns .btn_txt:after {
    border-width: .3rem
}
.p-top .secMv .formSelectBtns {
    gap: 3rem;
    margin-top: 3rem
}
.p-top .secMv .formSelectBtns .formSelectTxt {
    font-size: 1.7rem
}
.p-top .secMv .formSelectBtns .btn {
    font-size: 2rem
}
.p-top .secMv .formSelectBtns .btn_txt {
    min-width: 32rem
}
.p-service .secPrices_charge .formSelectBtns {
    gap: 2rem;
    margin-top: 4rem
}
@media screen and (max-width: 48em) {
    .p-service .secPrices_charge .formSelectBtns {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 0 1rem
    }
}
.p-service .secPrices_charge .formSelectBtns .btn {
    margin-top: .5rem;
    font-size: 1.8rem
}
@media screen and (max-width: 48em) {
    .p-service .secPrices_charge .formSelectBtns .btn {
        width: 100%;
        font-size: 1.5rem
    }
}
@media screen and (max-width: 30.625em) {
    .p-service .secPrices_charge .formSelectBtns .btn {
        font-size: 1.2rem
    }
}
.p-service .secPrices_charge .formSelectBtns .btn .btn_txt {
    min-width: 30rem
}
@media screen and (max-width: 48em) {
    .p-service .secPrices_charge .formSelectBtns .btn .btn_txt {
        width: 100%;
        min-width: auto
    }
}
.p-service .secPrices_charge .formSelectBtns .formSelectTxt {
    font-size: 1.6rem
}
@media screen and (max-width: 48em) {
    .p-service .secPrices_charge .formSelectBtns .formSelectTxt {
        font-size: 1.2rem
    }
}
@media screen and (max-width: 30.625em) {
    .p-service .secPrices_charge .formSelectBtns .formSelectTxt {
        font-size: 1rem;
        letter-spacing: -.05em
    }
}