/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-12,
.col-sm-6,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-12,
.col-lg {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.border-0 {
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
.color-dark {
  color: #000000;
  font-weight: 700;
}

.color-rgba {
  background: -webkit-linear-gradient(#ffa224, #ff6000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
}

.container {
  display: block;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1054px;
    padding: 0 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.stripe-bg {
  background-image: url(../img/stripe-bg.png);
  background-size: 100%;
}

.stripe-bg--1 {
  background-image: url(../img/stripe-bgg.png);
}

section {
  padding: 40px 0;
}

[data-toggle=modal] {
  cursor: pointer;
}

.line-modal .modal-header {
  justify-content: flex-end;
  border-bottom: 0;
}

.line-modal .modal-header button {
  background: #8cc63f;
  color: #ffffff;
}

.line-modal .modal-header button:hover {
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .line-modal .modal-header button:hover {
    background: rgba(140, 198, 63, 0.8);
  }
}
.line-modal .modal-body {
  text-align: center;
}

.line-modal .modal-body a {
  display: block;
}

.line-modal .modal-body p {
  margin-bottom: 10px;
}

.line-modal .modal-body strong {
  display: block;
  margin-top: 10px;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.btn-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333333;
}

.btn-phone .btn-phone-top {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav__item .btn-phone {
  border-radius: 7px;
  border: 1px solid #333;
  padding: 5px;
}

.nav__item .btn-phone .btn-phone-top {
  font-size: 25px;
}

@media only screen and (min-width: 768px) {
  .btn-phone .btn-phone-top {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-phone .btn-phone-top {
    font-size: 28px;
  }
}
.btn-phone .btn-phone-btm {
  font-size: 13px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .btn-phone .btn-phone-btm {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-phone .btn-phone-btm {
    font-size: 14px;
  }
}
.btn-phone img {
  width: 28px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .btn-phone img {
    width: 20px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-phone img {
    width: 28px;
    margin-right: 10px;
  }
}
.btn-mail-outline {
  border: 2px solid #ff7424;
  padding: 2px;
  border-radius: 7px;
  margin-left: 12px;
  display: flex;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .btn-mail-outline {
    margin-left: 0;
  }
}
.btn-mail-outline .btn-mail {
  display: flex;
  align-items: baseline;
  background: #ff7424;
  padding: 7px 12px;
  border-radius: 7px;
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .btn-mail-outline .btn-mail {
    padding: 7px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail {
    padding: 9px 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-mail-outline .btn-mail {
    padding: 7px 12px;
  }
}
.btn-mail-outline .btn-mail .btn-mail-text-top {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail .btn-mail-text-top {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-mail-outline .btn-mail .btn-mail-text-top {
    font-size: 19px;
  }
}
.btn-mail-outline .btn-mail .btn-mail-text-btm {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail .btn-mail-text-btm {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-mail-outline .btn-mail .btn-mail-text-btm {
    font-size: 12px;
  }
}
.btn-mail-outline .btn-mail:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail:hover {
    background: rgba(255, 116, 36, 0.8);
  }
}
.btn-mail-outline .btn-mail img {
  width: 26px;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .btn-mail-outline .btn-mail img {
    width: 26px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-mail-outline .btn-mail img {
    width: 26px;
    margin-right: 8px;
  }
}
/* .btn-line {
  max-width: 65px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .btn-line {
    margin-left: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .btn-line {
    margin-left: 10px;
    max-width: 65px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-line {
    max-width: 66px;
  }
} */
.consultation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #333333;
  text-align: center;
  padding: 7px 5px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #333333;
  line-height: 1;
  position: relative;
  margin-right: 20px;
}

.consultation--1 {
  padding: 4px;
  margin-right: 11px;
}

.consultation:before,
.consultation:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  z-index: 4;
}

.consultation:after {
  left: calc(100% - 2px);
  z-index: 4;
}

.consultation:before {
  left: calc(100% + 1px);
  border-left-color: #333333;
}

.consultation__text-big {
  color: #333333;
  font-size: 22px;
  margin-top: 5px;
}

.consultation__text-big--1 {
  font-size: 17px;
}

.consultation__text-small {
  color: #333333;
  font-size: 14px;
}

.consultation__text-small--1 {
  font-size: 13px;
}

.scroll-to-top {
  position: fixed;
  bottom: 90px;
  right: 15px;
  background: #ff6000;
  height: 40px;
  width: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden;
  transition: all 0.4s;
}

.scroll-to-top::after {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg);
  margin-right: -7px;
  margin-top: -4px;
}

@media only screen and (min-width: 576px) {
  .scroll-to-top {
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll-to-top {
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 85px;
  }
}
.scroll-to-top:hover {
  opacity: 0.8;
}

.scroll-to-top:hover:after {
  border: solid #ffffff;
  border-width: 2px 0 0 2px;
}

.heading-primary {
  text-align: center;
  color: #ff6000;
  position: relative;
  margin-bottom: 28px;
}

.heading-primary--1 {
  margin-bottom: 45px;
}

.heading-primary__text {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  padding: 8px 0;
}

@media only screen and (min-width: 768px) {
  .heading-primary__text {
    font-size: 28px;
  }
}
.heading-primary__text--max-width-425 {
  max-width: 445px;
  width: 100%;
}

.heading-primary__text--border-y-primary {
  border-top: 2px solid #ff6000;
  border-bottom: 2px solid #ff6000;
}

.heading-primary span span {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .heading-primary__text--border-y-primary {
    border-top: 3px solid #ff6000;
    border-bottom: 3px solid #ff6000;
  }
  .heading-primary span span {
    font-size: 28px;
  }
  .contact-us-content > img {
    max-width: 660px;
  }
}
@media only screen and (max-width: 876px) {
  .contact-us-content > img {
    width: 100%;
    max-width: 500px;
  }
}
.heading-primary__text--md {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .heading-primary__text--md {
    font-size: 34px;
  }
}
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 5px !important;
  justify-content: space-between;
  align-items: center;
  background: #d2cfcf;
  border-top: 1px solid #333333;
  z-index: 99999999999;
}

@media (min-width: 365px) {
  .bottom-nav {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 400px) {
  .bottom-nav {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .bottom-nav {
    display: none !important;
  }
}
.bottom-nav a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: initial;
}

.bottom-nav .btn-phone {
  flex: 0 1 auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #333;
  /* margin-right: 10px; */
  padding: 2px;
  border-radius: 5px;
}

@media only screen and (min-width: 400px) {
  .bottom-nav .btn-phone {
    margin-right: 15px;
  }
}
.bottom-nav .btn-phone img {
  width: 18px;
  margin-right: 3px;
}

.bottom-nav .btn-phone .btn-phone-top {
  font-size: 18px;
}

.bottom-nav .btn-phone .btn-phone-top--1 {
  font-size: 10px;
}

.bottom-nav .btn-phone .btn-phone-btm {
  font-size: 8px;
}

.bottom-nav .btn-phone:hover {
  text-decoration: none;
  opacity: 0.8;
}

.bottom-nav .btn-mail {
  flex: 0 1 auto;
  /* height: 46px; */
  padding: 2px;
  border-radius: 2px;
}

.bottom-nav .btn-mail img {
  width: 15px;
  margin-right: 4px;
}

.bottom-nav .btn-mail .btn-mail-text-top {
  font-size: 10px;
}

.bottom-nav .btn-mail .btn-mail-text-btm {
  font-size: 8px;
}

.bottom-nav .btn-line {
  border: 1px solid #39ad36;
  padding: 2px;
  border-radius: 5px;
}

.bottom-nav__btn-line {
  display: flex;
  align-items: center;
  background-color: #39ad36;
  padding: 2px 2px 2px 22px;
  border-radius: 5px;
  position: relative;
  flex-direction: column;
}

.bottom-nav__btn-line img {
  width: 15px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.bottom-nav__btn-line .btn-top {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

.bottom-nav__btn-line .btn-btm {
  font-size: 8px;
  color: #fff;
}

.header {
  border-top: 8px solid #8cc63f;
  position: relative;
  padding-bottom: 15px;
}

.header__tagline {
  font-weight: normal;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  padding: 8px 0;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .header__tagline {
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 768px) {
  .header__tagline {
    font-size: 13px;
    padding: 15px 0 19px;
  }
}
.header__bottom {
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .header__bottom {
    padding-bottom: 7px;
  }
}
.header__flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.header__logo {
  width: 175px;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    width: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    width: 340px;
  }
}
/* @media only screen and (min-width: 1248px) {
  .header__logo {
    width: 375px;
  }
} */
.header__btn-group {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  flex: 0 0 65%;
}

@media only screen and (min-width: 768px) {
  .header__btn-group {
    display: flex;
    margin-top: 0;
    flex: 0 0 77%;
  }
}
@media only screen and (min-width: 860px) {
  .header__btn-group {
    flex: 0 0 70%;
  }
}
@media only screen and (min-width: 992px) {
  .header__btn-group {
    flex: 0 0 62%;
  }
}
@media only screen and (min-width: 1024px) {
  .header__btn-group {
    flex: 0 0 65%;
  }
}
.header__btn-group .button {
  flex: 0 0 calc(33.333% - 4px);
  max-width: calc(33.333% - 4px);
  position: relative;
}

.header__btn-group .button img {
  position: absolute;
  top: 12px;
}

@media only screen and (min-width: 768px) {
  .header__btn-group .button {
    transition: 0.3s all;
  }
  .header__btn-group .button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.header__btn-group .btn-outline {
  padding: 1px;
  border-radius: 5px;
  border: solid 1px #ff6000;
}

.header__btn-group .btn-outline--line {
  border: solid 1px #39ad36;
}

.header__btn-group .btn-outline--phone {
  border: solid 1px #000;
}

.header__btn-group .btn-mail {
  background-color: #ff6000;
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-radius: 5px;
}

.header__btn-group .btn-mail:hover {
  text-decoration: none;
}

.header__btn-group .btn-mail img {
  width: 24px;
  margin-right: 5px;
  left: 12px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-mail img {
    width: 22px;
  }
}
.header__btn-group .btn-mail .btn-top {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-mail .btn-top {
    font-size: 15px;
    padding-left: 35px;
  }
}
.header__btn-group .btn-mail .btn-btm {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-mail .btn-btm {
    padding-left: 35px;
  }
}
.header__btn-group .btn-mail .btn-btm:hover {
  text-decoration: none;
}

.header__btn-group .btn-line {
  background-color: #39ad36;
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-radius: 5px;
}

.header__btn-group .btn-line:hover {
  text-decoration: none;
}

.header__btn-group .btn-line img {
  width: 26px;
  margin-right: 5px;
  top: 7px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-line img {
    width: 22px;
  }
}
.header__btn-group .btn-line .btn-top {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-line .btn-top {
    font-size: 15px;
    padding-left: 25px;
  }
}
.header__btn-group .btn-line .btn-btm {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-line .btn-btm {
    padding-left: 25px;
  }
}
.header__btn-group .btn-line .btn-btm:hover {
  text-decoration: none;
}

.header__btn-group .btn-phone {
  background-color: #ffffff;
  display: flex;
  align-items: baseline;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
  .header__btn-group .btn-phone {
    line-height: 1.2;
  }
}
.header__btn-group .btn-phone:hover {
  text-decoration: none;
}

.header__btn-group .btn-phone img {
  width: 25px;
  margin-right: 5px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-phone img {
    width: 22px;
  }
}
.header__btn-group .btn-phone .btn-top {
  font-size: 23px;
  white-space: nowrap;
  font-weight: bold;
  color: #000;
  padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .header__btn-group .btn-phone .btn-top {
    font-size: 18px;
  }
}
.header__btn-group .btn-phone .btn-btm {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  display: block;
  letter-spacing: 0.8px;
}

@media only screen and (min-width: 768px) {
  .header__btn-group .btn-phone .btn-btm {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header__btn-group .btn-phone .btn-btm {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
}
.header__btn-group .btn-phone .btn-btm:hover {
  text-decoration: none;
}

@media (max-width: 859px) and (min-width: 800px) {
  .header__btn-group {
    flex: 0 0 74%;
  }
}
@media (max-width: 991px) and (min-width: 900px) {
  .header__btn-group {
    flex: 0 0 65%;
  }
}
.nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 999;
  transition: max-height 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .nav {
    display: none;
  }
}
.nav.is-opened {
  max-height: 1000px;
}

.nav__list {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #8cc63f;
}

.nav__item {
  border-top: 1px solid #333333;
}

.nav__item:not:last-child {
  border-bottom: 1px solid #333333;
}

.nav__link {
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 25px 15px 10px;
  color: #333333;
  text-decoration: none;
  position: relative;
}

.nav__link:hover {
  text-decoration: none;
  color: #333333;
}

.nav__link:after {
  content: "";
  background: url("../img/arrow-right.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
}

.nav__btn-group {
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .nav__btn-group .btn-mail-outline {
    width: 230px;
    margin: 5px auto 0 auto;
  }
}
.m-sm-0 {
  margin: 5px 0 0;
}

/* @media only screen and (max-width: 767px) {
  .nav__btn-group .btn-line {
    margin-top: 15px;
  }
} */
.nav__btn-group-top,
.nav__btn-group-btm {
  display: flex;
}

.nav__phone-wrapper {
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__phone-wrapper .label-consultation img {
  width: 77px;
}

.nav__phone-wrapper .btn-phone {
  margin: 0 0 0 10px;
}

.nav__phone-wrapper .btn-phone img {
  width: 255px;
}

.nav-icon {
  width: 36px;
}

.nav-icon:before,
.nav-icon:after,
.nav-icon > span {
  content: "";
  display: block;
  background-color: #333333;
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.2s ease-in-out;
}

.nav-icon.is-opened:before {
  transform: translateY(10px) rotate(135deg);
}

.nav-icon.is-opened:after {
  transform: translateY(-10px) rotate(-135deg);
}

.nav-icon.is-opened > span {
  transform: scale(0);
}

.hero {
  padding: 0;
  background: #f7f9f8;
  background: linear-gradient(to right, #f7f9f8, #fdfdfd);
}

.top-banner__inner {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 0;
}

.top-banner__desc {
  font-size: 13px;
  color: #ffffff;
  padding-left: 10px;
  line-height: 1.4;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .top-banner__desc {
    font-size: 19px;
  }
}
.top-banner__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .top-banner__col {
    flex-direction: row;
  }
}
.top-banner__col img {
  max-height: 55px;
}

@media only screen and (min-width: 768px) {
  .top-banner__col img {
    max-height: 80px;
  }
}
.bottom-banner {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .bottom-banner {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .bottom-banner {
    font-size: 16px;
    padding: 15px 0;
  }
}
.free-package {
  padding: 54px 0 25px 0;
  background-image: url(../img/freepkg-bg.png);
  background-size: cover;
}

.free-package .package-wrapper .icons-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .free-package .package-wrapper .icons-nav {
    flex-wrap: nowrap;
  }
}
.free-package .package-wrapper .icons-nav div {
  border-radius: 7px;
  background-color: #ffffff;
  width: 30%;
  margin-bottom: 25px;
  margin: 5px;
}

@media only screen and (min-width: 768px) {
  .free-package .package-wrapper .icons-nav div {
    width: 20%;
    margin-bottom: 0;
  }
}
.free-package .package-wrapper .icons-nav div .icon {
  width: 53px;
  height: 70px;
}

.free-package .package-wrapper .icons-nav div .icon-3 {
  width: 45px;
}

.free-package .package-wrapper .icons-nav div p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ff6000;
}

@media only screen and (min-width: 768px) {
  .free-package .package-wrapper .icons-nav div p {
    font-size: 18px;
  }
}
.free-package .package-wrapper .bottom-desc {
  font-size: 24px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 10px;
}

.problem {
  position: relative;
  background: #ffffff;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .problem {
    background-image: url("../img/problem-bg.png");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.problem .problem-wrapper {
  padding: 25px 0;
}

@media only screen and (min-width: 640px) {
  .problem .problem-wrapper {
    padding: 42px 0 80px 0;
  }
}
.problem .problem-title {
  font-size: 23px;
  font-weight: 900;
  color: #7c4a0f;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .problem .problem-title {
    font-size: 39px;
  }
}
.problem .problem-title span {
  color: #ff6000;
  font-size: 34px;
}

@media only screen and (min-width: 768px) {
  .problem .problem-title span {
    font-size: 50px;
  }
}
.problem ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media only screen and (min-width: 860px) {
  .problem ul {
    padding: 0 0 0 300px;
  }
}
.problem ul li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .problem ul li {
    font-size: 18px;
    padding-left: 37px;
  }
}
@media only screen and (min-width: 992px) {
  .problem ul li {
    font-size: 22px;
  }
}
.problem ul li:last-child {
  margin-bottom: 0;
}

.problem ul li img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
}

@media only screen and (min-width: 768px) {
  .problem ul li img {
    top: 8px;
    width: 20px;
    height: 20px;
  }
}
.reason {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .reason {
    padding: 35px 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .reason__row {
    margin: 0 -8px;
    padding: 0 0 50px 0;
  }
  .reason__row > [class^=col] {
    padding: 0 8px;
  }
}
.reason-card {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .reason-card {
    margin-bottom: 0;
  }
}
.reason-card__header {
  text-align: center;
  position: relative;
  font-size: 18px;
  margin: 0 auto;
}

@media only screen and (min-width: 576px) {
  .reason-card__header {
    margin-right: 0;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .reason-card__header {
    width: auto;
  }
}
.reason-card__body {
  padding: 0 5px;
}

@media only screen and (min-width: 576px) {
  .reason-card__body {
    padding: 0;
  }
}
.reason-card__title {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: #ff6000;
  margin: 5px 0 8px;
  text-align: center;
  justify-content: center;
  height: 45px;
}

@media only screen and (min-width: 576px) {
  .reason-card__title {
    margin: 10px 0 12px;
    height: auto;
  }
}
.reason-card__text {
  font-size: 15px;
  text-align: justify;
  letter-spacing: -1px;
  line-height: 1.8;
  margin: 0;
}

.rate {
  padding: 35px 0;
}

.rate .rate-box {
  max-width: 655px;
  margin: 0 auto 5px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rate .rate-box > div {
  width: 100%;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #d2272d;
  margin-bottom: 27px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .rate .rate-box > div {
    width: calc(50% - 2px);
  }
}
@media only screen and (min-width: 768px) {
  .rate .rate-box > div {
    width: calc(50% - 15px);
    padding: 14px;
    font-size: 16px;
  }
}
.rate .rate-box > div img {
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .rate .rate-box > div img {
    width: 230px;
  }
}
.rate .rate-box > div img.img-adjust {
  width: 125px;
}

.section-comparison {
  padding: 35px 0 30px 0;
}

@media only screen and (min-width: 768px) {
  .section-comparison {
    padding: 75px 0 60px 0;
  }
}
.comparison {
  margin-top: 35px;
}

.comparison__table {
  overflow-x: scroll;
  padding-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .comparison__table {
    overflow-x: hidden;
  }
}
.comparison__table::-webkit-scrollbar {
  -webkit-appearance: none;
}

.comparison__table::-webkit-scrollbar:vertical {
  width: 10px;
}

.comparison__table::-webkit-scrollbar:horizontal {
  height: 10px;
}

.comparison__table::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.comparison__table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.comparison__table img {
  max-width: 600px;
}

@media only screen and (min-width: 640px) {
  .comparison__table img {
    max-width: 100%;
  }
}
.intro-service__wrapper {
  margin-top: 32px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.intro-service .border--1 {
  border: 2px solid #ff6000;
}

.intro-service__desc {
  text-align: center;
  padding: 20px 0;
  color: #ff6000;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .intro-service__desc {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .intro-service__desc {
    font-size: 14px;
  }
}
.intro-service__row > [class^=col] {
  padding: 0 12px;
}

@media only screen and (max-width: 575px) {
  .intro-service__row > [class^=col] {
    padding: 0 8px;
  }
}
.section-voice {
  margin: 0 auto;
  padding: 15px 0 30px;
  background-image: url(../img/voice-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .section-voice {
    padding: 45px 0 50px;
  }
}
.voice {
  padding: 0 0 0;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.voice-card {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  padding: 14px 10px 14px 5px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  border: dotted 2px #ff6000;
}

@media only screen and (min-width: 768px) {
  .voice-card {
    flex-direction: row;
    padding: 15px 15px 20px 0;
  }
}
.voice-card__header {
  text-align: center;
  position: relative;
  font-size: 18px;
  width: 70%;
  margin: 0 auto 15px;
}

.voice-card__header img {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .voice-card__header {
    margin: 0 auto;
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .voice-card__header {
    margin: 0 auto;
    flex-basis: 20%;
    max-width: 20%;
  }
}
.voice-card__body {
  margin-top: 5px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .voice-card__body {
    flex-basis: 80%;
    max-width: 80%;
    margin-top: 0;
  }
}
.voice-card__text {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  color: #333333;
}

@media only screen and (max-width: 575px) {
  .voice-card__text {
    line-height: 1.4;
    padding-left: 10px;
  }
}
.flow {
  max-width: 870px;
  margin: 35px auto 0;
}

@media only screen and (min-width: 1024px) {
  .flow__row {
    margin: 0 -25px;
  }
  .flow__row > [class^=col] {
    padding: 0 25px;
  }
}
.flow__info {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0;
}

.flow__info p {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  background: #ff8a00;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .flow__info p {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.flow-card {
  margin-bottom: 55px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .flow-card {
    margin-bottom: 35px;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .flow-card {
    margin-bottom: 0;
  }
}
.flow-card--triangle {
  position: relative;
}

.flow-card--triangle:before {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 50%;
  transform: translateX(50%) rotate(90deg);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #333333;
  border-bottom: 15px solid transparent;
}

@media only screen and (min-width: 576px) {
  .flow-card--triangle:before {
    top: 65px;
    right: -16px;
    transform: translateX(0) rotate(0deg);
  }
}
@media only screen and (min-width: 992px) {
  .flow-card--triangle:before {
    right: -34px;
  }
}
.flow-card__header {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .flow-card__header {
    width: auto;
  }
}
.flow-card__header > img {
  width: 144px;
}

@media only screen and (min-width: 576px) {
  .flow-card__header > img {
    max-width: 150px;
    width: 80%;
  }
}
.flow-card__title {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: auto;
  margin: 10px 0;
  color: #ff6000;
  justify-content: center;
}

.flow-card__text {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  color: #333333;
}

.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #333333;
}

@media (min-width: 400px) {
  .bottom-nav {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) {
  .bottom-nav {
    display: none !important;
  }
}
.bottom-nav .button {
  flex: 0 0 calc(33% - 2px);
}

.contact-us {
  background: #fcfefd;
  background: linear-gradient(to right, #fcfefd, #f3f7f8);
}

@media only screen and (max-width: 1023px) {
  .contact-us {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us .contact-us-wrapper {
    background-image: url(../img/cta-lady.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30%;
  }
}
.contact-us .contact-us-content {
  padding: 20px 0 30px 0;
}

.contact-us__title {
  text-shadow: 2px 2px 2px grey;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .contact-us__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us__title {
    font-size: 35px;
    width: 62%;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us__title {
    font-size: 48px;
  }
}
.contact-us__title span.first {
  font-size: 23px;
  color: #ff6000;
}

@media only screen and (min-width: 640px) {
  .contact-us__title span.first {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us__title span.first {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us__title span.first {
    font-size: 50px;
  }
}
.contact-us__title span.second {
  font-size: 30px;
  color: #ff6000;
  line-height: 1.2;
}

@media only screen and (min-width: 640px) {
  .contact-us__title span.second {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us__title span.second {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us__title span.second {
    font-size: 64px;
  }
}
.contact-us h5 {
  margin-top: 15px;
  color: #8cc63f;
  font-size: 40px;
  text-align: center;
  text-shadow: 2px 2px 2px grey;
}

@media only screen and (min-width: 768px) {
  .contact-us h5 {
    font-size: 50px;
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us h5 {
    font-size: 60px;
    width: 70%;
  }
}
@media only screen and (min-width: 1248px) {
  .contact-us h5 {
    font-size: 65px;
    width: 70%;
  }
}
.contact-us .underline {
  position: relative;
  z-index: 99;
}

.contact-us .underline:after {
  content: "";
  position: absolute;
  height: 18px;
  background-color: #ffffaa;
  left: 0;
  right: 0;
  bottom: 2px;
  z-index: -1;
}

.contact-us__btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px auto 0;
}

@media only screen and (max-width: 767px) {
  .contact-us__btn {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) {
  .contact-us__btn {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us__btn {
    flex-wrap: nowrap;
  }
}
.contact-us__btn a:hover {
  text-decoration: none;
  color: #333333;
  opacity: 0.8;
}

.contact-us__btn .btn-phone img {
  width: 22px;
  margin-right: 5px;
}

@media only screen and (min-width: 576px) {
  .contact-us__btn .btn-phone img {
    width: 35px;
  }
}
.contact-us__btn .btn-phone .btn-phone-btm {
  font-size: 14px;
  line-height: 1.2;
}

/*
@media only screen and (min-width: 576px) {
  .contact-us__btn .btn-phone .btn-phone-btm {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-us__btn .btn-phone .btn-phone-btm {
    font-size: 17px;
  }
} */
.contact-us__btn .btn-phone .btn-phone-top {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media only screen and (min-width: 576px) {
  .contact-us__btn .btn-phone .btn-phone-top {
    font-size: 24px;
  }
}
/*
@media only screen and (min-width: 768px) {
  .contact-us__btn .btn-phone .btn-phone-top {
    font-size: 27px;
    line-height: 1.2;
  }
} */
/*
@media only screen and (min-width: 1024px) {
  .contact-us__btn .btn-phone .btn-phone-top {
    font-size: 30px;
  }
} */
.contact-us__btn .btn-mail-outline {
  margin-top: 10px;
  margin-left: 0;
}

@media only screen and (min-width: 480px) {
  .contact-us__btn .btn-mail-outline {
    margin-top: 5px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .contact-us__btn .btn-mail-outline {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us__btn .btn-mail-outline {
    margin-right: 10px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us__btn .btn-mail-outline {
    margin-right: 0;
    margin-left: 5px;
  }
}
/* @media only screen and (max-width: 767px) {

} */
.contact-us__btn .btn-mail {
  padding: 8px 12px;
}

@media only screen and (min-width: 768px) {
  .contact-us__btn .btn-mail {
    padding: 8px 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us__btn .btn-mail {
    padding: 8px 12px;
  }
}
.contact-us__btn .btn-mail img {
  width: 20px;
  margin-right: 3px;
}

@media only screen and (min-width: 400px) {
  .contact-us__btn .btn-mail img {
    width: 27px;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 576px) {
  .contact-us__btn .btn-mail img {
    width: 27px;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us__btn .btn-mail img {
    width: 27px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us__btn .btn-mail img {
    width: 35px;
    margin-right: 8px;
  }
}
.contact-us__btn .btn-mail .btn-mail-text-top {
  font-size: 21px;
  line-height: 1.3;
}

@media only screen and (min-width: 400px) {
  .contact-us__btn .btn-mail .btn-mail-text-top {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) {
  .contact-us__btn .btn-mail .btn-mail-text-top {
    font-size: 20px;
  }
}
/*
@media only screen and (min-width: 768px) {
  .contact-us__btn .btn-mail .btn-mail-text-top {
    font-size: 21px;
  }
} */
@media only screen and (min-width: 1024px) {
  .contact-us__btn .btn-mail .btn-mail-text-top {
    font-size: 25px;
  }
}
.contact-us__btn .btn-mail .btn-mail-text-btm {
  font-size: 13px;
  line-height: 1.3;
}

@media only screen and (min-width: 400px) {
  .contact-us__btn .btn-mail .btn-mail-text-btm {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) {
  .contact-us__btn .btn-mail .btn-mail-text-btm {
    font-size: 12px;
  }
  .nav__item .btn-mail .btn-mail-text-top {
    font-size: 21px;
  }
  .nav__item .btn-mail-outline .btn-mail {
    padding: 7px 11px;
  }
}
/* @media only screen and (min-width: 768px) {
  .contact-us__btn .btn-mail .btn-mail-text-btm {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-us__btn .btn-mail .btn-mail-text-btm {
    font-size: 16px;
  }
} */
.contact-us__btn .btn-line {
  background-color: #39ad36;
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-radius: 5px;
}

.contact-us .btn-outline--line {
  border: solid 1px #39ad36;
  padding: 2px;
  border-radius: 7px;
  margin-left: 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contact-us .btn-outline--line {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-us .btn-outline--line {
    margin-left: 0;
  }
}
.contact-us .btn-line .btn-top {
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .contact-us .btn-line .btn-top {
    font-size: 18px;
  }
}
.contact-us .btn-line .btn-btm {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding-left: 30px;
}

.contact-us .btn-line img {
  position: absolute;
  width: 35px;
  top: 10px;
}

@media only screen and (min-width: 876) {
  .contact-us .btn-line .btn-top {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us .btn-line img {
    position: absolute;
    width: 35px;
    top: 10px;
  }
}
.nav__item .btn-line {
  background-color: #39ad36;
  display: flex;
  align-items: baseline;
  padding: 5px;
  border-radius: 5px;
}

.nav__item .btn-outline--line {
  border: solid 1px #39ad36;
  padding: 2px;
  border-radius: 7px;
  margin-left: 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .nav__item .btn-outline--line {
    margin-left: 0;
    margin-top: 5px;
  }
}
.nav__item .btn-line .btn-top {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 40px;
}

.nav__item .btn-line .btn-btm {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding-left: 30px;
}

.nav__item .btn-line img {
  position: absolute;
  width: 35px;
  top: 10px;
}

@media only screen and (min-width: 876) {
  .nav__item .btn-line .btn-top {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .nav__item .btn-line img {
    position: absolute;
    width: 35px;
    top: 10px;
  }
}
.cta .cta-button-menus {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .cta .cta-button-menus {
    margin-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .cta .cta-button-menus {
    flex-wrap: wrap;
  }
}
.cta .cta-button-menus a {
  transition: 0.3s all;
}

@media only screen and (max-width: 479px) {
  .cta .cta-button-menus a {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cta .cta-button-menus a {
    width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .cta .cta-button-menus a {
    text-align: left;
    width: 280px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a {
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a {
    max-width: 292px;
  }
}
@media only screen and (min-width: 576px) {
  .cta .cta-button-menus a:nth-child(2) {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a:nth-child(2) {
    margin: 0 25px;
  }
}
.cta .cta-button-menus a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a:hover {
    opacity: 0.7;
  }
}
.cta .cta-button-menus a .btn-mail {
  background-color: #ff6000;
  display: flex;
  align-items: baseline;
  padding: 5px 10px;
  border-radius: 6px;
}

.cta .cta-button-menus a .btn-mail:hover {
  text-decoration: none;
}

.cta .cta-button-menus a .btn-mail img {
  width: 25px;
  margin-right: 5px;
  left: 12px;
}

@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a .btn-mail img {
    width: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a .btn-mail img {
    width: 30px;
  }
}
.cta .cta-button-menus a .btn-mail .btn-top {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .cta .cta-button-menus a .btn-mail .btn-top {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a .btn-mail .btn-top {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a .btn-mail .btn-top {
    font-size: 25px;
  }
}
.cta .cta-button-menus a .btn-mail .btn-btm {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 40px;
  display: block;
}

.cta .cta-button-menus a .btn-line {
  background-color: #39ad36;
  display: flex;
  align-items: baseline;
  padding: 5px 10px;
  border-radius: 6px;
}

.cta .cta-button-menus a .btn-line:hover {
  text-decoration: none;
}

.cta .cta-button-menus a .btn-line img {
  width: 25px;
  margin-right: 5px;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a .btn-line img {
    width: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a .btn-line img {
    width: 32px;
  }
}
.cta .cta-button-menus a .btn-line .btn-top {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 35px;
}

@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a .btn-line .btn-top {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a .btn-line .btn-top {
    font-size: 24px;
  }
}
.cta .cta-button-menus a .btn-line .btn-btm {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 35px;
  display: block;
}

.cta .cta-button-menus a .btn-line .btn-btm:hover {
  text-decoration: none;
}

.cta .cta-button-menus a .btn-phone {
  background-color: #29a6a3;
  display: flex;
  align-items: baseline;
  padding: 5px 10px;
  border-radius: 6px;
  line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
  .cta .cta-button-menus a .btn-phone {
    line-height: 1.3;
  }
}
.cta .cta-button-menus a .btn-phone:hover {
  text-decoration: none;
}

.cta .cta-button-menus a .btn-phone img {
  width: 25px;
  margin-right: 5px;
  top: 16px;
}

@media only screen and (max-width: 991px) {
  .cta .cta-button-menus a .btn-phone img {
    top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a .btn-phone img {
    width: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a .btn-phone img {
    width: 33px;
  }
}
.cta .cta-button-menus a .btn-phone .btn-top {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .cta .cta-button-menus a .btn-phone .btn-top {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cta .cta-button-menus a .btn-phone .btn-top {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-button-menus a .btn-phone .btn-top {
    font-size: 29px;
  }
}
.cta .cta-button-menus a .btn-phone .btn-btm {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .cta .cta-button-menus a .btn-phone .btn-btm {
    font-size: 16px;
  }
}
.cta .cta-button-menus a .btn-phone .btn-btm:hover {
  text-decoration: none;
}

.cta .cta-button-menus .button {
  padding: 1px;
  border-radius: 6px;
  border: solid 1px #ff6000;
  position: relative;
}

.cta .cta-button-menus .button img {
  position: absolute;
  top: 12px;
}

@media only screen and (max-width: 575px) {
  .cta .cta-button-menus .button img {
    top: 15px;
  }
}
.cta .cta-button-menus .button--line {
  border: solid 1px #39ad36;
}

.cta .cta-button-menus .button--phone {
  border: solid 1px #29a6a3;
}

@media only screen and (max-width: 767px) and (min-width: 567px) {
  .cta .cta-button-menus .button--phone {
    margin-top: 10px;
  }
}
.faq__question {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
}

@media only screen and (min-width: 576px) {
  .faq__question {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.faq__question:first-child {
  border-top: 1px dashed rgba(51, 51, 51, 0.5);
  padding-top: 10px;
}

@media only screen and (min-width: 576px) {
  .faq__question:first-child {
    padding-top: 20px;
  }
}
.faq__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  background: #8cc63f;
  color: #fff;
  width: 35px;
  height: 23px;
  text-align: center;
  margin-right: 10px;
}

@media only screen and (min-width: 576px) {
  .faq__icon {
    font-size: 14px;
    height: 33px;
    font-size: 18px;
    width: 59px;
    margin-right: 15px;
  }
}
.faq__heading {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 30px;
  color: #333333;
  cursor: pointer;
  position: relative;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .faq__heading {
    align-items: center;
    padding-right: 40px;
    font-size: 18px;
  }
}
.faq__heading:after {
  content: "+";
  position: absolute;
  right: -10px;
  top: 15px;
  width: 25px;
  height: 25px;
  padding: 0 0 3px 0;
  border-radius: 50%;
  color: #ffffff;
  background: #ff6000;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.faq__heading.is-opened:after {
  content: "-";
}

@media only screen and (min-width: 768px) {
  .faq__heading:after {
    top: 18px;
    width: 30px;
    height: 30px;
  }
}
.faq__heading > span:last-child {
  flex-basis: 90%;
}

.faq__answer {
  display: flex;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}

.faq__text {
  flex-basis: 95%;
  line-height: 1.8;
  font-size: 15px;
}

.inquiry-form {
  padding: 0 0 20px 0;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .inquiry-form {
    padding: 0 0 65px 0;
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-form {
    padding: 0 0 90px 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .inquiry-form {
    width: 81%;
  }
}
.inquiry-form__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__title {
    margin: 15px 0 60px;
    font-size: 18px;
  }
}
.inquiry-form .form-group {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form .form-group {
    margin-bottom: 40px;
  }
}
.inquiry-form__label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__label-wrapper {
    margin-bottom: 15px;
    height: 100%;
    margin-bottom: 0;
  }
}
.inquiry-form__label,
.inquiry-form__value {
  font-size: 15px;
  color: #333333;
  margin-bottom: 0;
}

@media only screen and (min-width: 860px) {
  .inquiry-form__label,
  .inquiry-form__value {
    font-size: 18px;
  }
}
.inquiry-form__value {
  font-weight: 400;
}

.inquiry-form__state {
  font-size: 14px;
  height: 24px;
  line-height: 1.7;
  line-height: 24px;
  padding: 0 6px;
  background: #d2272d;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__state {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .inquiry-form__state {
    font-size: 16px;
    margin-left: 25px;
  }
}
.inquiry-form__state--any {
  background: #ffffff;
  color: #333333;
  border: 1px solid #999999;
}

.inquiry-form .form-control {
  height: 50px;
  border-radius: 0;
  border: solid 2px #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: inset 0 1px #afafaf;
}

.inquiry-form .form-control:focus {
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.4);
}

.inquiry-form .form-control::-moz-placeholder {
  color: #999999;
}

.inquiry-form .form-control::placeholder {
  color: #999999;
}

.inquiry-form textarea.form-control {
  height: 250px;
  resize: none;
}

.inquiry-form__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__btn-wrapper {
    margin-top: 70px;
  }
}
.inquiry-form__btn {
  background: linear-gradient(to bottom, #f7a023, #ff7424);
  box-shadow: 0 1px 0px 1px rgba(51, 51, 51, 0.5);
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s;
}

@media only screen and (min-width: 576px) {
  .inquiry-form__btn {
    width: 370px;
  }
}
.inquiry-form__btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.conformation-page {
  border-top: 1px solid #8cc63f;
}

.form-sended__wrapper {
  min-height: 60vh;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.err {
  color: #d2272d;
}

.send-page {
  border-top: 1px solid #8cc63f;
}

.area {
  padding: 30px 0 15px 0;
}

@media only screen and (min-width: 768px) {
  .area {
    padding: 55px 0 43px 0;
  }
}
.area__image {
  margin-top: 5px;
}

.area__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 640px) {
  .area__image img {
    max-width: 480px;
  }
}
.footer {
  text-align: center;
  color: #ffffff;
  border-top: 2px solid #ff6000;
  margin-bottom: 70px;
}

@media only screen and (min-width: 576px) {
  .footer {
    margin-bottom: 0;
  }
}
.footer .footer-top {
  padding: 35px 0 30px 0;
}

.footer .footer-logo {
  display: inline-block;
  margin-bottom: 25px;
}

.footer .footer-logo img {
  width: 234px;
}

.footer .footer-text {
  color: #333333;
  font-size: 16px;
  line-height: 2.1;
}

.footer .copyright {
  background: #ff6000;
  font-size: 14px;
  padding: 18px 0;
}

@media only screen and (min-width: 576px) {
  .footer .copyright {
    padding: 25px 0;
  }
}
.bg-white {
  background-color: #fff;
}

.bg-white p span {
  font-weight: bold;
}

.btn-phone--2 {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 8px;
}

.inquiry-form__privacy {
  font-weight: 500;
  padding: 25px 20px;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background: #ffffff;
}

.inquiry-form__privacy h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
}

.inquiry-form__privacy p,
.inquiry-form__privacy li,
.inquiry-form__privacy h5 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.inquiry-form__privacy h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 25px 0 10px;
}

.inquiry-form__privacy p,
.inquiry-form__privacy li {
  padding-left: 15px;
  font-weight: 400;
}


.title-confirm {
  display: none;
}

.conformation-page .inquiry-form {
  overflow-wrap: anywhere;
}
.conformation-page .inquiry-form__state {
  display: none;
}
.conformation-page .nav-icon {
  display: none;
}
.conformation-page .header__logo {
  width: 175px;
}
.conformation-page .inquiry-form__state {
  display: none;
}
.conformation-page .heading-primary__text {
  font-weight: 500;
}
.conformation-page .inquiry-form__label-wrapper {
  justify-content: flex-start;
}
.conformation-page .form-group.row {
  flex-direction: column;
}
.conformation-page .inquiry-form__btn-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
.conformation-page .text-consent {
  display: none;
}
.conformation-page .title-confirm {
  display: block;
}
.conformation-page .title-input {
  display: none;
}
.conformation-page .privacy-row {
  display: none;
}

.confirmation-header .nav-icon {
  display: none;
}
.confirmation-header .header__logo {
  width: 175px;
}

@media (min-width: 768px) {
  .confirmation-header .header__logo {
    width: 340px;
  }
  .conformation-page .inquiry-form__label-wrapper {
    justify-content: flex-end;
  }
  .conformation-page .col-md-4,
  .conformation-page .col-md-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .conformation-page .col-md-8 {
    font-weight: 400;
  }
  .conformation-page .form-group.row {
    flex-direction: row;
  }
  .conformation-page .inquiry-form {
    width: auto;
  }
  .conformation-page .inquiry-form--config {
    padding-bottom: 0;
  }
  .conformation-page .inquiry-form__btn {
    margin: 0;
  }
  .conformation-page .inquiry-form__btn-wrapper {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 44px;
    margin-top: 40px;
  }
}