/*
Theme Name: lp
Description:
Author:
Author URI:
*/

/*! destyle.css v2.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;
  line-height: 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;
  /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */

::-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] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.otf") format("opentype"), url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.otf") format("opentype"), url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.woff") format("woff"), url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.otf") format("opentype"), url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff") format("woff"), url("https://start.achinavi.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
body,
html {
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #6d3828;
  font-size: 3.8vw;
  background: #fff;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    font-size: 24px;
    overflow: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.yellow-ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fedd80));
  background: linear-gradient(transparent 65%, #fedd80 65%);
  font-weight: 600;
}

.pink-ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fcdfe3));
  background: linear-gradient(transparent 65%, #fcdfe3 65%);
  font-weight: 600;
}

.ul {
  text-decoration: underline;
}

.yellow-txt {
  color: #ffdf7b;
}

/*----------------------------------------
	main
----------------------------------------*/
.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("https://start.achinavi.com/wp-content/themes/lp/img/bg.webp") center/cover no-repeat;
  z-index: -1;
}

.main-inner {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .main-inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: relative;
  }
}

.sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .sidebar {
    position: relative;
    z-index: 20000;
    display: block;
    font-size: 24px;
    overflow: hidden;
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
  }
}
.sidebar__items {
  padding: 20px 0;
}
.sidebar__list {
  font-size: 18px;
  background: #fff;
  border: 1px solid #6d3828;
  margin-top: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}
.sidebar__list-btn {
  margin-top: 20px;
  background: #285d6d;
  color: #fff;
  border: none;
  border-radius: 60px;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.16);
}

.sidebar__list-btn:hover {
  opacity: 0.9;
}

.fa-solid {
  margin-right: 5px;
}

.contents-wrapper {
  width: 100%;
}
@media (min-width: 769px) {
  .contents-wrapper {
    max-width: 620px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  }
}

.problem-cause {
  background: #285d6d;
  padding: 13vw 0 10vw;
}
@media (min-width: 769px) {
  .problem-cause {
    padding: 80px 15px;
  }
}
.problem-cause__list {
  background: #fff;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6vw;
  margin-top: 8vw;
}
@media (min-width: 769px) {
  .problem-cause__list {
    width: 100%;
    border-radius: 50px;
    margin-top: 60px;
  }
}
.problem-cause__title img {
  margin-top: -2.5vw;
  margin-bottom: 4vw;
}
@media (min-width: 769px) {
  .problem-cause__title img {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.problem-cause__txt {
  padding: 0 6vw;
  color: #285d6d;
}
@media (min-width: 769px) {
  .problem-cause__txt {
    padding: 0;
  }
}
.problem-cause__txt-secondary {
  margin-top: 3vw;
  padding-bottom: 8vw;
}
@media (min-width: 769px) {
  .problem-cause__txt-secondary {
    padding-bottom: 60px;
    margin-top: 40px;
  }
}

.problem-cause__texts {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
  display: block;
}

.reason__items {
  background: #ffffdc;
  padding: 1vw 0 10vw;
}
@media (min-width: 769px) {
  .reason__items {
    padding: 10px 15px 80px;
  }
}
.reason__list {
  border: 0.8vw solid #d85454;
  background: #fff;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 5vw 7vw;
  margin-top: 5vw;
  position: relative;
}
@media (min-width: 769px) {
  .reason__list {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    border: 5px solid #d85454;
  }
}
.reason__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4vw;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .reason__inner {
    margin-top: 20px;
    width: 92%;
  }
}
.reason__img {
  width: 33%;
}
.reason__title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .reason__title {
    width: 80%;
  }
}
.reason__txt {
  width: 60%;
}
.reason__deco1 {
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  width: 13vw;
}
@media (min-width: 769px) {
  .reason__deco1 {
    top: 10px;
    left: 10px;
    width: 100px;
  }
}
.reason__deco2 {
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  width: 13vw;
}
@media (min-width: 769px) {
  .reason__deco2 {
    top: 10px;
    right: 10px;
    width: 100px;
  }
}
.reason__deco3 {
  position: absolute;
  bottom: 1.5vw;
  right: 1.5vw;
  width: 13vw;
}
@media (min-width: 769px) {
  .reason__deco3 {
    bottom: 10px;
    right: 10px;
    width: 100px;
  }
}
.reason__deco4 {
  position: absolute;
  bottom: 1.5vw;
  left: 1.5vw;
  width: 13vw;
}
@media (min-width: 769px) {
  .reason__deco4 {
    bottom: 10px;
    left: 10px;
    width: 100px;
  }
}

