@charset "UTF-8";
/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
/*! destyle.css v3.0.2 | 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  color: #444444;
  font-family: "Noto Serif JP", serif;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
fv
-----------------------------------------------------------------------*/
.fv {
  width: 100%;
}
.fv__img {
  width: 100%;
}

/* --------------------------------------------------------------------- 
cta
-----------------------------------------------------------------------*/
.cta {
  padding: 4rem 0;
  background-color: #d0e4f8;
}
.cta__ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cta__sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .cta__sub-ttl {
    font-size: 2.2rem;
  }
}
.cta__sub-ttl--blue {
  font-size: 6rem;
  color: #4689bf;
}
@media (max-width: 768px) {
  .cta__sub-ttl--blue {
    font-size: 3rem;
  }
}
.cta__ttl-img {
  display: block;
  width: 53rem;
}
@media (max-width: 768px) {
  .cta__ttl-img {
    margin: auto;
    max-width: 50rem;
    width: 90%;
  }
}
.cta__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 2.4rem;
}
@media (max-width: 1232px) {
  .cta__flex {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .cta__flex {
    margin: 3rem auto 0;
    width: 90%;
  }
}
.cta__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem;
  width: 43rem;
  border-radius: 3rem;
  border: 3px solid #4689bf;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cta__item {
    gap: 1rem;
    width: 100%;
    max-width: 43rem;
  }
}
.cta__item-ttl {
  text-align: center;
  padding: 0.6rem 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 3rem;
  color: #ffffff;
  background-color: #4689bf;
}
@media (max-width: 768px) {
  .cta__item-ttl {
    font-size: 2rem;
  }
}
.cta__item-txt-flex {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.cta__item-txt {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .cta__item-txt {
    font-size: 2rem;
  }
}
.cta__item-txt--min {
  padding: 0.2rem 1.6rem;
  font-size: 2.5rem;
  color: #ffffff;
  background-color: #666666;
}
@media (max-width: 768px) {
  .cta__item-txt--min {
    font-size: 1.8rem;
  }
}
.cta__arw-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cta__arw {
  margin-top: 0.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 19px solid #555555;
  border-bottom: 0;
}
.cta__item-default-price {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .cta__item-default-price {
    font-size: 2rem;
  }
}
.cta__item-default-price--wide {
  font-size: 2.9rem;
}
@media (max-width: 768px) {
  .cta__item-default-price--wide {
    font-size: 2.5rem;
  }
}
.cta__item-default-price--small {
  position: relative;
  font-size: 1.7rem;
}
.cta__item-default-price--small::before {
  content: "(税込)";
  position: absolute;
  display: block;
  text-align: center;
  top: -0.8rem;
  left: -0.4rem;
  font-size: 1rem;
  scale: 0.7;
  width: -moz-max-content;
  width: max-content;
}
.cta__item-after-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cta__item-after-price-txt {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .cta__item-after-price-txt {
    font-size: 1.6rem;
  }
}
.cta__item-after-price-txt--wide {
  font-size: 8rem;
  font-weight: bold;
  color: #4689bf;
}
@media (max-width: 768px) {
  .cta__item-after-price-txt--wide {
    font-size: 5rem;
  }
}
.cta__item-after-price-txt--small {
  position: relative;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .cta__item-after-price-txt--small {
    font-size: 3rem;
  }
}
.cta__item-after-price-txt--small::before {
  content: "(税込)";
  position: absolute;
  display: block;
  text-align: center;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  width: -moz-max-content;
  width: max-content;
  color: #444444;
}
@media (max-width: 768px) {
  .cta__item-after-price-txt--small::before {
    font-size: 1.2rem;
  }
}
.cta__btn, .cta__btn--fixed {
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 100vh;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #53c16d;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta__btn, .cta__btn--fixed {
    font-size: 2rem;
  }
}
.cta__btn--fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  width: 40rem;
  z-index: 100;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cta__btn--fixed {
    max-width: 40rem;
    width: 80%;
  }
}
.cta__btn--fixed.is-active {
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
  pointer-events: initial;
  opacity: 1;
}
.cta__btn--small {
  font-size: 1.6rem;
}
.cta__btn:hover, .cta__btn--fixed:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------- 
worries
-----------------------------------------------------------------------*/
.worries {
  padding: 6rem 0 10rem;
}
.worries__ttl {
  text-align: center;
  font-size: 4.7rem;
}
@media (max-width: 768px) {
  .worries__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.worries__ttl--wide {
  font-size: 7.8rem;
  font-weight: 500;
  color: #6c5a52;
}
@media (max-width: 768px) {
  .worries__ttl--wide {
    font-size: 4rem;
  }
}
.worries__canvas {
  position: relative;
  margin: 18rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .worries__canvas {
    margin-top: 8rem;
  }
}
.worries__canvas-main-img {
  display: block;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 26.6rem;
}
@media (max-width: 768px) {
  .worries__canvas-main-img {
    width: 20rem;
  }
}
.worries__canvas-item-img, .worries__canvas-item-img--type5, .worries__canvas-item-img--type4, .worries__canvas-item-img--type3, .worries__canvas-item-img--type2, .worries__canvas-item-img--type1 {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.worries__canvas-item-img--type1 {
  top: -10rem;
  left: -10rem;
  width: 19.1rem;
  animation: yurayura 3s infinite;
}
@media (max-width: 768px) {
  .worries__canvas-item-img--type1 {
    top: -5rem;
    left: -5rem;
    width: 12rem;
  }
}
.worries__canvas-item-img--type2 {
  bottom: 6rem;
  left: -12rem;
  width: 18.1rem;
  animation: yurayura2 3s infinite;
}
@media (max-width: 768px) {
  .worries__canvas-item-img--type2 {
    bottom: 5rem;
    left: -6rem;
    width: 13rem;
  }
}
.worries__canvas-item-img--type3 {
  width: 25.2rem;
  top: -11rem;
  right: -10rem;
  animation: yurayura 3s infinite;
}
@media (max-width: 768px) {
  .worries__canvas-item-img--type3 {
    top: -5rem;
    right: -5rem;
    width: 15rem;
  }
}
.worries__canvas-item-img--type4 {
  top: 4rem;
  right: -10rem;
  width: 16.6rem;
  animation: yurayura2 3s infinite;
}
@media (max-width: 768px) {
  .worries__canvas-item-img--type4 {
    right: -7rem;
    width: 12rem;
  }
}
.worries__canvas-item-img--type5 {
  bottom: -3rem;
  right: -8rem;
  width: 21.4rem;
  animation: yurayura 3s infinite;
}
@media (max-width: 768px) {
  .worries__canvas-item-img--type5 {
    right: -5rem;
    width: 15rem;
  }
}

/* --------------------------------------------------------------------- 
solution
-----------------------------------------------------------------------*/
.solution {
  background-color: #d0e4f8;
}
.solution__arw {
  display: block;
  margin: auto;
  width: 75rem;
}
@media (max-width: 768px) {
  .solution__arw {
    width: 90%;
  }
}
.solution__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution__txt-img {
  width: 41rem;
}
@media (max-width: 768px) {
  .solution__txt-img {
    width: 50%;
    max-width: 41rem;
  }
}
.solution__img {
  width: 30rem;
}
@media (max-width: 768px) {
  .solution__img {
    width: 40%;
    max-width: 30rem;
  }
}

/* --------------------------------------------------------------------- 
archive
-----------------------------------------------------------------------*/
.archive {
  padding-bottom: 3rem;
}
.archive__head {
  display: flex;
  justify-content: center;
  gap: 14rem;
  align-items: center;
}
@media (max-width: 1232px) {
  .archive__head {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .archive__head {
    gap: 1.6rem;
  }
}
.archive__head-img {
  width: 39rem;
}
@media (max-width: 768px) {
  .archive__head-img {
    width: 46%;
  }
}
.archive__ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.archive__sub-ttl {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .archive__sub-ttl {
    font-size: 1.4rem;
  }
}
.archive__ttl {
  font-size: 6.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .archive__ttl {
    font-size: 2.8rem;
  }
}
.archive__list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.4rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .archive__list {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
}
.archive__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30rem;
}
.archive__item-num-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.archive__item-num-txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.6rem;
  font-size: 1.6rem;
  z-index: 1;
  background-color: #ffffff;
}
.archive__item-num-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #444444;
  z-index: -1;
}
.archive__item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 10rem;
  margin-top: 2.4rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .archive__item-ttl {
    margin-top: 1rem;
  }
}
.archive__item-ttl--blue {
  background: linear-gradient(transparent 70%, #d0e4f8 60%);
}
.archive__item-table {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
  width: 100%;
  border: 1px solid #d0e4f8;
}
@media (max-width: 768px) {
  .archive__item-table {
    margin-top: 1rem;
  }
}
.archive__item-tr, .archive__item-tr--blue {
  display: flex;
  font-size: 1.3rem;
}
.archive__item-tr--blue {
  background-color: #d0e4f8;
}
.archive__item-th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: auto;
  min-height: 4.4rem;
  flex-shrink: 0;
  border-right: 1px solid #87b4da;
}
.archive__item-td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 4.4rem;
}
.archive__item-bfaf {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.archive__item-bfaf-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .archive__item-bfaf-box {
    margin-top: 1.6rem;
  }
}
.archive__item-bfaf-img {
  width: 14rem;
}

