/* Normalize */
/* ------------------------------------------------------------------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* base settings */
/* ------------------------------------------------------------------ */
/* common */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  padding-bottom: 68px;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #1C1F29;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}

section {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  section {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.container {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row-reverse {
  flex-direction: row-reverse;
}

.row-between {
  justify-content: space-between;
}

.row-nowrap {
  flex-wrap: nowrap;
}

.item-center {
  align-items: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  user-select: none;
}

iframe {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 6px rgba(125, 125, 125, 0.2);
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-weight: bold;
}

.upper {
  text-transform: uppercase;
}

.m-0 {
  margin: 0;
}

.del {
  padding: 0 0.25em;
  color: #676D7E;
  position: relative;
}

.del::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #FF6F00;
  position: absolute;
  top: 50%;
  left: 0;
}

.sp {
  display: block !important;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.tab {
  display: none !important;
}

@media (min-width: 768px) {
  .tab {
    display: block !important;
  }
}

.fixed {
  width: 100%;
  padding: 0.1em 0.25em 0.25em;
  background-color: #FF6F00;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* elements */
/* ------------------------------------------------------------------ */
.heading {
  display: block;
  padding-bottom: 40px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (min-width: 768px) {
  .heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .heading {
    padding-bottom: 70px;
    font-size: 4rem;
  }
}

.heading-left {
  padding-left: 10px;
  border-left: 4px solid #FF6F00;
  font-weight: bold;
}

@media (min-width: 992px) {
  .heading-left {
    padding-left: 15px;
  }
}

.heading-18 {
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .heading-18 {
    font-size: 1.8rem !important;
  }
}

.heading-20 {
  font-size: 1.5rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .heading-20 {
    font-size: 2rem;
  }
}

.heading-25 {
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .heading-25 {
    font-size: 2.5rem;
  }
}

.heading-30 {
  font-size: 1.8rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .heading-30 {
    font-size: 3rem;
  }
}

.heading-35 {
  font-size: 2rem;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .heading-35 {
    font-size: 3.5rem;
  }
}

.screen {
  position: relative;
}

.screen-img {
  width: 100%;
  position: relative;
  z-index: -1;
}

.screen-img img {
  width: 100%;
  max-width: 10000px;
  height: 100%;
  object-fit: cover;
}

.screen-copy {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.screen-copy img {
  width: 100%;
  max-width: 10000px;
  height: 100%;
  object-fit: cover;
}

.link {
  margin-bottom: 30px;
}

.link-cell {
  display: inline-block;
  width: calc(50% - 0.25em);
  padding: 0.5em;
  margin-top: 0.5em;
  background-color: #F2F4F7;
  color: #FF6F00;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.link-cell:nth-of-type(2n) {
  margin-left: 0.5em;
}

.link-cell-02 {
  display: inline-block;
  width: calc(33% - 0.334em);
  margin-left: 0.5em;
}

.link-cell-02:nth-of-type(1) {
  margin-left: 0;
}

.link-cell i {
  display: block;
  padding: 0.25em;
  font-size: 1.6rem;
  color: #FF6F00;
}

.worry {
  display: block;
  padding: 1.5em 1em 1em;
  border: 2px solid #1C1F29;
  position: relative;
}

@media (min-width: 576px) {
  .worry {
    padding: 2.5em 2em 2em;
  }
}

.worry-heading {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #FFFFFF;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.worry-cell {
  display: inline-block;
  width: calc(50% - 1em);
  height: 40px;
  padding: 0 0.5em;
  margin: 0.5em 0.5em;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  position: relative;
}

.worry-cell span {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .worry-cell span {
    font-size: 1.3rem;
  }
}

@media (max-width: 374.98px) {
  .worry-cell span {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .worry-cell {
    width: calc(50% - 2em);
    height: 50px;
    padding: 0 1em;
    margin: 0.5em 1em;
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .worry-cell {
    height: 60px;
    margin: 0.75em;
    line-height: 60px;
  }
}

@media (min-width: 1200px) {
  .worry-cell {
    width: calc(33.33% - 1.5em);
    margin: 0.75em;
  }
}

.worry-cell::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F2F4F7;
  transform: skewX(-10deg);
  position: absolute;
  left: 0;
  z-index: -1;
}

.point {
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .point {
    margin-bottom: 100px;
  }
  .point:first-of-type {
    margin-top: 30px;
  }
}

.point:last-of-type {
  margin-bottom: 0;
}

.point-num {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  padding-right: 10px;
}

.point-num img {
  max-height: 120px;
}

.point-txt {
  width: 80%;
}

.point-txt h3 {
  margin-top: 0;
  line-height: 1.3;
}

.point-txt p {
  font-size: 1.4rem;
}

.comparison-box {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  border-left: 1px solid #1C1F29;
  border-right: 1px solid #1C1F29;
  position: relative;
}

.comparison-box::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1C1F29;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .comparison-box::before {
    width: 15px;
  }
}

.comparison-box::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1C1F29;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .comparison-box::after {
    width: 15px;
  }
}

.comparison-box-inner {
  padding: 1px 20px;
}

@media (min-width: 768px) {
  .comparison-box-inner {
    padding: 10px 25px;
  }
}

@media (min-width: 992px) {
  .comparison-box-inner {
    padding: 15px 35px;
  }
}

.comparison-box-inner::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1C1F29;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .comparison-box-inner::before {
    width: 15px;
  }
}

.comparison-box-inner::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1C1F29;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .comparison-box-inner::after {
    width: 15px;
  }
}

.comparison-box p {
  font-size: 1.5rem;
}

.comparison img {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .comparison img {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .comparison img {
    margin-top: 100px;
  }
}

.beforeafter {
  margin-top: 60px;
}

.beforeafter-cell {
  padding: 15px 15px 0;
}

@media (min-width: 768px) {
  .beforeafter-cell {
    padding: 25px 25px 0;
  }
}

@media (min-width: 768px) {
  .beforeafter-cell {
    padding: 50px 25px 0;
  }
}

.beforeafter-img {
  position: relative;
}

@media (min-width: 768px) {
  .beforeafter-img {
    padding: 0 25px;
  }
}

@media (min-width: 992px) {
  .beforeafter-img {
    padding: 0 50px;
  }
}

.beforeafter-img:after {
  content: '';
  width: 2em;
  height: 2em;
  background: url(../images/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .beforeafter-img:after {
    width: 3em;
    height: 3em;
  }
}

@media (min-width: 992px) {
  .beforeafter-img:after {
    width: 4em;
    height: 4em;
  }
}

.beforeafter p {
  margin-top: 0.63em;
  margin-bottom: 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  .beforeafter p {
    padding: 0 25px;
  }
}

@media (min-width: 992px) {
  .beforeafter p {
    padding: 0 50px;
  }
}

@media (min-width: 992px) {
  .member {
    margin-top: 40px;
  }
}

.member-cell {
  padding: 15px 15px 30px;
  margin-top: 40px;
  background-color: #FFFFFF;
}

@media (min-width: 576px) {
  .member-cell {
    width: calc(50% - 20px);
    padding: 20px 20px 30px;
    margin: 50px 10px 0;
  }
}

@media (min-width: 992px) {
  .member-cell {
    width: calc(50% - 40px);
    padding: 30px 30px 40px;
    margin: 50px 20px 0;
  }
}

.member-img {
  margin-bottom: 1.5em;
}

.member p {
  padding-left: 0 10px;
  line-height: 24px;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .member p {
    padding-left: 15px;
    line-height: 28px;
  }
}

.menu {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 50px auto 0;
}

@media (min-width: 768px) {
  .menu {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .menu {
    max-width: 600px;
    margin-top: 100px;
  }
}

.menu-heading {
  width: 180px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FF6F00;
}

@media (min-width: 768px) {
  .menu-heading {
    width: 245px;
  }
}

@media (min-width: 992px) {
  .menu-heading {
    padding-bottom: 15px;
  }
}

.menu-list {
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .menu-list {
    margin-top: 40px;
  }
}

.menu-list li {
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid #676D7E;
  font-weight: bold;
}

@media (min-width: 992px) {
  .menu-list li {
    padding: 0.25em 0;
  }
}

.menu-list li:last-child {
  border: none;
}

.menu-price {
  color: #FF6F00;
}

.menu-price-ml {
  margin-left: 0.57em;
}

.menu-recommend {
  display: block;
  padding: 0.5em;
  margin: 2em 0;
  border: 1px solid #1C1F29;
  font-weight: bold;
}

@media (min-width: 768px) {
  .menu-recommend {
    padding: 1em;
    margin: 3em 0 5em;
  }
}

.menu-em {
  padding: 0.25em 0.5em;
  background-color: #F2F4F7;
  color: #FF6F00;
  font-weight: 500;
}

.menu-off {
  margin-left: 0.5em;
}

.menu-off-clr {
  color: rgba(0, 0, 0, 0);
}

.ribbon {
  display: inline-block;
  height: 40px;
  padding: 0 3.5em 0 1.25em;
  background-color: #F2F4F7;
  color: #FF6F00;
  line-height: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .ribbon {
    height: 54px;
    line-height: 54px;
  }
}

.ribbon::after {
  content: "";
  display: block;
  border-bottom: solid 40px transparent;
  border-left: solid 15px #F2F4F7;
  position: absolute;
  top: 0;
  right: -15px;
}

@media (min-width: 768px) {
  .ribbon::after {
    border-bottom: solid 54px transparent;
    border-left: solid 20px #F2F4F7;
    right: -20px;
  }
}

.shop {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .shop {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .shop {
    padding-bottom: 150px;
  }
}

.shop > div {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .shop > div {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .shop-img {
    width: 55%;
    max-width: 560px;
  }
}

.shop-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .shop-txt {
    width: 45%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .shop-txt {
    font-size: 1.8rem;
  }
}

.step {
  padding: 20px 0;
}

.step-img {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .step-img {
    width: 280px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .step-img {
    width: 340px;
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .step-img {
    width: 380px;
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .step-details {
    width: calc(100% - 280px);
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .step-details {
    width: calc(100% - 340px);
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {
  .step-details {
    width: calc(100% - 380px);
    max-width: 600px;
    padding: 40px 0;
  }
}

.step-num {
  display: block;
  padding-left: 3rem;
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}

@media (min-width: 992px) {
  .step-num {
    font-size: 1.8rem;
  }
}

.step-num::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2px;
  margin-top: -1px;
  background-color: #FF6F00;
  position: absolute;
  top: 50%;
  left: 0;
}

.step-txt {
  font-size: 1.4rem;
}

.step .heading-25 {
  margin: 0;
}

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

table::before {
  content: '';
  display: block;
  width: 5px;
  height: calc(100% + 50px);
  background-color: #FF6F00;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  table::before {
    height: calc(100% + 70px);
  }
}

th, td {
  min-width: 8em;
  padding: 1em;
  padding-left: 1.5em;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
}

@media (min-width: 992px) {
  th, td {
    padding: 0.75em;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
}

th {
  font-weight: 500;
}

.button {
  display: block;
  width: 100%;
  max-width: 720px;
  height: 50px;
  margin: auto;
  margin-top: 40px;
  background-color: #1C1F29;
  border: 2px solid #1C1F29;
  font-size: 1.3rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 46px;
  transition: 0.125s linear;
  transition-property: color, background-color;
}

.button:hover {
  background-color: #FFFFFF;
  color: #1C1F29;
}

@media (min-width: 992px) {
  .button {
    height: 80px;
    margin-top: 72px;
    font-size: 1.4rem;
    line-height: 76px;
  }
}

.button-half {
  display: block;
  width: 70vw;
  max-width: 400px;
  height: 50px;
  margin: 0.5em auto;
  border-left: 2px solid #1C1F29;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0 0 2px #cccccc;
  line-height: 50px;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .button-half {
    width: 50%;
    max-width: 490px;
    height: 80px;
    font-size: 3.5rem;
    line-height: 80px;
  }
}

@media (min-width: 992px) {
  .button-half {
    height: 120px;
    font-size: 5rem;
    line-height: 120px;
  }
}

.button-half::before {
  content: '';
  display: block;
  width: 25%;
  height: 2px;
  background-color: #1C1F29;
  position: absolute;
  top: 0;
  left: 0;
}

.button-half::after {
  content: '';
  display: block;
  width: 45%;
  height: 2px;
  background-color: #1C1F29;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.07s;
  transition-delay: 0.14s;
}

.button-half:hover:after {
  width: 100%;
  transition-delay: 0s;
}

.button-half a {
  display: block;
}

.button-half a::before {
  content: '';
  display: block;
  width: 2px;
  height: 0%;
  background-color: #1C1F29;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.07s;
  transition-delay: 0.07s;
}

.button-half a:hover::before {
  height: 100%;
}

.button-half a::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #1C1F29;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.07s;
}

.button-half a:hover::after {
  width: 25%;
  transition-delay: 0.07s;
}

.button-half span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .button-half span {
    font-size: 2.5rem;
  }
}

.button-half p {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: normal;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .button-half p {
    font-size: 1.5rem;
  }
}

.button-half-wht {
  margin-top: 3em;
  border-color: #FFFFFF;
  color: #FFFFFF;
  text-shadow: 0 0 2px #313647;
}

@media (min-width: 768px) {
  .button-half-wht {
    margin-top: 0.63em;
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .button-half-wht {
    font-size: 4rem;
  }
}

.button-half-wht::before, .button-half-wht::after, .button-half-wht a::before, .button-half-wht a::after {
  background-color: #FFFFFF;
}

.button-line {
  display: block;
  width: 70vw;
  max-width: 720px;
  height: 80px;
  margin: 0 auto 4em;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 0 0 2px #cccccc;
  line-height: 76px;
  text-align: center;
  position: relative;
  transition: color 0.25s linear;
}

.button-line:hover {
  color: #FF6F00;
}

.button-line a {
  display: block;
}

.button-child {
  background-color: #FF6F00;
  border: 2px solid #FF6F00;
  color: #FFFFFF;
}

.button-child:hover {
  background-color: #FFFFFF;
  color: #FF6F00;
}

.button-child a {
  display: block;
}

/* layout */
/* ------------------------------------------------------------------ */
#header {
  height: 50px;
  margin: 0 15px;
  line-height: 50px;
}

@media (min-width: 576px) {
  #header {
    margin: 0 50px;
  }
}

#screen {
  margin: 0 0 30px;
  position: relative;
}

@media (min-width: 576px) {
  #screen {
    margin: 0 50px 30px;
  }
}

#sec-03::before {
  content: '';
  display: block;
  width: 50%;
  height: 210px;
  background-color: #F2F4F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 992px) {
  #sec-03::before {
    height: 350px;
  }
}

#sec-04::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F2F4F7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: skewY(2.5deg);
}

#sec-06::before {
  content: '';
  display: block;
  width: 75%;
  height: 750px;
  background-color: #F2F4F7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 576px) {
  #sec-06::before {
    width: 73.5%;
  }
}

@media (min-width: 992px) {
  #sec-06::before {
    width: 72%;
    height: 1000px;
  }
}

@media (min-width: 1200px) {
  #sec-06::before {
    width: 64%;
    height: 1150px;
  }
}

#sec-07::before {
  content: '';
  display: block;
  width: 100%;
  height: 345px;
  background-color: #F2F4F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  #sec-07::before {
    height: 330px;
  }
}