.contents {
  padding-bottom: 10vw;
  background: #d85454;
}
@media (min-width: 769px) {
  .contents {
    padding-bottom: 80px;
  }
}
.contents__inner {
  background: #fbf2f3;
  padding-bottom: 8vw;
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35vw;
  position: relative;
  z-index: 1000;
}
@media (min-width: 769px) {
  .contents__inner {
    padding-bottom: 80px;
    width: 96%;
    margin-top: -250px;
  }
}
.contents__list {
  background: #fff;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vw;
  border: 0.7vw solid #d85454;
  padding: 6vw;
  border-radius: 6vw;
  position: relative;
}
@media (min-width: 769px) {
  .contents__list {
    margin-top: 60px;
    border: 3px solid #d85454;
    padding: 40px;
    border-radius: 40px;
  }
}
.contents__txt {
  margin-top: 5vw;
}
@media (min-width: 769px) {
  .contents__txt {
    margin-top: 40px;
  }
}
.contents__txt-secondary {
  margin-top: 3vw;
}
@media (min-width: 769px) {
  .contents__txt-secondary {
    margin-top: 20px;
  }
}
.contents__title {
  margin-left: 13vw;
  width: 50vw;
}
@media (min-width: 769px) {
  .contents__title {
    margin-left: 100px;
    width: 300px;
  }
}
.contents__img {
  margin-top: 4vw;
}
@media (min-width: 769px) {
  .contents__img {
    margin-top: 40px;
  }
}
.contents__number {
  position: absolute;
  width: 12vw;
  top: -7.3vw;
  left: 3vw;
}
@media (min-width: 769px) {
  .contents__number {
    width: 80px;
    top: -47px;
    left: 40px;
  }
}
.contents__curriculum {
  margin-top: 5vw;
}
.contents__sb {
  position: absolute;
  top: -10vw;
  right: -7vw;
  width: 24vw;
}
@media (min-width: 769px) {
  .contents__sb {
    top: -50px;
    right: -32px;
    width: 140px;
  }
}

.price {
  background: #ffffdc;
}

.cta {
  text-align: center;
}

.cta a {
  cursor: pointer;
}

.animation {
  -webkit-animation: dokundokun 1300ms ease infinite;
  animation: dokundokun 1300ms ease infinite;
}

.cta img {
  width: 95%;
}

@-webkit-keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.slider-wrapper {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  margin-inline: auto;
  width: 100%;
}

.slider-img {
  margin: 0 10px;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 11vw;
}
@media (min-width: 769px) {
  .slide-arrow {
    width: 60px;
  }
}

.prev-arrow {
  left: -3vw;
  position: absolute;
  z-index: 1000;
}
@media (min-width: 769px) {
  .prev-arrow {
    left: -20px;
  }
}

.next-arrow {
  right: -3vw;
  position: absolute;
  z-index: 1000;
}
@media (min-width: 769px) {
  .next-arrow {
    right: -20px;
  }
}

.voice {
  padding-bottom: 8vw;
  background: #fbf2f3;
}
@media (min-width: 769px) {
  .voice {
    padding-bottom: 80px;
  }
}
.voice__items {
  margin: 8vw auto;
  width: 100%;
}
@media (min-width: 769px) {
  .voice__items {
    margin: 80px 0;
  }
}
.voice__link {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 6vw;
  border-radius: 4vw;
  margin-bottom: 3vw;
}
@media (min-width: 769px) {
  .voice__link {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 40px;
    border-radius: 40px;
    margin-bottom: 30px;
  }
}
.voice__img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.voice__title {
  margin: 5vw 0;
  font-size: 1.4em;
}
@media (min-width: 769px) {
  .voice__title {
    margin: 30px 0;
  }
}
.voice__title-span {
  color: #fff;
  background: #d85454;
  padding: 0 1vw;
}
@media (min-width: 769px) {
  .voice__title-span {
    padding: 0 10px;
  }
}
.voice__txt--secondary {
  margin-top: 2.5vw;
}
@media (min-width: 769px) {
  .voice__txt--secondary {
    margin-top: 20px;
  }
}

.line-img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}