/* --------------------------------------------------------------------- 
user
-----------------------------------------------------------------------*/
.user {
  padding: 6rem 0;
  background: linear-gradient(to left, #a7cbe3, #d0e4f8);
}
.user__ttl {
  margin: auto;
  width: 34rem;
}
@media (max-width: 768px) {
  .user__ttl {
    width: 70%;
    max-width: 34rem;
  }
}
.user__ttl-img {
  width: 100%;
}
.user__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
  margin: 2.4rem auto 0;
  padding: 2.4rem;
  width: 100rem;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (max-width: 1232px) {
  .user__list {
    width: 90%;
    padding: 1.6rem;
    gap: 1.6rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 768px) {
  .user__item-img {
    width: 100%;
  }
}

/* --------------------------------------------------------------------- 
difference
-----------------------------------------------------------------------*/
.difference {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .difference {
    padding-top: 4rem;
  }
}
.difference__txt {
  margin-right: -4rem;
  font-size: 4rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .difference__txt {
    margin-right: -4rem;
    line-height: 1.4;
    font-size: 2rem;
  }
}
.difference__txt--blue {
  font-size: 4.8rem;
  color: #4689bf;
}
@media (max-width: 768px) {
  .difference__txt--blue {
    font-size: 3.2rem;
  }
}
.difference__txt--blue--back {
  position: relative;
  z-index: 1;
}
.difference__txt--blue--back::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  height: 20%;
  -webkit-clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
  background-color: #a7cbe3;
  z-index: -1;
}
.difference__txt--black {
  text-align: center;
  padding: 2.4rem 3.4rem;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  background-color: #444444;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .difference__txt--black {
    padding: 1rem 1.6rem;
  }
}
.difference__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.6rem;
}
.difference__img {
  width: 28rem;
}
@media (max-width: 768px) {
  .difference__img {
    max-width: 21rem;
    width: 50%;
  }
}

