@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*! 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;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  scroll-padding-top: 8rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#container {
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.inner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 72rem;
  }
}

.all_svg {
  display: none;
}

#container {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: -20px 0 20px -15px rgba(0, 0, 0, 0.3), 20px 0 20px -15px rgba(0, 0, 0, 0.3);
}

/*-------------------
 ファーストビュー
-------------------*/
.fv {
  position: relative;
}
.fv .cta {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
  width: 46.4rem;
}
@media (max-width: 767px) {
  .fv .cta {
    left: 51%;
    bottom: 7.2rem;
  }
}

/*-------------------
動画設定
-------------------*/
.move-section {
  position: relative;
}

.move {
  position: absolute;
  width: 58.5rem;
  height: 33rem;
  left: 0;
  right: 0;
  margin: auto;
}
.move video {
  width: 100%;
  height: 100%;
  display: block;
}
.move .play-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.move .play-container.hidden {
  display: none;
}
.move .play-button {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.move .play-button span {
  font-size: 30px;
  line-height: 1;
}
.move .play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.move .play-text {
  font-size: 3rem;
  color: #e4ec73;
  margin-top: 23rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .move .play-text {
    font-size: 16px;
    margin-top: 26rem;
  }
}

.move01 {
  top: 105rem;
}
@media (max-width: 767px) {
  .move01 {
    top: 131.5rem;
  }
}

.move02 {
  bottom: 8rem;
}
@media (max-width: 767px) {
  .move02 {
    bottom: 14rem;
  }
}

/*-------------------
cta2
-------------------*/
.cta-2 {
  position: relative;
}
.cta-2 .middle-btn {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
  width: 46.4rem;
}

/*-------------------
faq
-------------------*/
.faq {
  width: 75.3rem;
  margin: 5rem auto 5rem;
}
@media (max-width: 767px) {
  .faq {
    margin: 0 auto;
  }
}
.faq-item dt {
  color: #0d6e8c;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  background-color: #e1f3f7;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  height: 5.3rem;
}
@media (max-width: 767px) {
  .faq-item dt {
    font-size: 2.8rem;
    height: auto;
    padding-block: 1rem;
  }
}
.faq-item dt p {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .faq-item dt p {
    align-items: flex-start;
  }
}
.faq-item dt span {
  font-size: 2.4rem;
  margin-right: 2rem;
  display: block;
}
@media (max-width: 767px) {
  .faq-item dt span {
    font-size: 2.6rem;
  }
}
.faq-item dd {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  padding-block: 2rem;
}
@media (max-width: 767px) {
  .faq-item dd {
    font-size: 2.8rem;
  }
}
.faq-item dd p {
  display: flex;
  align-items: flex-start;
}
.faq-item dd span {
  font-size: 2.4rem;
  margin-right: 2rem;
  display: block;
  color: #fc4791;
}
@media (max-width: 767px) {
  .faq-item dd span {
    font-size: 2.6rem;
  }
}

/*-------------------
footer
-------------------*/
.footer {
  background-color: #383839;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 4rem;
  height: 26.6rem;
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 24rem;
  }
}
.footer .footer-img {
  width: 28.8rem;
}
.footer .link {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer .link a {
  margin: 0 1rem;
}

.top-btn {
  background-color: #e6e6e6;
  font-size: 1.2rem;
  letter-spacing: -1px;
  font-weight: bold;
  width: 6.2rem;
  height: 6.2rem;
  padding: 3rem 0.5rem 0.5rem 0.5rem;
  position: absolute;
  z-index: 1000;
  transition: bottom 0.7s ease;
  cursor: pointer;
  right: 0;
  top: -6.2rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-btn {
    font-size: 12px;
    width: 54px;
    height: 54px;
    padding: 25px 5px 5px 5px;
    top: -52px;
  }
}
.top-btn:hover {
  opacity: 0.8;
}
.top-btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 1.1rem;
  left: 2.2rem;
}
@media (max-width: 767px) {
  .top-btn::after {
    width: 20px;
    height: 20px;
    top: 12px;
    left: 19px;
  }
}

.float {
  position: fixed;
  bottom: 0;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.float-cta {
  position: absolute;
  width: 32.4rem;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .float-cta {
    position: absolute;
    width: 46.4rem;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.float.show,
.top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.top-btn:hover {
  opacity: 0.7;
}

a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */

.boyoboyo {
  animation: squash 1.2s ease-in-out infinite; /* .boyoboyo側で1.2秒おきにアニメーションを呼び出し実行する */
}
@keyframes squash {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}/*大きさを変えたいため、scaleを、1→1.1→1と変化*/
  100% {transform: scale(1);}
}

.form_tit {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 2rem;
}

table {
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    font-size: 15px;
    line-height: 150%;
    border-collapse: collapse;
    vertical-align: top;
    width: 97%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    margin: 10px auto 25px;
}

th {
    background-color: #F0F0F0;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    border-collapse: collapse;
    vertical-align: middle;
    font-weight: normal;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.form-required {
  background-color: #B71271;
    padding-right: 6px;
    padding-left: 6px;
    color: #FFFFFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
td {
  background-color: #FFFFFF;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    border-collapse: collapse;
    vertical-align: top;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    padding-top: 18px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 35px;
}
textarea {
  width: 85%;
}
.form input,
.form textarea {
  font-size: 15px;
    border: 1px solid #999999;
    margin-bottom: 7px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}
.form select {
  font-size: 15px;
    border: 1px solid #999999;
    margin-bottom: 4px;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    color: #333333;
}
.sp-Only {
  display: none;
}

#form-submit {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #65B43C;
  border: 1px solid #65B43C;
  width: 300px;
}
.form p {
  font-size: 15px;
  padding-bottom: 25px;
}
h5 {
  text-align: center;
  font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0px;
    margin-right: 10px;
    padding-left: 25px;
}
.privacy {
  overflow: scroll;
    height: 150px;
    border: 1px solid #333333;
    width: 900px;
    font-size: 12px;
    margin: 0 auto 50px;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  table {
    margin: 10px auto;
  }
  .form p {
    font-size: 12px;
  }
  .form_tit {
    font-size: 3rem;
  }
  .form table,
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .form th {
    background-color: transparent;
    padding: 5px 10px;
    border: none;
  }

  .form td {
    padding: 5px 10px 15px;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }

  .form input,
  .form select,
  .form textarea {
    width: 95%;
    font-size: 16px;
  }

  .form-required {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    padding: 2px 6px;
  }
  .pc-Only {
    display: none !important;
  }
  .sp-Only {
    display: inline-block;
  }
  .privacy {
    width: 90%;
  }
}

.formError .formErrorContent {
  color: #ee0101;
}
.formError {
  display: none;
}

.fv .sub-btn {
  width: 22rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}

@media (max-width: 767px) {
  .fv .sub-btn {
      top: 0.5rem;
  }
}