.profile {
  position: relative;
  background: #ffffdc;
}
.profile__heading {
  background: #ea6f68;
  color: #fff;
  font-size: 8vw;
  padding: 6vw 0;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 769px) {
  .profile__heading {
    font-size: 52px;
    padding: 30px 0;
  }
}
.profile__inner {
  padding: 8vw 4vw 20vw;
}
@media (min-width: 769px) {
  .profile__inner {
    padding: 60px 40px 100px;
  }
}
.profile__img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.profile__name {
  text-align: center;
  margin-top: 4vw;
  color: #ea6f68;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .profile__name {
    margin-top: 40px;
  }
}
.profile__large {
  font-size: 1.8em;
  font-weight: 600;
}
.profile__small {
  font-size: 0.9em;
}
.profile__career {
  margin-top: 6vw;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .profile__career {
    margin-top: 40px;
  }
}
.profile__txt {
  margin-top: 6vw;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .profile__txt {
    margin-top: 60px;
  }
}
.profile__txt--secondary {
  margin-top: 4vw;
}
@media (min-width: 769px) {
  .profile__txt--secondary {
    margin-top: 30px;
  }
}
.profile__ig {
  position: absolute;
  right: 3vw;
  bottom: 0vw;
  width: 38vw;
}
@media (min-width: 769px) {
  .profile__ig {
    right: 20px;
    bottom: 0;
    width: 215px;
  }
}

.flow {
  padding-bottom: 10vw;
  background: #fbf2f3;
}
@media (min-width: 769px) {
  .flow {
    padding-bottom: 80px;
  }
}
.flow__heading {
  background: #ea6f68;
  color: #fff;
  font-size: 8vw;
  padding: 6vw 0;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 769px) {
  .flow__heading {
    font-size: 52px;
    padding: 30px 0;
  }
}
.flow__items {
  width: 86vw;
  padding: 3vw 0 10vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .flow__items {
    width: 100%;
    padding: 30px;
    padding-bottom: 80px;
  }
}
.flow__list {
  background: #fff;
  border-radius: 3vw;
  border: 0.6vw solid #ea6f68;
  position: relative;
  text-align: center;
  padding: 6vw 4vw;
  margin-top: 6vw;
}
@media (min-width: 769px) {
  .flow__list {
    border-radius: 40px;
    border: 4px solid #ea6f68;
    padding: 30px;
    margin-top: 40px;
  }
}
.flow__img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.flow__number {
  position: absolute;
  top: 0;
  left: 3vw;
  width: 16vw;
}
@media (min-width: 769px) {
  .flow__number {
    left: 30px;
    width: 110px;
  }
}
.flow__title {
  color: #ea6f68;
  font-weight: 600;
  margin-top: 3vw;
  font-size: 1.3em;
}
@media (min-width: 769px) {
  .flow__title {
    margin-top: 30px;
  }
}
.flow__txt {
  margin-top: 2vw;
}
@media (min-width: 769px) {
  .flow__txt {
    margin-top: 30px;
  }
}

.faq__heading {
  background: #ea6f68;
  color: #fff;
  font-size: 8vw;
  padding: 6vw 0;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 769px) {
  .faq__heading {
    font-size: 52px;
    padding: 30px 0;
  }
}
.faq__area {
  background: #fbf2f3;
  padding: 6vw 4vw 12vw;
}
@media (min-width: 769px) {
  .faq__area {
    padding: 40px;
    padding-bottom: 100px;
  }
}
.faq__list {
  margin-top: 2.5vw;
}
@media (min-width: 769px) {
  .faq__list {
    margin-top: 20px;
  }
}
.faq__question {
  background: #fff;
  border-radius: 1vw;
  border: 0.3vw solid #ea6f68;
  color: #ea6f68;
  cursor: pointer;
  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;
  padding: 4vw;
  position: relative;
  font-weight: 600;
  padding-left: 13vw;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .faq__question {
    font-weight: 500;
    border-radius: 10px;
    border: 2px solid #ea6f68;
    padding: 20px;
    position: relative;
    padding-left: 90px;
    line-height: 1.6;
  }
}
.faq__question-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3vw;
  width: 6vw;
}
@media (min-width: 769px) {
  .faq__question-icon {
    left: 20px;
    width: 50px;
  }
}
.faq__answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  padding: 0 13vw;
  text-align: left;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