/* --------------------------------------------------------------------- 
merit
-----------------------------------------------------------------------*/
.merit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 6rem 0;
  background-color: #d0e4f8;
}
@media (max-width: 768px) {
  .merit {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .merit__wrap {
    width: 90%;
  }
}
.merit__wrap-ttl {
  text-align: center;
  margin: auto;
  padding: 0.4rem 0 0.6rem;
  width: 38rem;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #4689bf;
  color: #ffffff;
}
@media (max-width: 768px) {
  .merit__wrap-ttl {
    padding: 0.4rem 2rem 0.6rem;
    font-size: 2.2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.merit__wrap-inner {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin-top: 1.6rem;
}
@media (max-width: 1232px) {
  .merit__wrap-inner {
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .merit__wrap-inner {
    flex-direction: column;
    align-items: center;
  }
}
.merit__item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 36rem;
}
@media (max-width: 768px) {
  .merit__item {
    width: 100%;
  }
}
.merit__item-ttl {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .merit__item-ttl {
    font-size: 2rem;
  }
}
.merit__list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.6rem 2rem;
  width: 100%;
  border-radius: 24px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .merit__list {
    padding: 1.6rem;
    border-radius: 1.6rem;
  }
}
.merit__list-txt {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .merit__list-txt {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
}
.merit__list-txt--pink {
  color: #e31e78;
}
.merit__list-txt--small {
  font-size: 1.1rem;
}

/* --------------------------------------------------------------------- 
qa
-----------------------------------------------------------------------*/
.qa {
  padding: 2.4rem 0 4rem;
  background-color: #eeeeee;
}
.qa__head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qa__ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-right: -3rem;
}
@media (max-width: 768px) {
  .qa__ttl-box {
    gap: 1rem;
  }
}
.qa__sub-ttl {
  padding: 0.4rem 3rem;
  font-size: 3.2rem;
  color: #ffffff;
  background-color: #4689bf;
}
@media (max-width: 768px) {
  .qa__sub-ttl {
    padding: 0.4rem 1.6rem;
    font-size: 2.2rem;
  }
}
.qa__ttl {
  font-size: 10.5rem;
}
@media (max-width: 768px) {
  .qa__ttl {
    font-size: 6rem;
  }
}
.qa__ttl--small {
  font-size: 8.4rem;
}
@media (max-width: 768px) {
  .qa__ttl--small {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .qa__head-img {
    width: 40%;
    max-width: 19rem;
  }
}
.qa__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.qa__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 55rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .qa__item {
    width: 90%;
  }
}
.qa__question {
  cursor: pointer;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.6rem 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.qa__question-txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .qa__question-txt {
    font-size: 2rem;
    line-height: 1.4;
  }
  .qa__question-txt > br {
    display: none;
  }
  .qa__question-txt > .u-disp-none--PO {
    display: block;
  }
}
.qa__answer {
  position: relative;
  padding: 0rem 2rem;
  width: 100%;
  height: 0;
  line-height: 1.8;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.qa__answer.is-active {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  padding: 3.2rem 2rem 1.6rem;
}
.qa__answer.is-active::before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #444444;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------------------------------------------------------- 
info
-----------------------------------------------------------------------*/
.info {
  padding: 6rem 0 4rem;
}
@media (max-width: 768px) {
  .info {
    padding: 4rem 0 2rem;
  }
}
.info__ttl {
  text-align: center;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .info__ttl {
    font-size: 3.2rem;
  }
}
.info__shop-txt {
  text-align: center;
  margin-top: 4rem;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .info__shop-txt {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.info__txt-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .info__txt-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.info__txt {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .info__txt {
    font-size: 1.6rem;
  }
}
.info iframe {
  display: block;
  margin: 2rem auto 0;
  width: 69rem !important;
  height: auto !important;
  aspect-ratio: 69/34.5;
}
@media (max-width: 768px) {
  .info iframe {
    max-width: 50rem;
    width: 90% !important;
    aspect-ratio: 69/50;
  }
}

/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
.footer {
  padding: 2.4rem 0;
  background-color: #4689bf;
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__txt-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer__txt-box {
    align-items: center;
    width: 90%;
  }
}
.footer__txt {
  font-size: 2rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .footer__txt {
    font-size: 1.6rem;
  }
}
.footer__tel {
  font-size: 8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer__tel {
    font-size: 4.2rem;
  }
}

@keyframes yurayura {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes yurayura2 {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 1s;
}

.scl.show {
  scale: 1;
}

/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */