@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**

$footer

**/
html {
  font-size: 16px;
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

li:focus,
li:active,
span:focus,
span:active {
  outline: none;
}

img:focus,
img:active,
dl:focus,
dl:active {
  outline: none;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 100%;
  color: #3c0a00;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

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

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

/*きらっと光る*/
.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  z-index: 1;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2.5s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
#fv,
#sec06,
#sec09 {
  position: relative;
}

.cta01 {
  position: absolute;
  width: clamp(19.09375rem, 0rem + 81.4666666667vw, 38.1875rem);
  bottom: clamp(1.625rem, -0.5rem + 9.0666666667vw, 3.75rem);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.mt01 {
  margin-top: clamp(0.3125rem, -0.625rem + 4vw, 1.25rem);
}

.cta02 {
  position: absolute;
  width: clamp(12.84375rem, 0rem + 54.8vw, 25.6875rem);
  top: clamp(16.28125rem, 0rem + 69.4666666667vw, 32.5625rem);
  left: calc(50% + clamp(0.9375rem, 0rem + 4vw, 1.875rem));
  transform: translate(-50%, 0);
  z-index: 1;
}

.mt02 {
  margin-top: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}

.cta03 {
  position: absolute;
  width: clamp(19.09375rem, 0rem + 81.4666666667vw, 38.1875rem);
  bottom: clamp(1.875rem, -0.9375rem + 12vw, 4.6875rem);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

/*
よくある質問
*/
#question li {
  cursor: pointer;
}

#question li + li {
  margin-top: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

#question li:last-child {
  margin-bottom: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

#question dt {
  position: relative;
}

#question dd {
  padding-top: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
  padding-bottom: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  min-height: 0;
  overflow: hidden;
  display: none;
}

#question span {
  display: block;
  width: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
  height: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#question span::before,
#question span::after {
  content: "";
  display: block;
  width: clamp(0.84375rem, 0rem + 3.6vw, 1.6875rem);
  height: 2.4px;
  background: #1c314c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#question span::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
  transition: 0.3s;
}

#question span.active::before {
  opacity: 0;
}

.footer {
  color: #fff;
  background: #1c314c;
  text-align: center;
  font-size: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
  padding-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  padding-bottom: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.footer__list {
  display: flex;
  justify-content: center;
}

.footer__item {
  padding-left: clamp(1.71875rem, 0rem + 7.3333333333vw, 3.4375rem);
  padding-right: clamp(1.71875rem, 0rem + 7.3333333333vw, 3.4375rem);
}

.footer__item:first-child {
  border-right: 2px solid #fff;
}

.footer__copy {
  margin-top: clamp(0.78125rem, 0rem + 3.3333333333vw, 1.5625rem);
}

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