@media (min-width: 769px) {
  .faq__answer {
    padding: 0 50px 0 90px;
  }
}
.faq__answer-inner {
  margin: 4vw 0;
}
@media (min-width: 769px) {
  .faq__answer-inner {
    margin: 20px 0;
  }
}
.faq__answer-text--secondary {
  margin-top: 2.5vw;
}
@media (min-width: 769px) {
  .faq__answer-text--secondary {
    margin-top: 20px;
  }
}
.faq__answer-icon {
  position: absolute;
  top: 50%;
  left: 3vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: 6vw;
}
@media (min-width: 769px) {
  .faq__answer-icon {
    left: 20px;
    width: 50px;
  }
}
.faq .faq__list.active .faq__answer {
  max-height: 500px;
}
.faq .toggle-icon {
  font-size: 1.5rem;
  color: #ea6f68;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "+";
}
.faq .faq__list.active .toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "−";
}

.message {
  background: #ffffdc;
  padding-bottom: 15vw;
}
@media (min-width: 769px) {
  .message {
    padding-bottom: 80px;
  }
}
.message__heading {
  -webkit-box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.16);
}
.message__title {
  text-align: center;
  color: #ea6f68;
  font-weight: 600;
  font-size: 7.2vw;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .message__title {
    font-size: 36px;
  }
}
.message__inner {
  text-align: center;
}
.message__title {
  padding: 8vw 0 4vw;
}
@media (min-width: 769px) {
  .message__title {
    padding: 40px 0;
  }
}
.message__txt {
  line-height: 1.8;
}
@media (min-width: 769px) {
  .message__txt {
    font-size: 24px;
  }
}
.message__txt--secondary {
  margin-top: 6vw;
}
@media (min-width: 769px) {
  .message__txt--secondary {
    margin-top: 40px;
  }
}
.message__cta {
  margin-top: 10vw;
  width: 92vw;
  padding: 4vw 3vw;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 0.8vw solid #d85454;
}
@media (min-width: 769px) {
  .message__cta {
    margin-top: 60px;
    width: 98%;
    padding: 30px;
    border: 3px solid #d85454;
  }
}
.message__img {
  margin-bottom: 3vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .message__img {
    margin-bottom: 40px;
  }
}

.footer {
  background: #d85454;
  text-align: center;
  padding: 4vw 0;
  color: #fff;
  font-size: 0.8em;
}
@media (min-width: 769px) {
  .footer {
    padding: 20px 0;
    font-size: 14px;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer a {
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
}
@media (min-width: 769px) {
  .footer a {
    font-size: 14px;
  }
}

.privacy {
  padding: 10vw 6vw;
}
@media (min-width: 769px) {
  .privacy {
    max-width: 900px;
    width: 100%;
    padding: 80px 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}
.privacy__heading {
  font-size: 6vw;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 769px) {
  .privacy__heading {
    font-size: 32px;
  }
}
.privacy__inner {
  padding: 6vw 0;
}
@media (min-width: 769px) {
  .privacy__inner {
    padding: 40px 0;
  }
}
.privacy__title {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 6vw;
  background: #fbf2f3;
  padding: 1vw;
  padding-left: 2.5vw;
}
@media (min-width: 769px) {
  .privacy__title {
    margin-top: 30px;
    padding: 10px;
    padding-left: 20px;
  }
}
.privacy__txt {
  margin-top: 3vw;
}
@media (min-width: 769px) {
  .privacy__txt {
    margin-top: 30px;
  }
}

.law {
  padding: 10vw 6vw;
}
@media (min-width: 769px) {
  .law {
    max-width: 900px;
    width: 100%;
    padding: 80px 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}
.law__heading {
  font-size: 6vw;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 769px) {
  .law__heading {
    font-size: 32px;
  }
}
.law__inner {
  padding: 6vw 0;
}
@media (min-width: 769px) {
  .law__inner {
    padding: 40px 0;
  }
}
.law__table {
  width: 100%;
  border-collapse: collapse;
  border: 0.5vw solid #fbf2f3;
}
@media (min-width: 769px) {
  .law__table {
    border: 3px solid #fbf2f3;
  }
}
.law__table th,
.law__table td {
  padding: 3vw 2vw;
}
@media (min-width: 769px) {
  .law__table th,
  .law__table td {
    padding: 15px;
  }
}
.law__table th {
  background-color: #fbf2f3;
  text-align: left;
  width: 30%;
}
.law__table td {
  background-color: #fff;
  border-bottom: 1px solid #f7f3ec;
}
