@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  -webkit-box-sizing: content-box;
          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 */
}

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/*--------------------------------------------
 * 共通部分
 *--------------------------------------------*/
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --------------------------------------------
 * ヘッダー
 * -------------------------------------------- */
.header {
  background: -webkit-gradient(linear, left top, right top, from(#f3cdc4), to(#f39fa2));
  background: linear-gradient(90deg, #f3cdc4, #f39fa2);
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__inner__logo {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__inner__logo {
    font-size: 15px;
  }
}

/* --------------------------------------------
 * プログラム
 * -------------------------------------------- */
.program {
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .program {
    padding: 40px 20px;
  }
}

.program__inner__title {
  color: #ee798a;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .program__inner__title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}

.program__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .program__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.program__text__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .program__text__area {
    text-align: left;
  }
}
.program__text__area p {
  color: #ee798a;
  font-size: 23px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .program__text__area p {
    font-size: 18px;
    line-height: 2.2;
  }
}

.program__img__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .program__img__area {
    width: auto;
    max-width: 100%;
  }
}
.program__img__area img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* --------------------------------------------
 * CTA
 * -------------------------------------------- */
.cta {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 20px 0px;
  }
}

.cta__inner {
  text-align: center;
}
.cta__inner a {
  display: inline-block;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta__inner a {
    max-width: 100%;
  }
}
.cta__inner a img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------------------------------
 * 3つの理由
 * -------------------------------------------- */
.reason {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 40px 0px;
  }
}

.reason__inner__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #eb7e8b;
}
@media screen and (max-width: 768px) {
  .reason__inner__title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}

.reason__contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.reason__contents__item__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .reason__contents__item__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.reason__contents__item__single:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reason__contents__item__single:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.reason__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reason__textArea {
    width: auto;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}
.reason__textArea p {
  font-size: 25px;
  text-align: left;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .reason__textArea p {
    font-size: 18px;
    line-height: 2.2;
  }
}

.reason__item__title {
  margin-bottom: 20px;
  text-align: center;
}
.reason__item__title img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: inline-block;
}

.reason__imgArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .reason__imgArea {
    width: auto;
    max-width: 100%;
    width: 100%;
  }
}
.reason__imgArea img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* --------------------------------------------
 * プロセス
 * -------------------------------------------- */
.process {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .process {
    padding: 30px 0px;
  }
}

/* --------------------------------------------
 * トレーナー制度
 * -------------------------------------------- */
.trainer {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .trainer {
    padding: 30px 0px;
  }
}

.trainer__inner__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #eb7e8b;
}
@media screen and (max-width: 768px) {
  .trainer__inner__title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}

.trainer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .trainer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.trainer__text__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .trainer__text__area {
    text-align: left;
  }
}
.trainer__text__area p {
  color: #ee798a;
  font-size: 23px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .trainer__text__area p {
    font-size: 18px;
    line-height: 2.2;
  }
}

.trainer__img__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trainer__img__area {
    width: auto;
    max-width: 100%;
  }
}
.trainer__img__area img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* --------------------------------------------
 * プライス
 * -------------------------------------------- */
.price {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 30px 0px;
  }
}

.price__inner__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #eb7e8b;
}
@media screen and (max-width: 768px) {
  .price__inner__title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}

.price__img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .price__img {
    width: 90%;
  }
}

/* --------------------------------------------
 * 店舗情報
 * -------------------------------------------- */
.store {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .store {
    padding: 30px 0px;
  }
}

.store__inner__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .store__inner__title {
    margin-bottom: 30px;
  }
}

.store__contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .store__contents {
    padding: 0 10px;
  }
}

.store__prefecture {
  background-color: #d4eef5;
  border: none;
  overflow: hidden;
}
.store__prefecture:not(:last-child) {
  border-bottom: 2px solid #fff;
}

.store__prefecture-btn {
  background-color: #d4eef5;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .store__prefecture-btn {
    padding: 15px 20px;
  }
}
.store__prefecture-btn:hover {
  background-color: #c8e9f2;
}

.store__prefecture-name {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .store__prefecture-name {
    font-size: 23px;
  }
}

.store__prefecture-icon {
  font-size: 35px;
  color: #000;
  font-weight: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .store__prefecture-icon {
    font-size: 30px;
  }
}

.store__shops-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.store__prefecture.is-active .store__shops-wrapper {
  grid-template-rows: 1fr;
}

.store__shops {
  overflow: hidden;
  background-color: #fff;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .store__shops {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.store__prefecture.is-active .store__shops {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .store__prefecture.is-active .store__shops {
    padding: 0;
  }
}

.store__shop-card {
  border: 2px solid #00a0e9;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .store__shop-card {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .store__shop-card:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .store__shop-card:last-child {
    margin-bottom: 20px;
  }
}

.store__shop-header {
  background-color: #00a0e9;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .store__shop-header {
    font-size: 20px;
    padding: 12px 15px;
  }
}

.store__shop-body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .store__shop-body {
    padding: 15px;
  }
}

.store__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .store__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
  }
}
.store__info-row:last-child {
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .store__info-row:last-child {
    margin-top: 15px;
  }
}

.store__info-label {
  font-size: 20px;
  font-weight: 700;
  color: #00a0e9;
  min-width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .store__info-label {
    font-size: 18px;
    min-width: auto;
  }
}

.store__info-value {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .store__info-value {
    font-size: 18px;
  }
}

.store__reserve-btn {
  display: inline-block;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 768px) {
  .store__reserve-btn {
    width: auto;
  }
}

.store__map-link {
  color: #00a0e9;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, -webkit-text-decoration 0.2s ease-in-out;
}
.store__map-link:hover {
  text-decoration: underline;
}

/* --------------------------------------------
 * FAQ
 * -------------------------------------------- */
.faq {
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 30px 0px;
  }
}

.faq__inner__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #eb7e8b;
}
@media screen and (max-width: 768px) {
  .faq__inner__title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}

.faq__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .faq__content {
    padding: 0 10px;
  }
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    gap: 30px;
  }
}

.faq__list-item {
  background-color: #fff;
  border: 2px solid #eb7e8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .faq__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq-question {
  background-color: #eb7e8b;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-question {
    padding: 10px 10px;
    gap: 10px;
  }
}
.faq-question:hover {
  background-color: #e86877;
}
.faq-question img {
  display: block;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .faq-question img {
    width: 40px;
    height: 40px;
  }
}

.faq-question__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 23px;
  font-weight: #fff;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq-question__title {
    font-size: 18px;
  }
}

.faq-question__icon {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq-question__icon {
    font-size: 25px;
  }
}

.faq__list-item.is-active .faq-answer-wrapper {
  grid-template-rows: 1fr;
}

.faq-answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .faq-answer {
    padding: 0 10px;
    gap: 10px;
  }
}

.faq-answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.25s ease-in-out 0.1s;
  transition: opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.25s ease-in-out 0.1s;
  transition: opacity 0.25s ease-in-out 0.1s, transform 0.25s ease-in-out 0.1s;
  transition: opacity 0.25s ease-in-out 0.1s, transform 0.25s ease-in-out 0.1s, -webkit-transform 0.25s ease-in-out 0.1s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .faq-answer__inner {
    gap: 10px;
  }
}
.faq__list-item.is-active .faq-answer__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.faq-answer__inner img {
  display: block;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .faq-answer__inner img {
    width: 40px;
    height: 40px;
  }
}

.faq-answer__text {
  width: 90%;
  font-size: 23px;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .faq-answer__text {
    font-size: 18px;
  }
}