@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: initial !important;
  background: initial !important;
  font-size: initial !important;
  font-family: initial !important;
  line-height: initial !important;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #242424 !important;
  line-height: initial !important;
  word-wrap: break-word !important;
  white-space: normal !important;
}

a img:hover {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

a:hover {
  color: #242424;
  opacity: 1 !important;
}

/* ボタン */
/* container */
.lp-container {
  max-width: 750px;
  width: 100%;
  margin-inline: auto;
}

/* reset */
/* FV */
.fv {
  position: relative;
}
.fv img {
  width: 100%;
  object-ift: cover;
}

.fv__link-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(0.781rem, 3.33vw, 1.563rem);
  display: inline-block;
  width: 87.8666%;
}
.fv__link-button img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* body a */
.body-a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* body b */
.body-b {
  position: relative;
}
.body-b img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-b__textarea01 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(48.75rem, -0.313rem + 209.33vw, 97.813rem);
  width: 86.5333%;
  margin-inline: auto;
}

.body-b__textarea02 {
  position: absolute;
  left: 50%;
  bottom: clamp(1.688rem, 7.2vw, 3.375rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86.5333%;
  margin-inline: auto;
}

.body-b__text01,
.body-b__text02 {
  font-size: clamp(1.188rem, 5.07vw, 2.375rem);
}

.body-b__text01 {
  text-shadow: 2px 2px 10px #FFFFFF, 2px -2px 10px #FFFFFF, -2px -2px 10px #FFFFFF, -2px 2px 10px #FFFFFF;
}

/* body c */
.body-c img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* body d */
.body-d {
  position: relative;
}
.body-d img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-d__link-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(76.875rem, 328vw, 153.75rem);
  display: inline-block;
  width: 87.8666%;
}

/* body e */
.body-e {
  position: relative;
}

.body-e__link-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(6.875rem, 29.33vw, 13.75rem);
  display: inline-block;
  width: 87.8666%;
}

/* body f */
.faq {
  padding: clamp(2rem, 8.53vw, 4rem) 0 clamp(3.125rem, 13.33vw, 6.25rem);
}

.faq__title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq__items {
  margin-top: clamp(1.688rem, 7.2vw, 3.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.313rem, 9.87vw, 4.625rem);
}

.faq__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #01315e;
  padding: clamp(1.125rem, 4.8vw, 2.25rem) clamp(1.313rem, 5.6vw, 2.625rem) clamp(1.125rem, 4.8vw, 2.25rem) clamp(0.75rem, 3.2vw, 1.5rem);
}

.faq__q-text {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.406rem, 6vw, 2.813rem);
  color: #FFFFFF;
  font-weight: 400;
}

.faq__q {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(2.188rem, 9.33vw, 4.375rem);
          flex: 0 0 clamp(2.188rem, 9.33vw, 4.375rem);
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "MS PMincho", serif;
  color: #FFFFFF;
  font-size: clamp(2.031rem, 8.67vw, 4.063rem);
  font-weight: 300;
  position: relative;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.faq__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  padding: clamp(1.125rem, 4.8vw, 2.25rem) clamp(1.313rem, 5.6vw, 2.625rem) clamp(1.125rem, 4.8vw, 2.25rem) clamp(0.75rem, 3.2vw, 1.5rem);
}

.faq__a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(2.188rem, 9.33vw, 4.375rem);
          flex: 0 0 clamp(2.188rem, 9.33vw, 4.375rem);
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "MS PMincho", serif;
  color: #0b3d68;
  font-size: clamp(2.031rem, 8.67vw, 4.063rem);
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.faq__a-text {
  color: #242424;
  font-size: clamp(0.938rem, 4vw, 1.875rem);
  line-height: 1.5;
  font-weight: 300;
}

.faq__btn-wrap {
  margin-top: clamp(3.656rem, 15.6vw, 7.313rem);
  text-align: center;
}

.faq__link-button {
  display: inline-block;
  width: 87.8666%;
}

.conclusion img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.conclusion__bottom {
  position: relative;
  background-color: #FFFFFF;
  height: clamp(5.313rem, 22.67vw, 10.625rem);
}

.conclusion__link-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(0.938rem, 4vw, 1.875rem);
  display: inline-block;
  width: 87.8666%;
}

.step img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */