@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'; /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}
button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='number'] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
body {
  min-width: 1280px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #23324b;
  letter-spacing: 0.04em;
  background-color: #ecf2f8;
}
@media screen and (width <= 768px) {
  body {
    min-width: unset;
    margin-top: calc(100vw * 20 / 375);
    font-size: calc(100vw * 16 / 375);
  }
}
body * {
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (resolution >= 2dppx) {
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body *:focus {
  outline: none;
}
body ::selection {
  color: #fff;
  background-color: #353538;
}
img {
  max-width: 100%;
}
@media screen and (width >= 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (width <= 768px) {
  .sp-none {
    display: none !important;
  }
}
.displayContents {
  display: contents;
}
.u-opacity-0 {
  opacity: 0;
}
.u-auto-alpha {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.u-scroll--fadeIn {
  transition: opacity 0.6s, transform 0.6s;
}
.u-scroll--fadeIn:not(.is-active) {
  opacity: 0;
  transform: translateY(40px);
}
.u-scroll--fadeInBlur {
  transition: opacity 0.6s, transform 0.6s, filter 0.6s;
}
.u-scroll--fadeInBlur:not(.is-active) {
  filter: blur(8px);
  opacity: 0;
  transform: translateY(40px);
}
.u-scroll--clipInRight {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.4s;
}
.u-scroll--clipInRight:not(.is-active) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.u-text-body {
  color: #fff;
}
.u-text-text {
  color: #23324b;
}
.u-text-blue {
  color: #235587;
}
.u-text-lightblue {
  color: #3c87c8;
}
.u-text-yellow {
  color: #ffeb28;
}
.u-text-bg {
  color: #f2fafb;
}
.l-header {
  background-color: #ecf2f8;
  transition: 0.3s;
}
.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.l-header.is_hidden {
  opacity: 0;
  transform: translateY(-100%);
}
.l-header .c-container {
  padding-right: 35px;
  margin-inline: unset;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-container {
    padding-right: calc(100vw * 35 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .c-container {
    padding-right: unset;
  }
}
.l-header .l-header__frame {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 #fff;
  transition: 0.4s;
  transform: translate(-50%, -50%);
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .l-header .l-header__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.l-header .l-header__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__contents {
    gap: calc(100vw * 20 / 1440);
  }
}
.l-header .l-header__logo {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__logo {
    gap: calc(100vw * 25 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .l-header__logo {
    gap: 4vw;
  }
}
.l-header .l-header__logo-main {
  display: flex;
  align-items: center;
  max-width: 100px;
  height: 120px;
  background-color: #21355a;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__logo-main {
    max-width: calc(100vw * 100 / 1440);
    height: calc(100vw * 120 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .l-header__logo-main {
    width: calc(100vw * 66 / 375);
    height: calc(100vw * 80 / 375);
  }
}
.l-header .l-header__logo-main img {
  width: 100%;
}
.l-header .l-header__logo-sub {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__logo-sub {
    gap: calc(100vw * 12 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .l-header__logo-sub {
    gap: 3.2vw;
  }
}
.l-header .l-header__logo-sub img {
  max-width: 165px;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__logo-sub img {
    max-width: calc(100vw * 165 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .l-header__logo-sub img {
    width: calc(100vw * 110 / 375);
  }
}
.l-header .l-header__logo-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #39608e;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__logo-caption {
    font-size: calc(100vw * 13 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .l-header__logo-caption {
    font-size: 3.2vw;
  }
}
.l-header .l-header__nav {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__nav {
    gap: calc(100vw * 25 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .l-header__nav {
    display: none;
  }
}
.l-header .l-header__nav[data-menu]:not(.is_active) {
  display: none;
}
.l-header .l-header__nav-link {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .l-header__nav-link {
    font-size: calc(100vw * 17 / 1440);
  }
}
.l-header a.l-header__nav-link {
  color: #23324b;
}
.l-header .l-header__buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .l-header .l-header__buttons {
    display: none;
    gap: unset;
    height: calc(100vw * 50 / 375);
  }
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-button {
    min-width: calc(100vw * 178 / 1440);
    min-height: calc(100vw * 58 / 1440);
    padding: calc(100vw * 4 / 1440) calc(100vw * 12 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .c-button {
    flex-grow: 1;
    min-width: 24vw;
    min-height: calc(100vw * 50 / 375);
    padding: 3.2vw calc(100vw * 4 / 375);
    border: unset;
    border-radius: unset;
    box-shadow: unset;
  }
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-button .c-button__main {
    font-size: 1.25vw;
  }
}
@media screen and (width <= 768px) {
  .l-header .c-button .c-button__main {
    font-size: calc(100vw * 13 / 375);
    font-weight: 600;
    line-height: 1;
  }
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-cta-button {
    min-width: calc(100vw * 178 / 1440);
    min-height: calc(100vw * 58 / 1440);
    padding: calc(100vw * 4 / 1440) calc(100vw * 20 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .c-cta-button {
    min-width: unset;
    min-height: calc(100vw * 50 / 375);
    padding: calc(100vw * 10 / 375);
    border-radius: unset;
    box-shadow: unset;
  }
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-cta-button .c-cta-button__label {
    font-size: calc(100vw * 20 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .c-cta-button .c-cta-button__label {
    font-size: 4vw;
  }
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-cta-button .c-cta-button__emphasis {
    font-size: calc(100vw * 46 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .c-cta-button .c-cta-button__emphasis {
    font-size: calc(100vw * 28 / 375);
  }
}
@media screen and (width <= 768px) {
  .l-header .c-cta-button .c-cta-button__main {
    font-size: 4vw;
  }
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-cta-button .c-cta-button__icon {
    width: calc(100vw * 40 / 1440);
    height: calc(100vw * 40 / 1440);
  }
}
@media screen and (width <= 768px) {
  .l-header .c-cta-button .c-cta-button__icon {
    display: none;
  }
}
@media screen and (width >= 769px) and (width <= 1279px) {
  .l-header .c-cta-button .c-cta-button__icon:before {
    width: calc(100vw * 20 / 1440);
    height: calc(100vw * 20 / 1440);
  }
}
.c-menu-button {
  position: fixed;
  top: 6px;
  right: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 6px #000f280f;
  transition: 0.4s;
}
.c-menu-button:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  border: solid 1px currentcolor;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-menu-button {
    top: 1.6vw;
    right: calc(100vw * 10 / 375);
    gap: calc(100vw * 8 / 375);
    width: calc(100vw * 70 / 375);
    height: calc(100vw * 70 / 375);
  }
}
.c-menu-button .c-menu-button__icon {
  position: relative;
  z-index: 0;
  width: 26px;
  height: 18px;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-menu-button .c-menu-button__icon {
    width: calc(100vw * 26 / 375);
    height: 4.8vw;
  }
}
.c-menu-button .c-menu-button__icon span {
  position: absolute;
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 2px;
  background-color: currentcolor;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-menu-button .c-menu-button__icon span {
    width: calc(100vw * 26 / 375);
    height: calc(100vw * 2 / 375);
  }
}
.c-menu-button .c-menu-button__icon span:nth-child(1) {
  top: 0;
}
.c-menu-button .c-menu-button__icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.c-menu-button .c-menu-button__icon span:nth-child(3) {
  top: calc(100% - 2px);
}
.c-menu-button.is_open .c-menu-button__icon {
  transform: rotate(135deg);
}
.c-menu-button.is_open .c-menu-button__icon span:nth-child(1) {
  top: 50%;
  transform: rotate(90deg);
}
.c-menu-button.is_open .c-menu-button__icon span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.c-menu-button.is_open .c-menu-button__icon span:nth-child(3) {
  top: 50%;
  bottom: 0;
}
.c-menu-button .c-menu-button__menu-label {
  display: grid;
  grid-template-rows: 1fr;
  height: 13px;
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .c-menu-button .c-menu-button__menu-label {
    height: calc(100vw * 13 / 375);
  }
}
.c-menu-button .c-menu-button__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #09215b;
  text-transform: uppercase;
  transition: 0.4s;
}
@media screen and (width <= 768px) {
  .c-menu-button .c-menu-button__label {
    font-size: calc(100vw * 13 / 375);
  }
}
.c-menu-button.is_open .c-menu-button__label {
  transform: translateY(-100%);
}
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.l-drawer:not(.is_open) {
  pointer-events: none;
  opacity: 0;
}
.l-drawer .l-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.l-drawer.is_open .l-drawer__overlay {
  opacity: 1;
  transition: 0.2s 0.2s;
}
.l-drawer .l-drawer__container {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #1e2e51e6;
  transition: transform 0.4s linear;
}
.l-drawer.is_open .l-drawer__container {
  opacity: 1;
}
.l-drawer .l-drawer__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 100%;
  padding: 110px 0;
  overflow-y: scroll;
}
.l-drawer .l-drawer__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__inner {
    gap: calc(100vw * 50 / 375);
    padding: calc(100vw * 110 / 375) 0vw calc(100vw * 80 / 375);
  }
}
.l-drawer .l-drawer__inner[data-menu]:not(.is_active) {
  display: none;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__nav {
    padding: 0 8vw;
  }
}
.l-drawer .l-drawer__buttons {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: calc(100% - 8px);
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__buttons {
    width: calc(100% - 100vw * 8 / 375);
    height: calc(100vw * 70 / 375);
    border-radius: calc(100vw * 8 / 375);
  }
}
.l-drawer .l-drawer__buttons .c-button {
  flex-shrink: 0;
  min-width: 90px;
  min-height: 70px;
  padding: 2px 4px;
  border-radius: unset;
  box-shadow: unset;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__buttons .c-button {
    min-width: 24vw;
    min-height: calc(100vw * 70 / 375);
    padding: calc(100vw * 2 / 375) calc(100vw * 4 / 375);
  }
}
.l-drawer .l-drawer__buttons .c-button__main {
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__buttons .c-button__main {
    font-size: calc(100vw * 13 / 375);
  }
}
.l-drawer .l-drawer__buttons .c-cta-button {
  flex-grow: 1;
  min-height: 70px;
  padding: 2px 4px;
  border-radius: unset;
  box-shadow: unset;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__buttons .c-cta-button {
    min-height: calc(100vw * 70 / 375);
    padding: calc(100vw * 2 / 375) calc(100vw * 4 / 375);
  }
}
.l-drawer .l-drawer__buttons .c-cta-button__main {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__buttons .c-cta-button__main {
    font-size: 4vw;
  }
}
.l-drawer .l-drawer__buttons .c-cta-button__emphasis {
  font-size: 28px;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__buttons .c-cta-button__emphasis {
    font-size: calc(100vw * 28 / 375);
  }
}
.l-drawer .l-drawer__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__nav-link {
    padding: calc(100vw * 20 / 375) 0 4vw;
    font-size: 4.8vw;
  }
}
.l-drawer .l-drawer__text-small {
  font-size: 13px;
}
@media screen and (width <= 768px) {
  .l-drawer .l-drawer__text-small {
    font-size: calc(100vw * 13 / 375);
  }
}
.c-heading .c-heading__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__inner {
    gap: 4vw;
    align-items: center;
    text-align: center;
  }
}
.c-heading--center .c-heading__inner {
  align-items: center;
  text-align: center;
}
.c-heading .c-heading__divider {
  width: 80px;
  height: 2px;
  margin-top: 10px;
  background-color: currentcolor;
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__divider {
    width: calc(100vw * 80 / 375);
    margin-top: calc(100vw * 5 / 375);
  }
}
.c-heading--center .c-heading__divider {
  display: none;
}
.c-heading .c-heading__subtitle {
  letter-spacing: 0.04em;
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__subtitle {
    font-size: 4vw;
    text-align: center;
  }
}
.c-heading .c-heading__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (width <= 768px) {
  .c-heading .c-heading__title {
    font-size: calc(100vw * 32 / 375);
  }
}
.c-heading .c-heading__title .u-text-blue {
  font-weight: 700;
}
.c-container {
  --gap: 40px;
  --margin: 20px;
  display: grid;
  gap: var(--gap);
  margin-inline: max(var(--margin), (100% - 1200px) / 2);
}
@media screen and (width <= 768px) {
  .c-container {
    --gap: 8vw;
    --margin: calc(100vw * 20 / 375);
  }
}
.c-container--split {
  grid-template-columns: 300px 1fr;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-container--split {
    grid-template-columns: 1fr;
  }
}
.c-container--split-reverse {
  grid-template-columns: 1fr 400px;
  align-items: flex-start;
}
@media screen and (width <= 768px) {
  .c-container--split-reverse {
    grid-template-columns: 1fr;
  }
}
.c-container--lg {
  margin-inline: max(var(--margin), (100% - 1440px) / 2);
}
.c-button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-width: 178px;
  min-height: 58px;
  padding: 16px 12px;
  background-color: #235587;
  border: 1px solid #0a3c6e;
  border-radius: 100vmax;
  box-shadow: 2px 2px #0a3c6e;
  transition: 0.4s;
}
.c-button:has(.c-button__icon) {
  padding-right: 60px;
}
@media screen and (width <= 768px) {
  .c-button {
    min-width: 80vw;
    min-height: 16vw;
    padding: calc(100vw * 16 / 375) 3.2vw calc(100vw * 16 / 375) 6.4vw;
  }
}
.c-button--md {
  min-height: 78px;
  padding: 16px 20px;
}
@media screen and (width <= 768px) {
  .c-button--md {
    min-width: calc(100vw * 290 / 375);
    min-height: calc(100vw * 58 / 375);
    padding: calc(100vw * 16 / 375);
  }
}
.c-button:hover {
  background-color: #2172c3;
  border-color: #145aa0;
}
.c-button--lightblue {
  background-color: #3c87c8;
  border: 1px solid #286eb4;
  box-shadow: 2px 2px #286eb4;
}
.c-button--lightblue:hover {
  background-color: #2d9bfa;
  border-color: #0073e1;
}
.c-button--outline {
  background-color: #fff;
  box-shadow: unset;
}
.c-button--outline:hover {
  background-color: #235587;
}
.c-button--outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: unset;
}
.c-button--outline-white:hover {
  background-color: #fff;
}
.c-button .c-button__inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.c-button .c-button__main {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (width <= 768px) {
  .c-button .c-button__main {
    font-size: calc(100vw * 16 / 375);
    text-shadow: calc(100vw * 1 / 375) calc(100vw * 1 / 375) calc(100vw * 4 / 375) rgba(0, 0, 0, 0.2);
  }
}
.c-button--md .c-button__main {
  font-size: 22px;
}
@media screen and (width <= 768px) {
  .c-button--md .c-button__main {
    font-size: calc(100vw * 20 / 375);
  }
}
.c-button--outline .c-button__main {
  color: #235587;
  text-shadow: unset;
}
.c-button--outline:hover .c-button__label {
  color: #fff;
}
.c-button--outline-white .c-button__main {
  text-shadow: unset;
}
.c-button--outline-white:hover .c-button__main {
  color: #235587;
}
.c-button .c-button__icon {
  position: absolute;
  right: 10px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #7d91aa;
  border-radius: 100vmax;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-button .c-button__icon {
    right: calc(100vw * 10 / 375);
    width: calc(100vw * 40 / 375);
    height: calc(100vw * 40 / 375);
  }
}
.c-button .c-button__icon:before {
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.c-button .c-button__icon--arrow:before {
  -webkit-mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
  mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
}
.c-button .c-button__icon--arrow-bottom:before {
  -webkit-mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
  mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
  transform: rotate(90deg);
}
.c-button .c-button__icon--question:before {
  -webkit-mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_question.png);
  mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_question.png);
}
.c-button--outline:hover .c-button__icon {
  background-color: #fff;
}
.c-button--outline:hover .c-button__icon:before {
  background-color: #235587;
}
.c-button--outline-white .c-button__icon {
  background-color: #fff;
}
.c-button--outline-white .c-button__icon:before {
  background-color: #235587;
}
.c-button--outline-white:hover .c-button__icon {
  background-color: #235587;
}
.c-button--outline-white:hover .c-button__icon:before {
  background-color: #fff;
}
.c-cta-button {
  display: inline-flex;
  justify-content: center;
  min-width: 178px;
  min-height: 58px;
  padding: 4px 20px;
  background-color: #f06e3c;
  border: 1px solid #e15028;
  border-radius: 100vmax;
  box-shadow: 2px 2px #e15028;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-cta-button {
    min-width: unset;
    min-height: 16vw;
    padding: calc(100vw * 16 / 375) 3.2vw calc(100vw * 16 / 375) 6.4vw;
    box-shadow: calc(100vw * 2 / 375) calc(100vw * 2 / 375) 0 #e15028;
  }
}
.c-cta-button:hover {
  background-color: #ff5f23;
  border-color: #e63200;
}
.c-cta-button--md {
  min-height: 78px;
  padding: 16px 20px;
}
@media screen and (width <= 768px) {
  .c-cta-button--md {
    min-width: calc(100vw * 290 / 375);
    min-height: calc(100vw * 58 / 375);
    padding: calc(100vw * 10 / 375) calc(100vw * 28 / 375);
  }
}
.c-cta-button--lg {
  min-height: 116px;
  padding: 18px 34px;
  box-shadow: 4px 4px #e15028;
}
@media screen and (width <= 768px) {
  .c-cta-button--lg {
    min-height: calc(100vw * 68 / 375);
    padding: 3.2vw 4.8vw;
    box-shadow: calc(100vw * 4 / 375) calc(100vw * 4 / 375) 0 #e15028;
  }
}
.c-cta-button:has(.c-cta-button__icon) {
  padding-right: 10px;
}
.c-cta-button--lg:has(.c-cta-button__icon) {
  padding-right: 18px;
}
@media screen and (width <= 768px) {
  .c-cta-button--lg:has(.c-cta-button__icon) {
    padding-right: 4vw;
  }
}
.c-cta-button .c-cta-button__inner {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-cta-button .c-cta-button__inner {
    gap: calc(100vw * 8 / 375);
  }
}
.c-cta-button--lg .c-cta-button__inner {
  gap: 10px;
}
@media screen and (width <= 768px) {
  .c-cta-button--lg .c-cta-button__inner {
    gap: calc(100vw * 8 / 375);
  }
}
.c-cta-button .c-cta-button__main {
  display: flex;
  gap: 2px;
  align-items: center;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .c-cta-button .c-cta-button__main {
    gap: calc(100vw * 2 / 375);
  }
}
.c-cta-button .c-cta-button__label {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0;
}
.c-cta-button .c-cta-button__label .u-text-yellow {
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .c-cta-button .c-cta-button__label {
    font-size: calc(100vw * 20 / 375);
  }
}
@media screen and (width <= 768px) {
  .c-cta-button--md .c-cta-button__label {
    font-size: 4.8vw;
  }
}
.c-cta-button--lg .c-cta-button__label {
  font-size: 30px;
}
@media screen and (width <= 768px) {
  .c-cta-button--lg .c-cta-button__label {
    font-size: calc(100vw * 20 / 375);
  }
}
.c-cta-button .c-cta-button__emphasis {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: #ffdc28;
  transition: 0.3s;
}
.c-cta-button .c-cta-button__emphasis--sm {
  font-size: 20px;
}
@media screen and (width <= 768px) {
  .c-cta-button .c-cta-button__emphasis--sm {
    font-size: 4.8vw;
  }
}
.c-cta-button:hover .c-cta-button__icon {
  color: #fff028;
}
@media screen and (width <= 768px) {
  .c-cta-button--md .c-cta-button__emphasis {
    font-size: calc(100vw * 38 / 375);
  }
}
.c-cta-button--lg .c-cta-button__emphasis {
  font-size: 78px;
}
@media screen and (width <= 768px) {
  .c-cta-button--lg .c-cta-button__emphasis {
    font-size: calc(100vw * 42 / 375);
  }
}
.c-cta-button .c-cta-button__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 4px #0003;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-cta-button .c-cta-button__icon {
    width: calc(100vw * 40 / 375);
    height: calc(100vw * 40 / 375);
  }
}
.c-cta-button .c-cta-button__icon:before {
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-color: #f06e3c;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .c-cta-button .c-cta-button__icon:before {
    width: calc(100vw * 20 / 375);
    height: calc(100vw * 20 / 375);
  }
}
.c-cta-button .c-cta-button__icon--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffbe32;
  border-radius: 100vmax;
}
.c-cta-button .c-cta-button__icon--arrow:before {
  -webkit-mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
  mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
}
.c-cta-button:hover .c-cta-button__icon {
  background-color: #fff028;
}
.c-cta-button:hover .c-cta-button__icon:before {
  color: #ff5f23;
}
.c-cta-button--lg .c-cta-button__icon {
  width: 50px;
  height: 50px;
}
@media screen and (width <= 768px) {
  .c-cta-button--lg .c-cta-button__icon {
    width: calc(100vw * 40 / 375);
    height: calc(100vw * 40 / 375);
  }
}
.c-cta-button--lg .c-cta-button__icon:before {
  width: 25px;
  height: 25px;
}
@media screen and (width <= 768px) {
  .c-cta-button--lg .c-cta-button__icon:before {
    width: calc(100vw * 20 / 375);
    height: calc(100vw * 20 / 375);
  }
}
@media screen and (width <= 768px) {
  .c-cta-button--md .c-cta-button__icon {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (width <= 768px) {
  .c-cta-button--md .c-cta-button__icon:before {
    width: 4vw;
    height: 4vw;
  }
}
.c-slider-button {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #235587;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-slider-button {
    width: calc(100vw * 40 / 375);
    height: calc(100vw * 40 / 375);
  }
}
.c-slider-button:before {
  display: block;
  width: 14px;
  height: 20px;
  margin-left: 5px;
  content: '';
  background-color: #fff;
  -webkit-mask-image: url(data:image/svg+xml;base64,\ PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAyMCI+CiAgPHBhdGggZD0iTTE0IDEwLjAwMDFjMC0uMjMyMzktLjExMzgtLjQ2NTM1LS4zNDItLjY0MjYyTDEuOTkxMi4yNjYzNDJjLS40NTU3NC0uMzU1MTIyNy0xLjE5MzY2NC0uMzU1MTIyNy0xLjY0OTM5OSAwLS40NTU3MzUuMzU1MTIyLS40NTU3MzUuOTMwNzA4IDAgMS4yODUyNThMMTEuMTgzOSAxMC4wMDAxLjM0MTgwMiAxOC40NDg2Yy0uNDU1NzM1LjM1NTEtLjQ1NTczNS45MzA3IDAgMS4yODUzLjQ1NTczNS4zNTQ1IDEuMTk0Mzg4LjM1NTEgMS42NDkzOTggMGwxMS42NjY4LTkuMDkxMmMuMjI3NS0uMTc3Mi4zNDItLjQxMDIuMzQyLS42NDI2Ii8+Cjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,\ PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAyMCI+CiAgPHBhdGggZD0iTTE0IDEwLjAwMDFjMC0uMjMyMzktLjExMzgtLjQ2NTM1LS4zNDItLjY0MjYyTDEuOTkxMi4yNjYzNDJjLS40NTU3NC0uMzU1MTIyNy0xLjE5MzY2NC0uMzU1MTIyNy0xLjY0OTM5OSAwLS40NTU3MzUuMzU1MTIyLS40NTU3MzUuOTMwNzA4IDAgMS4yODUyNThMMTEuMTgzOSAxMC4wMDAxLjM0MTgwMiAxOC40NDg2Yy0uNDU1NzM1LjM1NTEtLjQ1NTczNS45MzA3IDAgMS4yODUzLjQ1NTczNS4zNTQ1IDEuMTk0Mzg4LjM1NTEgMS42NDkzOTggMGwxMS42NjY4LTkuMDkxMmMuMjI3NS0uMTc3Mi4zNDItLjQxMDIuMzQyLS42NDI2Ii8+Cjwvc3ZnPg==);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-slider-button:before {
    width: 2.4vw;
    height: calc(100vw * 13 / 375);
    margin-left: 0;
  }
}
.c-slider-button--prev:before {
  margin-right: 5px;
  margin-left: unset;
  transform: scaleX(-1);
}
@media screen and (width <= 768px) {
  .c-slider-button--prev:before {
    margin-right: 0;
  }
}
.c-text-link {
  color: #235587;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
}
.c-text-link:hover {
  color: #2172c3;
}
.c-text-link--white {
  color: #fff;
}
.c-text-link--white:hover {
  color: #ffdc28;
}
.c-cta {
  position: relative;
  z-index: 0;
}
.c-cta .c-container {
  position: relative;
  z-index: 0;
  margin-inline: max(20px, (100% - 1440px) / 2);
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (width <= 768px) {
  .c-cta .c-container {
    position: unset;
    border-radius: unset;
  }
}
.c-cta .c-button {
  min-width: 340px;
}
.c-cta .c-cta__inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 380px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__inner {
    flex-direction: column;
    min-height: unset;
    padding: unset;
    padding: calc(100vw * 40 / 375) 0 calc(100vw * 50 / 375);
  }
}
.c-cta .c-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.c-cta .c-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-cta .c-cta__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__contents {
    flex-direction: column;
    gap: calc(100vw * 28 / 375);
  }
}
.c-cta .c-cta__desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__desc {
    flex-direction: column;
    gap: 3.2vw;
    align-items: center;
  }
}
.c-cta .c-cta__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__title {
    font-size: 6.4vw;
    text-align: center;
  }
}
.c-cta .c-cta__caption {
  line-height: 2.2;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__caption {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.c-cta .c-cta__button {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-cta .c-cta__button {
    gap: calc(100vw * 20 / 375);
  }
}
.c-badge {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #c8d7e6;
}
.c-badge--hash:before {
  color: #235587;
  content: '#';
}
.c-user-badge {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  min-width: 200px;
  padding: 5px 20px 5px 5px;
  background: #ecf2f8;
  border: 1px solid #c8d7e6;
  border-radius: 100px;
}
@media screen and (width <= 768px) {
  .c-user-badge {
    padding: calc(100vw * 5 / 375) calc(100vw * 20 / 375) calc(100vw * 5 / 375) calc(100vw * 5 / 375);
    border: calc(100vw * 1 / 375) solid #c8d7e6;
  }
}
.c-user-badge .c-user-badge__icon {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@media screen and (width <= 768px) {
  .c-user-badge .c-user-badge__icon {
    width: 8vw;
    height: 8vw;
  }
}
.c-user-badge .c-user-badge__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #235587;
  -webkit-mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_user.png);
  mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_user.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-user-badge .c-user-badge__label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-user-badge .c-user-badge__label {
    font-size: calc(100vw * 14 / 375);
    letter-spacing: 40;
  }
}
.c-flow {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  counter-reset: flow;
}
@media screen and (width <= 768px) {
  .c-flow {
    flex-direction: column;
    gap: 8vw;
  }
}
.c-flow:before {
  position: absolute;
  inset: 48px 80px calc(100% - 52px) 80px;
  z-index: -1;
  content: '';
  background-color: #3c87c8;
}
@media screen and (width <= 768px) {
  .c-flow:before {
    inset: calc(100vw * 40 / 375) calc(100% - 100vw * 42 / 375) calc(100vw * 40 / 375) calc(100vw * 38 / 375);
  }
}
@media screen and (width <= 768px) {
  .c-flow--bg {
    gap: calc(100vw * 10 / 375);
  }
}
@media screen and (width <= 768px) {
  .c-flow--bg:before {
    inset: 8vw calc(100% - 100vw * 22 / 375) 8vw 4.8vw;
  }
}
.c-flow .c-flow__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  counter-increment: flow;
}
@media screen and (width <= 768px) {
  .c-flow .c-flow__item {
    flex-direction: row;
    gap: 4vw;
  }
}
@media screen and (width <= 768px) {
  .c-flow--bg .c-flow__item {
    gap: unset;
    align-items: flex-start;
  }
}
.c-flow .c-flow__header {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #3c87c8;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-flow .c-flow__header {
    width: calc(100vw * 80 / 375);
    height: calc(100vw * 80 / 375);
  }
}
.c-flow .c-flow__item:last-child .c-flow__header {
  background-color: #235587;
}
.c-flow .c-flow__label {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-flow .c-flow__label {
    font-size: calc(100vw * 14 / 375);
  }
}
.c-flow .c-flow__number {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-flow .c-flow__number {
    font-size: calc(100vw * 32 / 375);
  }
}
.c-flow .c-flow__number:before {
  content: counter(flow, decimal-leading-zero);
}
.c-flow .c-flow__body {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .c-flow .c-flow__body {
    flex-grow: 1;
    gap: calc(100vw * 16 / 375);
    align-items: flex-start;
  }
}
.c-flow--bg .c-flow__body {
  position: relative;
  z-index: -1;
  gap: 16px;
  height: 100%;
  padding: 40px 30px 30px;
  margin-top: -44px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 6px #000f2800;
}
@media screen and (width <= 768px) {
  .c-flow--bg .c-flow__body {
    gap: calc(100vw * 5 / 375);
    padding: 4vw calc(100vw * 20 / 375) calc(100vw * 20 / 375) calc(100vw * 55 / 375);
    margin-top: calc(100vw * 10 / 375);
    margin-left: calc(100vw * -40 / 375);
    border-radius: calc(100vw * 8 / 375);
    box-shadow: calc(100vw * 1 / 375) calc(100vw * 1 / 375) 1.6vw #000f280f;
  }
}
.c-flow .c-flow__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #235587;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-flow .c-flow__title {
    font-size: calc(100vw * 19 / 375);
    text-align: left;
    letter-spacing: 0;
  }
}
.c-flow .c-flow__lead {
  margin: 0;
}
@media screen and (width <= 768px) {
  .c-flow .c-flow__lead {
    font-size: calc(100vw * 14 / 375);
  }
}
.c-tab .c-tab__label {
  display: flex;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__label {
    gap: 4vw;
  }
}
@media screen and (width <= 768px) {
  .c-tab--sp-vertical .c-tab__label {
    flex-direction: column;
    gap: calc(100vw * 10 / 375);
    padding: calc(100vw * 10 / 375);
    background-color: #fff;
    border-radius: calc(100vw * 8 / 375) calc(100vw * 8 / 375) 0 0;
  }
}
.c-tab .c-tab__label-btn {
  flex-grow: 1;
  min-height: 80px;
  padding: 16px 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #7d91aa;
  border-radius: 12px 12px 0 0;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__label-btn {
    padding: 3.2vw calc(100vw * 20 / 375) 4.8vw;
    font-size: calc(100vw * 22 / 375);
    line-height: 1.3;
  }
}
.c-tab .c-tab__label-btn.is_active {
  background-color: #235587;
}
@media screen and (width <= 768px) {
  .c-tab--sp-vertical .c-tab__label-btn {
    min-height: calc(100vw * 98 / 375);
    padding: calc(100vw * 10 / 375) calc(100vw * 20 / 375);
    border-radius: 1.6vw;
  }
}
.c-tab .c-tab__content {
  position: relative;
  z-index: 0;
  border-top: 4px solid #235587;
  box-shadow: 1px 1px 6px #000f280f;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__content {
    border-top: 0.8vw solid #235587;
    box-shadow: calc(100vw * 1 / 375) calc(100vw * 1 / 375) 1.6vw #000f280f;
  }
}
.c-tab .c-tab__container {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media screen and (width <= 768px) {
  .c-tab .c-tab__container {
    padding: 8vw calc(100vw * 20 / 375);
  }
}
.c-tab .c-tab__container:not(.is_active) {
  position: absolute;
}
@media screen and (width <= 768px) {
  .c-tab--sp-vertical .c-tab__container {
    padding: calc(100vw * 10 / 375);
    border-radius: 0 0 calc(100vw * 8 / 375) calc(100vw * 8 / 375);
  }
}
.c-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-icon {
    width: vw-calc(30, xs);
    height: vw-calc(30, xs);
  }
}
.c-icon:before {
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  background-color: #235587;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (width <= 768px) {
  .c-icon:before {
    width: vw-calc(15, xs);
    height: vw-calc(15, xs);
  }
}
.c-icon--arrow:before {
  -webkit-mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
  mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
}
.c-icon--arrow-bottom:before {
  -webkit-mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
  mask-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/fiebie-icon_arrow.png);
  transform: rotate(90deg);
}
.c-modal {
  display: none;
}
.c-modal .modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #143c6ecc;
}
.c-modal .modal__container {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 20px 22px;
  background-color: #fff;
  border-radius: 28px;
}
@media screen and (width <= 768px) {
  .c-modal .modal__container {
    padding: calc(100vw * 20 / 375) calc(100vw * 10 / 375);
    margin-top: calc(100vw * 20 / 375);
    border-radius: 4.8vw;
  }
}
.c-modal .modal__inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}
@media screen and (width <= 768px) {
  .c-modal .modal__inner {
    max-height: calc(100vh - 32vw);
  }
}
.c-modal .modal__header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.c-modal .modal__title {
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .c-modal .modal__title {
    margin-bottom: 3.2vw;
    font-size: calc(100vw * 22 / 375);
  }
}
.c-modal .modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: grid;
  flex-shrink: 0;
  place-content: center;
  place-items: center;
  width: 100px;
  height: 100px;
  color: #fff;
  cursor: pointer;
  background-color: #3c87c8;
  border: solid 5px currentcolor;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .c-modal .modal__close {
    top: calc(100vw * -10 / 375);
    right: calc(100vw * -10 / 375);
    width: calc(100vw * 50 / 375);
    height: calc(100vw * 50 / 375);
    border-width: calc(100vw * 2.5 / 375);
  }
}
.c-modal .modal__close:before,
.c-modal .modal__close:after {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  content: '';
  background-color: currentcolor;
}
@media screen and (width <= 768px) {
  .c-modal .modal__close:before,
  .c-modal .modal__close:after {
    width: calc(100vw * 20 / 375);
    height: calc(100vw * 1 / 375);
  }
}
.c-modal .modal__close:before {
  transform: rotate(-45deg);
}
.c-modal .modal__close:after {
  transform: rotate(45deg);
}
.c-modal .modal__close:focus-visible {
  outline: none;
}
.c-modal .modal__header .modal__close:before {
  content: '✕';
}
.c-modal .modal__content {
  overflow-y: scroll;
}
@media screen and (width >= 769px) {
  .c-modal .modal__content::-webkit-scrollbar {
    display: initial;
  }
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.p-top-kv {
  margin-top: 162px;
}
@media screen and (width <= 768px) {
  .p-top-kv {
    margin-top: calc(100vw * 100 / 375);
  }
}
.p-top-kv .p-top-kv__inner {
  display: flex;
  padding-left: 78px;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__inner {
    flex-direction: column-reverse;
    gap: calc(100vw * 20 / 375);
    padding-left: calc(100vw * 20 / 375);
  }
}
.p-top-kv .p-top-kv__desc {
  flex-shrink: 0;
  padding-top: 16px;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__desc {
    padding-top: unset;
  }
}
.p-top-kv .p-top-kv__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-top-kv .p-top-kv__title .u-text-blue {
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__title {
    font-size: calc(100vw * 26 / 375);
  }
}
.p-top-kv .p-top-kv__lead {
  margin-top: 14px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__lead {
    margin-top: calc(100vw * 8 / 375);
    font-size: calc(100vw * 20 / 375);
  }
}
.p-top-kv .p-top-kv__text-black {
  font-weight: 900;
}
.p-top-kv .p-top-kv__logos {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 25px;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__logos {
    gap: calc(100vw * 16 / 375);
    padding-right: calc(100vw * 20 / 375);
    margin-top: calc(100vw * 20 / 375);
  }
}
.p-top-kv .p-top-kv__logo-fiebie {
  max-width: 220px;
}
.p-top-kv .p-top-kv__logo-fiebie img {
  width: 100%;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__logo-fiebie {
    max-width: 36.8vw;
  }
}
.p-top-kv .p-top-kv__logo-count {
  max-width: 250px;
}
.p-top-kv .p-top-kv__logo-count img {
  width: 100%;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__logo-count {
    max-width: 48vw;
  }
}
.p-top-kv .p-top-kv__button {
  margin-top: 30px;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__button {
    padding-right: calc(100vw * 20 / 375);
    margin-top: calc(100vw * 20 / 375);
  }
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__button .c-cta-button {
    width: 100%;
  }
}
.p-top-kv .p-top-kv__img {
  flex-grow: 1;
  height: 680px;
  overflow: hidden;
  border-radius: 82px 0 0;
}
@media screen and (width <= 768px) {
  .p-top-kv .p-top-kv__img {
    height: auto;
    border-radius: calc(100vw * 28 / 375) 0 0;
  }
}
.p-top-kv .p-top-kv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-kv-slider {
  margin-top: -80px;
}
@media screen and (width <= 768px) {
  .p-top-kv-slider {
    margin-top: calc(100vw * 32 / 375);
  }
}
.p-top-kv-slider .p-top-kv-slider__slide {
  width: 260px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 1px 6px #000f280f;
}
@media screen and (width <= 768px) {
  .p-top-kv-slider .p-top-kv-slider__slide {
    width: 40vw;
    box-shadow: calc(100vw * 1 / 375) calc(100vw * 1 / 375) 1.6vw #000f280f;
  }
}
.p-top-intro {
  padding: 100px 0 0;
}
.p-top-intro .c-container {
  --gap: 50px;
}
@media screen and (width <= 768px) {
  .p-top-intro .c-container {
    --gap: calc(100vw * 14 / 375);
  }
}
.p-top-intro .p-top-intro__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 50px;
  padding-top: 30px;
  margin-bottom: -40px;
}
@media screen and (width <= 768px) {
  .p-top-intro .p-top-intro__inner {
    padding-top: calc(100vw * 40 / 375);
    margin-bottom: calc(100vw * -50 / 375);
  }
}
.p-top-intro .p-top-intro__inner-bg {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 40px;
  left: 0;
  z-index: -1;
  background-color: #235587;
  border-radius: 0 48px 0 0;
}
@media screen and (width <= 768px) {
  .p-top-intro .p-top-intro__inner-bg {
    inset: 0 calc(100vw * 40 / 375) calc(100vw * 50 / 375) 0;
  }
}
.p-top-intro .p-top-intro__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-intro .p-top-intro__title {
    margin-top: unset;
    font-size: calc(100vw * 22 / 375);
  }
}
.p-top-intro .p-top-intro__title-sm {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-intro .p-top-intro__title-sm {
    font-size: 4vw;
  }
}
.p-top-intro .p-top-intro__title-md {
  font-weight: 700;
}
.p-top-intro .p-top-intro__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  width: 860px;
  padding: 0;
  margin: 0;
}
@media screen and (width <= 768px) {
  .p-top-intro .p-top-intro__list {
    width: 100%;
  }
}
.p-top-intro .p-top-intro__list-item {
  width: calc((100% - 20px) / 2);
}
@media screen and (width <= 768px) {
  .p-top-intro .p-top-intro__list-item {
    width: 100%;
  }
}
.p-top-intro .p-top-intro__list-item:nth-child(n + 3) {
  margin-top: -12px;
}
@media screen and (width <= 768px) {
  .p-top-intro .p-top-intro__list-item:nth-child(n + 3) {
    margin-top: unset;
  }
}
.p-top-intro-block {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 0 30px 20px;
  filter: drop-shadow(1px 1px 6px rgba(0, 15, 40, 0.06));
}
@media screen and (width <= 768px) {
  .p-top-intro-block {
    gap: calc(100vw * 13 / 375);
    padding: 0 calc(100vw * 10 / 375) calc(100vw * 10 / 375);
    filter: drop-shadow(calc(100vw * 1 / 375) calc(100vw * 1 / 375) 1.6vw rgba(0, 15, 40, 0.06));
  }
}
.p-top-intro-block:before {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-intro-block:before {
    top: 6.4vw;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: calc(100vw * 8 / 375);
  }
}
.p-top-intro-block .p-top-intro-block__thumbnail {
  flex-shrink: 0;
  width: 140px;
}
@media screen and (width <= 768px) {
  .p-top-intro-block .p-top-intro-block__thumbnail {
    width: calc(100vw * 102 / 375);
  }
}
.p-top-intro-block .p-top-intro-block__desc {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.p-top-intro-block .p-top-intro-block__desc .u-text-blue {
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .p-top-intro-block .p-top-intro-block__desc {
    margin-top: calc(100vw * 34 / 375);
    font-size: calc(100vw * 17 / 375);
    line-height: 1.4;
  }
}
.p-top-intro-block .p-top-intro-block__desc--sm {
  font-size: 20px;
}
@media screen and (width <= 768px) {
  .p-top-intro-block .p-top-intro-block__desc--sm {
    font-size: calc(100vw * 17 / 375);
  }
}
.p-top-intro-section {
  position: relative;
  z-index: 0;
  padding: 160px 0 170px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), calc(50% - 60px) calc(100% - 50px), 50% 100%, calc(50% + 60px) calc(100% - 50px), 0% calc(100% - 50px));
  color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-intro-section {
    padding: 24vw 0 calc(100vw * 100 / 375);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8vw), calc(50% - 100vw * 40 / 375) calc(100% - 8vw), 50% 100%, calc(50% + 100vw * 40 / 375) calc(100% - 8vw), 0% calc(100% - 8vw));
  }
}
.p-top-intro-section .c-container {
  gap: unset;
}
.p-top-intro-section .p-top-intro-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-intro-section .p-top-intro-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-intro-section .p-top-intro-section__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #143c6e;
  opacity: 0.5;
}
.p-top-intro-section .p-top-intro-section__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-intro-section .p-top-intro-section__title {
    font-size: calc(100vw * 29 / 375);
    line-height: 1.5;
  }
}
.p-top-intro-section .p-top-intro-section__lead {
  margin-top: 30px;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-intro-section .p-top-intro-section__lead {
    margin-top: 4vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.p-top-intro-section .p-top-intro-section__subscript {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-intro-section .p-top-intro-section__subscript {
    margin-top: calc(100vw * 20 / 375);
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.p-top-feature {
  padding: 50px 0 30px;
}
@media screen and (width <= 768px) {
  .p-top-feature {
    padding: calc(100vw * 50 / 375) 0 16vw;
  }
}
.p-top-feature .p-top-feature__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__grid-container {
    grid-template-columns: 1fr;
  }
}
.p-top-feature .p-top-feature__grid-container--type2 {
  grid-template-columns: 40.833% auto;
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__grid-container--type2 {
    grid-template-columns: 1fr;
  }
}
.p-top-feature .p-top-feature__grid-container + .p-top-feature__grid-container {
  margin-top: 30px;
}
.p-top-feature .p-top-feature__grid-item {
  --row: unset;
  grid-row: var(--row);
}
@media screen and (width <= 768px) {
  .p-top-feature .p-top-feature__grid-item {
    grid-row: unset;
  }
}
.p-top-feature-block {
  display: flex;
  flex-direction: column;
  gap: 22px 30px;
  height: 100%;
  padding: 30px 20px 34px;
  background: var(--white, #fff);
  border-radius: 12px;
  box-shadow: 1px 1px 6px #000f280f;
}
@media screen and (width <= 768px) {
  .p-top-feature-block {
    gap: 4vw;
    padding: calc(100vw * 20 / 375) calc(100vw * 20 / 375) 8vw;
    box-shadow: calc(100vw * 1 / 375) calc(100vw * 1 / 375) 1.6vw #000f280f;
  }
}
.p-top-feature-block--row {
  flex-direction: row;
}
@media screen and (width <= 768px) {
  .p-top-feature-block--row {
    flex-direction: column;
  }
}
.p-top-feature-block .p-top-feature-block__img {
  flex-shrink: 0;
  width: 180px;
  margin: 0 auto;
}
.p-top-feature-block .p-top-feature-block__img--lg {
  width: 220px;
}
@media screen and (width <= 768px) {
  .p-top-feature-block .p-top-feature-block__img--lg {
    width: calc(100vw * 160 / 375);
  }
}
.p-top-feature-block--row .p-top-feature-block__img {
  width: 140px;
}
@media screen and (width <= 768px) {
  .p-top-feature-block--row .p-top-feature-block__img {
    width: calc(100vw * 160 / 375);
  }
}
.p-top-feature-block .p-top-feature-block__desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (width <= 768px) {
  .p-top-feature-block .p-top-feature-block__desc {
    gap: calc(100vw * 10 / 375);
  }
}
.p-top-feature-block .p-top-feature-block__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #235587;
}
@media screen and (width <= 768px) {
  .p-top-feature-block .p-top-feature-block__title {
    font-size: 6.4vw;
  }
}
.p-top-feature-block .p-top-feature-block__caption {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #235587;
}
@media screen and (width <= 768px) {
  .p-top-feature-block .p-top-feature-block__caption {
    font-size: 4.8vw;
  }
}
.p-top-feature-block .p-top-feature-block__lead {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-feature-block .p-top-feature-block__lead {
    font-size: calc(100vw * 14 / 375);
  }
}
.p-top-security {
  padding: 30px 0 100px;
}
@media screen and (width <= 768px) {
  .p-top-security {
    padding: unset;
  }
}
.p-top-security .c-container {
  --gap: 0;
}
@media screen and (width <= 768px) {
  .p-top-security .c-container {
    --margin: 0px;
  }
}
.p-top-security .c-heading__title {
  color: #fff;
}
.p-top-security .p-top-security__heading {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding-bottom: 80px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
@media screen and (width <= 768px) {
  .p-top-security .p-top-security__heading {
    min-height: calc(100vw * 280 / 375);
    padding-top: calc(100vw * 16 / 375);
    padding-bottom: 32vw;
    border-radius: unset;
  }
}
.p-top-security .p-top-security__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-security .p-top-security__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-security .p-top-security__contents {
  position: relative;
  z-index: 1;
  padding: 0 40px 40px;
  background-color: #deeaf6;
  border-radius: 0 0 12px 12px;
}
@media screen and (width <= 768px) {
  .p-top-security .p-top-security__contents {
    padding: 0 calc(100vw * 20 / 375) 16vw;
  }
}
.p-top-security .p-top-security__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: -80px 0 0;
  counter-reset: security-block;
}
@media screen and (width <= 768px) {
  .p-top-security .p-top-security__list {
    grid-template-columns: 1fr;
    gap: calc(100vw * 10 / 375);
    margin-top: -32vw;
  }
}
.p-top-security-block {
  display: flex;
  flex-direction: column;
  gap: 13px;
  height: 100%;
  padding: 25px 30px 30px;
  counter-increment: security-block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 6px #000f280f;
}
@media screen and (width <= 768px) {
  .p-top-security-block {
    gap: 3.2vw;
    padding: calc(100vw * 20 / 375) calc(100vw * 20 / 375) calc(100vw * 25 / 375);
    box-shadow: calc(100vw * 1 / 375) calc(100vw * 1 / 375) 1.6vw #000f280f;
  }
}
.p-top-security-block .p-top-security-block__header {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media screen and (width <= 768px) {
  .p-top-security-block .p-top-security-block__header {
    gap: calc(100vw * 13 / 375);
  }
}
.p-top-security-block .p-top-security-block__number {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  color: #235587;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-top-security-block .p-top-security-block__number {
    font-size: calc(100vw * 52 / 375);
  }
}
.p-top-security-block .p-top-security-block__number:before {
  content: counter(security-block, decimal-leading-zero);
}
.p-top-security-block .p-top-security-block__title {
  margin: unset;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #235587;
  letter-spacing: 0.02em;
}
@media screen and (width <= 768px) {
  .p-top-security-block .p-top-security-block__title {
    font-size: 4.8vw;
  }
}
.p-top-security-block .p-top-security-block__lead {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-security-block .p-top-security-block__lead {
    font-size: calc(100vw * 14 / 375);
    line-height: 1.5;
  }
}
.p-top-movie {
  padding: 100px 0;
}
@media screen and (width <= 768px) {
  .p-top-movie {
    padding: 16vw 0;
  }
}
.p-top-movie .c-container {
  --gap: 60px;
  grid-template-columns: 240px 1fr;
}
@media screen and (width <= 768px) {
  .p-top-movie .c-container {
    --gap: calc(100vw * 25 / 375);
    grid-template-columns: 1fr;
  }
}
.p-top-movie .p-top-movie__iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 12px;
}
.p-top-movie .p-top-movie__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-image {
  padding: 100px 0;
  background-color: #deeaf6;
}
@media screen and (width <= 768px) {
  .p-top-image {
    padding: 16vw 0;
  }
}
@media screen and (width <= 768px) {
  .p-top-image .c-user-badge {
    width: 100%;
  }
}
.p-top-image .p-top-image__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__inner {
    gap: calc(100vw * 40 / 375);
  }
}
.p-top-image .p-top-image__flow {
  padding: 0 30px;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__flow {
    padding: unset;
  }
}
.p-top-image .p-top-image__block {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 50px;
  width: calc(100% + 60px);
  padding: 0 30px;
  margin-left: -30px;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__block {
    flex-direction: column;
    gap: calc(100vw * 20 / 375);
    width: calc(100% + 100vw * 40 / 375);
    padding: calc(100vw * 10 / 375) calc(100vw * 10 / 375) 0;
    margin-left: calc(100vw * -20 / 375);
  }
}
.p-top-image .p-top-image__block:before {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #c8d7e6;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__block:before {
    top: 0;
    left: 0;
  }
}
.p-top-image .p-top-image__video-container {
  flex-shrink: 0;
  width: 480px;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__video-container {
    width: 100%;
  }
}
.p-top-image .p-top-image__video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.p-top-image .p-top-image__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-image .p-top-image__desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 18px;
  padding-top: 60px;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__desc {
    gap: calc(100vw * 10 / 375);
    align-items: center;
    padding-top: unset;
  }
}
.p-top-image .p-top-image__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #235587;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__title {
    font-size: calc(100vw * 20 / 375);
    text-align: center;
  }
}
.p-top-image .p-top-image__subscript {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (width <= 768px) {
  .p-top-image .p-top-image__subscript {
    font-size: 3.2vw;
    text-align: center;
  }
}
.p-top-case {
  padding: 100px 0;
}
@media screen and (width <= 768px) {
  .p-top-case {
    padding: 16vw 0;
  }
}
@media screen and (width <= 768px) {
  .p-top-case .c-container {
    margin-inline: unset;
  }
}
.p-top-case .p-top-case__contents {
  overflow: hidden;
}
.p-top-case .p-top-case__slider {
  position: relative;
  z-index: 0;
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider {
    padding: unset;
  }
}
.p-top-case .p-top-case__slider .js-slider:not(.swiper-initialized) + .c-slider-button,
.p-top-case .p-top-case__slider .js-slider:not(.swiper-initialized) + .c-slider-button + .c-slider-button {
  display: none;
}
.p-top-case .p-top-case__slider .js-slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 20px;
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider .js-slider:not(.swiper-initialized) .swiper-wrapper {
    flex-direction: column;
    width: auto;
    padding: 0 calc(100vw * 20 / 375);
  }
}
.p-top-case .p-top-case__slider .js-slider:not(.swiper-initialized) .p-top-case__slide {
  width: calc((100% - 20px) / 2);
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slider .js-slider:not(.swiper-initialized) .p-top-case__slide {
    width: 100%;
  }
}
.p-top-case .p-top-case__slide {
  height: auto;
}
@media screen and (width <= 768px) {
  .p-top-case .p-top-case__slide {
    width: calc(100vw * 275 / 375);
  }
}
.p-top-case .c-slider-button {
  position: absolute;
  top: 205px;
  z-index: 1;
}
@media screen and (width <= 768px) {
  .p-top-case .c-slider-button {
    top: unset;
    bottom: 0;
  }
}
.p-top-case .c-slider-button--prev {
  left: 0;
}
@media screen and (width <= 768px) {
  .p-top-case .c-slider-button--prev {
    left: calc(100vw * 20 / 375);
  }
}
.p-top-case .c-slider-button--next {
  right: 0;
}
@media screen and (width <= 768px) {
  .p-top-case .c-slider-button--next {
    right: calc(100vw * 20 / 375);
  }
}
.p-top-case .c-slider-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (width <= 768px) {
  .p-top-case .c-slider-pagination {
    gap: calc(100vw * 8 / 375) 4vw;
    align-items: center;
    width: calc(100% - 32vw) !important;
    min-height: calc(100vw * 40 / 375);
    margin-top: calc(100vw * 20 / 375);
  }
}
.p-top-case .c-slider-pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: unset !important;
  background-color: #fff;
  border: 1px solid #c8d7e6;
  opacity: 1;
}
@media screen and (width <= 768px) {
  .p-top-case .c-slider-pagination .swiper-pagination-bullet {
    width: calc(100vw * 20 / 375);
    height: calc(100vw * 20 / 375);
  }
}
.p-top-case .c-slider-pagination .swiper-pagination-bullet:before {
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  content: '';
  background-color: #235587;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (width <= 768px) {
  .p-top-case .c-slider-pagination .swiper-pagination-bullet:before {
    width: calc(100vw * 10 / 375);
    height: calc(100vw * 10 / 375);
  }
}
.p-top-case .c-slider-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
}
.p-top-case-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 10px 10px 30px;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-case-card {
    border-radius: calc(100vw * 8 / 375);
  }
}
.p-top-case-card:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: '';
  background-color: #235587;
  border-radius: 12px;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (width <= 768px) {
  .p-top-case-card:before {
    border-radius: calc(100vw * 8 / 375);
  }
}
.p-top-case-card:hover:before {
  opacity: 0.3;
}
.p-top-case-card .p-top-case-card__thumbnail {
  overflow: hidden;
  border-radius: 6px;
}
.p-top-case-card .p-top-case-card__thumbnail img {
  width: 100%;
}
.p-top-case-card .p-top-case-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
  margin-top: 16px;
}
.p-top-case-card .p-top-case-card__footer {
  padding: 0 20px;
  margin-top: auto;
}
.p-top-case-card .p-top-case-card__category {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #235587;
}
.p-top-case-card .p-top-case-card__category > span {
  font-weight: 600;
}
.p-top-case-card .p-top-case-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.p-top-case-card .p-top-case-card__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
}
@media screen and (width <= 768px) {
  .p-top-case-card .p-top-case-card__tag {
    gap: calc(100vw * 4 / 375);
  }
}
.p-top-edition {
  padding: 100px 0 35px;
}
@media screen and (width <= 768px) {
  .p-top-edition {
    padding: 16vw 0 calc(100vw * 20 / 375);
  }
}
.p-top-edition .p-top-edition__heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (width <= 768px) {
  .p-top-edition .p-top-edition__heading {
    gap: calc(100vw * 10 / 375);
  }
}
.p-top-edition .p-top-edition__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (width <= 768px) {
  .p-top-edition .p-top-edition__lead {
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
  }
}
.p-top-edition .p-top-edition__list {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}
@media screen and (width <= 768px) {
  .p-top-edition .p-top-edition__list {
    flex-direction: column;
    gap: calc(100vw * 20 / 375);
  }
}
.p-top-edition .p-top-edition__list-item {
  flex: 1;
}
.p-top-edition-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 6px #000f280f;
}
@media screen and (width <= 768px) {
  .p-top-edition-block {
    border-radius: calc(100vw * 8 / 375);
    box-shadow: calc(100vw * 1 / 375) calc(100vw * 1 / 375) 1.6vw #000f280f;
  }
}
.p-top-edition-block .p-top-edition-block__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  color: #235587;
  text-align: center;
  border-bottom: solid 1px #c8d7e6;
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__title {
    min-height: calc(100vw * 70 / 375);
    font-size: calc(100vw * 28 / 375);
    border-bottom: solid calc(100vw * 1 / 375) #c8d7e6;
  }
}
.p-top-edition-block .p-top-edition-block__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 22px 30px 30px;
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__body {
    padding: calc(100vw * 23 / 375) calc(100vw * 20 / 375) calc(100vw * 20 / 375);
  }
}
.p-top-edition-block .p-top-edition-block__footer {
  padding: 0 4px 6px;
  margin-top: auto;
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__footer {
    padding: 0 calc(100vw * 4 / 375) 1.6vw;
  }
}
.p-top-edition-block .p-top-edition-block__footer .c-cta-button {
  width: 100%;
  padding: 4px 14px;
  border-radius: 4px 4px 12px 12px;
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__footer .c-cta-button {
    padding: calc(100vw * 4 / 375) calc(100vw * 14 / 375);
    border-radius: calc(100vw * 2 / 375) calc(100vw * 2 / 375) calc(100vw * 8 / 375) calc(100vw * 8 / 375);
  }
}
.p-top-edition-block .p-top-edition-block__footer .c-cta-button__label {
  font-size: 26px;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__footer .c-cta-button__label {
    font-size: calc(100vw * 22 / 375);
  }
}
.p-top-edition-block .p-top-edition-block__footer .c-cta-button__emphasis {
  font-size: 58px;
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__footer .c-cta-button__emphasis {
    font-size: calc(100vw * 42 / 375);
  }
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__footer .c-cta-button__icon {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (width <= 768px) {
  .p-top-edition-block .p-top-edition-block__footer .c-cta-button__icon:before {
    width: 4vw;
    height: 4vw;
  }
}
.p-top-edition-list {
  padding: 0;
  margin: 0;
}
.p-top-edition-list .p-top-edition-list__item {
  position: relative;
  padding-left: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-top-edition-list .p-top-edition-list__item {
    padding-left: calc(100vw * 20 / 375);
    font-size: calc(100vw * 16 / 375);
  }
}
.p-top-edition-list .p-top-edition-list__item:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: solid 2px #235587;
  border-radius: 50%;
}
@media screen and (width <= 768px) {
  .p-top-edition-list .p-top-edition-list__item:before {
    top: 1.6vw;
    width: calc(100vw * 14 / 375);
    height: calc(100vw * 14 / 375);
    border-width: calc(100vw * 2 / 375);
  }
}
.p-top-edition-list .p-top-edition-list__item + .p-top-edition-list__item {
  margin-top: 10px;
}
.p-top-edition-modal {
  display: flex;
  flex-direction: column;
}
.p-top-edition-modal .p-top-edition-modal__subscript {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (width <= 768px) {
  .p-top-edition-modal .p-top-edition-modal__subscript {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.p-top-edition-modal .p-top-edition-modal__subscript--right {
  text-align: right;
}
@media screen and (width <= 768px) {
  .p-top-edition-modal .p-top-edition-modal__subscript--right {
    text-align: left;
  }
}
.p-top-edition-table {
  overflow: hidden;
  border: 1px solid #c8d7e6;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-edition-table {
    border-radius: 3.2vw;
  }
}
.p-top-edition-table + .p-top-edition-table {
  margin-top: -16px;
}
@media screen and (width <= 768px) {
  .p-top-edition-table + .p-top-edition-table {
    margin-top: -3.2vw;
    border-radius: 0 0 3.2vw 3.2vw;
  }
}
@media screen and (width <= 768px) {
  .p-top-edition-table .p-top-edition-list__item {
    padding-left: 4vw;
    font-size: calc(100vw * 13 / 375);
  }
}
@media screen and (width <= 768px) {
  .p-top-edition-table .p-top-edition-list__item:before {
    top: calc(100vw * 5 / 375);
    width: calc(100vw * 10 / 375);
    height: calc(100vw * 10 / 375);
  }
}
.p-top-edition-table table {
  width: 100%;
}
.p-top-edition-table tbody td,
.p-top-edition-table tbody th {
  padding: 20px 30px 30px 26px;
}
@media screen and (width <= 768px) {
  .p-top-edition-table tbody td,
  .p-top-edition-table tbody th {
    padding: 4vw 4vw calc(100vw * 25 / 375);
  }
}
.p-top-edition-table tbody td:not(:last-child),
.p-top-edition-table tbody th:not(:last-child) {
  border-right: 1px solid #c8d7e6;
}
.p-top-edition-table tbody tr:not(:last-child) td,
.p-top-edition-table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #c8d7e6;
}
.p-top-edition-table .p-top-edition-table__title {
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #235587;
  text-align: center;
  vertical-align: middle;
  background: #e0eefc;
}
@media screen and (width <= 768px) {
  .p-top-edition-table .p-top-edition-table__title {
    height: calc(100vw * 50 / 375);
    padding: 3.2vw 0;
    font-size: calc(100vw * 16 / 375);
    line-height: 1.4;
  }
}
.p-top-edition-table .p-top-edition-table__th {
  width: 300px;
  padding: 24px 16px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #235587;
  text-align: center;
  background-color: #f6fafe;
}
@media screen and (width <= 768px) {
  .p-top-edition-table .p-top-edition-table__th {
    width: calc(100vw * 115 / 375);
    padding: 4vw 3.2vw;
    font-size: calc(100vw * 14 / 375);
    text-align: left;
  }
}
.p-top-fee {
  padding: 35px 0 100px;
}
@media screen and (width <= 768px) {
  .p-top-fee {
    padding: calc(100vw * 20 / 375) 0 16vw;
  }
}
.p-top-fee .p-top-fee__block {
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media screen and (width <= 768px) {
  .p-top-fee .p-top-fee__block {
    border-radius: calc(100vw * 8 / 375);
  }
}
.p-top-fee .p-top-fee__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #235587;
}
@media screen and (width <= 768px) {
  .p-top-fee .p-top-fee__title {
    min-height: calc(100vw * 50 / 375);
    margin: calc(100vw * 4 / 375) calc(100vw * 4 / 375) 0;
    font-size: calc(100vw * 20 / 375);
    border-radius: calc(100vw * 8 / 375) calc(100vw * 8 / 375) 0 0;
  }
}
.p-top-fee .p-top-fee__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 24px;
}
@media screen and (width <= 768px) {
  .p-top-fee .p-top-fee__body {
    gap: 3.2vw;
    padding: calc(100vw * 10 / 375) calc(100vw * 20 / 375) 4.8vw;
  }
}
.p-top-fee .p-top-fee__subscript {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (width <= 768px) {
  .p-top-fee .p-top-fee__subscript {
    size: 3.2vw;
    line-height: 1.5;
  }
}
.p-top-feetable-scroll {
  display: contents;
}
@media screen and (width <= 768px) {
  .p-top-feetable-scroll {
    display: flex;
    width: calc(100% + 100vw * 40 / 375);
    padding: 0 calc(100vw * 20 / 375);
    margin-left: calc(100vw * -20 / 375);
    overflow-x: scroll;
    contain: inline-size;
  }
  .p-top-feetable-scroll::-webkit-scrollbar {
    display: none;
  }
}
.p-top-fee-table {
  overflow: hidden;
  border: 1px solid #c8d7e6;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-fee-table {
    flex-shrink: 0;
  }
}
.p-top-fee-table table {
  table-layout: fixed;
}
.p-top-fee-table tbody td,
.p-top-fee-table tbody th {
  min-width: 190px;
  height: 60px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.p-top-fee-table tbody td:not(:last-child),
.p-top-fee-table tbody th:not(:last-child) {
  border-right: 1px solid #c8d7e6;
}
@media screen and (width <= 768px) {
  .p-top-fee-table tbody td,
  .p-top-fee-table tbody th {
    min-width: calc(100vw * 122 / 375);
    height: calc(100vw * 50 / 375);
    font-size: calc(100vw * 16 / 375);
  }
}
@media screen and (width <= 768px) {
  .p-top-fee-table tbody tr:first-child td,
  .p-top-fee-table tbody tr:first-child th {
    height: 16vw;
  }
}
.p-top-fee-table tbody tr:not(:last-child) td,
.p-top-fee-table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #c8d7e6;
}
.p-top-fee-table .p-top-fee-table__unit {
  font-size: 14px;
}
@media screen and (width <= 768px) {
  .p-top-fee-table .p-top-fee-table__unit {
    font-size: calc(100vw * 13 / 375);
  }
}
.p-top-fee-table .p-top-fee-table__th {
  width: 200px;
  font-size: 20px;
  font-weight: 600;
  color: #235587;
  background-color: #e0eefc;
}
@media screen and (width <= 768px) {
  .p-top-fee-table .p-top-fee-table__th {
    width: calc(100vw * 140 / 375);
    font-size: calc(100vw * 16 / 375);
  }
}
.p-top-fee-table .p-top-fee-table__th--sm {
  font-size: 18px;
  background-color: #f6fafe;
}
@media screen and (width <= 768px) {
  .p-top-fee-table .p-top-fee-table__th--sm {
    font-size: 4vw;
  }
}
.p-top-flow {
  padding: 100px 0 30px;
}
@media screen and (width <= 768px) {
  .p-top-flow {
    padding: 16vw 0 calc(100vw * 20 / 375);
  }
}
.p-top-flow .c-flow:before {
  inset: 48px 100px calc(100% - 52px) 100px;
}
@media screen and (width <= 768px) {
  .p-top-flow .c-flow:before {
    inset: 8vw calc(100% - 100vw * 22 / 375) calc(100vw * 80 / 375) 4.8vw;
  }
}
.p-top-flow .c-flow .c-flow__item {
  flex: 1;
}
.p-top-support {
  padding: 30px 0 100px;
}
@media screen and (width <= 768px) {
  .p-top-support {
    padding: calc(100vw * 20 / 375) 0 16vw;
  }
}
.p-top-support .c-container {
  --gap: 0;
}
.p-top-support .c-heading__title {
  color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-support .c-heading__title {
    font-size: calc(100vw * 28 / 375);
  }
}
.p-top-support .p-top-support__heading {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
@media screen and (width <= 768px) {
  .p-top-support .p-top-support__heading {
    min-height: 48vw;
    padding: 0 8vw;
  }
}
.p-top-support .p-top-support__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-support .p-top-support__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-support .p-top-support__contents {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px 16px 48px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media screen and (width <= 768px) {
  .p-top-support .p-top-support__contents {
    gap: calc(100vw * 10 / 375);
    padding: calc(100vw * 20 / 375) calc(100vw * 20 / 375) 8vw;
  }
}
.p-top-support .p-top-support__caption {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: #235587;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-support .p-top-support__caption {
    font-size: calc(100vw * 20 / 375);
  }
}
.p-top-support .p-top-support__lead {
  line-height: 1.8;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-support .p-top-support__lead {
    font-size: 4vw;
  }
}
.p-top-faq {
  padding: 100px 0;
  background-color: #deeaf6;
}
@media screen and (width <= 768px) {
  .p-top-faq {
    padding: 16vw 0;
  }
}
.p-top-faq .c-tab__label-btn {
  line-height: 1;
}
.p-top-faq .p-top-faq__tab-label {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (width <= 768px) {
  .p-top-faq .p-top-faq__tab-label {
    font-size: 4.8vw;
  }
}
.p-top-faq .p-top-faq__tab-label--md {
  font-size: 18px;
}
@media screen and (width <= 768px) {
  .p-top-faq .p-top-faq__tab-label--md {
    font-size: calc(100vw * 16 / 375);
  }
}
.p-top-faq .p-top-faq__tab-label--sm {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  .p-top-faq .p-top-faq__tab-label--sm {
    font-size: 3.2vw;
  }
}
.p-top-faq-block {
  overflow: hidden;
  border: 1px solid #c8d7e6;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-faq-block {
    border-radius: calc(100vw * 8 / 375);
  }
}
.p-top-faq-block + .p-top-faq-block {
  margin-top: 10px;
}
@media screen and (width <= 768px) {
  .p-top-faq-block + .p-top-faq-block {
    margin-top: calc(100vw * 10 / 375);
  }
}
.p-top-faq-block .p-top-faq-block__header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 10px 22px;
  background-color: #ecf2f8;
  border-bottom: 1px solid #c8d7e6;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__header {
    gap: 3.2vw;
    align-items: flex-start;
    padding: 3.2vw 4vw calc(100vw * 16 / 375);
    border-bottom: calc(100vw * 1 / 375) solid #c8d7e6;
  }
}
.p-top-faq-block.is_active .p-top-faq-block__header {
  background-color: #dcedff;
}
.p-top-faq-block:not(.is_active) .p-top-faq-block__header {
  border-bottom-color: transparent;
}
.p-top-faq-block .p-top-faq-block__qa {
  flex-shrink: 0;
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #235587;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__qa {
    font-size: 6.4vw;
  }
}
.p-top-faq-block .p-top-faq-block__qa--a {
  font-size: 24px;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__qa--a {
    margin-top: calc(100vw * 4 / 375);
    font-size: 4.8vw;
  }
}
.p-top-faq-block .p-top-faq-block__title {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #235587;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__title {
    font-size: calc(100vw * 16 / 375);
  }
}
.p-top-faq-block .p-top-faq-block__icon {
  position: relative;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #235587;
  border-radius: 50%;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__icon {
    width: 8vw;
    height: 8vw;
  }
}
.p-top-faq-block .p-top-faq-block__icon:before,
.p-top-faq-block .p-top-faq-block__icon:after {
  position: absolute;
  width: 20px;
  height: 2px;
  content: '';
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__icon:before,
  .p-top-faq-block .p-top-faq-block__icon:after {
    width: calc(100vw * 14 / 375);
    height: calc(100vw * 2 / 375);
  }
}
.p-top-faq-block .p-top-faq-block__icon:after {
  transform: rotate(90deg);
}
.p-top-faq-block.is_active .p-top-faq-block__icon {
  background-color: #2172c3;
  transform: rotate(90deg);
}
.p-top-faq-block.is_active .p-top-faq-block__icon:before {
  opacity: 0;
}
.p-top-faq-block .p-top-faq-block__body {
  display: flex;
  gap: 18px;
  padding: 16px 28px 24px;
  background-color: #fff;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__body {
    gap: calc(100vw * 10 / 375);
    padding: calc(100vw * 10 / 375) calc(100vw * 20 / 375) calc(100vw * 20 / 375);
  }
}
.p-top-faq-block .p-top-faq-block__desc {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (width <= 768px) {
  .p-top-faq-block .p-top-faq-block__desc {
    font-size: calc(100vw * 14 / 375);
    line-height: 1.5;
  }
}
.p-top-cta {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
@media screen and (width <= 768px) {
  .p-top-cta {
    padding: 16vw 0;
  }
}
.p-top-cta .p-top-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-cta .p-top-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-cta .p-top-cta__list {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
}
@media screen and (width <= 768px) {
  .p-top-cta .p-top-cta__list {
    flex-direction: column;
    gap: calc(100vw * 16 / 375);
  }
}
.p-top-cta .p-top-cta__list-item {
  flex: 1;
}
.p-top-cta-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 2px 2px 30px;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (width <= 768px) {
  .p-top-cta-block {
    gap: calc(100vw * 22 / 375);
    padding: calc(100vw * 1 / 375) calc(100vw * 1 / 375) calc(100vw * 22 / 375);
  }
}
.p-top-cta-block .c-button,
.p-top-cta-block .c-cta-button {
  width: 100%;
}
.p-top-cta-block .p-top-cta-block__img {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.p-top-cta-block .p-top-cta-block__img img {
  width: 100%;
}
.p-top-cta-block .p-top-cta-block__title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #235587;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-cta-block .p-top-cta-block__title {
    gap: 4vw;
    margin-top: calc(100vw * 26 / 375);
    font-size: calc(100vw * 26 / 375);
  }
}
.p-top-cta-block .p-top-cta-block__title:after {
  display: block;
  width: 80px;
  height: 2px;
  content: '';
  background-color: #23324b;
}
@media screen and (width <= 768px) {
  .p-top-cta-block .p-top-cta-block__title:after {
    width: 16vw;
    height: calc(100vw * 2 / 375);
  }
}
.p-top-cta-block .p-top-cta-block__lead {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (width <= 768px) {
  .p-top-cta-block .p-top-cta-block__lead {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-top-cta-block .p-top-cta-block__footer {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  margin-top: auto;
}
@media screen and (width <= 768px) {
  .p-top-cta-block .p-top-cta-block__footer {
    padding: 0 calc(100vw * 20 / 375);
  }
}
.p-top #footer {
  margin-bottom: unset;
}
.js-slider-carousel .swiper-wrapper {
  transition-timing-function: linear;
}
@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;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: var(--swiper-pagination-bullet-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;
  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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.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%;
  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 {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}


/* CSS to hide swiper elements */


.swiper-initialized,
.swiper-horizontal {
  display: none !important;
}

/* CSS to slider size elements */

.p-top-case-card .p-top-case-card__thumbnail img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}