@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 16px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============================================
アニメーション用
============================================= */
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#page-top.floatAnime {
  background: url("../img/mouse.webp") no-repeat center;
  background-size: contain;
  width: 230px;
  height: 230px;
  animation: floatAnime 2s linear infinite;
}
@media (max-width: 1300px) {
  #page-top.floatAnime {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  #page-top.floatAnime {
    width: 19.53125vw;
    height: 19.53125vw;
    right: 0;
    bottom: 0;
  }
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.bg {
  width: 100%;
  background-size: cover;
  background-position: 0%;
}
.bg__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg01 {
  background-image: url(./../img/bg_pc01.webp);
}
@media (max-width: 768px) {
  .bg01 {
    background-image: url(./../img/bg_tab01.webp);
  }
}

.bg02 {
  background-image: url(./../img/bg_pc02.webp);
}
@media (max-width: 768px) {
  .bg02 {
    background-image: url(./../img/bg_tab02.webp);
  }
}

.bg03 {
  background-image: url(./../img/bg_pc03.webp);
}
@media (max-width: 768px) {
  .bg03 {
    background-image: url(./../img/bg_tab03.webp);
  }
}

.bg04 {
  background-image: url(./../img/bg_pc04.webp);
}
@media (max-width: 768px) {
  .bg04 {
    background-image: url(./../img/bg_tab04.webp);
  }
}

.bg01__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4%;
  background: linear-gradient(to bottom, rgba(0, 0, 128, 0) 0%, rgba(0, 0, 128, 0.1) 100%);
}
@media (max-width: 768px) {
  .bg01__inner::after {
    background: linear-gradient(to bottom, rgba(0, 0, 128, 0) 0%, rgba(0, 0, 128, 0.4) 100%);
  }
}

.bg02__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1%;
  background: linear-gradient(to bottom, rgba(0, 0, 51, 0.1) 0%, rgba(0, 0, 51, 0) 100%);
}
.bg02__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1%;
  background: linear-gradient(to bottom, rgba(0, 0, 128, 0) 0%, rgba(0, 0, 128, 0.1) 100%);
}

.bg03__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1%;
}
@media (max-width: 768px) {
  .bg03__inner::before {
    background: linear-gradient(to bottom, rgba(0, 0, 51, 0.1) 0%, rgba(0, 0, 51, 0) 100%);
  }
}

.bg04__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4%;
}
@media (max-width: 768px) {
  .bg04__inner::before {
    background: linear-gradient(to bottom, rgba(0, 0, 128, 0.1) 0%, rgba(0, 0, 128, 0) 100%);
  }
}

.decoStar {
  height: 0.1px;
  position: relative;
}
.decoStar::before {
  position: absolute;
  content: "";
}
@media (max-width: 1300px) {
  .decoStar::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .decoStar::before {
    content: "";
  }
}

