@charset "UTF-8";

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
	font-size: 2em;
	margin: .67em 0;
}*/
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/*figure {
	margin: 1em 40px;
}*/
/**
 * 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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
/*nav ol,
nav ul {
	list-style: none;
}*/
/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  /* background-color: transparent; */
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* All browsers without overlaying scrollbars */
html {
  overflow-y: scroll;
}

/* Reset padding and margin of all elements */
* {
  padding: 0;
  margin: 0;
}

/* Inherit styling in all browsers */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Remove focus outline in all browsers */
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Remove input background color in Chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* Set table width & table-layout */
table {
  width: 100%;
  table-layout: fixed;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.eot");
  src: local("Noto Sans CJK JP Regular"), url("fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp-Bold.eot");
  src: local("Noto Sans CJK JP Bold"), url("fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "NotoSansCJKjp","游ゴシック Medium", "Yu Gothic Medium", Verdana, Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 88.8%;
  line-height: 1.7;
  color: #000000;
  background-color: #ffffff;
}

a {
  color: #b79857;
  text-decoration: none;
  transition: .2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.thumb > img {
  width: 100%;
}

.thumb {
  overflow: hidden;
}
a:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0 0 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

ul {
  list-style: none;
}

body {
  color: #736357;
}

@media screen and (min-width: 768px) {
  .hefrs-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hefrs-pc {
    display: none;
  }
}

.hefrs {
  position: relative;
}
@media screen and (min-width: 768px) {
  .hefrs p {
    font-size: 1rem;
  }
}
.hefrs p:not(:first-of-type) {
  margin-top: 1.5rem;
}
.hefrs p.hefrs-db {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .hefrs p.hefrs-db {
    margin-top: 3.5rem;
  }
}
.hefrs p.hefrs-tb {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .hefrs p.hefrs-tb {
    margin-top: 5.5rem;
  }
}
.hefrs-Deco1 {
  color: #FF4F79;
  font-weight: bold;
  text-decoration: underline;
}
.hefrs-Deco2 {
  color: #FF4F79;
  font-weight: bold;
}
.hefrs-List {
  list-style: none;
  margin: 3rem 0;
  padding-left: 20px;
  text-align: left;
  border: 4px double #FF4F79;
  padding: 1rem;
}
.hefrs-List:first-child {
  margin-top: 0;
}
.hefrs-List:last-child {
  margin-bottom: 0;
}
.hefrs-List--noborder {
  border: 0;
}
.hefrs-List_Item {
  font-weight: bold;
  background-image: url("img/hanaeri_frs/rose-icon.png");
  background-position: center left;
  background-size: 24px;
  padding-left: 2rem;
}
.hefrs-List_Item:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .hefrs-List_Item {
    font-size: 1.2rem;
  }
}
.hefrs dl:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .hefrs dl {
    font-size: 1rem;
  }
}
.hefrs dt {
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .hefrs dt {
    font-size: 1.2rem;
  }
}
.hefrs dd {
  border: 1px solid #736357;
  border-radius: 8px;
  position: relative;
  padding: .5rem;
}
.hefrs dd::before, .hefrs dd::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  position: absolute;
  left: 5%;
}
.hefrs dd::before {
  top: -12px;
  border-color: transparent transparent #736357 transparent;
}
.hefrs dd::after {
  top: -10px;
  border-color: transparent transparent #fff transparent;
}
.hefrs-Back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: url("img/hanaeri_frs/back.jpg") center center;
  background-size: cover;
}
.hefrs-Inner {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  margin-top: -30px;
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  transform: translate3d(0, 0, 0);
}
.hefrs-Inner.show {
  opacity: 1;
  margin-top: 0;
}
.hefrs-Headcopy_Understand {
  position: relative;
  background-color: #fff;
  text-align: center;
  border-bottom: 6px dotted #EAD56B;
}
.hefrs-Headcopy_Understand_List {
  margin: 3rem 0 2rem auto;
  max-width: 400px;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .hefrs-Headcopy_Understand_List {
    padding: 1rem;
  }
  .hefrs-Headcopy_Understand_List_Wrap {
    background: url("img/hanaeri_frs/hope.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .hefrs-Headcopy_Understand_List_Wrap {
    margin: 5rem -5rem;
  }
}

.hefrs-Headcopy_Understand_Deco {
  font-size: 1.5em;
  font-weight: bold;
  color: #FF4F79;
}
@media screen and (min-width: 768px) {
  .hefrs-Headcopy_Understand p {
    font-size: 1.2em;
  }
}
.hefrs-Headcopy_Understand_Goal {
  color: #FF4F79;
  font-weight: bold;
  border: 4px solid #FF4F79;
  padding: 1rem;
  display: inline-block;
  border-radius: 8px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .hefrs-Headcopy_Understand_Goal {
    padding: 1rem 3rem;
    font-size: 1.2rem;
  }
}
.hefrs-Sentence {
  background-color: #fff;
  padding: 0 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hefrs-Sentence {
    padding: 0 3rem;
  }
}
.hefrs-Sentence::before, .hefrs-Sentence::after {
  content: '';
  background-repeat: repeat-y;
  background-size: contain;
  width: 1.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .hefrs-Sentence::before, .hefrs-Sentence::after {
    width: 3rem;
  }
}
.hefrs-Sentence::before {
  background-image: url("img/hanaeri_frs/lace--left.png");
  left: 0;
}
.hefrs-Sentence::after {
  background-image: url("img/hanaeri_frs/lace--right.png");
  right: 0;
}
.hefrs-Section__Heading {
  position: relative;
  color: #FF4F79;
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
  border: 1px dotted #EAD56B;
  border-width: 6px 0;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Heading {
    font-size: 2.3rem;
    padding: 1rem 0;
  }
}
.hefrs-Section__Heading--understand {
  border: 0;
  padding: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Heading--understand {
    font-size: 2rem;
  }
}
.hefrs-Section__Heading span {
  display: block;
  position: relative;
  z-index: 2;
  background-image: url("img/hanaeri_frs/heading-back.png");
  background-position: center center;
  background-size: contain;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Heading span {
    padding: 3rem 0;
  }
}
.hefrs-Section__Heading span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.hefrs-Section__Heading3 {
  position: relative;
  color: #FF4F79;
  text-align: center;
  font-size: 1.2rem;
  margin: 3.5rem 0 1.5rem;
  overflow: hidden;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Heading3 {
    font-size: 1.8rem;
  }
}
.hefrs-Section__Heading3 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}
.hefrs-Section__Heading3 span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: white;
}
.hefrs-Section__Heading3 span::after {
  content: '';
  width: 200%;
  height: 1px;
  background-color: #FF4F79;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
.hefrs-Section__Heading3::before, .hefrs-Section__Heading3::after {
  content: '';
  width: 100%;
  height: 3rem;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hefrs-Section__Heading3::before {
  background-image: url("img/hanaeri_frs/h3-deco.png");
  top: 0;
}
.hefrs-Section__Heading3::after {
  background-image: url("img/hanaeri_frs/h3-deco--r.png");
  bottom: 0;
}
.hefrs-Section__Curriculum__Heading {
  color: #FF4F79;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.3rem;
  background-image: url("img/hanaeri_frs/curriculum-heading.png");
  background-position: center center;
  background-size: contain;
  margin: 3.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Curriculum__Heading {
    font-size: 1.5rem;
  }
}
.hefrs-Section__Inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem .5rem;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Inner {
    padding: 60px 3rem;
  }
}
@media screen and (min-width: 960px) {
  .hefrs-Section__Inner {
    padding: 85px 0;
  }
}
.hefrs-Section__Bread {
  list-style: none !important;
  padding: 0 !important;
  margin: 3rem 0 0 !important;
}
.hefrs-Section__Bread__Item {
  font-weight: bold;
  padding: .5rem 1rem;
  background-color: #ede6d7;
  border-radius: 4px;
  border-left: 4px solid #FF4F79;
  color: #FF4F79;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Bread__Item {
    font-size: 1rem;
    border-left-width: 8px;
  }
}
.hefrs-Section__Bread__Item:not(:last-of-type) {
  margin-bottom: .5rem;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Bread__Item:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.hefrs-Section__Bread__Item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: .5rem;
  color: #FF4F79;
}
.hefrs-Section__Image {
  max-width: 600px;
  margin: 3rem auto;
  text-align: center;
  font-size: 1rem;
}
.hefrs-Section__Image:first-child {
  margin-top: 0;
}
.hefrs-Section__Image img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 2px solid #FBF9ED;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Image img {
    border-width: 4px;
  }
}
.hefrs-Section__Image img.noborder {
  border: 0;
}
.hefrs-Section__Image span {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Image--vertical {
    width: 400px;
  }
  .hefrs-Section__Image--small {
    max-width: 350px;
  }
}
.hefrs-Section__Summary {
  text-align: center;
  color: #FF4F79;
  font-weight: bold;
}
.hefrs-Section__Summary p {
  font-size: 1.2rem;
}
.hefrs-Section__Message {
  border: 4px double #736357;
  padding: 1rem;
  background-color: #FBF9ED;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Message {
    padding: 3rem;
  }
}
.hefrs-Section__Message p {
  color: #736357;
  font-weight: bold;
  font-style: italic;
}
.hefrs-Section__Message__Image {
  max-width: 400px;
}
.hefrs-Section__Price {
  margin: 5rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #FF4F79;
  border: 4px solid #FF4F79;
  border-radius: 8px;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .hefrs-Section__Price {
    font-size: 1.5rem;
  }
}
.hefrs-Section__Price span {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
}
.hefrs-Section__Price span::before {
  content: "\a";
  white-space: pre;
}
.hefrs-Application {
  display: block;
  max-width: 560px;
  padding: .5rem;
  margin: 3rem auto 0;
  background-color: #55E6A2;
  color: #fff;
  border: 8px double #158d55;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hefrs-Application {
    font-size: 1.5rem;
  }
}
.hefrs-Application::after {
  content: "\0bb";
  margin-right: .5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .hefrs-Application::after {
    right: 1rem;
  }
}
.hefrs-Application:hover {
  background-color: #fff;
  color: #55E6A2;
  border-color: #55E6A2;
}
.hefrs-Application:hover::after {
  color: #55E6A2;
}
.hefrs-Ancor {
  color: #FF4F79;
  text-decoration: underline;
}
.hefrs-Ancor:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
