@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;
  }
}

* {
  box-sizing: border-box;
}

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;
  display: flex;
  column-gap: 2.8rem;
  left: 4.78rem;
  bottom: 1rem;
}
@media (max-width: 767px) {
  .fv .cta {
    flex-direction: column;
    row-gap: 2.4rem;
    bottom: 6rem;
    left: 0;
    margin-inline: 2rem;
  }
}
.fv .cta img {
  width: 28rem;
}
@media (max-width: 767px) {
  .fv .cta img {
    width: 100%;
  }
}

/*-------------------
cta01
-------------------*/
.c-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.8rem;
  height: 12.8rem;
  background-color: #37adbe;
}
@media (max-width: 767px) {
  .c-cta {
    flex-direction: column;
    row-gap: 2.4rem;
    height: 44.6rem;
    padding: 0 2rem;
  }
}
.c-cta img {
  width: 28rem;
}
@media (max-width: 767px) {
  .c-cta img {
    width: 100%;
  }
}

/*-------------------
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: linear-gradient(to bottom, #7dcfd9, #37adbe);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 4rem;
  height: 26.6rem;
  margin-bottom: 9rem;
  height: 19.8rem;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 16.8rem;
    height: 46.8rem;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-img {
  width: 15.6rem;
}
@media (max-width: 767px) {
  .footer .footer-img {
    width: 50%;
    margin-bottom: 8rem;
  }
}
.footer .link {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footer .link {
    font-size: 2.4rem;
  }
}
.footer .link a {
  margin: 0 1rem;
}

.top-btn {
  background-color: #171c61;
  color: #fff;
  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;
  left: 93.8rem;
  bottom: 9.5rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  display: block;
}
@media (max-width: 767px) {
  .top-btn {
    font-size: 12px;
    width: 54px;
    height: 54px;
    padding: 25px 5px 5px 5px;
    bottom: 17rem;
    left: calc(100% - 54px);
  }
}
.top-btn:hover {
  opacity: 0.8;
}
.top-btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  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: -1px;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  width: 100%;
}
.float-cta {
  position: absolute;
  width: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
  bottom: 0;
  height: 9.5rem;
  background-color: #37adbe;
}
.float-cta a {
  width: 28rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .float-cta a {
    width: 30rem;
  }
}
@media (max-width: 767px) {
  .float-cta {
    position: absolute;
    height: 17rem;
    width: 100%;
    bottom: 0;
    column-gap: 3rem;
  }
}

.float-box {
  position: relative;
  width: 100%;
}

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

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

a:hover {
  opacity: 0.7;
}

.faq-box {
  background-color: #fafafa;
  padding-bottom: 5rem;
}

.faq-title {
  display: flex;
  position: relative;
}

.hp-faq-list-items {
  max-width: 70.9rem;
  margin: 0 auto;
}

.hp-faq-list-item01 {
  border-top: #35adbe solid 1px;
}

.hp-faq-list-item {
  border-bottom: #35adbe solid 1px;
  padding-block: 1rem;
}
@media (max-width: 767px) {
  .hp-faq-list-item {
    margin-inline: 0;
  }
}
.hp-faq-list-item .faq-q__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  padding-block: 1.6rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hp-faq-list-item .faq-q__text {
    font-size: 2.4rem;
  }
}
.hp-faq-list-item .faq-q__text-mark {
  font-weight: 600;
  color: #fff;
  background-color: #35adbe;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  margin-right: 2.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hp-faq-list-item .faq-q__text-mark {
    margin-right: 1rem;
  }
}
.hp-faq-list-item .faq-q__text-text {
  font-weight: 700;
  color: #363433;
}
@media (max-width: 767px) {
  .hp-faq-list-item .faq-q__text-text {
    padding-right: 1rem;
  }
}
.hp-faq-list-item .faq-plus {
  height: 100%;
  position: absolute;
  right: 0;
}
.hp-faq-list-item .faq-plus span {
  background-color: #1b81d0;
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .hp-faq-list-item .faq-plus span {
    width: 2.4rem;
  }
}
.hp-faq-list-item .faq-plus span::after {
  content: "";
  background-color: #1b81d0;
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .hp-faq-list-item .faq-plus span::after {
    width: 2.4rem;
  }
}
.hp-faq-list-item .faq-a__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1.6rem 2.4rem;
  display: flex;
}
@media (max-width: 767px) {
  .hp-faq-list-item .faq-a__text {
    font-size: 2.4rem;
    padding: 1.6rem 0;
  }
}
.hp-faq-list-item .faq-a__text-mark {
  font-weight: 600;
  color: #fff;
  background-color: #f07171;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  margin-right: 2.4rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hp-faq-list-item .faq-a__text-mark {
    margin-right: 1rem;
  }
}
.hp-faq-list-item .faq-a__text-text {
  font-weight: 700;
}

.accordion-button {
  cursor: pointer;
  border-radius: 1.5rem 1.5rem 0 0;
  transition: all 0.3s ease;
}

.accordion-content {
  display: none;
}

.accordion-button.open {
  border-radius: 1.5rem 1.5rem 0 0;
}
.accordion-button.open .faq-plus span {
  background-color: #1b81d0;
}
.accordion-button.open .faq-plus span::after {
  transform: rotate(0deg);
  background-color: #1b81d0;
}/*# sourceMappingURL=style.css.map */