@media (min-width: 992px) {
  #sec-07::before {
    height: 425px;
  }
}

#info {
  width: 100%;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  #info {
    width: 40%;
    padding-bottom: 70px;
  }
}

#info .heading-20 {
  padding-left: 1.5em;
  margin-top: 0;
}

#map {
  width: 100%;
  min-height: 300px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  #map {
    width: 60%;
    padding-top: 55px;
    padding-left: 25px;
  }
}

#sec-08 {
  padding: 40px 0;
  background: url(../images/footer-bg.jpg) no-repeat center bottom/cover;
  position: relative;
}

#sec-08::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF6F00;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  #sec-08 {
    padding: 100px 0;
  }
  #sec-08::before {
    opacity: 0.25;
  }
}

#footer {
  border-bottom: 5px solid #FF6F00;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (min-width: 992px) {
  #footer {
    padding: 0.5em;
    border-width: 10px;
    font-size: 1.6rem;
  }
}

.d-block {
  display: block;
}

.m-0i {
  margin: 0 !important;
}

.m-20 {
  margin: 20px !important;
}

.m-20a {
  margin: 20px auto !important;
}

.my-30 {
  margin: 30px auto;
}

.mb-0 {
  margin-bottom: 0;
}

.m-auto {
  margin: auto;
}

.pb-0 {
  padding-bottom: 0;
}

.bg-ash {
  background-color: #F2F4F7;
}

.mw-840 {
  max-width: 840px;
}

.mw-800 {
  max-width: 800px;
}

.mw-610 {
  max-width: 610px;
}

.mw-500 {
  max-width: 500px;
}

.mw-420 {
  max-width: 420px;
}

.mw-300 {
  max-width: 300px;
}

.border-none {
  border: none;
}

.feature {
  display: block;
  max-width: 800px;
  padding: 1em 1.5em;
  margin: 2em auto;
  background-color: #F2F4F7;
}

@media (min-width: 768px) {
  .feature {
    padding: 1.25em 3.5em;
  }
}

@media (min-width: 992px) {
  .feature {
    padding: 1.5em 4.5em;
    margin: 72px auto 2em;
  }
}

.feature ul {
  padding-left: 0;
  margin-top: 20px;
  list-style: none;
}

.feature li {
  padding: 5px 0 5px 25px;
  position: relative;
}

.feature li::before {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  border: 3px solid #FF6F00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.75em;
}
/*# sourceMappingURL=style.css.map */