@charset "UTF-8";
/*!
 * 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 {
  -webkit-box-sizing: border-box;
  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 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none !important;
}

h1, h2, h3,
.h1, .h2, .h3 {
  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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.form-control::-ms-input-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;
  -ms-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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

 .btn:disabled {
  opacity: 0.65;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.border-0 {
  border: 0 !important;
}

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

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

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

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

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

.pt-5 {
  padding-top: 3rem !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;
    -webkit-box-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;
  }
}

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

section {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  section {
    padding-bottom: 80px;
  }
}

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

@media only screen and (min-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 860px;
  }
}

h1,
h2,
h3,
p {
  margin: 0;
}

.primary-btn {
  width: 357px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  border-radius: 1000px;
  padding: 10px;
  border: none;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fc9512), color-stop(#ff0a6c), color-stop(#fc9512), to(#ff0a6c));
  background: -webkit-linear-gradient(left, #fc9512, #ff0a6c, #fc9512, #ff0a6c);
  background: linear-gradient(to right, #fc9512, #ff0a6c, #fc9512, #ff0a6c);
  background-size: 300% 100%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.primary-btn::after {
  content: "";
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
  border-radius: 1000px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
}

.primary-btn span {
  width: 100%;
  position: relative;
}

.primary-btn span::after {
  content: "";
  background-image: url(".././img/common/w-arrw.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.primary-btn:hover {
  color: #fff;
  text-decoration: none;
  background-position: 100%;
}

.scroll-to-top {
  position: fixed;
  bottom: 63px;
  right: 10px;
  background: #10437E;
  height: 40px;
  width: 40px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 4px;
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -7px;
  margin-top: -4px;
}

@media only screen and (min-width: 576px) {
  .scroll-to-top {
    bottom: 86px;
  }
}

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

.scroll-to-top:hover {
  opacity: 0.8;
}

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

.heading-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .heading-primary {
    margin-bottom: 60px;
    gap: 15px;
  }
}

.heading-primary__top {
  font-size: 24px;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .heading-primary__top {
    font-size: 36px;
  }
}

.heading-primary__btm {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #FB6844;
}

@media only screen and (min-width: 768px) {
  .heading-primary__btm {
    font-size: 18px;
  }
}

.sec-bg {
  position: relative;
}

.sec-bg::before {
  content: "";
  display: block;
  position: absolute;
  background: #F4F7FE;
  z-index: -1;
  width: 100%;
  left: 0;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
  inset: 0;
  top: 12px;
}

.sec-bg-two {
  position: relative;
}

.sec-bg-two::before {
  content: "";
  display: block;
  position: absolute;
  background: #F4F7FE;
  z-index: -1;
  width: 100%;
  left: 0;
  inset: 0;
  -webkit-clip-path: polygon(0 8.7%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 8.7%, 100% 0, 100% 100%, 0% 100%);
  top: -24px;
}

@media only screen and (min-width: 768px) {
  .sec-bg-two::before {
    -webkit-clip-path: polygon(0 28.7%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 28.7%, 100% 0, 100% 100%, 0% 100%);
    top: -94px;
  }
}
.header {
  position: relative;
}

.header .container {
  max-width: 1077px;
  margin-inline: auto;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .header .container {
    padding: 25px 15px 27px;
  }
}

.header__logo {
  display: inline-block;
  max-width: 120px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header__logo:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    max-width: 100%;
  }
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .primary-btn {
  width: 209px;
  height: 55px;
  font-size: 15px;
}

.header .primary-btn span::after {
  width: 10px;
  height: 17px;
  right: 8px;
}

.nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

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

.nav.is-opened {
  max-height: 1000px;
  height: 100vh;
}

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

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

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

.nav__item--btm {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

@media only screen and (min-width: 768px) {
  .nav__link {
    padding: 15px 25px 15px 10px;
  }
}

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

.nav__link:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000000;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
}

.nav-icon {
  width: 32px;
}

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

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

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

.nav-icon.is-opened > span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.hero {
  padding-bottom: 0;
}

.hero .container {
  max-width: 1110px;
  margin-inline: auto;
}

.hero__wrapper {
  position: relative;
  padding: 35px 0 50px;
}

@media only screen and (min-width: 768px) {
  .hero__wrapper {
    padding: 35px 0 145px;
    margin-left: 20px;
  }
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 193px;
}

@media only screen and (min-width: 576px) {
  .hero__content {
    padding-top: 0;
  }
}

.hero__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 576px) {
  .hero__img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .hero__img {
    max-width: 100%;
  }
}

.hero__ttl {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .hero__ttl {
    font-size: 40px;
  }
}

.hero__desc {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.055em;
  color: #FB6844;
  margin-block: 15px;
}

@media only screen and (min-width: 576px) {
  .hero__desc {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .hero__desc {
    font-size: 22px;
  }
}

.hero__detail {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px) {
  .hero__detail {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.hero .primary-btn {
  width: 320px;
  height: 70px;
  margin-top: 30px;
  font-size: 18px;
  margin-inline: auto;
}

@media only screen and (min-width: 768px) {
  .hero .primary-btn {
    margin-top: 40px;
    width: 357px;
    height: 82px;
    font-size: 22px;
    margin-inline: unset;
  }
}

.hero .primary-btn span::after {
  width: 12px;
  height: 15px;
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .hero .primary-btn span::after {
    width: 16px;
    height: 25px;
  }
}

.faq {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .faq {
    padding-bottom: 26px;
    padding-top: 90px;
  }
}

.faq .heading-primary {
  margin-bottom: 40px;
}

.faq__question {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.faq__question:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
}

.faq__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  background: #10437E;
  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: 55px;
    margin-right: 15px;
  }
}

.faq__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 30px;
  color: #000000;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-block: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .faq__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    font-size: 18px;
  }
}

.faq__heading:hover {
  opacity: 0.7;
}

.faq__heading::after {
  content: '+';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 25px;
  height: 25px;
  padding: 0 0 3px 0;
  border-radius: 50%;
  color: #27A1EB;
  background: #ffffff;
  border: 2px solid #27A1EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .faq__heading::after {
    top: 50%;
    width: 30px;
    height: 30px;
  }
}

.faq__heading > span:last-child {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.faq__text {
  -ms-flex-preferred-size: 95%;
  flex-basis: 95%;
  line-height: 1.8;
  font-size: 14px;
  padding-right: 20px;
  color: #000;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .faq__text {
    padding-right: 40px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .faq__text {
    padding-right: 125px;
  }
}

.section__inner.faq {
  padding-top: 0;
}

.testimonial {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .testimonial {
    padding-bottom: 80px;
  }
}

.testimonial-wrapper {
  max-width: 475px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .testimonial-wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .testimonial-wrapper {
    width: 100%;
    max-width: 827px;
  }
}

.testimonial-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border: 1px solid #10437E;
  margin-bottom: 20px;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .testimonial-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 20px 5px 20px 34px;
    gap: 43px;
    margin-bottom: 33px;
  }
}

.testimonial-col img {
  display: block;
  aspect-ratio: 110/117;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #10437E;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .testimonial-text {
    font-size: 18px;
    text-align: start;
    padding-bottom: 16px;
  }
}

.testimonial-description {
  font-size: 14px;
  color: #333333;
  text-align: start;
  line-height: 22px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .testimonial-description {
    font-size: 18px;
    text-align: start;
    line-height: 26px;
  }
}

.contact-form {
  padding: 0 0 50px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .contact-form {
    padding: 0 0 60px;
    padding-top: 50px;
  }
}

.contact-form .container {
  max-width: 805px;
}

.inquiry-form {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .inquiry-form {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .inquiry-form {
    width: 100%;
  }
}

.inquiry-form .primary-btn {
  width: 430px;
  height: 70px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form .primary-btn {
    width: 430px;
    height: 82px;
    font-size: 22px;
  }
}

.inquiry-form .primary-btn span::after {
  width: 12px;
  height: 15px;
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .inquiry-form .primary-btn span::after {
    width: 15px;
    height: 25px;
  }
}

.inquiry-form__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

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

.inquiry-form .form-group {
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .inquiry-form .form-group {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .inquiry-form .form-group.row {
    margin-inline: 0;
  }
}

@media only screen and (min-width: 768px) {
  .inquiry-form .form-group.row > [class^="col"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .inquiry-form .form-group.row > [class^="col"]:last-of-type {
    padding-right: 0;
    padding-left: 15px;
  }
}

.inquiry-form__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .inquiry-form__label-wrapper {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .inquiry-form__label-wrapper {
    margin-bottom: 15px;
    height: 100%;
    margin-bottom: 0;
  }
}

.inquiry-form__label {
  color: #333;
}

.inquiry-form__label, .inquiry-form__value {
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .inquiry-form__label, .inquiry-form__value {
    font-size: 14px;
  }
}

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

.inquiry-form__value {
  font-weight: 400;
}

.inquiry-form__state {
  font-size: 14px;
  height: 24px;
  padding: 0 6px;
  background: #D2272D;
  color: #ffffff;
  max-width: 56px;
  width: 100%;
  text-align: center;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__state {
    font-size: 16px;
    height: 30px;
    padding: 0 8px;
  }
}

.inquiry-form__state--any {
  background: #ffffff;
  color: #000000;
  border: 1px solid #999999;
  font-weight: 400;
}

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

@media only screen and (min-width: 768px) {
  .inquiry-form .form-control {
    font-size: 18px;
  }
}

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

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

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

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

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

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

.inquiry-form__btn-wrapper {
  margin-top: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .inquiry-form__btn-wrapper {
    margin-top: 64px;
  }
}

.inquiry-form__btn {
  background: #999999;
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  -webkit-appearance: button;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

@media only screen and (min-width: 576px) {
  .inquiry-form__btn {
    width: 370px;
  }
}

.inquiry-form__btn:hover {
  background: rgba(153, 153, 153, 0.8);
  text-decoration: none;
  color: #ffffff;
}

.inquiry-form__btn.confirm {
  background: -webkit-gradient(linear, left top, right top, from(#fc9512), to(#ff0a6c));
  background: -webkit-linear-gradient(left, #fc9512 0%, #ff0a6c 100%);
  background: linear-gradient(90deg, #fc9512 0%, #ff0a6c 100%);
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.inquiry-form__btn.confirm:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fc9512), color-stop(70%, #e31869));
  background: -webkit-linear-gradient(left, #fc9512 0%, #e31869 70%);
  background: linear-gradient(90deg, #fc9512 0%, #e31869 70%);
  text-decoration: none;
  color: #ffffff;
}

.form-sended__wrapper {
  text-align: center;
}

.conformation-page,
.send-page {
  border-top: 1px solid #10437E;
  background-color: #f4f7fe;
}

.conformation-page section,
.send-page section {
  margin-bottom: 50px;
}

.err {
  color: red;
}

.free {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .free {
    padding-bottom: 80px;
  }
}

.free .heading-primary {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .free .heading-primary {
    margin-bottom: 55px;
  }
}

.free-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

@media only screen and (min-width: 576px) {
  .free-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .free-row {
    gap: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .free-row {
    gap: 49px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 951px;
    width: 100%;
    margin: 0 auto;
  }
}

.free-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% / 2 - 5px);
  width: calc(100% / 2 - 5px);
}

@media only screen and (min-width: 768px) {
  .free-col {
    width: -webkit-calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
  }
}

@media only screen and (min-width: 992px) {
  .free-col {
    width: -webkit-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
  }
}

.free-image {
  min-height: 120px;
}

@media only screen and (min-width: 768px) {
  .free-image {
    min-height: 140px;
  }
}

.free-image img {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .free-image img {
    width: 100%;
  }
}

.free-text {
  margin-top: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #10437E;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .free-text {
    font-size: 15px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .free-text {
    font-size: 18px;
  }
}

.free-text::after {
  content: "";
  position: absolute;
  background-image: url("./../img/free/check.svg");
  background-position: center;
  background-size: cover;
  background-position: center;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 16px;
}

@media only screen and (min-width: 768px) {
  .free-text::after {
    left: -30px;
  }
}

.flow {
  max-width: 870px;
  margin: 10px auto 0;
}

@media only screen and (min-width: 768px) {
  .flow {
    margin: 63px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .flow .primary-btn {
    width: 320px;
    height: 70px;
    font-size: 18px;
  }
  .flow .primary-btn span::after {
    width: 12px;
    height: 15px;
    right: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .flow__row {
    margin: 0 -25px;
  }
  .flow__row > [class^="col"] {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) {
  .flow__row > div:nth-of-type(1) .flow-card {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .flow__row > div:nth-of-type(1) .flow-card {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .flow__row > div:nth-of-type(2) .flow-card {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .flow__row > div:nth-of-type(2) .flow-card {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .flow__row > div:nth-of-type(2) .flow-card::before {
    right: unset;
    left: 50%;
    top: -webkit-calc(100% + 30px);
    top: calc(100% + 30px);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

@media only screen and (min-width: 768px) {
  .flow__row > div:nth-of-type(2) .flow-card::before {
    left: unset;
    top: 27%;
    right: -20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (min-width: 992px) {
  .flow__row > div:nth-of-type(2) .flow-card::before {
    right: -34px;
    top: 30%;
  }
}

@media only screen and (min-width: 576px) {
  .flow__row > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (min-width: 768px) {
  .flow__row > div:nth-of-type(3) {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

@media only screen and (min-width: 576px) {
  .flow__row > div:nth-of-type(3) .flow-card::before {
    left: -34px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media only screen and (min-width: 768px) {
  .flow__row > div:nth-of-type(3) .flow-card::before {
    left: unset;
    top: 27%;
    right: -20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (min-width: 992px) {
  .flow__row > div:nth-of-type(3) .flow-card::before {
    right: -34px;
    top: 30%;
  }
}

.flow-card {
  margin-bottom: 55px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .flow-card {
    margin-bottom: 35px;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .flow-card {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .flow-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flow-card--triangle {
  position: relative;
}

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

@media only screen and (min-width: 576px) {
  .flow-card--triangle:before {
    top: 27%;
    right: -20px;
    -webkit-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@media only screen and (min-width: 768px) {
  .flow-card--triangle:before {
    border-top: 10px solid transparent;
    border-left: 13px solid #27A1EB;
    border-bottom: 10px solid transparent;
  }
}

@media only screen and (min-width: 992px) {
  .flow-card--triangle:before {
    right: -34px;
    top: 30%;
    border-top: 19px solid transparent;
    border-left: 22px solid #27A1EB;
    border-bottom: 19px solid transparent;
  }
}

.flow-card--triangle:nth-child(2):before {
  -webkit-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
}

.flow-card__header {
  position: relative;
  text-align: center;
}

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

.flow-card__title {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: auto;
  margin: 20px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #10437E;
  font-weight: 700;
}

@media only screen and (min-width: 576px) {
  .flow-card__title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .flow-card__title {
    font-size: 18px;
  }
}

.flow-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .flow-btn {
    margin-top: 50px;
  }
}

.problem {
  padding-bottom: 55px;
}

.problem .problem-wrapper {
  max-width: 780px;
  margin: 0 auto;
  background-image: url(".././img/problem/problem-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 75% 100%;
  padding: 0 0 50px 8.5px;
}

@media only screen and (min-width: 576px) {
  .problem .problem-wrapper {
    background-position: center;
    background-position: 50% 100%;
  }
}

@media only screen and (min-width: 768px) {
  .problem .problem-wrapper {
    padding: 15px 0 60px 8.5px;
    background-size: cover;
  }
}

.problem ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.problem ul li {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #10437E;
}

@media only screen and (min-width: 576px) {
  .problem ul li {
    font-size: 16px;
    argin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .problem ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .problem ul li {
    font-size: 21px;
    padding-left: 45px;
    margin-bottom: 31px;
  }
}

@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: 28.5px;
    height: 20px;
  }
}

.sample {
  text-align: center;
  padding-top: 40px;
}

@media only screen and (min-width: 576px) {
  .sample {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .sample {
    padding-top: 80px;
  }
}

.sample .heading-primary {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .sample .heading-primary {
    margin-bottom: 40px;
  }
}

.sample__result {
  font-size: 14px;
  font-weight: 700;
  color: #FB6844;
}

@media only screen and (min-width: 768px) {
  .sample__result {
    font-size: 24px;
  }
}

.sample__text {
  font-size: 14px;
  font-weight: 700;
  margin-block: 15px 30px;
}

@media only screen and (min-width: 768px) {
  .sample__text {
    font-size: 18px;
    margin-block: 20px 45px;
  }
}

.sample__btn {
  font-size: 18px;
  font-weight: 700;
  color: #009fe8;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .sample__btn {
    font-size: 24px;
  }
}

.sample__btn:hover {
  opacity: 0.7;
  color: #009fe8;
}

.footer {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .footer {
    font-size: 16px;
    padding: 38px 0;
  }
}

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