@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
}

@media screen and (min-width: 993px) {
  a:hover {
    opacity: 0.8;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .u-pc {
    display: none !important;
  }
}

.u-over {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-over:hover {
    opacity: 0.7;
  }
}

.u-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.u-fadeNext {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fadeNext.is-fadeNext {
  opacity: 1;
  transform: translateY(0);
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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*/
}

/* 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;
  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-top-width: 1px;
  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] {
  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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.l-body {
  position: relative;
}
.l-body__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -2;
}
@media screen and (max-width: 992px) {
  .l-body__bg {
    background-image: url(../img/home/bg-sp.jpg);
  }
}

.l-container {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .l-container {
    max-width: 520px;
  }
}
.l-container.-lg {
  max-width: 1312px;
}
@media screen and (max-width: 992px) {
  .l-container.-lg {
    max-width: 520px;
  }
}
.l-container.-sm {
  max-width: 750px;
}
@media screen and (max-width: 992px) {
  .l-container.-sm {
    max-width: 520px;
  }
}

.l-header {
  background-color: #fff;
}
.l-header__inner {
  height: 80px;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    height: 50px;
  }
}

.p-hd__logo {
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-hd__logo {
    padding: 13px 0 0 0;
  }
}
.p-hd__logo img {
  width: 242px;
}
@media screen and (max-width: 992px) {
  .p-hd__logo img {
    width: 138px;
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.l-footer__inner {
  position: relative;
  max-width: 1004px;
  margin: 0 auto;
  padding: 0 90px 20px;
}
@media screen and (max-width: 992px) {
  .l-footer__inner {
    padding: 50px 20px;
  }
}

.p-ft__gotop {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 80px;
}
@media screen and (max-width: 992px) {
  .p-ft__gotop {
    width: 56px;
    right: 20px;
  }
}
.p-ft__logoWrap {
  margin-bottom: 15px;
  padding-top: 30px;
}
@media screen and (min-width: 993px) {
  .p-ft__logoWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
}
@media screen and (max-width: 992px) {
  .p-ft__logoWrap {
    padding-top: 0;
  }
}
.p-ft__logo {
  width: 342px;
}
@media screen and (max-width: 992px) {
  .p-ft__logo {
    width: 230px;
    margin: 0 auto 20px;
  }
}
.p-ft__addr {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 993px) {
  .p-ft__addr {
    line-height: 1.42;
  }
}
@media screen and (max-width: 992px) {
  .p-ft__addr {
    font-size: 12px;
    text-align: center;
  }
}
.p-ft__copy {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-ft__copy {
    font-size: 12px;
  }
}

.r-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 408px;
  font-size: 24.6px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #FF0000;
  border-radius: 40px;
  box-shadow: 0px 0px 6.5px 0px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .r-btn {
    font-size: 19.6px;
    width: 100%;
    height: 65px;
  }
}
@media screen and (max-width: 992px) {
  .r-btn.-apply {
    max-width: 333px;
  }
}
@media screen and (max-width: 992px) {
  .r-btn.-etc {
    max-width: 256px;
    height: 48px;
  }
}
.r-btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/arrow-wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20.5px;
  height: 20.5px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .r-btn::before {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}

.m-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 408px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #ED7700;
  border-radius: 40px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .m-btn {
    font-size: 14px;
    width: 100%;
    max-width: 256px;
    height: 48px;
  }
}
.m-btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon-tab.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26.29px;
  height: 25.98px;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .m-btn::before {
    width: 18.2646px;
    height: 18.051px;
    right: 15px;
  }
}

.modal-area {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
.modal-area__inner {
  background-color: #fff;
  border-radius: 16px;
  margin: 15% auto;
  width: 90%;
  max-width: 840px;
  position: relative;
  padding-bottom: 50px;
}
.modal-area__close {
  position: absolute;
  top: -40px;
  right: 15px;
}
.modal-area__close img {
  width: 24px;
}
.modal-area.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-area__ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #E6E6E6;
  border-radius: 16px 16px 0 0;
  padding: 0.8em 0;
  margin-bottom: 30px;
}
.modal-area__txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.modal-area__qr {
  text-align: center;
  margin-bottom: 30px;
}
.modal-area__qr img {
  width: 80px;
}
.modal-area__note {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .modal-area__note {
    font-size: 14px;
    margin-top: 20px;
  }
}
.modal-area__note a {
  color: #516BAE;
  text-decoration: underline;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 40px 20px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  overflow: visible;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before,
.remodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 46%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: calc(50% - 170px);
}
@media screen and (max-width: 576px) {
  .slick-prev {
    left: 20px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-next {
  right: calc(50% - 170px);
}
@media screen and (max-width: 576px) {
  .slick-next {
    right: 20px;
  }
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.home-apply__slider .slick-prev {
  background-image: url(../img/common/slide-prev.webp);
}
.home-apply__slider .slick-prev.is-disabled {
  background-image: url(../img/common/slide-prev-no.webp);
  pointer-events: none;
}
.home-apply__slider .slick-next {
  background-image: url(../img/common/slide-next.webp);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-kv__inner {
  padding: 70px 0 25px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-kv__inner {
    padding: 135px 0 25px;
  }
}
.home-kv__ttl {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .home-kv__ttl {
    margin-bottom: 35px;
  }
}
.home-kv__ttl img {
  width: 58.65%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 992px) {
  .home-kv__ttl img {
    width: 100%;
  }
}
.home-kv.is-fade .home-kv__ttl img {
  opacity: 1;
  transform: scale(1);
}
.home-kv__read {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .home-kv__read {
    margin-bottom: 35px;
  }
}
.home-kv__read img {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-kv.is-fade .home-kv__read img {
  opacity: 1;
  transform: scale(1);
}
.home-kv__deco {
  position: absolute;
  top: 0;
  left: 5%;
  width: 117.5px;
}
@media screen and (max-width: 992px) {
  .home-kv__deco {
    left: calc(50% - 47.75px);
    width: 95.5px;
  }
}
.home-kv__deco img {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 1s 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-kv.is-fade .home-kv__deco img {
  opacity: 1;
  transform: translateY(0);
}

.home-about__inner {
  padding-top: 170px;
}
.home-about__box {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-about__box {
    margin-bottom: 70px;
  }
}
.home-about__box::before {
  content: "";
  position: absolute;
  background-image: url(../img/home/star.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 254.5px;
  height: 244px;
  top: -100px;
}
@media screen and (max-width: 992px) {
  .home-about__box::before {
    width: 100px;
    height: 100px;
    top: 0;
  }
}
.home-about__box.-n1::before {
  left: -290px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 992px) {
  .home-about__box.-n1::before {
    left: 20px;
  }
}
.home-about__box.-n2::before {
  right: -40px;
  transform: rotate(30deg);
}
@media screen and (max-width: 992px) {
  .home-about__box.-n2::before {
    right: 20px;
  }
}
.home-about__box.-n3::before {
  left: -290px;
  transform: rotate(10deg);
}
@media screen and (max-width: 992px) {
  .home-about__box.-n3::before {
    left: 20px;
  }
}
.home-about__ttl {
  font-size: 67px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-about__ttl {
    font-size: 28px;
    width: max-content;
  }
  .home-about__ttl.-n1 {
    margin: 0 10px 30px auto;
  }
  .home-about__ttl.-n2 {
    margin: 0 auto 30px 10px;
  }
}
.home-about__ttl.-n3 {
  font-size: 55px;
}
@media screen and (max-width: 992px) {
  .home-about__ttl.-n3 {
    font-size: 23px;
    margin: 0 10px 30px auto;
  }
}
.home-about__ttl.-n3 span {
  font-size: 44px;
}
@media screen and (max-width: 992px) {
  .home-about__ttl.-n3 span {
    font-size: 18.4px;
  }
}
.home-about__ttl b {
  color: #FFF000;
}
.home-about__ttl span {
  font-size: 53.6px;
}
@media screen and (max-width: 992px) {
  .home-about__ttl span {
    font-size: 22.4px;
  }
}
.home-about__txt {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .home-about__txt {
    font-size: 17px;
    text-align: center;
  }
}
.home-about__txt b {
  color: #FFF000;
}
.home-about__txt.-note {
  font-size: 24px;
  color: #FFF000;
}
@media screen and (max-width: 992px) {
  .home-about__txt.-note {
    font-size: 13px;
    text-align: center;
  }
}

.home-campain__inner {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .home-campain__inner {
    padding-top: 40px;
  }
}
.home-campain__ttl {
  font-size: 68px;
  font-weight: 800;
  color: #FFF000;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .home-campain__ttl {
    font-size: 26px;
    line-height: 1.75;
  }
}
.home-campain__ttl span {
  font-size: 54.4px;
}
@media screen and (max-width: 992px) {
  .home-campain__ttl span {
    font-size: 20.8px;
  }
}
.home-campain .rocket {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .home-campain .rocket {
    margin-bottom: 45px;
  }
}
.home-campain .rocket img {
  width: 88px;
}
@media screen and (max-width: 992px) {
  .home-campain .rocket img {
    width: 66px;
  }
}
.home-campain__txt {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-campain__txt {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.home-campain__txt span {
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .home-campain__txt span {
    font-size: 19.2px;
  }
}
.home-campain__box {
  background-color: #fff;
  border-radius: 16px;
  padding: 80px 20px;
}
@media screen and (max-width: 992px) {
  .home-campain__box {
    padding: 20px;
  }
}
.home-campain__boxTxt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home-campain__boxTxt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.home-apply__inner {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .home-apply__inner {
    padding-top: 70px;
  }
}
.home-apply__ttl {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-apply__ttl {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.home-apply__ttl span {
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .home-apply__ttl span {
    font-size: 24px;
  }
}
.home-apply__slider {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 993px) {
  .home-apply__slider {
    margin: 0 auto 35px;
    max-width: 1092px;
  }
}
@media screen and (max-width: 992px) {
  .home-apply__slider {
    margin-bottom: 50px;
  }
}
.home-apply__slide {
  position: relative;
}
.home-apply__slide::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/apply-arrow-wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 29px;
  top: 45%;
  right: -45px;
}
@media screen and (max-width: 992px) {
  .home-apply__slide::before {
    content: none;
  }
}
.home-apply__slide:last-child::before {
  content: none;
}
.home-apply__slideImg {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .home-apply__slideImg {
    text-align: center;
  }
  .home-apply__slideImg img {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.home-apply__slideTxt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-left: 35px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 992px) {
  .home-apply__slideTxt {
    font-size: 22px;
    margin-left: 0;
  }
}
.home-apply__note {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  max-width: 570px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 992px) {
  .home-apply__note {
    font-size: 12px;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
}
.home-apply__note li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 992px) {
  .home-apply__btn {
    padding: 0 20px;
  }
}

.home-etc__inner {
  position: relative;
  padding-top: 300px;
}
@media screen and (max-width: 992px) {
  .home-etc__inner {
    padding-top: 130px;
  }
}
@media screen and (min-width: 993px) {
  .home-etc .ufo {
    position: absolute;
    top: 260px;
    left: 20px;
    width: 120px;
    transform: rotate(-15deg);
  }
}
@media screen and (max-width: 992px) {
  .home-etc .ufo {
    text-align: center;
    margin-bottom: 65px;
  }
  .home-etc .ufo img {
    width: 116px;
  }
}
.home-etc__ttl {
  background-color: #1E1EAA;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 992px) {
  .home-etc__ttl {
    font-size: 20px;
  }
}
.home-etc__blockInner {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  padding: 68px 78px 115px;
}
@media screen and (max-width: 992px) {
  .home-etc__blockInner {
    border-radius: 0 0 8px 8px;
    padding: 25px;
  }
}
.home-etc__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .home-etc__list {
    justify-content: center;
  }
}
.home-etc__list li {
  position: relative;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 98px;
}
@media screen and (max-width: 992px) {
  .home-etc__list li {
    width: 320px;
    margin-bottom: 45px;
    padding-left: 88px;
  }
}
.home-etc__list li i {
  width: 80px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .home-etc__list li i {
    width: 72px;
  }
}
.home-etc__list li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1E1EAA;
  margin-bottom: 0.3em;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .home-etc__list li h3 {
    font-size: 18px;
  }
}
.home-etc__list li p {
  font-size: 16px;
  font-weight: bold;
}
.home-etc__btn {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .home-etc__btn {
    margin-bottom: 50px;
  }
}
.home-etc__box {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 80px 0;
  margin: 0 25px;
}
@media screen and (max-width: 992px) {
  .home-etc__box {
    padding: 20px 10px;
    margin: 0;
  }
}
.home-etc__boxTxt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home-etc__boxTxt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.home-note__inner {
  padding: 130px 0 160px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-note__inner {
    padding: 65px 0 100px;
  }
}
.home-note__ttl {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-note__ttl {
    font-size: 20px;
  }
}
.home-note__note li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 992px) {
  .home-note__note li {
    font-size: 12px;
  }
}
.home-note__il1 {
  position: absolute;
  bottom: 0;
  right: -85px;
  width: 186.8px;
}
@media screen and (max-width: 992px) {
  .home-note__il1 {
    width: 186.8px;
  }
}

.bg-deco {
  position: relative;
  overflow: hidden;
}
.bg-deco__star {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.bg-deco__star.-n1 {
  background-image: url(../img/home/star-deco1.png);
  background-size: 1732px auto;
  background-position: -20px -70px;
}
@media screen and (max-width: 576px) {
  .bg-deco__star.-n1 {
    background-image: url(../img/home/star-deco1-sp.png);
    background-size: 100% auto;
    background-position: center -40px;
  }
}
.bg-deco__star.-n2 {
  background-image: url(../img/home/star-deco2.png);
  background-size: 1460px auto;
  background-position: -50px top;
}
@media screen and (max-width: 576px) {
  .bg-deco__star.-n2 {
    background-image: url(../img/home/star-deco2-sp.png);
    background-size: 100% auto;
    background-position: center bottom;
  }
}

.bg-earth {
  position: relative;
  overflow: hidden;
}
.bg-earth__deco {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url(../img/home/bg-campain.png);
  background-size: 3280px auto;
  background-position: center top;
  mix-blend-mode: screen;
}
@media screen and (max-width: 992px) {
  .bg-earth__deco {
    background-image: url(../img/home/bg-campain-sp.png);
    background-size: 2190px auto;
  }
}

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