/** Libs **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Maru+Gothic&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: transparent;
  width: 32px;
  height: 92px;
  min-width: initial;
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: all 0.3s;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.slick-arrow:hover {
  color: transparent;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  top: calc(50% + 2px);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  top: calc(50% + 2px);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li button {
  padding: initial;
  max-width: initial;
  min-width: initial;
  color: transparent;
  font-size: 0;
}

/** Global **/
*,
*::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);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
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;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
.container, .container-fluid {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.loans__item ul, .banner-page__list ul, .flow-section__box--line ul, .topic-section__heading ul, .site-footer__nav--inner ul, .sidebar-sticky__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-page h1, .heading-page {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(45deg, #0d98d6, #72c8ff);
  width: 100%;
  max-width: 756px;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  padding: 5px 20px;
  min-height: 70px;
  margin: 0 auto 30px;
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.14);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .banner-page h1, .heading-page {
    font-size: 24px;
    min-height: 100px;
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-page h1, .heading-page {
    font-size: 32px;
    min-height: 125px;
    margin: 0 auto 100px;
  }
}
.banner-page h1 span, .heading-page span {
  font-family: var(--second-font);
  font-weight: 700;
  font-size: 11.24px;
}
@media only screen and (min-width: 768px) {
  .banner-page h1 span, .heading-page span {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-page h1 span, .heading-page span {
    font-size: 19px;
  }
}
.banner-page h1::before, .heading-page::before {
  content: "";
  background: url("../images/stars-white.svg") no-repeat 0 0/100%;
  width: 18px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .banner-page h1::before, .heading-page::before {
    width: 22px;
    height: 29px;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-page h1::before, .heading-page::before {
    width: 30px;
    height: 38px;
    right: 50px;
  }
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --blue: #1394ff;
  --blue-dark: #0080df;
  --primary: #172951;
  --second: #fff149;
  --text-body: #252b3c;
  --radius: 5px;
  --primary-font: "Noto Sans JP", sans-serif;
  --second-font: "Quicksand", sans-serif;
  --third-font: "PAotoGothicStdN", "Noto Sans JP", sans-serif;
  --fourth-font: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --heading-font: var(--primary-font);
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: var(--primary-font);
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: 0.1em;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.8;
  color: var(--promary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--text-body);
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn, .btn-arrow, .btn-arrow--dark,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 13px 25px;
  min-width: 280px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: 100px;
  background: #29a3da;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #29a3da;
}
@media only screen and (min-width: 992px) {
  .btn, .btn-arrow, .btn-arrow--dark,
  button,
  input[type=button],
  input[type=submit] {
    min-width: 335px;
  }
}
.btn:hover, .btn-arrow:hover, .btn-arrow--dark:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 1;
  color: #29a3da;
  background: none;
}

.btn-arrow, .btn-arrow--dark {
  position: relative;
}
.btn-arrow::after, .btn-arrow--dark::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../images/btn-arrow.svg") no-repeat 0 0/100%;
  transition: all 0.3s;
}
.btn-arrow:hover::after, .btn-arrow--dark:hover::after {
  background-image: url("../images/btn-arrow-hover.svg");
}
.btn-arrow--center {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.btn-arrow--center::after {
  position: static;
  transform: none;
}
.btn-arrow--dark {
  border-color: #0080c2;
  background: #0080c2;
}
.btn-arrow--dark::after {
  background: url("../images/btn-arrow-dark.svg") no-repeat 0 0/100%;
}
.btn-arrow--dark:hover::after {
  background-image: url("../images/btn-arrow-dark-hover.svg");
}

.section-button {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-button {
    margin-top: 75px;
  }
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .section {
    padding-left: 320px;
  }
}
.section__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -5;
  pointer-events: none;
  width: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .section__bg {
    width: 1920px;
  }
}
.section__bg img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section__bg img {
    height: 100%;
    object-fit: cover;
  }
}
.section__bg--1 {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .section__bg--1 {
    z-index: -2;
    height: 1045px;
  }
}
.section__bg--2 {
  z-index: -4;
  top: 915px;
}
@media only screen and (min-width: 768px) {
  .section__bg--2 {
    top: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .section__bg--2 {
    height: 1124px;
  }
}
.section__bg--3 {
  top: 1865px;
  z-index: -5;
}
@media only screen and (min-width: 768px) {
  .section__bg--3 {
    top: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .section__bg--3 {
    height: 585px;
  }
}
.section__bg--4 {
  top: 2380px;
  z-index: -3;
}
@media only screen and (min-width: 768px) {
  .section__bg--4 {
    top: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .section__bg--4 {
    height: 583px;
  }
}
.section__bg--5 {
  top: 2828px;
  z-index: -5;
}
@media only screen and (min-width: 768px) {
  .section__bg--5 {
    top: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .section__bg--5 {
    height: 1526px;
  }
}

.bg-blue {
  background: #1394ff;
}

.bg-red {
  background: #cc145a;
}

.bg-orange {
  background: #ef8b1e;
}

.section-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  color: #2c2d2d;
  line-height: 1.2;
  padding-inline: 40px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
.section-heading h2::after {
  content: "";
  width: 30px;
  height: 39px;
  background: url("../images/stars-black.svg") no-repeat 0 0/100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-heading h3 {
  font-family: var(--second-font);
  font-weight: 700;
  color: #2c2d2d;
  line-height: 1.1;
  margin: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .section-heading h3 {
    font-size: 19px;
  }
}
.section-heading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .section-heading__inner {
    gap: 15px;
  }
}
.section-heading p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .section-heading p {
    font-size: 20px;
  }
}
.section-heading--reverse h3 {
  order: -2;
}
.section-heading--white h2 {
  color: var(--white);
}
.section-heading--white h2::after {
  background-image: url("../images/stars-white.svg");
}
.section-heading--white h3 {
  color: var(--white);
}
.section-heading--circle .section-heading__inner {
  position: relative;
}
.section-heading--circle .section-heading__inner::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 174px;
  height: 174px;
  background: var(--white);
  border-radius: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .section-heading--circle .section-heading__inner::before {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-heading--circle .section-heading__inner::before {
    width: 303px;
    height: 303px;
  }
}
.section-heading--white.section-heading--circle .section-heading__inner {
  position: relative;
}
.section-heading--white.section-heading--circle .section-heading__inner::before {
  content: "";
  width: 148px;
  height: 148px;
  background: #0d98d6;
}

.table {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.table tr th,
.table tr td {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  padding: 25px 10px;
}
@media only screen and (min-width: 768px) {
  .table tr th,
  .table tr td {
    font-size: 20px;
    padding: 18px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .table tr th,
  .table tr td {
    text-align: center;
  }
}
.table tr th.text-center,
.table tr td.text-center {
  text-align: center;
}
.table tr th {
  background: #72c8ff;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .table tr th {
    padding: 21px 10px;
  }
}
.table tr th + th {
  border-left: 2px solid var(--white);
}
.table tr td {
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .table tr td {
    font-size: 16px;
  }
}
.table tr td span {
  color: #0071b4;
}
.table tr td strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .table tr td strong {
    font-weight: 500;
    font-size: 18px;
  }
}
.table tr td + td {
  border-left: 2px solid #72c8ff;
}
.table tr + tr th,
.table tr + tr td {
  border-top: 2px solid #72c8ff;
}

.table-2 {
  width: 100%;
  color: #1a2b52;
  border: 1px solid #fff08a;
  background: var(--white);
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .table-2 {
    font-size: 16px;
  }
}
.table-2 tr th {
  font-weight: 700;
  background: #fff08a;
  padding: 16px 20px;
}
@media only screen and (min-width: 768px) {
  .table-2 tr th {
    font-size: 18px;
  }
}
.table-2 tr td {
  padding: 13px 20px;
}
.table-2 tr:nth-child(even) td {
  background: #fffad6;
}

.hamburger {
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
  background: rgb(133, 199, 205);
  background: linear-gradient(90deg, rgb(133, 199, 205) 0%, rgb(124, 172, 216) 100%);
  border-radius: 100px;
}
.hamburger span {
  width: 12px;
  height: 2px;
  background: transparent;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 3px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -3px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(0);
  top: 0;
}
.hamburger.active span::after {
  transform: rotate(90deg);
  top: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

.slick-slider .slick-arrow {
  z-index: 9;
  width: 52px;
  height: 52px;
  border: 0;
  min-width: auto;
}
.slick-slider .slick-arrow::before, .slick-slider .slick-arrow::after {
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  background: url("../images/arrow-slider-left.svg") no-repeat 0 0/100%;
}
.slick-slider .slick-arrow.slick-next {
  background: url("../images/arrow-slider-right.svg") no-repeat 0 0/100%;
}
@media only screen and (max-width: 767px) {
  .slick-slider.arrow-mobile {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider.arrow-mobile--bottom .slick-arrow {
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider.arrow-mobile--bottom .slick-arrow.slick-prev {
    left: 10px;
    background: url("../images/arrow-slider-left-sp.svg") no-repeat 0 0/100%;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider.arrow-mobile--bottom .slick-arrow.slick-next {
    right: auto;
    left: 70px;
    background: url("../images/arrow-slider-right-sp.svg") no-repeat 0 0/100%;
  }
}

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

.site-header {
  border-radius: 3px;
  background: var(--white);
  z-index: 999;
  width: calc(100% - 10px);
  top: 5px;
  left: 6px;
  position: fixed;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    width: 100%;
    max-width: 320px;
    left: 0;
    top: 0;
    border-radius: 0;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  min-height: 60px;
}
@media only screen and (min-width: 1200px) {
  .site-header__inner {
    display: none;
  }
}
.site-header__logo img {
  width: 100%;
  max-width: 130px;
  max-height: 40px;
}

.sidebar-sticky {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar-sticky {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 100%;
    background: var(--white);
    border-radius: 0 0 3px 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-sticky {
    display: block !important;
  }
}
.sidebar-sticky__inner {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .sidebar-sticky__inner {
    max-height: 100vh;
    padding-top: 0;
  }
}
.sidebar-sticky__inner::-webkit-scrollbar {
  width: 5px;
}
.sidebar-sticky__inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sidebar-sticky__inner::-webkit-scrollbar-thumb {
  background: #acacac;
}
.sidebar-sticky__inner::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e;
}
.sidebar-sticky__logo {
  height: 170px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .sidebar-sticky__logo {
    display: flex;
  }
}
.sidebar-sticky__logo img {
  width: 100%;
  max-width: 218px;
}
.sidebar-sticky__nav ul {
  border-top: 0.5px dashed #aaaaaa;
}
.sidebar-sticky__nav ul li {
  border-bottom: 0.5px dashed #aaaaaa;
}
.sidebar-sticky__nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 5px 20px 5px 30px;
  color: var(--primary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.sidebar-sticky__nav ul li a figure {
  width: 52px;
  text-align: center;
}
.sidebar-sticky__nav ul li a figure img {
  max-width: 100%;
  max-height: 65px;
}
.sidebar-sticky__contact {
  display: flex;
  gap: 15px;
  padding: 24px 15px 20px;
}
.sidebar-sticky__contact a {
  display: flex;
  flex-direction: column;
  border: 1px solid #675649;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  color: var(--primary);
  gap: 10px;
  align-items: center;
  min-height: 112px;
  padding: 5px;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  box-shadow: 3px 3px #dad7d5;
}
.sidebar-sticky__contact a img {
  height: 38px;
}
.sidebar-sticky__contact--line img {
  max-width: 38px;
}
.sidebar-sticky__link {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.sidebar-sticky__link a {
  width: 100%;
  border-radius: 4px;
  font-size: 17px;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 45px;
  background: url("../images/play-icon.svg") no-repeat 15px 50%/19px #e0dddb;
}
.sidebar-sticky__hotline {
  padding: 10px 15px 15px;
  text-align: center;
  color: var(--primary);
}
.sidebar-sticky__hotline a {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--second-font);
  color: var(--primary);
}
.sidebar-sticky__hotline p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.site-footer {
  background: #0080c2;
  color: var(--white);
  padding-block: 60px 10px;
  font-size: 14px;
  line-height: 1.5625;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 75px 120px;
    background: url("../images/logo-overlay.svg") no-repeat 69% 35%/auto 110% #0080c2;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    padding-left: 320px;
  }
}
@media only screen and (min-width: 1800px) {
  .site-footer {
    padding-left: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer .container {
  max-width: 1340px;
}
@media only screen and (min-width: 992px) {
  .site-footer__inner {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__info {
    width: 52%;
    padding-right: 40px;
  }
}
.site-footer__info figure {
  margin: 24px 0 0;
}
@media only screen and (min-width: 768px) {
  .site-footer__info figure {
    margin: 50px 0 0;
  }
}
.site-footer__info figure img {
  max-width: 590px;
}
.site-footer__info p {
  margin: 15px 0;
}
.site-footer__nav {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav {
    width: 48%;
    margin-top: 0;
  }
}
.site-footer__nav--inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav--inner {
    justify-content: space-between;
  }
}
.site-footer__nav--inner ul {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .site-footer__nav--inner ul {
    display: none;
  }
}
.site-footer__nav--inner ul a {
  color: var(--white);
}
.site-footer__nav--inner ul li + li {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav--inner ul li + li {
    margin-top: 55px;
  }
}
.site-footer__nav--inner figure {
  width: 100%;
  max-width: 178px;
  align-self: flex-end;
}
.site-footer__nav--inner figure img {
  width: 100%;
}
.site-footer__logo {
  margin-bottom: 15px;
}
.site-footer__logo img {
  max-width: 270px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__logo img {
    max-width: 346px;
  }
}
.site-footer__bottom {
  margin-top: 35px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    padding-top: 35px;
    border-top: 1px solid var(--white);
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
  }
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom p span {
  font-family: var(--second-font);
}

.contact-fixed {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #f48683;
  padding: 12px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-fixed {
    display: none;
  }
}
.contact-fixed a {
  background: var(--white);
  border: 1px solid #2c2d2d;
  border-radius: 7px;
  padding: 0 2vw 0 17.436vw;
  position: relative;
  font-size: 3.846vw;
  font-weight: 900;
  min-height: 15.128vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  letter-spacing: 0.06em;
}
.contact-fixed a img {
  width: 26%;
  left: 3vw;
  bottom: -1.923vw;
  position: absolute;
}

/** pages */
.banner {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .banner {
    margin-left: 320px;
  }
}
.banner picture {
  display: block;
}
.banner picture img {
  width: 100%;
}
.banner__main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 3%;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .banner__main {
    bottom: 1%;
    width: 38%;
  }
}
.banner__sub-heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 17%;
  width: 81.5%;
}
@media only screen and (min-width: 768px) {
  .banner__sub-heading {
    top: 4%;
    width: 46%;
  }
}
.banner__heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 25%;
  width: 90.3%;
}
@media only screen and (min-width: 768px) {
  .banner__heading {
    top: 8.2%;
    width: 55.8%;
  }
}
.banner__text--1 {
  position: absolute;
  right: 50%;
  top: 36%;
  width: 31.1%;
  transform: translateX(-61%);
}
@media only screen and (min-width: 768px) {
  .banner__text--1 {
    top: 22%;
    width: 21%;
    transform: translateX(-68%);
  }
}
.banner__text--2 {
  position: absolute;
  left: 50%;
  top: 33.5%;
  width: 34.7%;
  transform: translateX(42%);
}
@media only screen and (min-width: 768px) {
  .banner__text--2 {
    top: 22%;
    width: 21%;
    transform: translateX(68%);
  }
}
.banner__img--1 {
  position: absolute;
  right: 50%;
  z-index: 3;
  top: 71%;
  width: 38.3%;
  transform: translateX(-28%);
}
@media only screen and (min-width: 768px) {
  .banner__img--1 {
    top: 55%;
    width: 21%;
    transform: translateX(-70%);
  }
}
.banner__img--2 {
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 71.5%;
  width: 38.5%;
  transform: translateX(31%);
}
@media only screen and (min-width: 768px) {
  .banner__img--2 {
    top: 55%;
    width: 21%;
    transform: translateX(83%);
  }
}

.bullion-price__items {
  padding-block: 40px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .bullion-price__items {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-block: 80px;
  }
}
.bullion-price__items picture {
  display: block;
}
.bullion-price__items picture img {
  width: 100%;
}
.bullion-price__table {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .bullion-price__table {
    margin-top: 35px;
  }
}

.attention-box {
  border: 1px solid var(--black);
  border-radius: 21px;
  background: var(--white);
  padding: 20px 20px 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .attention-box {
    padding: 25px 45px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .attention-box__image {
    width: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .attention-box__image {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 124px;
  }
}
.attention-box__body {
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .attention-box__body {
    width: calc(62.5% - 24px);
    font-size: 19px;
    line-height: 1.46;
  }
}
.attention-box__body::after {
  content: "";
  width: 33px;
  height: 55px;
  background: url("../images/ice-cream-1.svg") no-repeat 0 0/100%;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .attention-box__body::after {
    width: 50px;
    height: 80px;
    right: -36px;
  }
}
@media only screen and (min-width: 1200px) {
  .attention-box__body::after {
    width: 68px;
    height: 106px;
    bottom: 0;
    top: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .attention-box__heading {
    padding-left: 84px;
    text-align: center;
  }
}
.attention-box__heading h4 {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--second-font);
  margin: 0 0 12px;
  line-height: 1.2;
}
.attention-box__heading h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 12px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .attention-box__heading h3 {
    background: #fff149;
    padding: 8px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .attention-box__heading h3 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .attention-box__heading h3 span {
    background: #fff149;
    padding: 10px 5px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .attention-box__heading p {
    padding: 0 10px;
  }
}
.attention-box__heading p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .attention-box__button {
    width: 19.5%;
  }
}
@media only screen and (max-width: 767px) {
  .attention-box__button figure {
    display: none;
  }
}
.attention-box__button h4 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #00a3de;
  margin: 15px 0 10px;
}
@media only screen and (min-width: 768px) {
  .attention-box__button h4 {
    display: none;
  }
}
.attention-box__button .btn-arrow {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .attention-box__button .btn-arrow {
    display: none;
  }
}

.pay-back {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  padding: 180px 100px 0 10px;
}
@media only screen and (min-width: 768px) {
  .pay-back {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .pay-back {
    border: 1px solid var(--black);
    border-radius: 21px;
    background: var(--white);
    padding: 20px 20px 30px;
    position: relative;
    margin-top: 30px;
  }
}
.pay-back__image {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 115px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .pay-back__image {
    top: auto;
    bottom: 52px;
    width: 100%;
    right: 200px;
    max-width: 337px;
  }
}
.pay-back__image img {
  width: 100%;
}
.pay-back__body {
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pay-back__body {
    font-size: 18px;
    line-height: 2;
  }
}
.pay-back__body::before {
  content: "";
  width: 74px;
  height: 121px;
  background: url("../images/ice-cream-2.svg") no-repeat 0 0/100%;
  position: absolute;
  top: 5px;
  left: -100px;
  z-index: 1;
}
.pay-back__body h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.65;
  font-weight: 700;
  margin: 0 0 25px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .pay-back__body h3 {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
.pay-back__body h3::after {
  content: "";
  width: 30px;
  height: 39px;
  background: url("../images/stars-black.svg") no-repeat 0 0/100%;
  position: absolute;
  bottom: 10px;
  right: -50px;
}
.pay-back__body p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .pay-back__button {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pay-back__button .btn-arrow {
    width: 100%;
    margin-top: 20px;
  }
}

.topic-section {
  padding-block: 60px 25px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .topic-section {
    padding-block: 300px 70px;
  }
}
.topic-section > img {
  position: absolute;
  top: 75px;
  width: 828px;
  right: -210px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topic-section > img {
    display: none;
  }
}
.topic-section__heading {
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .topic-section__heading {
    display: flex;
    gap: 20px 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .topic-section__heading {
    gap: 20px 75px;
  }
}
.topic-section__heading h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--second-font);
  line-height: 1.4;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .topic-section__heading h2 {
    font-size: 40px;
    margin: 0;
  }
}
.topic-section__heading ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .topic-section__heading ul {
    gap: 12px;
  }
}
.topic-section__heading ul li {
  font-size: 14px;
  line-height: 1.2;
  color: var(--white);
  min-height: 24px;
  min-width: 80px;
  padding: 2px 5px;
  border-radius: 100px;
  text-align: center;
}
.topic-section__list {
  margin: 0 -20px 0 -10px;
}
@media only screen and (min-width: 1200px) {
  .topic-section__list {
    width: calc(50vw + 431px);
    margin: 0;
  }
}
.topic-section__list .slick-list {
  padding-right: 50px;
}
.topic-section__list .slick-slide {
  padding: 10px;
}
.topic-section__item {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.topic-section__item figure img {
  width: 100%;
  aspect-ratio: 1.89;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.topic-section__item--body {
  padding: 14px 20px;
  background: var(--white);
}
.topic-section__item--body label {
  font-size: 14px;
  line-height: 1.2;
  color: var(--white);
  min-height: 24px;
  min-width: 80px;
  padding: 2px 5px;
  border-radius: 100px;
  text-align: center;
  margin: 0;
}
.topic-section__item--body h3 {
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
}
.topic-section__item--link {
  border-radius: 0 0 5px 5px;
  width: 100%;
  min-width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white);
  background: #0080c2;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 1;
  transition: all 0.3s;
}
.topic-section__item--link::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/btn-arrow-dark.svg") no-repeat 0 0/100%;
}
.topic-section__item--link:hover {
  opacity: 0.8;
  color: var(--white);
}

.points {
  padding-block: 25px 40px;
}
@media only screen and (min-width: 768px) {
  .points {
    padding-block: 70px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .points .slick-arrow.slick-prev {
    left: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .points .slick-arrow.slick-prev {
    left: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .points .slick-arrow.slick-prev {
    left: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .points .slick-arrow.slick-next {
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .points .slick-arrow.slick-next {
    right: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .points .slick-arrow.slick-next {
    right: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .points .slick-list {
    padding: 0 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .points .slick-list {
    padding: 0 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .points .slick-list {
    padding: 0 30%;
  }
}
.points__item {
  padding: 10px 23px;
}
.points__item--inner {
  border: 2px solid var(--blue);
  border-radius: 13px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.22);
  background: var(--white);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  min-height: 143px;
}
@media only screen and (min-width: 768px) {
  .points__item--inner {
    padding: 25px 30px;
  }
}
.points__item--inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  clip-path: polygon(0 0, 52% 0, 39% 100%, 0% 100%);
  background: #eaf3ff;
  z-index: -1;
}
.points__item figure {
  width: 36%;
}
.points__item--body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: calc(64% - 10px);
}
.points__item--body h4 {
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  font-family: var(--second-font);
  margin: 0;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
  color: var(--blue);
}
@media only screen and (min-width: 768px) {
  .points__item--body h4 {
    font-size: 17px;
  }
}
.points__item--body h4::after {
  content: "";
  background: url("../images/stars-blue.svg") no-repeat 0 0/100%;
  position: absolute;
  width: 19px;
  height: 26px;
  bottom: 0;
  right: -30px;
}
@media only screen and (min-width: 768px) {
  .points__item--body h4::after {
    width: 30px;
    height: 39px;
    bottom: 10px;
    right: -50px;
  }
}
.points__item--body h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.54;
}
@media only screen and (min-width: 768px) {
  .points__item--body h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .points__item--body h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .points__item--body h3 {
    font-size: 32px;
  }
}
.points__item--body h3 span {
  color: var(--blue);
}

.ice-candy {
  padding-block: 20px 75px;
  position: relative;
}
.ice-candy > img {
  position: absolute;
  top: 0;
  right: -50px;
  max-width: 176px;
  top: 110px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .ice-candy > img {
    display: none;
  }
}
.ice-candy__heading {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(90deg, #0d98d6, #72c8ff);
  border-radius: 200px;
  min-height: 60px;
  justify-content: center;
  padding: 10px 45px 10px 55px;
  align-items: center;
  position: relative;
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.14);
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ice-candy__heading {
    padding: 10px 110px 10px 140px;
    min-height: 125px;
  }
}
.ice-candy__heading::before {
  content: "";
  width: 25px;
  height: 47px;
  background: url("../images/ice-cream-3.svg") no-repeat 0 0/100%;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .ice-candy__heading::before {
    width: 55px;
    height: 96px;
    left: 50px;
    top: auto;
    bottom: 5px;
    transform: none;
  }
}
.ice-candy__heading::after {
  content: "";
  background: url("../images/stars-white.svg") no-repeat 0 0/100%;
  position: absolute;
  width: 14px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .ice-candy__heading::after {
    width: 30px;
    height: 39px;
    transform: none;
    top: 24%;
    right: 60px;
  }
}
.ice-candy__heading h2 {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .ice-candy__heading h2 {
    font-size: 32px;
  }
}
.ice-candy__heading p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--second-font);
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .ice-candy__heading p {
    font-size: 19px;
  }
}
.ice-candy__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 10px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ice-candy__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 16px;
  }
}
.ice-candy__item {
  border: 2px solid #0080df;
  border-radius: 18px;
  background: var(--white);
  padding: 40px 10px 20px;
  position: relative;
  text-align: center;
}
.ice-candy__item h4 {
  position: absolute;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #0080df;
  margin: 0;
  color: var(--white);
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .ice-candy__item h4 {
    font-size: 31px;
    width: 60px;
    height: 60px;
  }
}
.ice-candy__item figure {
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  .ice-candy__item figure {
    height: 120px;
  }
}
.ice-candy__item figure img {
  max-height: 62px;
  max-width: 70px;
}
@media only screen and (min-width: 992px) {
  .ice-candy__item figure img {
    max-height: 120px;
    max-width: 135px;
  }
}
.ice-candy__item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #0080df;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  .ice-candy__item h3 {
    font-size: 30px;
  }
}
.ice-candy__item p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #424d66;
}
@media only screen and (min-width: 992px) {
  .ice-candy__item p {
    font-size: 20px;
  }
}

.items {
  padding-block: 75px 40px;
}
@media only screen and (min-width: 768px) {
  .items {
    padding-block: 90px 120px;
  }
}
.items .section-heading {
  align-items: flex-start;
}
.items__inner {
  gap: 20px 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .items__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .items__inner {
    grid-template-columns: repeat(5, 1fr);
  }
}
.items__item figure img {
  aspect-ratio: 1.4;
  border-radius: 9px;
  width: 100%;
  border: 1px solid #2c2d2d;
}
@media only screen and (min-width: 768px) {
  .items__item figure img {
    border-radius: 12px;
  }
}
.items__item h3 {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .items__item h3 {
    font-size: 20px;
    margin: 12px 0 0;
  }
}

.voice {
  padding-block: 70px 120px;
  background: #004CA0;
  overflow: visible;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .voice {
    padding-block: 120px 390px;
    margin-top: 0;
  }
}
.voice .container > img {
  position: absolute;
  max-width: 82px;
  top: -129px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .voice .container > img {
    max-width: 189px;
    top: -260px;
  }
}
@media only screen and (min-width: 1750px) {
  .voice .container > img {
    left: -165px;
  }
}
@media only screen and (max-width: 1199px) {
  .voice__inner {
    margin-right: -15px;
  }
  .voice__inner .slick-list {
    padding-right: 40px;
  }
}
.voice__heading {
  display: flex;
  gap: 20px 65px;
  align-items: center;
  margin: 0 -15px 35px 0;
}
@media only screen and (min-width: 768px) {
  .voice__heading {
    gap: 20px 138px;
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .voice__heading {
    width: calc(50vw + 431px);
  }
}
.voice__heading .section-heading {
  justify-content: flex-start;
  margin: 0;
}
.voice__heading--right {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .voice__heading--right {
    gap: 40px;
  }
}
.voice__heading--right img {
  width: 60%;
  max-width: 500px;
}
.voice__heading--right::after {
  content: "";
  height: 1px;
  border-radius: 10px 0 0 10px;
  background: var(--white);
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .voice__heading--right::after {
    height: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .voice__heading--right::after {
    height: 7px;
  }
}
.voice .slick-slide {
  padding: 0 10px;
}
@media only screen and (min-width: 1750px) {
  .voice__inner {
    margin: 0 -150px 0 -10px;
  }
}
.voice__item {
  border-radius: 40px;
  background: var(--white);
  padding: 35px 30px;
  font-size: 16px;
  color: #424d66;
  line-height: 1.5625;
  transition: all 0.3s;
}
.voice__item:hover {
  opacity: 0.8;
}
.voice__item--heading {
  gap: 24px;
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}
.voice__item--heading figure {
  max-width: 74px;
}
.voice__item--heading figure img {
  width: 100%;
}
.voice__item--heading h4 {
  color: #1a4d9a;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.238;
  margin: 0;
}
.voice__item h3 {
  margin: 0 0 16px;
  color: #1a4d9a;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.238;
}
.voice__item p {
  letter-spacing: 0.05em;
}
.voice__item p:last-of-type {
  margin: 0;
}

.contact-section {
  position: relative;
  z-index: 1;
  padding-top: 25vw;
  margin-top: -24vw;
}
@media only screen and (min-width: 768px) {
  .contact-section {
    margin-top: -405px;
    padding-top: 205px;
  }
}
.contact-section > picture {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-section > picture img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-section > picture img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.contact-section .container > picture {
  display: block;
  z-index: -1;
  position: relative;
  margin: -25px -15px 0;
}
@media only screen and (min-width: 768px) {
  .contact-section .container > picture {
    margin: -60px 0 -2px;
  }
}
.contact-section__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-section__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-section a {
  border: 2px solid var(--primary);
  border-radius: 24px;
  background: var(--white);
}
.contact-section a span {
  font-family: var(--third-font);
  font-weight: 900;
  font-size: 18px;
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .contact-section a span {
    font-size: 24px;
  }
}
.contact-section a:hover {
  border-color: #252b3c;
  background: #e4ffff;
  opacity: 1;
}
.contact-section__hotline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--primary);
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .contact-section__hotline {
    padding: 20px;
  }
}
.contact-section__hotline img {
  max-width: 274px;
}
.contact-section__hotline strong {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--second-font);
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .contact-section__hotline strong {
    font-size: 60px;
  }
}
.contact-section__contact {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.contact-section__contact a {
  border: 2px solid var(--primary);
  border-radius: 24px;
  background: var(--white);
  min-height: 100px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-section__contact a {
    padding: 20px 30px;
    min-height: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-section__contact a {
    padding: 20px 90px;
    min-height: 170px;
  }
}
.contact-section__contact a img {
  max-width: 50px;
  max-height: 74px;
}
@media only screen and (min-width: 992px) {
  .contact-section__contact a img {
    max-width: 80px;
  }
}

.banner-page {
  background: #d6e9ef;
  padding-block: 100px 35px;
}
@media only screen and (min-width: 992px) {
  .banner-page {
    padding-block: 105px 170px;
  }
}
.banner-page__heading {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  color: #2c2d2d;
  line-height: 1.6725;
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .banner-page__heading {
    font-size: 30px;
    line-height: 1.65;
    margin: 0 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-page__heading {
    font-size: 40px;
  }
}
.banner-page__heading span {
  position: relative;
}
.banner-page__heading span::after {
  content: "";
  background: url("../images/stars-black.svg") no-repeat 0 0/100%;
  position: absolute;
  bottom: 0;
  right: -34px;
  width: 26px;
  height: 34px;
}
@media only screen and (min-width: 768px) {
  .banner-page__heading span::after {
    width: 30px;
    height: 50px;
    right: -50px;
  }
}
.banner-page__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  .banner-page__inner {
    display: grid;
    grid-template-columns: 43% calc(57% - 50px);
    gap: 40px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-page__inner figure {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.banner-page__body {
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .banner-page__body {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 30px;
    line-height: 1.68;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-page__body {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1400px) {
  .banner-page__body {
    font-size: 47px;
  }
}
.banner-page__body p {
  background: linear-gradient(0deg, var(--blue-dark) 2px, transparent 2px);
  margin: 0;
  display: inline;
}
.banner-page__body img {
  max-width: 40%;
  display: block;
  margin-left: auto;
  margin-top: -40px;
}
@media only screen and (min-width: 1400px) {
  .banner-page__body img {
    max-width: 275px;
    margin-top: -60px;
    margin-right: 10%;
  }
}
.banner-page__content {
  font-size: 14px;
  line-height: 1.428;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .banner-page__content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-page__content {
    font-size: 20px;
    line-height: 1.45;
    margin-top: 10px;
  }
}
.banner-page__content h2 {
  font-size: 26px;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .banner-page__content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-page__list {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.banner-page__list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: var(--fourth-font);
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  gap: 10px 14px;
  max-width: 534px;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 1200px) {
  .banner-page__list ul {
    font-size: 35px;
    gap: 20px 24px;
  }
}
.banner-page__list ul li {
  border: 2px solid var(--blue-dark);
  border-radius: 14px;
  background: var(--white);
  padding: 2px 20px;
}
@media only screen and (min-width: 1200px) {
  .banner-page__list ul li {
    padding: 4px 20px;
  }
}
.banner-page__contact {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  max-width: 594px;
}
@media only screen and (min-width: 1400px) {
  .banner-page__contact {
    gap: 20px;
  }
}
.banner-page__contact a {
  border: 1px solid #675648;
  border-radius: 6.5px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  padding: 10px;
  min-height: 82px;
  font-size: 16px;
  box-shadow: 2px 2px 0 0 #c4c4c4;
}
@media only screen and (min-width: 1400px) {
  .banner-page__contact a {
    font-size: 24px;
    gap: 10px 40px;
    border-width: 2px;
    border-radius: 11px;
    min-height: 139px;
  }
}
.banner-page__contact a img {
  max-width: 36px;
}
@media only screen and (min-width: 1400px) {
  .banner-page__contact a img {
    max-width: 60px;
  }
}
.banner-page--style-2 {
  padding-bottom: 114px;
}
@media only screen and (min-width: 1200px) {
  .banner-page--style-2 {
    padding-bottom: 240px;
    position: relative;
    z-index: 5;
    background: none;
  }
  .banner-page--style-2::before {
    content: "";
    z-index: -1;
    background: #d6e9ef;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  }
}
@media only screen and (min-width: 768px) {
  .banner-page--style-2 .banner-page__inner {
    gap: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-page--style-2 .banner-page__inner > figure {
    width: 73%;
    margin-top: -15vw;
  }
}
.banner-page--style-3 {
  position: relative;
  z-index: 2;
  background: none;
  overflow: visible;
  background: #d6e9ef;
}
@media only screen and (min-width: 1200px) {
  .banner-page--style-3 {
    background: none;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-page--style-3::before {
    content: "";
    z-index: -1;
    background: #d6e9ef;
    width: 100%;
    height: calc(100% + 1530px);
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 530px));
  }
}

.item-section {
  padding-block: 50px 100px;
}
@media only screen and (min-width: 992px) {
  .item-section {
    padding-block: 80px 50px;
  }
}
.item-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 30px;
  text-align: center;
  max-width: 1017px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .item-section__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .item-section__inner {
    gap: 100px 60px;
  }
}
.item-section__item figure {
  margin: 0 0 20px;
}
.item-section__item figure img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #2c2d2d;
}
.item-section__item h3 {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .item-section__item h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .item-section__item h3 {
    font-size: 20px;
  }
}

.flow-section {
  background: linear-gradient(180deg, #F7F7F7, #fff);
  padding-block: 100px 160px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .flow-section {
    padding-block: 140px 260px;
  }
}
.flow-section .container {
  max-width: 1205px;
}
.flow-section::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bg-dots.png") repeat 0 0;
  z-index: -1;
  position: absolute;
}
.flow-section__box {
  border: 2px solid #2c2d2d;
  border-radius: 23px;
  padding: 15px 15px 50px;
  box-shadow: 3px 3px 0 #dad7d5;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flow-section__box {
    padding: 30px 30px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .flow-section__box {
    padding: 50px 70px 100px;
    box-shadow: 6px 6px 0 #dad7d5;
  }
}
.flow-section__box::before {
  content: "";
  border-top: 22px solid #0080c2;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1400px) {
  .flow-section__box::before {
    border-top-width: 26px;
    border-left-width: 15px;
    border-right-width: 15px;
    bottom: 20px;
  }
}
.flow-section__box + .flow-section__box {
  margin-top: 50px;
}
.flow-section__box > img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
}
.flow-section__box--heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .flow-section__box--heading {
    gap: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .flow-section__box--heading {
    margin-bottom: 30px;
  }
}
.flow-section__box--heading span {
  display: flex;
  width: 60px;
  height: 60px;
  background: #0080c2;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--heading span {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .flow-section__box--heading span {
    width: 123px;
    height: 123px;
    font-size: 28px;
  }
}
.flow-section__box--heading span strong {
  font-size: 23px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--heading span strong {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .flow-section__box--heading span strong {
    font-size: 47px;
  }
}
.flow-section__box--heading h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--heading h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  .flow-section__box--heading h3 {
    font-size: 48px;
  }
}
.flow-section__box--box {
  background: #afe2ff;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.46;
  padding: 15px 20px;
}
@media only screen and (min-width: 992px) {
  .flow-section__box--box {
    font-size: 20px;
    padding: 20px 50px;
    line-height: 1.57;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--box {
    font-size: 28px;
    padding: 20px 70px;
    margin-bottom: 50px;
  }
}
.flow-section__box--box > img {
  position: absolute;
  bottom: 100%;
  left: 68%;
  max-width: 67px;
}
@media only screen and (min-width: 992px) {
  .flow-section__box--box > img {
    left: 50%;
    max-width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--box > img {
    left: 37%;
    max-width: 160px;
  }
}
.flow-section__box--box p:last-of-type {
  margin-bottom: 0;
}
.flow-section__box--line {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .flow-section__box--line {
    display: flex;
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--line {
    gap: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .flow-section__box--line {
    gap: 85px;
  }
}
.flow-section__box--line ul {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flow-section__box--line ul {
    width: calc(77.7% - 40px);
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--line ul {
    width: calc(77.7% - 60px);
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (min-width: 1400px) {
  .flow-section__box--line ul {
    width: calc(77.7% - 85px);
    font-size: 23px;
  }
}
.flow-section__box--line ul li {
  border: 1px solid #2c2d2d;
  border-radius: 14px;
  padding: 7px 14px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flow-section__box--line ul li {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--line ul li {
    padding: 11px 20px;
  }
}
.flow-section__box--line ul li + li {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--line ul li + li {
    margin-top: 50px;
  }
}
.flow-section__box--line ul li + li::before {
  content: "";
  border-top: 16px solid #ababab;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--line ul li + li::before {
    border-top-width: 26px;
    border-left-width: 15px;
    border-right-width: 15px;
    top: -39px;
  }
}
.flow-section__box--line figure {
  display: block;
  width: 120px;
  margin: 25px auto 0;
}
@media only screen and (min-width: 768px) {
  .flow-section__box--line figure {
    width: 22.3%;
    margin: 0;
  }
}
.flow-section__box--line figure img {
  width: 100%;
}
.flow-section__box--content {
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
  line-height: 1.59;
}
@media only screen and (min-width: 768px) {
  .flow-section__box--content {
    font-size: 18px;
    line-height: 1.6875;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--content {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .flow-section__box--content {
    font-size: 24px;
  }
}
.flow-section__box--content p:last-of-type {
  margin: 0;
}
.flow-section__box--content picture {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 74px;
}
@media only screen and (min-width: 768px) {
  .flow-section__box--content picture {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box--content picture {
    top: 0;
    bottom: auto;
    max-width: 246px;
  }
}
.flow-section__box--content picture img {
  width: 100%;
}
.flow-section__box address {
  border: 2px solid #3480c0;
  max-width: 900px;
  margin: 45px auto 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .flow-section__box address {
    padding: 33px;
  }
}
.flow-section__box address h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1.59;
}
@media only screen and (min-width: 768px) {
  .flow-section__box address h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box address h3 {
    font-size: 23px;
  }
}
.flow-section__box address p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  color: #3480c0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .flow-section__box address p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow-section__box address p {
    font-size: 28px;
    line-height: 1.5;
  }
}
.flow-section__box--1 .flow-section__box--box {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .flow-section__box--2 .flow-section__box--content {
    font-size: 28px;
    line-height: 1.57;
  }
}
.flow-section__box--3 > img {
  max-width: 84px;
  top: 15px;
  right: 25px;
}
@media only screen and (min-width: 992px) {
  .flow-section__box--3 > img {
    top: 11%;
    right: 9%;
    max-width: 160px;
  }
}
.flow-section__box:last-child::before {
  display: none;
}
.flow-section__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .flow-section__links {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .flow-section__links {
    margin-top: 80px;
  }
}
.flow-section__links--item {
  border-radius: 9px;
  border: 2px solid #606060;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .flow-section__links--item {
    border-radius: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__links--item {
    display: flex;
  }
}
.flow-section__links--item > span {
  position: absolute;
  top: 18px;
  left: 20px;
  background: var(--white);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #03a0db;
}
@media only screen and (min-width: 992px) {
  .flow-section__links--item > span {
    width: 52px;
    height: 52px;
    font-size: 33px;
    top: 10px;
    left: 10px;
  }
}
.flow-section__links--item h3 {
  font-size: 15px;
  font-weight: 700;
  color: #03a0db;
  line-height: 1.46;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .flow-section__links--item h3 {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .flow-section__links--item h3 {
    font-size: 20px;
    color: #fff;
  }
}
.flow-section__links--top {
  background: #45a0d7;
  color: #fff;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .flow-section__links--top {
    width: 84px;
    padding: 13% 6px 0 17px;
  }
}
.flow-section__links--top figure {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .flow-section__links--top figure {
    padding-top: 25px;
  }
}
.flow-section__links--top figure img {
  width: 100%;
  max-width: 56px;
}
@media only screen and (min-width: 768px) {
  .flow-section__links--top figure img {
    max-width: 98px;
  }
}
.flow-section__links--body {
  padding: 15px 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(100% - 84px);
}
@media only screen and (min-width: 768px) {
  .flow-section__links--body {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .flow-section__links--body {
    padding: 25px 30px;
    gap: 20px;
  }
}
.flow-section__links--body a {
  min-width: auto;
  width: 100%;
  font-size: 16px;
  padding: 1px;
}
@media only screen and (min-width: 768px) {
  .flow-section__links--body a {
    padding: 7px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-section__links--body a::after {
    width: 22px;
    height: 22px;
    right: 8px;
  }
}

.reround {
  padding-block: 40px 100px;
  background: #d6e9ef;
}
@media only screen and (min-width: 992px) {
  .reround {
    padding-block: 90px 105px;
  }
}
.reround .section-heading {
  margin-bottom: 90px;
}
.reround__inner {
  flex-wrap: wrap;
  display: flex;
  gap: 70px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .reround__inner {
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .reround__inner {
    gap: 110px 49.5px;
  }
}
.reround__item {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #0080df;
  background: var(--white);
  position: relative;
  padding: 55px 20px 40px;
  font-size: 18px;
  line-height: 1.63;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .reround__item {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .reround__item {
    width: calc(33.33% - 33px);
    font-size: 19px;
  }
}
.reround__item > span {
  font-size: 40px;
  color: var(--white);
  font-weight: 700;
  background: #0080df;
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .reround__item > span {
    font-size: 42px;
  }
}
.reround__item figure {
  height: 160px;
  margin: 0 0 15px;
}
@media only screen and (min-width: 1200px) {
  .reround__item figure {
    height: 170px;
  }
}
.reround__item figure img {
  max-width: 100%;
  max-height: 100%;
}
.reround__item h3 {
  color: #0080df;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.reround__item p {
  margin: 0;
}

.business-owners {
  position: relative;
  z-index: 4;
  padding-block: 130px 230px;
}
@media only screen and (min-width: 992px) {
  .business-owners {
    padding-block: 100px 320px;
  }
}
.business-owners__inner {
  border-radius: 18px;
  border: 2px solid #0080df;
  background: var(--white);
  padding: 0 16px 70px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .business-owners__inner {
    padding: 0 20px 80px;
  }
}
.business-owners__inner h2 {
  color: var(--white);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  border: 4px solid var(--white);
  border-radius: 300px;
  background: #0080df;
  min-height: 126px;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: -63px 0 35px;
}
@media only screen and (min-width: 768px) {
  .business-owners__inner h2 {
    background: url("../images/purchase/arrow-btn.png") no-repeat calc(100% - 24px) 0/61px #0080df;
    min-height: 88px;
    margin: -44px 0 40px;
    padding: 10px 110px 10px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .business-owners__inner h2 {
    font-size: 33px;
    border: 9px solid var(--white);
  }
}
.business-owners__inner h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #2c2d2d;
}
.business-owners__inner h4 {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin: 0 0 25px;
  color: #2c2d2d;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-size: 25px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .business-owners__inner h4 {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .business-owners__inner h4 {
    font-size: 32px;
  }
}
.business-owners__inner h4 span {
  color: #ca2b1d;
  font-size: 26px;
  border: 2px solid #ca2b1d;
  border-radius: 23.5px;
  min-width: 250px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
}
@media only screen and (min-width: 1200px) {
  .business-owners__inner h4 span {
    font-size: 33px;
    min-width: 315px;
  }
}
.business-owners__inner h5 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 25px;
  color: #2c2d2d;
}
@media only screen and (min-width: 1200px) {
  .business-owners__inner h5 {
    font-size: 33px;
  }
}
.business-owners__inner h5 span {
  color: #ca2b1d;
}
.business-owners__inner p {
  font-weight: 500px;
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
}
@media only screen and (min-width: 1200px) {
  .business-owners__inner p {
    font-size: 18px;
    line-height: 2.12;
  }
}
.business-owners__inner p span {
  color: #ca2b1d;
  border-bottom: 1.3px solid #ca2b1d;
}

.feature-banner {
  margin-top: 85px;
  padding-block: 20px 115px;
  background: url("../images/feature/bg-1-sp.png") no-repeat 0 0/100% 100%;
}
@media only screen and (min-width: 768px) {
  .feature-banner {
    margin-top: 0;
    padding-block: 100px 275px;
    background: url("../images/feature/bg-1.png") no-repeat 100% 0/auto 100%;
    margin-bottom: -110px;
  }
}

.how-to {
  padding-block: 0 80px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .how-to .section-heading {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to .section-heading h2 {
    font-size: 22px;
  }
  .how-to .section-heading h2::after {
    width: 20px;
    height: 26px;
    right: -30px;
  }
}

.how-to-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .how-to-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .how-to-list__item {
    display: flex;
    flex-direction: column;
  }
}
.how-to-list__item--inner {
  position: relative;
  border-radius: 24px;
  border: 2px solid #675649;
  padding: 45px 10px 25px;
  font-size: 15px;
  color: #675649;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .how-to-list__item--inner {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .how-to-list__item--inner {
    font-size: 16px;
  }
}
.how-to-list__item h3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  background: #29a4db;
  border-radius: 100px;
  margin: 0;
  width: 100%;
  max-width: 215px;
  padding: 5px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .how-to-list__item h3 {
    font-size: 26px;
    max-width: 260px;
    min-height: 50px;
  }
}
.how-to-list__item picture {
  display: block;
  margin: 0 auto 20px;
  width: 92%;
}
.how-to-list__item p {
  margin: 0;
}
.how-to-list__item--bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.how-to-list__item--bottom img {
  max-width: 40px;
}
@media only screen and (min-width: 1200px) {
  .how-to-list__item--bottom img {
    max-width: 46px;
  }
}
.how-to-list__item:first-child figure {
  margin-top: -25px;
}

.intro-content {
  padding-block: 70px;
  position: relative;
  z-index: 3;
  overflow: visible;
}
.intro-content::before {
  content: "";
  position: absolute;
  background: var(--white);
  border-radius: 0 31px 31px 0;
  z-index: -1;
  top: 30px;
  left: 0;
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .intro-content::before {
    top: 50px;
    width: 32%;
    height: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-content::before {
    top: 0;
    width: 44.5%;
    height: 100%;
  }
}
.intro-content picture {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
  width: 100%;
  transform: translateY(-43%);
  min-height: 100%;
}
.intro-content picture img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .intro-content__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
}
.intro-content__left {
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) {
  .intro-content__left {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}
.intro-content__left--inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .intro-content__left--inner {
    flex-direction: column;
    align-items: normal;
    gap: 5px;
  }
}
.intro-content__left h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.34;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .intro-content__left h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-content__left h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1600px) {
  .intro-content__left h2 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-content__left figure {
    order: -1;
  }
}
.intro-content__left figure img {
  max-width: 124px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .intro-content__left figure img {
    max-width: 133px;
  }
}
.intro-content__right {
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (min-width: 992px) {
  .intro-content__right {
    font-size: 18px;
    line-height: 2.08;
  }
}
.intro-content__right p {
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) {
  .intro-content__right p {
    margin-bottom: 37.5px;
  }
}
.intro-content__right p:last-of-type {
  margin-bottom: 0;
}
.intro-content--2 {
  margin-top: -100px;
  padding-block: 110px 100px;
}
@media only screen and (min-width: 768px) {
  .intro-content--2 {
    padding-block: 210px 80px;
    margin-top: -290px;
  }
}
@media only screen and (min-width: 1600px) {
  .intro-content--2 {
    margin-top: -400px;
  }
}
.intro-content--2::before {
  top: 100px;
}
@media only screen and (min-width: 768px) {
  .intro-content--2::before {
    height: 300px;
    top: calc(50% + 72px);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1400px) {
  .intro-content--2::before {
    height: 464px;
  }
}
.intro-content--2 picture {
  top: 0;
  transform: none;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .intro-content--2 .intro-content__left--inner {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.intro-content--2 .intro-content__left--inner h2 {
  background: url("../images/visitors/questions.svg") no-repeat 50% 0/60px;
  padding-top: 35px;
  min-width: 170px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .intro-content--2 .intro-content__left--inner h2 {
    background-size: 108px;
    padding-top: 56px;
  }
}
.intro-content--2 .intro-content__left figure {
  order: 2;
}

.loans {
  position: relative;
  padding-top: 40px;
  z-index: 6;
  margin-block: 100px 60px;
}
@media only screen and (max-width: 767px) {
  .loans .section-heading h2 {
    font-size: 20px;
  }
  .loans .section-heading h2::after {
    width: 20px;
    height: 26px;
    right: -30px;
  }
}
.loans::before {
  content: "";
  position: absolute;
  background: #004c9f;
  width: 100%;
  height: calc(100% - 26px);
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .loans::before {
    width: calc(100% - 320px);
  }
}
.loans__wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .loans__wrap {
    align-items: center;
  }
}
.loans__wrap--heading {
  position: relative;
  margin-bottom: 60px;
}
.loans__wrap--heading h3 {
  font-size: 20px;
  font-weight: 700;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 5px 20px;
  min-height: 55px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  .loans__wrap--heading h3 {
    font-size: 27px;
    min-height: 65px;
    padding: 5px 60px;
  }
}
.loans__wrap--heading span {
  position: absolute;
  top: 100%;
  border-top: 2px solid var(--white);
  width: 100%;
  max-width: 90px;
}
@media only screen and (min-width: 992px) {
  .loans__wrap--heading span {
    max-width: 145px;
  }
}
@media only screen and (min-width: 1200px) {
  .loans__wrap--heading span {
    max-width: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .loans__wrap--heading span {
    max-width: 145px;
  }
}
.loans__wrap--heading span:first-child {
  transform: rotate(-31deg);
  transform-origin: right;
  right: 50%;
}
.loans__wrap--heading span:first-child::before {
  content: "";
  border-right: 10px solid var(--white);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .loans__wrap--heading span:first-child::before {
    border-right-width: 16px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
}
.loans__wrap--heading span:last-child {
  transform: rotate(31deg);
  transform-origin: left;
  left: 50%;
}
.loans__wrap--heading span:last-child::after {
  content: "";
  border-left: 10px solid var(--white);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .loans__wrap--heading span:last-child::after {
    border-left-width: 16px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
}
.loans__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.loans__item {
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .loans__item {
    align-items: center;
  }
}
.loans__item h4 {
  margin: 0 auto 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #29a4db;
  border-radius: 100px;
  color: var(--white);
  padding: 7px;
  line-height: 1.38;
  width: 100%;
  max-width: 260px;
}
@media only screen and (min-width: 992px) {
  .loans__item h4 {
    font-size: 26px;
    margin: 0 auto 30px;
  }
}
.loans__item ul {
  line-height: 1.5;
  margin: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .loans__item ul {
    font-size: 20px;
  }
}
.loans__item ul li {
  background: url("../images/checkbox-red.svg") no-repeat 0 0/19px;
  padding-left: 25px;
  min-height: 20px;
}
@media only screen and (min-width: 768px) {
  .loans__item ul li {
    background-size: 30px;
    padding-left: 43px;
    min-height: 30px;
  }
}
.loans__item ul li + li {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .loans__item ul li + li {
    margin-top: 19px;
  }
}
.loans__item--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.loans__item--bottom > img {
  width: 100%;
  max-width: 30px;
}
@media only screen and (min-width: 1200px) {
  .loans__item--bottom > img {
    max-width: 46px;
  }
}
.loans__item--bottom .btn-arrow {
  min-width: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .loans__item--bottom .btn-arrow {
    min-width: 230px;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .loans__item--bottom .btn-arrow {
    min-width: 335px;
  }
}
@media only screen and (max-width: 767px) {
  .loans__item--bottom .btn-arrow::after {
    right: 12px;
  }
}

.content-border {
  padding-block: 60px 100px;
  position: relative;
  z-index: 4;
  overflow: visible;
}
.content-border picture {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: translateY(4%);
}
.content-border picture img {
  width: 100%;
}
.content-border__box {
  border: 2px solid #29a4db;
  background: var(--white);
  position: relative;
  padding: 30px 15px 30px;
  font-size: 15px;
  line-height: 1.73;
}
@media only screen and (min-width: 768px) {
  .content-border__box {
    padding: 45px 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .content-border__box {
    padding: 45px 50px 40px;
    font-size: 20px;
    line-height: 1.45;
  }
}
.content-border__box + .content-border__box {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .content-border__box + .content-border__box {
    margin-top: 57px;
  }
}
.content-border__box:first-child {
  padding-top: 55px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-border__box:first-child {
    padding-top: 90px;
  }
}
.content-border__box h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--white);
  background: #29a4db;
  padding: 10px;
  margin: 0;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  max-width: 440px;
}
@media only screen and (min-width: 768px) {
  .content-border__box h3 {
    font-size: 24px;
    min-height: 72px;
  }
}
.content-border__box h3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 15px solid #29a4db;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.content-border__box h4 {
  color: #29a4db;
  margin: 0 0 25px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .content-border__box h4 {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.content-border__box h2 {
  font-size: 19px;
  color: #29a4db;
  margin: 0 0 35px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-border__box h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .content-border__box h2 {
    font-size: 32px;
  }
}
.content-border__box h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .content-border__box h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .content-border__box h5 {
    font-size: 24px;
  }
}
.content-border__box h5 span {
  border-bottom: 2px solid #0080c2;
  color: #0080c2;
}
.content-border__box h6 {
  color: #e61c24;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .content-border__box h6 {
    font-size: 20px;
  }
}
.content-border__box p {
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .content-border__box p {
    margin-bottom: 10px;
  }
}
.content-border__box p:last-of-type {
  margin-bottom: 0;
}
.content-border__box .text-center {
  margin-top: 25px;
}
.content-border__box--2 {
  padding-block: 60px 40px;
  border-color: #0080c3;
}
@media only screen and (min-width: 768px) {
  .content-border__box--2 {
    padding-block: 80px 50px;
  }
}
.content-border__box--2 h3 {
  background: #0080c3;
}
.content-border__box--2 h3::before {
  border-top-color: #0080c3;
}
.content-border__box--2 h4 {
  text-align: left;
  font-size: 18px;
  margin: 0 0 16px;
  color: #0080c3;
}
@media only screen and (min-width: 768px) {
  .content-border__box--2 h4 {
    font-size: 24px;
  }
}
.content-border__box--3 {
  padding-block: 60px 40px;
}
@media only screen and (min-width: 768px) {
  .content-border__box--3 {
    padding-block: 80px 50px;
  }
}
.content-border__box--3 p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .content-border__box--3 p {
    margin-bottom: 35px;
  }
}
.content-border__box--center {
  text-align: center;
}
.content-border__box--min {
  font-size: 16px;
  line-height: 1.94;
}
@media only screen and (min-width: 768px) {
  .content-border__box--min {
    font-size: 18px;
  }
}
.content-border__box--rounded {
  border-radius: 25px;
}
.content-border__box--rounded h3::before {
  display: none;
}
.content-border__box--none-arrow h3::before {
  display: none;
}
.content-border__box--sm {
  max-width: 870px;
  margin-inline: auto;
}

.soaring-price {
  padding-block: 100px 20px;
  font-size: 16px;
  line-height: 1.625;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .soaring-price {
    font-size: 20px;
    line-height: 1.45;
  }
}
.soaring-price h2 {
  font-weight: 700;
  margin: 0 0 35px;
  position: relative;
  font-size: 30px;
  line-height: 1.83;
}
@media only screen and (min-width: 768px) {
  .soaring-price h2 {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .soaring-price h2 {
    font-size: 34px;
    line-height: 1.65;
  }
}
@media only screen and (min-width: 1600px) {
  .soaring-price h2 {
    font-size: 40px;
  }
}
.soaring-price h2::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
  width: 145px;
  height: 72px;
  background: url("../images/feature/icon-1.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .soaring-price h2::before {
    bottom: 0;
    width: 190px;
    height: 94px;
  }
}
@media only screen and (min-width: 1400px) {
  .soaring-price h2::before {
    right: 13%;
  }
}
.soaring-price p {
  margin: 0 0 29px;
}
.soaring-price p:last-of-type {
  margin: 0;
}

.how-access {
  background: url("../images/feature/bg-4-sp.png") no-repeat 0 0/100% 100%;
  padding-block: 90px 140px;
}
@media only screen and (min-width: 768px) {
  .how-access {
    background: url("../images/feature/bg-4.png") no-repeat 0 0/100% 100%;
    padding-block: 90px 230px;
  }
}
.how-access__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .how-access__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.how-access__item {
  border: 4px solid #0080e0;
  background: var(--white);
  border-radius: 10px;
  padding: 40px 25px;
  font-size: 14px;
  line-height: 1.78;
}
@media only screen and (min-width: 992px) {
  .how-access__item {
    border-width: 5px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.8125;
  }
}
.how-access__item h3 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 700;
  color: #0080e0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .how-access__item h3 {
    min-height: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .how-access__item h3 {
    font-size: 32px;
  }
}
.how-access__item h3 small {
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .how-access__item h3 small {
    font-size: 15px;
  }
}
.how-access__item p:last-of-type {
  margin: 0;
}

.line-contact {
  padding-block: 65px 120px;
}
@media only screen and (min-width: 768px) {
  .line-contact {
    padding-block: 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .line-contact .container {
    background: url("../images/feature/bg-circle.svg") no-repeat 0 55%/314px;
  }
}
.line-contact__top {
  max-width: 1024px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .line-contact__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .line-contact__top figure {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .line-contact__top figure:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.line-contact__top figure:last-child img {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .line-contact__top figure img {
    max-width: 265px;
  }
}
.line-contact__heading {
  text-align: center;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .line-contact__heading {
    font-size: 18px;
  }
}
.line-contact__heading h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  position: relative;
  z-index: 1;
  max-width: 1024px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .line-contact__heading h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .line-contact__heading h2 {
    font-size: 36px;
  }
}
.line-contact__heading h2 span {
  background: #0080e0;
  display: inline-block;
  padding: 11px;
}
@media only screen and (min-width: 768px) {
  .line-contact__heading h2 span {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .line-contact__heading h2 span {
    padding: 15px 75px;
  }
}
.line-contact__heading h2::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #0080e0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.line-contact__main {
  max-width: 840px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .line-contact__main {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    justify-content: flex-end;
    margin: -15px auto 0;
  }
}
.line-contact__main::before {
  content: "";
  width: 153px;
  height: 153px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../images/feature/bg-circle.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .line-contact__main::before {
    width: 211px;
    height: 211px;
  }
}
@media only screen and (min-width: 1400px) {
  .line-contact__main::before {
    top: -30px;
    right: -110px;
    bottom: auto;
  }
}
.line-contact__main--inner {
  border: 2px solid #0080e0;
  box-shadow: 2px 2px 0 #0080e0;
  border-radius: 29px;
  background: var(--white);
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  padding: 25px 20px;
  width: calc(100% - 10px);
}
@media only screen and (min-width: 768px) {
  .line-contact__main--inner {
    width: calc(100% - 190px);
    padding: 35px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .line-contact__main--inner {
    font-size: 19px;
    line-height: 1.69;
  }
}
.line-contact__main--inner::before, .line-contact__main--inner::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 95px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 22px solid var(--white);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .line-contact__main--inner::before, .line-contact__main--inner::after {
    border-left: 20px solid var(--white);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
    top: 50%;
    right: auto;
    left: 100%;
    transform: translateY(-50%);
  }
}
.line-contact__main--inner::after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid #0080e0;
  z-index: 1;
  right: 92px;
}
@media only screen and (min-width: 768px) {
  .line-contact__main--inner::after {
    border-left: 24px solid #0080e0;
    border-top: 14px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 0;
    right: auto;
    top: calc(50% + 1px);
  }
}
.line-contact__main--inner p {
  margin: 0;
}
.line-contact__main figure {
  width: 104px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: -45px;
}
@media only screen and (min-width: 768px) {
  .line-contact__main figure {
    width: 150px;
    margin-top: 0;
  }
}
.line-contact__bottom {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8125;
}
@media only screen and (min-width: 768px) {
  .line-contact__bottom {
    font-size: 16px;
    margin-top: 35px;
  }
}
.line-contact__bottom p {
  margin: 0;
}
.line-contact__bottom figure {
  text-align: center;
  margin-top: 25px;
}
.line-contact__bottom figure img {
  max-width: 220px;
}

.page-nav {
  position: relative;
  position: relative;
  padding-block: 50px 130px;
}
@media only screen and (min-width: 768px) {
  .page-nav {
    padding-block: 86px 120px;
    margin-bottom: 300px;
    z-index: 5;
  }
}
.page-nav::before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .page-nav::before {
    width: calc(100% - 230px);
  }
}
.page-nav__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .page-nav__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.page-nav__item {
  text-align: center;
}
.page-nav__item figure img {
  max-width: 60px;
  max-height: 50px;
}
@media only screen and (min-width: 768px) {
  .page-nav__item figure img {
    max-width: 77px;
    max-height: 64px;
  }
}
.page-nav__item h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 20px 0 15px;
}
@media only screen and (min-width: 1600px) {
  .page-nav__item h3 {
    font-size: 30px;
  }
}
.page-nav__item .btn-arrow {
  font-size: 16px;
  min-width: 220px;
  padding: 9px 50px 9px 20px;
}
@media only screen and (min-width: 1600px) {
  .page-nav__item .btn-arrow {
    font-size: 17px;
    min-width: 240px;
  }
}
.page-nav__item .btn-arrow::after {
  right: 10px;
}
@media only screen and (min-width: 1600px) {
  .page-nav__item .btn-arrow::after {
    right: 20px;
  }
}

.cover-page {
  margin-top: 85px;
  padding-block: 20px 115px;
  background: url("../images/feature/bg-1-sp.png") no-repeat 0 0/100% 100%;
}
@media only screen and (min-width: 768px) {
  .cover-page {
    margin-top: 0;
    padding-block: 100px 275px;
    background: url("../images/feature/bg-1.png") no-repeat 100% 0/auto 100%;
    margin-bottom: 90px;
  }
}
.cover-page .container > figure {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
  max-width: 78px;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cover-page .container > figure {
    max-width: 120px;
    bottom: auto;
    top: 60px;
    right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .cover-page .container > figure {
    max-width: 176px;
  }
}
.cover-page .container > figure img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cover-page__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.cover-page__inner picture {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cover-page__inner picture {
    grid-row: 1/5;
    grid-column: 1/2;
    margin-bottom: 0;
  }
}
.cover-page__inner picture img {
  max-width: 220px;
}
@media only screen and (min-width: 768px) {
  .cover-page__inner picture img {
    max-width: 310px;
  }
}
@media only screen and (min-width: 1200px) {
  .cover-page__inner picture img {
    max-width: 410px;
  }
}
.cover-page__inner h2 {
  font-size: 22px;
  line-height: 1.68;
  margin: 0 0 15px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .cover-page__inner h2 {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .cover-page__inner h2 {
    margin: 0 0 55px;
  }
}
.cover-page__inner h2::after {
  content: "";
  width: 41px;
  height: 52px;
  background: url("../images/visitors/ice-cream.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .cover-page__inner h2::after {
    width: 50px;
    height: 64px;
  }
}
.cover-page__body {
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .cover-page__body {
    grid-row: 3/4;
    grid-column: 2/3;
    font-size: 18px;
    line-height: 1.75;
  }
}

.purchase-price {
  padding-block: 85px 160px;
  background: url("../images/feature/bg-4-sp.png") no-repeat 0 0/100% 100%;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .purchase-price {
    padding-block: 120px 270px;
    background-image: url("../images/feature/bg-4.png");
  }
}
@media only screen and (max-width: 767px) {
  .purchase-price .section-heading h2 {
    font-size: 20px;
  }
}
.purchase-price__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .purchase-price__inner {
    grid-template-columns: 1fr 1fr;
    font-size: 20px;
    line-height: 1.95;
  }
}
@media only screen and (min-width: 768px) {
  .purchase-price__inner figure {
    padding-right: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .purchase-price__inner figure {
    order: 2;
    margin-top: 30px;
  }
}
.purchase-price__inner figure img {
  width: 100%;
}
.purchase-price__box {
  max-width: 870px;
  position: relative;
  margin: 70px auto 0;
  border: 2px solid #2c2d2d;
  background: var(--white);
  padding: 55px 20px 50px;
  color: #2c2d2d;
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .purchase-price__box {
    font-size: 20px;
    line-height: 1.5;
    padding: 60px 50px 50px;
  }
}
.purchase-price__box p {
  margin: 0 0 26px;
}
@media only screen and (min-width: 768px) {
  .purchase-price__box p {
    margin: 0 0 10px;
  }
}
.purchase-price__box p:last-of-type {
  margin: 0;
}
.purchase-price__box--top {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .purchase-price__box--top {
    top: 0;
    transform: translateY(-50%);
  }
}
.purchase-price__box--top-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
}
.purchase-price__box--top h3 {
  text-align: center;
  color: var(--white);
  background: #2c2d2d;
  min-height: 50px;
  padding: 10px 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .purchase-price__box--top h3 {
    font-size: 24px;
    min-height: 72px;
    padding: 10px 40px;
  }
}
.purchase-price__box--top h3::after {
  content: "";
  border-bottom: 12px solid #2c2d2d;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  left: 40px;
  bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .purchase-price__box--top h3::after {
    border-left: 14px solid #2c2d2d;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0;
    top: calc(50% - 6px);
    left: 100%;
    bottom: auto;
  }
}
.purchase-price__box--top img {
  max-width: 108px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .purchase-price__box--top img {
    max-width: 142px;
  }
}
@media only screen and (max-width: 767px) {
  .purchase-price__box--top img {
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}

.links {
  background: url("../images/bg-dots.png") repeat 0 0 #f2f2f2;
  padding-block: 75px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .links {
    padding-block: 60px;
    margin-top: -160px;
  }
}
.links__inner {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .links__inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.links__inner figure img {
  width: 100%;
}

.content-box {
  padding-block: 135px 105px;
  background: #46a2d9;
}
@media only screen and (min-width: 768px) {
  .content-box {
    padding-block: 150px 230px;
  }
}
.content-box__inner {
  border: 2px solid #2c2d2d;
  background: var(--white);
  padding: 85px 15px;
  font-size: 15px;
  line-height: 1.53;
}
@media only screen and (min-width: 992px) {
  .content-box__inner {
    font-size: 18px;
    line-height: 1.94;
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box__inner {
    padding: 100px 90px;
  }
}
.content-box__inner h2 {
  text-align: center;
  color: var(--white);
  background: #2c2d2d;
  padding: 10px 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 300px;
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  .content-box__inner h2 {
    min-height: 72px;
    max-width: 440px;
  }
}
.content-box__inner h2::after {
  content: "";
  border-top: 12px solid #2c2d2d;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
}
.content-box__inner h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 50px 0 15px;
  color: #0080c3;
}
@media only screen and (min-width: 768px) {
  .content-box__inner h3 {
    font-size: 24px;
  }
}

.how-to-use {
  background: url("../images/bg-dots.png") repeat 0 0 #F8F8F8;
  padding-block: 90px 130px;
}
@media only screen and (min-width: 768px) {
  .how-to-use {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-to-use {
    margin-top: -30vw;
    padding-block: 30vw 150px;
    margin-bottom: 110px;
  }
}
.how-to-use__item {
  padding: 70px 12px;
  border: 2px solid #64564b;
  background: var(--white);
  box-shadow: 3px 3px 0 0 #ebebeb;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  .how-to-use__item {
    padding: 80px 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .how-to-use__item {
    padding: 100px 85px 60px;
    font-size: 18px;
    line-height: 1.825;
  }
}
.how-to-use__item + .how-to-use__item {
  margin-top: 82px;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__item + .how-to-use__item {
    margin-top: 32px;
  }
}
.how-to-use__item::after {
  content: "";
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 19px solid #0080c3;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
@media only screen and (min-width: 992px) {
  .how-to-use__item::after {
    border-top-width: 26px;
    border-left-width: 15px;
    border-right-width: 15px;
    bottom: 20px;
  }
}
.how-to-use__item > picture {
  display: block;
  width: 95%;
  margin: 24px auto 0;
}
@media only screen and (min-width: 768px) {
  .how-to-use__item > picture {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 1400px) {
  .how-to-use__item > picture {
    width: calc(95% - 190px);
    top: 60px;
  }
}
.how-to-use__item label {
  margin: 0;
  width: 70px;
  height: 70px;
  background: #0080c3;
  color: var(--white);
  font-size: 33px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__item label {
    width: 93px;
    height: 93px;
    font-size: 37px;
    transform: translate(-50%, -17px);
  }
}
.how-to-use__item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 55px;
}
@media only screen and (min-width: 992px) {
  .how-to-use__item h3 {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .how-to-use__item h3 {
    font-size: 28px;
  }
}
.how-to-use__item h4 {
  color: var(--white);
  border-radius: 500px;
  background: #50a2d5;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 14px 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .how-to-use__item h4 {
    margin: 0 0 15px;
    width: auto;
    padding: 14px 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .how-to-use__item h4 {
    font-size: 24px;
    padding: 14px 60px;
  }
}
.how-to-use__item small {
  font-size: 16px;
}
.how-to-use__item--icon {
  width: 92px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .how-to-use__item--icon {
    position: absolute;
    top: 55px;
    left: 10%;
    margin: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .how-to-use__item--icon {
    left: 22%;
  }
}
@media only screen and (max-width: 1199px) {
  .how-to-use__item--1 .how-to-use__content figure {
    display: none;
  }
}
.how-to-use__item--2 {
  background-image: url("../images/sell/bg-2.svg");
  background-position: 48% 165px;
  background-repeat: no-repeat;
  background-size: 96%;
}
@media only screen and (min-width: 768px) {
  .how-to-use__item--2 {
    background-position: 48% 100px;
    background-size: 54%;
  }
}
.how-to-use__item--4 h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .how-to-use__item--4 > picture {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .how-to-use__item--4 > picture {
    top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .how-to-use__item--4 > picture {
    top: 20px;
    width: calc(92% - 190px);
  }
}
.how-to-use__item--last::after, .how-to-use__item:last-child::after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .how-to-use__content--body {
    width: 67%;
    text-align: left;
  }
}
.how-to-use__content--body h4 {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__content--body h4 {
    padding-inline: 30px;
  }
}
.how-to-use__content--body p {
  margin: 20px 0;
}
.how-to-use__content--body p:last-of-type {
  margin-bottom: 0;
}
.how-to-use__content figure {
  margin: 65px auto 0;
  width: 65%;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__content figure {
    width: 30%;
    margin: -50px 0 0;
  }
}
.how-to-use__content figure img {
  max-width: 195px;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__content figure img {
    max-width: 310px;
  }
}
.how-to-use__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 675px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__grid {
    gap: 48px;
  }
}
.how-to-use__grid--item {
  padding: 16px 10px 12px;
  border: 2px solid #64564b;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .how-to-use__grid--item {
    padding: 30px;
  }
}
.how-to-use__grid--item h5 {
  font-size: 14px;
  font-weight: 700;
  font-weight: 700;
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .how-to-use__grid--item h5 {
    font-size: 22px;
  }
}
.how-to-use__grid--item figure {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.how-to-use__grid--item figure img {
  max-height: 66px;
}
@media only screen and (min-width: 768px) {
  .how-to-use__grid--item figure img {
    max-height: 115px;
  }
}
.how-to-use__highlight {
  position: relative;
  margin-block: 40px 55px;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__highlight {
    margin-block: 50px 30px;
    padding-left: 110px;
  }
}
.how-to-use__highlight figure {
  width: 102px;
  position: absolute;
  right: 5px;
  bottom: -44px;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__highlight figure {
    bottom: 0;
    right: auto;
    left: 0;
    width: 177px;
  }
}
.how-to-use__highlight figure img {
  width: 100%;
}
.how-to-use__highlight--content {
  background: #d7eaf0;
  text-align: left;
  padding: 30px 20px 65px;
}
@media only screen and (min-width: 1200px) {
  .how-to-use__highlight--content {
    padding: 20px 40px 20px 90px;
  }
}
.how-to-use__highlight--content p {
  margin: 0;
}
.how-to-use__cols {
  display: grid;
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  .how-to-use__cols {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-to-use__cols {
    gap: 90px;
  }
}
.how-to-use__cols figure {
  text-align: center;
}
.how-to-use__cols figure img {
  max-height: 97px;
}
@media only screen and (min-width: 1400px) {
  .how-to-use__cols figure img {
    max-height: 115px;
  }
}
.how-to-use__cols h5 {
  margin: 10px 0 20px;
  font-size: 18px;
  line-height: 1.58;
  color: #0080c3;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .how-to-use__cols h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .how-to-use__cols h5 {
    font-size: 24px;
  }
}
.how-to-use__cols--item {
  text-align: left;
  letter-spacing: 0.6px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .how-to-use__cols--item:first-child figure {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .how-to-use__cols--item:last-child figure {
    order: 2;
    margin-top: 24px;
  }
}
.how-to-use--2 {
  padding-block: 140px;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -60px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .how-to-use--2 {
    padding-block: 213px 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .how-to-use--2 {
    padding-block: 456px 300px;
    clip-path: polygon(0 400px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -580px;
  }
}
.how-to-use--2 .how-to-use__item {
  font-size: 16px;
}
.how-to-use .content-border__box--rounded {
  margin-block: 100px;
}

.visit-step {
  position: relative;
  padding-block: 0 150px;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .visit-step {
    padding-block: 45px 130px;
  }
}
.visit-step__item {
  border: 2px solid #39ae4a;
  background: var(--white);
  padding: 55px 15px 70px;
  box-shadow: 3px 3px 0 0 #ebebeb;
  position: relative;
  font-size: 18px;
  line-height: 1.825;
  display: flex;
  justify-content: center;
  gap: 5px 10px;
  font-size: 15px;
  line-height: 1.625;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .visit-step__item {
    padding: 60px 30px 60px;
    gap: 5px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .visit-step__item {
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .visit-step__item {
    font-size: 18px;
    line-height: 1.825;
    padding: 80px 50px 60px;
  }
}
.visit-step__item + .visit-step__item {
  margin-top: 82px;
}
@media only screen and (min-width: 1200px) {
  .visit-step__item + .visit-step__item {
    margin-top: 40px;
  }
}
.visit-step__item::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 19px solid #39ae4a;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
@media only screen and (min-width: 992px) {
  .visit-step__item::after {
    border-top-width: 26px;
    border-left-width: 15px;
    border-right-width: 15px;
    bottom: 20px;
  }
}
.visit-step__item > picture {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0);
  width: calc(95% - 190px);
}
.visit-step__item label {
  margin: 0;
  width: 70px;
  height: 70px;
  background: #39ae4a;
  color: var(--white);
  font-size: 33px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .visit-step__item label {
    width: 93px;
    height: 93px;
    font-size: 37px;
    transform: translate(-50%, -32px);
  }
}
.visit-step__item figure {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .visit-step__item .visit-step__image--1 {
    order: -1;
  }
}
.visit-step__item h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 6px 30px;
  background: #39ae4a;
  margin: 0 0 15px;
  color: var(--white);
  min-width: 176px;
}
@media only screen and (min-width: 992px) {
  .visit-step__item h3 {
    font-size: 22px;
    min-width: 200px;
    padding: 10px 35px;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .visit-step__item h3 {
    font-size: 28px;
    min-width: 315px;
  }
}
.visit-step__item h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #39ae4a;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .visit-step__item h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .visit-step__item h4 {
    font-size: 32px;
  }
}
.visit-step__item h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #39ae4a;
  line-height: 1.678;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .visit-step__item h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .visit-step__item h5 {
    font-size: 28px;
  }
}
.visit-step__item h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #39ae4a;
  line-height: 1.3;
  display: flex;
  gap: 18px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .visit-step__item h6 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .visit-step__item h6 {
    font-size: 32px;
  }
}
.visit-step__item h6 span {
  color: var(--white);
  background: #2c2d2d;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 15px;
  min-width: 95px;
}
@media only screen and (min-width: 768px) {
  .visit-step__item h6 span {
    padding: 10px 15px;
    min-width: 148px;
  }
}
.visit-step__item--content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .visit-step__item--content {
    width: 100%;
  }
}
.visit-step__item:last-child:after {
  display: none;
}
.visit-step__item p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .visit-step__item--1 .visit-step__image--1 {
    margin-block: -20px -50px;
  }
}
@media only screen and (max-width: 991px) {
  .visit-step__item--1 .visit-step__image--1 {
    text-align: right;
  }
}
.visit-step__item--1 .visit-step__image--1 img {
  max-width: 101px;
}
@media only screen and (min-width: 768px) {
  .visit-step__item--1 .visit-step__image--1 img {
    max-width: 216px;
  }
}
@media only screen and (max-width: 991px) {
  .visit-step__item--1 .visit-step__image--2 {
    text-align: left;
  }
}
.visit-step__item--1 .visit-step__image--2 img {
  max-width: 124px;
}
@media only screen and (min-width: 768px) {
  .visit-step__item--1 .visit-step__image--2 img {
    max-width: 155px;
  }
}
@media only screen and (max-width: 991px) {
  .visit-step__item--2 .visit-step__image--1 {
    display: none;
  }
}
.visit-step__item--2 .visit-step__image--1 img {
  max-width: 182px;
}
.visit-step__item--2 .visit-step__image--2 img {
  position: absolute;
  right: 20px;
  width: 36%;
  max-width: 122px;
  bottom: -70px;
}
@media only screen and (min-width: 992px) {
  .visit-step__item--2 .visit-step__image--2 img {
    max-width: 225px;
    bottom: 0;
    width: 20%;
  }
}
.visit-step__item--3 {
  text-align: left;
}
.visit-step__item--3 .visit-step__item--content {
  align-items: flex-start;
}
.visit-step__item--4 {
  padding-block: 30px 40px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .visit-step__item--4 .visit-step__image--1 {
    text-align: right;
  }
}
.visit-step__item--4 .visit-step__image--1 img {
  max-width: 141px;
}
@media only screen and (min-width: 992px) {
  .visit-step__item--4 .visit-step__image--1 img {
    max-width: 255px;
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 22%;
  }
}
@media only screen and (min-width: 1400px) {
  .visit-step__item--4 .visit-step__image--1 img {
    left: 105px;
  }
}
@media only screen and (max-width: 991px) {
  .visit-step__item--4 .visit-step__image--2 {
    text-align: left;
  }
}
.visit-step__item--4 .visit-step__image--2 img {
  max-width: 109px;
}
@media only screen and (min-width: 992px) {
  .visit-step__item--4 .visit-step__image--2 img {
    max-width: 191px;
  }
}
@media only screen and (min-width: 1200px) {
  .visit-step__item--5 {
    font-size: 20px;
  }
}

.pawning-list {
  position: relative;
  padding-block: 100px 0;
  z-index: 4;
  overflow: visible;
}
@media only screen and (min-width: 1200px) {
  .pawning-list {
    padding-block: 100px 230px;
  }
}
.pawning-list::before {
  content: "";
  z-index: -1;
  background: #d6e9ef;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 75px));
}
@media only screen and (min-width: 1200px) {
  .pawning-list::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 525px));
  }
}
.pawning-list h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 45px;
}
@media only screen and (min-width: 768px) {
  .pawning-list h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .pawning-list h2 {
    font-size: 55px;
    margin: 0 0 60px;
  }
}
.pawning-list h2 span {
  border-bottom: 2px solid #0080e0;
  padding-bottom: 5px;
}
.pawning-list__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 10px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .pawning-list__inner {
    gap: 36px 12px;
    padding-bottom: 80px;
  }
}
.pawning-list__inner::after {
  content: "";
  border-top: 18px solid #0080c3;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1400px) {
  .pawning-list__inner::after {
    border-top-width: 26px;
    border-left-width: 15px;
    border-right-width: 15px;
  }
}
.pawning-list__item {
  width: calc(50% - 9px);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pawning-list__item {
    width: calc(33.33% - 8px);
  }
}
@media only screen and (min-width: 1400px) {
  .pawning-list__item {
    width: calc(25% - 9px);
  }
}
.pawning-list__item--image {
  padding-top: 100%;
  background: var(--white);
  border-radius: 50%;
  position: relative;
}
.pawning-list__item h3 {
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  font-size: 10px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 992px) {
  .pawning-list__item h3 {
    font-size: 16px;
    top: 18px;
    gap: 8px;
  }
}
.pawning-list__item h3 span {
  background: #ffeb00;
  padding: 1px 3px;
}
.pawning-list__item h3 strong {
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .pawning-list__item h3 strong {
    font-size: 35px;
  }
}
.pawning-list__item figure {
  position: absolute;
  width: 48%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pawning-list__item figure img {
  width: 100%;
}
.pawning-list__item--content {
  background: #0080c3;
  color: var(--white);
  line-height: 1.45;
  border-radius: 20px;
  min-height: 93px;
  text-align: center;
  padding: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -50px;
  z-index: 2;
  position: relative;
  flex-grow: 1;
  font-size: 15px;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .pawning-list__item--content {
    font-size: 17px;
    min-height: 98px;
    padding: 10px;
    letter-spacing: 1px;
  }
}
.pawning-list__item--content p {
  margin: 0;
}

.pawning-box {
  position: relative;
  border: 2px solid #64564b;
  background: var(--white);
  border-radius: 24px;
  max-width: 580px;
  margin: 0 auto;
  padding: 35px 20px 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .pawning-box {
    font-size: 16px;
    padding: 12px 24px 24px;
  }
}
.pawning-box h2 {
  font-size: 22px;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #50a2d5;
  border-radius: 200px;
  line-height: 1.3;
  min-width: 260px;
  text-align: center;
  padding: 13px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .pawning-box h2 {
    font-size: 26px;
  }
}
.pawning-box picture {
  display: block;
  margin: 0 0 24px;
}
.pawning-box picture img {
  width: 100%;
}

.pawning-content {
  text-align: center;
  padding-block: 35px 70px;
  font-size: 18px;
  line-height: 1.75;
}
.pawning-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0080c3;
  margin: 0 0 24px;
  line-height: 1.3;
}
.pawning-img-50off {
	margin-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .pawning-content h3 {
    font-size: 28px;
  }
}
.pawning-content p:last-of-type {
  margin: 0;
}

.about-pawning {
  clip-path: polygon(0 45px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -45px;
  padding-block: 145px 100px;
  background: #d7eaf0;
}
@media only screen and (min-width: 992px) {
  .about-pawning {
    padding-block: 220px 115px;
    clip-path: polygon(0 225px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -225px;
  }
}
.about-pawning__box {
  border: 2px solid #0080c3;
  background: var(--white);
  padding: 80px 12px 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-pawning__box {
    padding: 90px 30px 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-pawning__box {
    padding: 90px 105px 100px;
  }
}
.about-pawning__box h2 {
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
  background: #2aa2d9;
  padding: 15px;
  width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-pawning__box h2 {
    max-width: 440px;
    text-align: center;
    background: #50a2d5;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about-pawning__box h2 {
    font-size: 24px;
  }
}
.about-pawning__box h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 700;
  margin: 0 0 30px;
  color: #0080c3;
}
@media only screen and (min-width: 768px) {
  .about-pawning__box h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-pawning__box h3 {
    font-size: 24px;
    margin: 0 0 35px;
  }
}
.about-pawning__box h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 40px 0 10px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 768px) {
  .about-pawning__box h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-pawning__box h5 {
    font-size: 20px;
    margin: 45px 0 15px;
  }
}
.about-pawning__content {
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 90px;
  padding-inline: 10px;
}
@media only screen and (min-width: 768px) {
  .about-pawning__content {
    margin-bottom: 35px;
    padding-inline: 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-pawning__content {
    font-size: 18px;
    line-height: 1.94;
  }
}
.about-pawning__content p {
  margin: 0 0 25px;
}
@media only screen and (min-width: 992px) {
  .about-pawning__content p {
    margin: 0 0 35px;
  }
}
.about-pawning .table-2 {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .about-pawning .table-2 {
    margin-bottom: 85px;
  }
}

.pawing-price {
  display: flex;
  flex-wrap: wrap;
  font-size: 25px;
  font-weight: 700;
  color: #53c8ff;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) {
  .pawing-price {
    font-size: 54px;
  }
}
.pawing-price span {
  background: #53c8ff;
  color: var(--white);
  font-size: 15px;
  padding: 3px 5px;
}
@media only screen and (min-width: 768px) {
  .pawing-price span {
    font-size: 25px;
    padding: 11px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .pawing-price span {
    padding: 11px 52px;
  }
}
.pawing-price em {
  border: 1px solid #53c8ff;
  color: #53c8ff;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  padding: 2px 3px;
}
@media only screen and (min-width: 768px) {
  .pawing-price em {
    font-size: 23px;
  }
}
.pawing-price strong {
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .pawing-price strong {
    font-size: 39px;
  }
}
.pawing-price > div {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: auto;
}

.case-list {
  border: 2px solid #0080c2;
  background: var(--white);
  display: grid;
  padding: 50px 70px 80px;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .case-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .case-list {
    gap: 30px 100px;
    padding: 60px 80px;
  }
}
.case-list h3 {
  border: 2px solid #0080c2;
  background: var(--white);
  color: #0080c2;
  font-weight: 700;
  line-height: 1.28;
  padding: 20px 10px;
  position: relative;
  margin: 0 0 8px;
  text-align: center;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .case-list h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .case-list h3 {
    font-size: 28px;
    margin: 0 0 10px;
  }
}
.case-list h3::before, .case-list h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #0080c2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .case-list h3::before, .case-list h3::after {
    border-top-width: 24px;
    border-left-width: 12px;
    border-right-width: 12px;
  }
}
.case-list h3::after {
  border-top: 16px solid #fff;
  border-left-width: 8px;
  border-right-width: 8px;
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  .case-list h3::after {
    border-top-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}
.case-list figure {
  background: #d7eaf0;
  border-radius: 100%;
  padding-top: 100%;
  position: relative;
}
.case-list figure img {
  position: absolute;
  width: 49%;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
}
.case-list figure figcaption {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) {
  .case-list figure figcaption {
    font-size: 15px;
  }
}
.case-list figure figcaption span {
  background: #ffeb00;
  padding: 4px;
}
.case-list figure figcaption strong {
  font-weight: 700;
  font-size: 27px;
}
@media only screen and (min-width: 1400px) {
  .case-list figure figcaption strong {
    font-size: 35px;
  }
}
.case-list__item {
  max-width: 216px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .case-list__item {
    max-width: none;
    margin: 0;
  }
}

.case-end {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.case-end h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  position: relative;
  background: #3380dd;
  text-align: center;
  font-size: 21px;
  border-radius: 50%;
  gap: 6px;
  padding: 10px 10px 20px;
  margin: 0 auto 30px;
  width: 136px;
  height: 136px;
}
@media only screen and (min-width: 1400px) {
  .case-end h2 {
    width: 220px;
    height: 220px;
    margin: 0 auto 40px;
    font-size: 34px;
    gap: 10px;
  }
}
.case-end h2 img {
  width: 22px;
}
@media only screen and (min-width: 1400px) {
  .case-end h2 img {
    width: 37px;
  }
}
.case-end h2::before {
  content: "";
  border-top: 21px solid #3380dd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1400px) {
  .case-end h2::before {
    border-top-width: 29px;
    border-left-width: 15px;
    border-right-width: 15px;
  }
}
.case-end__inner {
  border: 2px solid #64564a;
  background: var(--white);
  padding: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .case-end__inner {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .case-end__inner {
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .case-end__inner figure {
    width: calc(36% + 32px);
    margin-left: -32px;
  }
}
@media only screen and (max-width: 767px) {
  .case-end__inner figure img {
    max-width: 208px;
  }
}
.case-end__body {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.85;
  color: var(--white);
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .case-end__body {
    width: 64%;
    margin-bottom: 0;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .case-end__body {
    font-size: 40px;
  }
}
.case-end__body p {
  margin: 0 0 6px;
  background: #3380dd;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .case-end__body p {
    margin: 0 0 14px;
  }
}
.case-end__body p:last-of-type {
  margin: 0;
}

.case-wrap {
  position: relative;
  z-index: 5;
  background: #d6e9ef;
  padding-bottom: 120px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 80px));
}
@media only screen and (min-width: 1200px) {
  .case-wrap {
    padding-bottom: 0;
    z-index: 5;
    clip-path: none;
    background: none;
  }
}

.phone-price-list {
  position: relative;
  z-index: 8;
  padding-block: 110px 50px;
  margin-top: -100px;
}
@media only screen and (min-width: 1200px) {
  .phone-price-list {
    padding-block: 410px 270px;
    margin-top: -150px;
    z-index: 4;
  }
}
.phone-price-list::before {
  content: "";
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-dots.png") repeat 0 0 #F8F8F8;
}
@media only screen and (min-width: 1200px) {
  .phone-price-list::before {
    clip-path: polygon(0 400px, 100% 0, 100% 100%, 0 100%);
  }
}
.phone-price-list__inner {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1400px) {
  .phone-price-list__inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
.phone-price-list__item {
  border: 1px solid #808080;
  background: var(--white);
}
.phone-price-list__item h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  background: #3380dd;
  margin: 0;
  padding: 10px;
}
@media only screen and (min-width: 1400px) {
  .phone-price-list__item h3 {
    font-size: 30px;
    min-height: 103px;
  }
}
.phone-price-list__item h4 {
  font-weight: 700;
  font-size: 17px;
  color: #3880c3;
  border-bottom: 1px solid #808080;
  padding-bottom: 6px;
  margin: 0 0 25px;
}
@media only screen and (min-width: 1400px) {
  .phone-price-list__item h4 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
.phone-price-list__item table {
  border: 0;
  width: calc(100% + 40px);
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 20px 5px;
  margin: 0 -20px;
}
@media only screen and (min-width: 1400px) {
  .phone-price-list__item table {
    width: calc(100% + 60px);
    font-size: 24px;
    border-spacing: 30px 5px;
    margin: 0 -30px;
  }
}
.phone-price-list__item table tr th {
  background: #d7eaf0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #808080;
  padding: 2px;
}
@media only screen and (min-width: 1400px) {
  .phone-price-list__item table tr th {
    font-size: 21px;
  }
}
.phone-price-list__item table tr th:first-child {
  background: var(--white);
}
.phone-price-list__item table tr td {
  padding: 2px 10px;
}
.phone-price-list__item--group {
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .phone-price-list__item--group {
    padding: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .phone-price-list__item--group {
    padding: 30px 50px;
  }
}
.phone-price-list__item--group + .phone-price-list__item--group {
  border-top: 1px solid #808080;
}

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