.decoStar1::before {
  background-image: url(../img/deco/deco_star1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar2::before {
  background-image: url(../img/deco/deco_star2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar3::before {
  background-image: url(../img/deco/deco_star3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar4::before {
  background-image: url(../img/deco/deco_star4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar5::before {
  background-image: url(../img/deco/deco_star5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar6::before {
  background-image: url(../img/deco/deco_star6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar7::before {
  background-image: url(../img/deco/deco_star7.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar8::before {
  background-image: url(../img/deco/deco_star8.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar9::before {
  background-image: url(../img/deco/deco_star9.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar10::before {
  background-image: url(../img/deco/deco_star10.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar11::before {
  background-image: url(../img/deco/deco_star11.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar12::before {
  background-image: url(../img/deco/deco_star12.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar13::before {
  background-image: url(../img/deco/deco_star13.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar14::before {
  background-image: url(../img/deco/deco_star14.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar15::before {
  background-image: url(../img/deco/deco_star15.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar16::before {
  background-image: url(../img/deco/deco_star16.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar17::before {
  background-image: url(../img/deco/deco_star17.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar18::before {
  background-image: url(../img/deco/deco_star18.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar19::before {
  background-image: url(../img/deco/deco_star19.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar20::before {
  background-image: url(../img/deco/deco_star20.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar21::before {
  background-image: url(../img/deco/deco_star21.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoStar1::before {
  width: 273px;
  height: 166px;
  top: -160px;
  left: -20px;
  transform: translate(-100%, 0);
}
@media (max-width: 768px) {
  .decoStar1::before {
    width: 24vw;
    top: -40px;
    left: unset;
    right: 0;
    transform: translate(50%, 0);
  }
}

.decoStar2::before {
  width: 290px;
  height: 310px;
  top: -600px;
  left: 0px;
  transform: translate(-100%, 0);
}
@media (max-width: 768px) {
  .decoStar2::before {
    width: 16vw;
    top: 60vw;
    left: unset;
    right: 0;
    transform: translate(50%, 0%);
  }
}

.decoStar3::before {
  width: 237px;
  height: 320px;
  top: -600px;
  right: -40px;
  transform: translate(100%, 0);
}
@media (max-width: 768px) {
  .decoStar3::before {
    width: 16vw;
    top: -4vw;
    right: unset;
    left: -20px;
    transform: translate(0%, 0%);
  }
}

.decoStar4::before {
  width: 415px;
  height: 400px;
  top: 0;
  left: 40px;
  transform: translate(-100%, 0);
}
@media (max-width: 768px) {
  .decoStar4::before {
    width: 18.7vw;
    top: 120vw;
    right: unset;
    left: 0;
    transform: translate(-50%, 0%);
  }
}

.decoStar5::before {
  width: 333px;
  height: 344px;
  top: -100px;
  right: -40px;
  transform: translate(100%, 0);
}
@media (max-width: 768px) {
  .decoStar5::before {
    content: none;
  }
}

.decoStar6::before {
  width: 322px;
  height: 391px;
  top: -30px;
  right: 40px;
  transform: translate(100%, -100%);
}
@media (max-width: 768px) {
  .decoStar6::before {
    width: 16vw;
    top: -90vw;
    right: unset;
    left: 40px;
    transform: translate(-100%, 0%);
  }
}

.decoStar7::before {
  width: 318px;
  height: 341px;
  top: 360px;
  left: 20px;
  transform: translate(-100%, 0);
}
@media (max-width: 768px) {
  .decoStar7::before {
    width: 13.3vw;
    top: 60vw;
    left: unset;
    right: 0;
    transform: translate(0%, 0%);
  }
}

.decoStar8::before {
  width: 247px;
  height: 278px;
  top: 0;
  right: 40px;
  transform: translate(100%, -100%);
}
@media (max-width: 768px) {
  .decoStar8::before {
    width: 13.3vw;
    top: -70vw;
    left: unset;
    right: 0;
    transform: translate(40%, 0%);
  }
}

.decoStar9::before {
  width: 384px;
  height: 234px;
  top: -72px;
  left: 20px;
  transform: translate(-100%, 0);
}
@media (max-width: 768px) {
  .decoStar9::before {
    width: 16vw;
    top: -192vw;
    right: unset;
    left: 0px;
    transform: translate(-50%, 0%);
  }
}

.decoStar10::before {
  width: 254px;
  height: 355px;
  top: 0;
  right: -40px;
  transform: translate(100%, 0);
}
@media (max-width: 768px) {
  .decoStar10::before {
    content: none;
  }
}

.decoStar11::before {
  width: 298px;
  height: 283px;
  top: 800px;
  right: 40px;
  transform: translate(100%, 0);
}
@media (max-width: 768px) {
  .decoStar11::before {
    content: none;
  }
}

.decoStar12::before {
  width: 384px;
  height: 234px;
  top: 1600px;
  left: -40px;
  transform: translate(-100%, 0);
}

.decoStar13::before {
  width: 248px;
  height: 377px;
  top: 0;
  right: 80px;
  transform: translate(100%, -240%);
}
@media (max-width: 768px) {
  .decoStar13::before {
    width: 13.3vw;
    top: 0;
    left: unset;
    right: 0;
    transform: translate(60%, 0%);
  }
}

.decoStar14::before {
  width: 254px;
  height: 285px;
  top: 0;
  left: -40px;
  transform: translate(-100%, 0);
}

.decoStar15::before {
  width: 368px;
  height: 380px;
  top: 0;
  right: 80px;
  transform: translate(100%, 0%);
}
@media (max-width: 768px) {
  .decoStar15::before {
    width: 13.3vw;
    top: -30vw;
    right: unset;
    left: 0px;
    transform: translate(-60%, 0%);
  }
}

.decoStar16::before {
  width: 360px;
  height: 437px;
  top: 0;
  right: 80px;
  transform: translate(100%, -50%);
}
@media (max-width: 768px) {
  .decoStar16::before {
    content: none;
  }
}

.decoStar17::before {
  width: 356px;
  height: 381px;
  top: 0;
  left: 40px;
  transform: translate(-100%, 100%);
}
@media (max-width: 768px) {
  .decoStar17::before {
    width: 13.3vw;
    top: -180vw;
    left: unset;
    right: 0;
    transform: translate(50%, 0%);
  }
}

.decoStar18::before {
  width: 356px;
  height: 381px;
  top: 0;
  left: 60px;
  transform: translate(-100%, -100%);
}
@media (max-width: 768px) {
  .decoStar18::before {
    content: none;
  }
}

@media (max-width: 768px) {
  .decoStar19::before {
    width: 24vw;
    height: 180px;
    top: 100vw;
    right: unset;
    left: 0px;
    transform: translate(-50%, 0%);
  }
}

@media (max-width: 768px) {
  .decoStar20::before {
    width: 16vw;
    height: 180px;
    top: -100vw;
    right: unset;
    left: 0px;
    transform: translate(-40%, 0%);
  }
}

@media (max-width: 768px) {
  .decoStar21::before {
    width: 16vw;
    height: 120px;
    top: -40vw;
    left: unset;
    right: 0px;
    transform: translate(50%, 0%);
  }
}

.decoIllust {
  height: 0.1px;
  position: relative;
}
.decoIllust::before {
  position: absolute;
  content: "";
}
@media (max-width: 1300px) {
  .decoIllust::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .decoIllust::before {
    content: "";
  }
}

.decoIllust1::before {
  background-image: url(../img/deco/deco_illust1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoIllust2::before {
  background-image: url(../img/deco/deco_illust2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoIllust3::before {
  background-image: url(../img/deco/deco_illust3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.decoIllust1::before {
  width: 345px;
  height: 345px;
  top: 0px;
  left: -20px;
  transform: translate(-100%, 0);
}
@media (max-width: 768px) {
  .decoIllust1::before {
    width: 21vw;
    top: 0;
    right: unset;
    left: 0;
    transform: translate(-20%, 0%);
  }
}

.decoIllust2::before {
  width: 320px;
  height: 338px;
  top: 80px;
  right: 0px;
  transform: translate(100%, 0);
}
@media (max-width: 768px) {
  .decoIllust2::before {
    width: 20vw;
    top: -20vw;
    left: unset;
    right: 0;
    transform: translate(40%, 0%);
  }
}

.decoIllust3::before {
  width: 342px;
  height: 272px;
  top: 0px;
  left: 0px;
  transform: translate(-100%, 0);
}
@media (max-width: 768px) {
  .decoIllust3::before {
    content: none;
  }
}

@font-face {
  font-family: "A-OTF-UDShinMGoPro-Bold";
  src: url("../font/A-OTF-UDShinMGoPro-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "A-OTF-UDShinMGoPro-Heavy";
  src: url("../font/A-OTF-UDShinMGoPro-Heavy.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "07やさしさゴシックボールド";
  src: url("../font/07やさしさゴシックボールド.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "A-OTF-MaruFoPro-Regular_0";
  src: url("../font/A-OTF-MaruFoPro-Regular_0.otf") format("opentype");
  font-weight: 400;
}
/* =============================================
サイズ基準
============================================= */
:root {
  margin: 1px;
  padding: 1px;
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1300px) {
  :root {
    margin: 0.078125vw;
    padding: 0.078125vw;
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    margin: 0.1302083333vw;
    padding: 0.1302083333vw;
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 480px) {
  :root {
    margin: 0.2272727273vw;
    padding: 0.2272727273vw;
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

html, body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

/* =============================================
フォント種類
============================================= */
/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body {
  overflow-x: hidden;
  background-color: #030282;
  color: #fff;
  font-variant-ligatures: none;
  font-family: "A-OTF-UDShinMGoPro-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18rem;
  font-feature-settings: "palt" 1;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.pc-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .pc-container {
    padding: 0 40rem;
  }
}
@media (max-width: 768px) {
  .pc-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .tab-container {
    width: 92% !important;
    margin: 0 auto;
  }
}

.hidden {
  display: none !important;
}

.sectionTitle {
  margin-bottom: 16rem;
  color: #fff;
  font-size: 77rem;
  text-shadow: 0 0 6px #c60576, 0 0 17px #c60576, 0 0 24px #c60576, 0 0 6px #f96efb, 0 0 22px #f96efb, 0 0 24px #f96efb;
  text-align: center;
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 43rem;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    margin-bottom: 8rem;
    font-size: 28rem;
  }
}

.sectionLine {
  display: flex;
  width: 96%;
  margin: 0 auto;
}

/* =============================================
レスポンシブ対応用
============================================= */
.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .tab-inline {
    display: inline !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

.sp-inline {
  display: none !important;
}
@media (max-width: 480px) {
  .sp-inline {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .noTab {
    display: none !important;
  }
}

/* =============================================
フレックス要素用
============================================= */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.hidden {
  opacity: 0; /* 非表示状態 */
}

/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.navList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .navList {
    flex-direction: column;
  }
}
.navList__list--link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.4em 1.2em;
  font-size: 28rem;
  font-weight: 700;
  font-family: "07やさしさゴシックボールド", sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .navList__list--link {
    padding: 1.2em;
  }
}
@media (max-width: 480px) {
  .navList__list--link {
    padding: 0.4em;
  }
}

.navLink.lampActive::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 40%;
  background-color: #da04ff;
  filter: blur(8px);
}
@media (max-width: 768px) {
  .navLink.lampActive::before {
    background-color: transparent;
  }
}
.navLink.lampActive span {
  position: relative;
  z-index: 1;
}

.footer .navLink.lampActive::before {
  content: none;
}

/* =============================================
ハンバーガーボタン
============================================= */
.hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  width: 7.421875vw;
  height: 1.3020833333vw;
  background: #030282;
  border-radius: 1em;
}
.hamburger span:first-child {
  transition: transform 0.3s ease;
}
.hamburger span:nth-of-type(2) {
  transition: opacity 0.3s ease;
}
.hamburger span:last-child {
  position: relative;
  transition: transform 0.3s ease;
}
.hamburger-active {
  width: 7.2916666667vw;
}
.hamburger-active:nth-of-type(1) {
  position: absolute;
  top: 0vw;
  transform: rotate(-45deg);
}
.hamburger-active:nth-of-type(2) {
  position: absolute;
  top: 0vw;
  transform: rotate(45deg);
}
.hamburger-active:nth-of-type(3) {
  background-color: transparent;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #030282;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hamNav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hamNav-active {
  left: 0 !important;
}

.header {
  width: 100%;
  padding-top: 40rem;
  padding-bottom: 88rem;
}
@media (max-width: 768px) {
  .header {
    padding-top: 20rem;
    padding-bottom: 44rem;
  }
}
.header.fixed {
  padding: 8rem;
  background-color: rgba(3, 2, 130, 0.8);
}
.header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__inner--logo {
  width: clamp(360px, 60vw, 720px);
  padding: 0rem 12rem;
}
@media (max-width: 768px) {
  .header__inner--logo {
    width: 90%;
    padding: 8rem 12rem;
  }
}
.header__inner--nav {
  width: 100%;
}
.header .headerLogo.logoHidden {
  display: none;
}

.home__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 100rem;
  padding-bottom: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .home__inner {
    padding: 0 40rem;
  }
}
@media (max-width: 768px) {
  .home__inner {
    padding: 0;
  }
}

.about {
  padding-top: 4rem;
}

.about .about01 {
  position: relative;
  width: clamp(0px, 83vw, 1000px);
  height: clamp(0px, 45vw, 540px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about .about01 {
    margin-top: 40rem;
  }
}
@media (max-width: 480px) {
  .about .about01 {
    margin-top: 20rem;
  }
}
.about .about01__image {
  position: absolute;
  width: 80%;
  height: auto;
  right: 0%;
  top: 0;
}
@media (max-width: 768px) {
  .about .about01__image {
    width: 64%;
  }
}
.about .about01__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16rem;
  left: 0%;
  bottom: 12%;
}
@media (max-width: 768px) {
  .about .about01__text {
    bottom: 20%;
  }
}
.about .about01__text span {
  font-size: 74rem;
  transform: rotate(-2deg);
  text-shadow: 0 0 10px #ff00b4, 0 0 20px #ff00b4, 0 0 27px #ff00b4, 3px 3px 24px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .about .about01__text span {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .about .about01__text span {
    font-size: 28rem;
  }
}
.about .about01__text span:nth-child(1) {
  padding-left: 0;
}
.about .about01__text span:nth-child(2) {
  padding-left: 2em;
}
.about .about01__text span:nth-child(3) {
  padding-left: 1em;
}

.about .about02 {
  font-size: 56rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .about .about02 {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .about .about02 {
    font-size: 22rem;
  }
}
.about .about02__text {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .about .about02__text {
    margin-bottom: 2em;
  }
}
.about .about02__arrow {
  margin: 0 auto 32rem;
}
@media (max-width: 768px) {
  .about .about02__arrow {
    width: 48%;
  }
}

.about .about03 {
  padding-bottom: 64rem;
}
.about .about03__set {
  width: clamp(0px, 80vw, 960px);
  margin: 0 auto 80rem;
}
@media (max-width: 768px) {
  .about .about03__set {
    width: 96%;
    margin-bottom: 40rem;
  }
}
.about .about03__set:last-child {
  margin-bottom: 0;
}
.about .about03__set--top {
  height: clamp(130px, 21.6vw, 260px);
  margin: 0 auto 8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .about .about03__set--top {
    height: clamp(80px, 26.6vw, 200px);
  }
}
.about .about03__set--top img {
  height: 100%;
}
.about .about03__set--bottom {
  padding: 24rem 0;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .about .about03__set--bottom {
    padding: 16rem 0;
    border-radius: 8px;
  }
}
.about .about03__set--bottom:after {
  position: absolute;
  content: "";
  border: 1px solid #66ccff;
  border-radius: 14px;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  box-shadow: 0 0 1px #66ccff, 0 0 4px #66ccff, 0 0 8px #66ccff;
}
@media (max-width: 768px) {
  .about .about03__set--bottom:after {
    border-radius: 6px;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }
}
.about .about03__set--bottom p {
  color: #0123b5;
  font-size: 46rem;
  line-height: 1.4;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5), -1.2px 1.6px 8px rgb(0, 186, 239);
  text-align: center;
}
@media (max-width: 768px) {
  .about .about03__set--bottom p {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .about .about03__set--bottom p {
    font-size: 18rem;
  }
}

.about .about04 {
  padding-bottom: 64rem;
}
.about .about04__top {
  margin-bottom: 1em;
  font-size: 46rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .about .about04__top {
    font-size: 31rem;
  }
}
@media (max-width: 480px) {
  .about .about04__top {
    font-size: 18rem;
  }
}
.about .about04__bottom {
  font-size: 76rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 0, 144, 0.72);
  text-align: center;
}
@media (max-width: 768px) {
  .about .about04__bottom {
    font-size: 52rem;
    -webkit-text-stroke-width: 0.4px;
  }
}
@media (max-width: 480px) {
  .about .about04__bottom {
    font-size: 28rem;
  }
}
.about .about04__bottom span {
  position: relative;
}
.about .about04__bottom span::before, .about .about04__bottom span::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about .about04__bottom span::before, .about .about04__bottom span::after {
    width: 8vw;
    height: 10vw;
  }
}
.about .about04__bottom span::before {
  bottom: 0;
  left: 0;
  transform: translate(-180%, 0);
  background-image: url(../img/about04_deco01.webp);
}
.about .about04__bottom span::after {
  top: 0;
  right: 0;
  transform: translate(90%, -10%);
  background-image: url(../img/about04_deco02.webp);
}

.salary {
  padding-top: 40rem;
  padding-bottom: 80rem;
}
@media (max-width: 768px) {
  .salary {
    padding-bottom: 40rem;
  }
}
.salary__section {
  margin-bottom: 104rem;
}
@media (max-width: 480px) {
  .salary__section {
    margin-bottom: 40rem;
  }
}
.salary__section--title {
  height: clamp(65px, 10.8vw, 130px);
  margin-bottom: 32rem;
  text-align: center;
}
@media (max-width: 768px) {
  .salary__section--title {
    height: clamp(30px, 10vw, 70px);
    margin-bottom: 16rem;
  }
}
.salary__section--title img {
  height: 100%;
}
.salary__section--desc {
  margin-bottom: 32rem;
  font-size: 51rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4901960784;
  text-align: center;
}
@media (max-width: 768px) {
  .salary__section--desc {
    margin-bottom: 16rem;
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .salary__section--desc {
    font-size: 22rem;
  }
}
.salary__section--box {
  width: 100%;
}
.salary .salary__section01 {
  margin-top: 80rem;
}
@media (max-width: 480px) {
  .salary .salary__section01 {
    margin-top: 40rem;
  }
}
.salary .salary__section04 {
  margin-bottom: 48rem;
}
@media (max-width: 480px) {
  .salary .salary__section04 {
    margin-bottom: 24rem;
  }
}
.salary__text {
  font-size: 64rem;
  text-align: center;
}
@media (max-width: 768px) {
  .salary__text {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .salary__text {
    font-size: 22rem;
  }
}

.assurance {
  padding-top: 80rem;
  padding-bottom: 120rem;
}
@media (max-width: 480px) {
  .assurance {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}
.assurance__top {
  width: 100%;
  margin-top: 80rem;
  margin-bottom: 104rem;
}
@media (max-width: 480px) {
  .assurance__top {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
}
.assurance__middle {
  width: 80%;
  margin: 0 auto 80rem;
}
@media (max-width: 768px) {
  .assurance__middle {
    width: 90%;
    margin-bottom: 40rem;
  }
}
.assurance__bottom {
  width: 100%;
}
@media (max-width: 768px) {
  .assurance__bottom {
    padding: 0 8rem;
  }
}

.contact__top {
  padding-top: 120rem;
  padding-bottom: 80rem;
}
@media (max-width: 768px) {
  .contact__top {
    padding-top: 40rem;
    padding-bottom: 64rem;
  }
}
.contact__top--message {
  margin-bottom: 80rem;
  font-size: 67rem;
  font-family: "A-OTF-MaruFoPro-Regular_0", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__top--message {
    margin-bottom: 40rem;
    font-size: 43rem;
  }
}
@media (max-width: 480px) {
  .contact__top--message {
    font-size: 20rem;
  }
}
.contact__top--info {
  display: block;
  width: 50%;
  margin: 0 auto 80rem;
}
@media (max-width: 768px) {
  .contact__top--info {
    width: 70%;
    margin-bottom: 16rem;
  }
}
.contact__top--text {
  margin-bottom: 40rem;
  font-size: 41rem;
  font-family: "A-OTF-MaruFoPro-Regular_0", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 480px) {
  .contact__top--text {
    font-size: 20rem;
  }
}
.contact__top--line {
  display: flex;
  justify-content: center;
  gap: 32rem;
}
.contact__top--line .line-qr {
  width: 10%;
}
.contact__top--line .line-id {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
.contact__top--line .line-id span {
  font-family: "07やさしさゴシックボールド", sans-serif;
  font-weight: 400;
}
.contact__top--line .line-id span:nth-child(1) {
  font-size: 33rem;
}
.contact__top--line .line-id span:nth-child(2) {
  padding: 8rem 8rem;
  background-color: #fff;
  border-radius: 12px;
  color: #009d39;
  font-size: 35rem;
}
@media (max-width: 768px) {
  .contact__top--line .line-button {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.contact__bottom {
  padding-bottom: 120rem;
}

.form {
  padding-top: 120rem;
}
@media (max-width: 768px) {
  .form {
    padding-top: 20rem;
  }
}
@media (max-width: 768px) {
  .form__list {
    margin-bottom: 56rem;
  }
}
.form .formList {
  display: grid;
  grid-template-columns: 2fr 7fr;
  margin-bottom: 48rem;
  padding-left: 72rem;
  padding-right: 160rem;
}
@media (max-width: 768px) {
  .form .formList {
    display: flex;
    flex-direction: column;
    margin-bottom: 24rem;
    padding: 0 20rem;
  }
}
.form .formList__title {
  align-content: center;
}
@media (max-width: 768px) {
  .form .formList__title {
    display: flex;
    justify-content: left;
    margin-bottom: 8rem;
  }
}
@media (max-width: 480px) {
  .form .formList__title {
    margin-bottom: 4rem;
  }
}
.form .formList__title .title {
  font-size: 28rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  align-content: center;
}
@media (max-width: 768px) {
  .form .formList__title .title {
    font-size: 28rem;
    font-family: "A-OTF-MaruFoPro-Regular_0", sans-serif;
  }
}
@media (max-width: 480px) {
  .form .formList__title .title {
    font-size: 18rem;
  }
}
@media (max-width: 768px) {
  .form .formList__title .title.title-area {
    margin-bottom: 32rem;
  }
}
@media (max-width: 768px) {
  .form .formList__title .title.title-area {
    margin-bottom: 16rem;
  }
}
.form .formList__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form .formList__content input,
.form .formList__content label,
.form .formList__content textarea {
  font-size: 28rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 480px) {
  .form .formList__content input,
  .form .formList__content label,
  .form .formList__content textarea {
    font-size: 18rem;
  }
}
.form .formList__content input,
.form .formList__content textarea {
  padding: 0.4em;
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .form .formList__content input,
  .form .formList__content textarea {
    padding: 0.6em;
  }
}
.form .formList__content input {
  width: clamp(300px, 40vw, 530px);
}
@media (max-width: 768px) {
  .form .formList__content input {
    width: 100%;
  }
}
.form .formList__content input.age {
  width: clamp(80px, 20vw, 136px);
}
@media (max-width: 768px) {
  .form .formList__content input.age {
    width: 100%;
  }
}
.form .formList__content textarea {
  width: 100%;
  height: clamp(160px, 28vw, 365px);
  padding: 0.8em;
}
@media (max-width: 768px) {
  .form .formList__content textarea {
    width: 100%;
    height: clamp(200px, 60vw, 424px);
  }
}
.form__submit {
  text-align: center;
}
.form__submit--button {
  width: clamp(400px, 80vw, 516px);
  padding: 0.3em 0em 0.3em 1em;
  background-color: #fff;
  border-radius: 8rem;
  color: #030282;
  font-size: 35rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1em;
}
@media (max-width: 768px) {
  .form__submit--button {
    width: clamp(200px, 60vw, 400px);
    font-size: 43rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media (max-width: 480px) {
  .form__submit--button {
    border-radius: 4rem;
    font-size: 22rem;
  }
}

/* =============================================
「必須」マーク
============================================= */
.markRequired {
  display: inline-flex;
  align-items: center;
  height: 80%;
  margin-left: 0.8em;
  padding: 0.2em 0.4em;
  background-color: #c7000b;
  border-radius: 8rem;
  font-size: 36rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .markRequired {
    height: 100%;
    margin-left: 0.4em;
    padding: 0.2em 0.6em;
    font-size: 23rem;
  }
}
@media (max-width: 480px) {
  .markRequired {
    font-size: 18rem;
  }
}

/* =============================================
エラーメッセージ
============================================= */
.form .error {
  display: block;
  width: 100%;
  color: red;
  font-size: 24rem;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}

/* =============================================
ラジオボタン
============================================= */
.form-radio {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-radio {
    flex-wrap: wrap;
  }
}
.form-radio .form-radio__list {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .form-radio .form-radio__list {
    width: 33.3333333333%;
    margin-bottom: 32rem;
  }
}
.form-radio .form-radio__list input[type=radio] {
  width: clamp(18px, 2.4vw, 29px);
  height: clamp(18px, 2.4vw, 29px);
}
.form-radio .form-radio__list input[type=radio]:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .form-radio .form-radio__list input[type=radio] {
    width: clamp(20px, 5vw, 38px);
    height: clamp(20px, 5vw, 38px);
  }
}

/* =============================================
recaptcha badge
============================================= */
.grecaptcha-badge {
  margin-bottom: var(--recaptcha-badge-position);
  z-index: 9999;
}
@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}

@media (min-width: 992px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
/********************************************
* Now Loading
********************************************/
.form #form-load {
  display: none;
}
.form .loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form .load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}
.form .load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.form #result {
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 1300px) {
  .form #result {
    margin: 6.25vw auto;
  }
}
.form #result h4 {
  margin-bottom: 45px;
  font-size: 36px;
}
@media (max-width: 1300px) {
  .form #result h4 {
    margin-bottom: 3.125vw;
    font-size: 3.671875vw;
  }
}
@media (max-width: 768px) {
  .form #result h4 {
    margin-bottom: 4.6875vw;
    font-size: 4.9479166667vw;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
}
.form #result p {
  padding-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .form #result p {
    font-size: 2.421875vw;
  }
}
@media (max-width: 768px) {
  .form #result p {
    font-size: 3.90625vw;
    line-height: 1.4;
    padding-bottom: 6.5104166667vw;
  }
}
.form .space {
  height: 30px;
}
@media (max-width: 1300px) {
  .form .space {
    height: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .form .space {
    height: 1.3020833333vw;
  }
}
.form__confirm {
  text-align: center;
}
.form__confirm--title {
  display: inline-block;
  margin-bottom: 1em;
  background: linear-gradient(transparent 80%, #ff6 80%);
  font-size: 32rem;
}
.form__confirm--text {
  font-size: 24rem;
}
@media (max-width: 480px) {
  .form__confirm--text {
    font-size: 18rem;
  }
}

.footer {
  width: 100%;
  padding-bottom: 16rem;
}
.footer__top {
  margin-bottom: 40rem;
}
.footer__bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 120rem;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    margin-bottom: 40rem;
  }
}
.footer__bottom--logo {
  width: 44%;
  min-width: 240px;
}
@media (max-width: 768px) {
  .footer__bottom--logo {
    margin-bottom: 32rem;
  }
}
.footer__bottom--saleSite {
  width: 44%;
  min-width: 240px;
}
.footer__bottom--saleSite a {
  display: block;
  width: 100%;
  padding: 16rem 0;
  background-color: #fff;
  color: #030282;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(115, 207, 255);
  font-size: 22rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer__bottom--saleSite a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #ddd;
}
.footer__banner {
  padding: 32rem 0;
}
.footer__copyright {
  padding: 32px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 14rem;
  }
}

.footerBanner .link-banner {
  width: clamp(0px, 80vw, 1000px);
  margin: 50rem auto 80rem;
  text-align: left;
}
.footerBanner .link-banner a {
  vertical-align: top;
}

.fixedBottom {
  display: none;
}
@media (max-width: 768px) {
  .fixedBottom {
    display: grid;
    width: 100vw;
    height: clamp(80rem, 21vw, 154px);
    grid-template-columns: repeat(3, 1fr);
    gap: 16rem;
    padding: 16rem 9rem;
    background-color: #030282;
  }
}
.fixedBottom.fixed {
  top: unset;
  bottom: 0;
}
.fixedBottom__list {
  height: 100%;
}
.fixedBottom__list--button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 2vw, 12px);
  height: 100%;
  padding: 0 0.4em;
  background-color: #fff;
  border-radius: 8px;
}
.fixedBottom__list--button img {
  height: clamp(30px, 8vw, 70px);
}
.fixedBottom__list--button span {
  color: #030282;
  font-size: 35rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 480px) {
  .fixedBottom__list--button span {
    font-size: 16rem;
  }
}