/**  Mixins */
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&display=swap");
:root {
  --base-width: 750;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1920;
  }
}
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** 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;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --yellow-400: #FEE465;
  --yellow-600: #FFD400;
  --yellow-700: #FDC85D;
  --brown-400: #4A2500;
  --brown-800: #1F1000;
  --orange-400: #FFB100;
  --orange-600: #FF7600;
  --primary: #FEE465;
  --second: #FF7600;
  --text-body: #1F1000;
  --radius: 5px;
}

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

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "LINE Seed JP", sans-serif;
  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);
}

p {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  p {
    margin: 0 0 24px;
  }
}
p:last-of-type {
  margin-bottom: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}

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

iframe {
  max-width: 100%;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.company-section__list ul, .concerns-section__list ul, .menu-mobile ul, .site-header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyback__box, .about-section__content {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .buyback__box, .about-section__content {
    font-size: 16px;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 992px) {
  .buyback__box, .about-section__content {
    font-size: 18px;
  }
}

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, button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover, button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg, button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white, button.btn-white,
input.btn-white[type=button],
input.btn-white[type=submit] {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

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

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--yellow-400);
  margin: 0 0 14px;
}
@media only screen and (min-width: 768px) {
  .section-heading h3 {
    font-size: 22px;
    gap: 12px;
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h3 {
    font-size: 24px;
  }
}
.section-heading h3::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 99px 99px 0 0;
  background: var(--yellow-400);
}
@media only screen and (min-width: 768px) {
  .section-heading h3::before {
    width: 33px;
    height: 33px;
  }
}
.section-heading h2 {
  font-weight: 700;
  color: var(--brown-400);
  margin: 0;
  line-height: 1.34;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 36px;
  }
}
.section-heading__content {
  font-size: 15px;
  line-height: 1.33;
  margin-top: 24px;
  color: var(--brown-400);
}
@media only screen and (min-width: 768px) {
  .section-heading__content {
    font-size: 18px;
    margin-top: 32px;
  }
}
.section-heading--left {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .section-heading--left {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading--left h3 {
    margin-left: -50px;
  }
}

.heading-bg {
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .heading-bg {
    margin-bottom: 60px;
  }
}
.heading-bg__top {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 30px;
  flex-wrap: wrap;
  border-top: 2px solid var(--brown-400);
  border-bottom: 2px solid var(--brown-400);
  padding-block: 20px;
  margin-inline: -20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .heading-bg__top {
    margin-inline: 0;
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .heading-bg__top {
    gap: 24px 50px;
  }
}
.heading-bg h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--yellow-400);
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .heading-bg h3 {
    font-size: 24px;
    gap: 12px;
  }
}
.heading-bg h3::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 99px 99px 0 0;
  background: var(--yellow-400);
}
@media only screen and (min-width: 992px) {
  .heading-bg h3::before {
    width: 33px;
    height: 33px;
  }
}
.heading-bg h2 {
  font-weight: 700;
  color: var(--brown-400);
  margin: 0;
  line-height: 1.34;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .heading-bg h2 {
    font-size: 36px;
  }
}
.heading-bg__content {
  line-height: 1.33;
  margin-top: 24px;
  font-weight: 700;
  color: var(--brown-400);
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .heading-bg__content {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-bg__content {
    font-size: 24px;
  }
}

.line-btn {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 30px;
  background: var(--yellow-600);
  border-radius: 20px;
  color: var(--white);
  opacity: 1;
  max-width: 945px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .line-btn {
    padding: 20px 25px 20px 30px;
  }
}
.line-btn small {
  display: block;
  margin-bottom: 30px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .line-btn small {
    font-size: 16px;
    margin-bottom: 44px;
  }
}
.line-btn strong {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .line-btn strong {
    gap: 24px;
    font-size: 36px;
    padding-left: 44px;
    margin-bottom: 20px;
  }
}
.line-btn strong img {
  max-width: 29px;
}
@media only screen and (min-width: 768px) {
  .line-btn strong img {
    max-width: 39px;
  }
}
.line-btn span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .line-btn span {
    font-size: 20px;
    padding-left: 44px;
    margin-bottom: 46px;
  }
}
.line-btn > svg {
  width: 47px;
  align-self: flex-end;
}
.line-btn > svg g line,
.line-btn > svg g path {
  transition: all 0.3s;
}
.line-btn:hover {
  opacity: 1;
  background: var(--orange-600);
}
.line-btn:hover svg g line {
  stroke: var(--orange-600);
}
.line-btn:hover svg g path {
  fill: var(--orange-600);
}

.hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
  background: var(--yellow-400);
  border-radius: 99px;
  border: 1px solid var(--yellow-400);
  transition: all 0.3s;
}
.hamburger span {
  width: 20px;
  height: 2px;
  background: var(--white);
  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% - 10px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active {
  opacity: 1;
  background: var(--white);
}
.hamburger.active span {
  transform: rotate(225deg);
  background: var(--yellow-400);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
  background: var(--yellow-400);
}
.hamburger.active span::after {
  opacity: 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;
  }
}

body.admin-bar .site-header,
body.admin-bar .menu-mobile {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .site-header,
  body.admin-bar .menu-mobile {
    top: 32px;
  }
}
@media only screen and (max-width: 991px) {
  body.show-nav .site-header {
    background: #F5EFCF;
    box-shadow: none;
  }
  body.show-nav .menu-mobile {
    opacity: 1;
    visibility: visible;
  }
}

#wpadminbar {
  position: fixed;
  top: 0;
}

.site-header {
  position: fixed;
  padding: 20px;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .site-header {
    padding: 32px 20px;
  }
}
@media only screen and (min-width: 1350px) {
  .site-header {
    padding: 60px 70px;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.site-header__logo img {
  max-width: 92px;
}
@media only screen and (min-width: 768px) {
  .site-header__logo img {
    max-width: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__logo img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}
.site-header__nav {
  border: 1px solid var(--brown-800);
  border-radius: 999px;
  background: var(--white);
  padding: 13px 18px 13px 50px;
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__nav ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 30px;
  text-align: center;
}
.site-header__nav ul li a {
  color: var(--brown-800);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}
.site-header__nav ul li.special-menu > a {
  background: var(--orange-400);
  color: var(--white);
  font-weight: 700;
  padding-inline: 26px 12px;
  gap: 13px;
}
.site-header__nav ul li.special-menu > a img {
  max-width: 39px;
}
.site-header__nav ul li.special-menu > a:hover {
  background: var(--orange-600);
  opacity: 1;
}
.site-header.sticky {
  background: var(--white);
  padding-block: 16px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 992px) {
  .site-header.sticky {
    padding-block: 24px;
  }
}

.menu-mobile {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: url("../images/shape-4.svg") no-repeat -90px calc(100% + 64px)/365px #F5EFCF;
  padding: 130px 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile .line-btn {
  margin-bottom: 24px;
}
.menu-mobile ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 42px;
}
.menu-mobile ul li a {
  font-size: 14px;
  color: var(--brown-400);
  font-weight: 700;
}
.menu-mobile__list {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu-mobile__list a {
  display: flex;
  background: var(--white);
  border-radius: 10px;
  padding: 10px 16px 10px 10px;
  gap: 10px;
  align-items: center;
  text-align: center;
  min-height: 91px;
}
.menu-mobile__list a figure {
  min-width: 108px;
}
.menu-mobile__list a figure img {
  max-height: 70px;
}
.menu-mobile__list a svg {
  width: 47px;
  align-self: flex-end;
  margin-left: auto;
}
.menu-mobile__inner {
  overflow-y: auto;
  max-height: calc(100vh - 220px);
}

.site-footer {
  background: #FFFDF4;
  padding: 24px 20px 12px;
  text-align: center;
  color: var(--brown-400);
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding: 32px 20px;
  }
}
@media only screen and (min-width: 1350px) {
  .site-footer {
    padding: 59px 90px;
  }
}
.site-footer a {
  color: var(--brown-400);
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__inner p {
  margin: 0;
}
.site-footer__left {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .site-footer__left {
    font-size: 18px;
  }
}
.site-footer__right {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .site-footer__right {
    font-size: 18px;
  }
}

/** Pages */
.banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .banner {
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner {
    margin-bottom: -300px;
  }
}
.banner .container {
  min-height: 555px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .banner .container {
    min-height: 820px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .banner .container {
    min-height: 1000px;
    padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner .container {
    min-height: 1200px;
    padding-bottom: 240px;
  }
}
.banner img {
  position: absolute;
  left: 87px;
  bottom: -18px;
  z-index: -1;
  max-width: 479px;
}
@media only screen and (min-width: 768px) {
  .banner img {
    max-width: 800px;
    left: 200px;
    bottom: -45px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner img {
    max-width: 1200px;
    left: 395px;
    bottom: -90px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner img {
    max-width: 1475px;
  }
}
.banner h1 {
  margin: 0;
  padding-left: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--brown-400);
  font-size: 24px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) {
  .banner h1 {
    font-size: 52px;
    padding-left: 40px;
    letter-spacing: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner h1 {
    font-size: 70px;
    padding-left: 60px;
    letter-spacing: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner h1 {
    font-size: 80px;
    padding-left: 90px;
  }
}

.about-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-block: 0 80px;
}
@media only screen and (min-width: 768px) {
  .about-section {
    padding-block: 60px 120px;
  }
}
@media only screen and (min-width: 768px) {
  .about-section {
    padding-block: 120px 140px;
  }
}
.about-section .section-heading {
  margin-bottom: 46px;
}
@media only screen and (min-width: 992px) {
  .about-section .section-heading {
    margin-bottom: 147px;
  }
}
.about-section .section-heading h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-section .section-heading h3 {
    margin-bottom: 40px;
  }
}
.about-section .section-heading__content {
  margin-top: 46px;
}
@media only screen and (min-width: 992px) {
  .about-section .section-heading__content {
    margin-top: 70px;
  }
}
.about-section__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about-section__inner {
    display: flex;
    gap: 80px;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .about-section__inner {
    gap: 158px;
  }
}
.about-section__shape {
  position: absolute;
  z-index: -1;
  width: 343px;
  top: -125px;
  left: -220px;
}
@media only screen and (min-width: 1350px) {
  .about-section__shape {
    width: 930px;
    top: -590px;
    left: -860px;
  }
}
.about-section__image {
  position: relative;
  padding-left: 80px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) {
  .about-section__image {
    width: calc(52% - 80px);
    order: 2;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-section__image {
    width: calc(48% - 158px);
  }
}
.about-section__image > img {
  position: absolute;
  width: 87px;
  bottom: 0;
  left: 35px;
}
@media only screen and (min-width: 768px) {
  .about-section__image > img {
    left: -60px;
    width: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-section__image > img {
    left: -80px;
    width: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-section__image > img {
    left: -116px;
    width: 232px;
  }
}
.about-section__image picture {
  display: block;
  width: calc(100% + 20px);
}
@media only screen and (min-width: 1240px) {
  .about-section__image picture {
    width: calc(100% + 50vw - 600px);
  }
}
.about-section__image picture img {
  width: 100%;
  border-radius: 100px 0 0 0;
  object-fit: cover;
  aspect-ratio: 1.37;
}
.about-section__content {
  color: var(--brown-400);
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .about-section__content {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) {
  .about-section__content {
    width: 52%;
    padding-left: 50px;
  }
}
.about-section__content h2 {
  font-size: 20px;
  line-height: 1.4;
  padding-block: 15px;
  color: var(--brown-400);
  border-top: 1px solid var(--brown-400);
  border-bottom: 1px solid var(--brown-400);
  margin: 0 0 26px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .about-section__content h2 {
    font-size: 26px;
    padding-block: 20px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .about-section__content h2 {
    font-size: 38px;
    padding-block: 32px;
  }
}

.concerns-section {
  padding-block: 30px 80px;
  background: #FFFDF4;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .concerns-section {
    padding-block: 74px 160px;
  }
}
@media only screen and (max-width: 767px) {
  .concerns-section .section-heading {
    margin-bottom: 68px;
  }
}
.concerns-section__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 32px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .concerns-section__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .concerns-section__inner {
    gap: 45px;
  }
}
.concerns-section__img {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 206px;
  z-index: 2;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .concerns-section__img {
    top: -225px;
    width: 431px;
    left: -120px;
  }
}
@media only screen and (min-width: 1350px) {
  .concerns-section__img {
    top: -165px;
    left: -251px;
  }
}
.concerns-section__img img {
  width: 100%;
}
.concerns-section__shape {
  position: absolute;
  top: 25px;
  left: -320px;
  width: 672px;
  z-index: -1;
  max-width: none;
}
@media only screen and (min-width: 1200px) {
  .concerns-section__shape {
    width: 1475px;
    top: -125px;
    left: auto;
    right: calc(100% - 230px);
  }
}
.concerns-section__list {
  position: relative;
  z-index: 1;
}
.concerns-section__list h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
  color: var(--brown-400);
}
@media only screen and (min-width: 768px) {
  .concerns-section__list h3 {
    color: var(--text-body);
  }
}
.concerns-section__list ul li {
  border-radius: 10px;
  border: 1px solid var(--brown-400);
  background: url("../images/dot-green.svg") no-repeat 27px 24px/32px var(--white);
  min-height: 112px;
  font-size: 18px;
  font-weight: 700;
  padding: 27px 20px 27px 70px;
  color: var(--brown-400);
}
@media only screen and (min-width: 768px) {
  .concerns-section__list ul li {
    color: var(--text-body);
    min-height: 107px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 92px;
  }
}
@media only screen and (min-width: 992px) {
  .concerns-section__list ul li {
    background-size: 47px;
    font-size: 20px;
    background-position: 25px 29px;
  }
}
.concerns-section__list ul li + li {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .concerns-section__list ul li + li {
    margin-top: 40px;
  }
}
.concerns-section__list img {
  position: absolute;
  z-index: -1;
}
.concerns-section__list--1 img {
  top: -50px;
  left: 23px;
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .concerns-section__list--1 img {
    width: 203px;
    top: -85px;
    left: 78.4px;
  }
}
.concerns-section__list--2 ul li {
  background-image: url("../images/dot-orange.svg");
}
.concerns-section__list--2 img {
  width: 149px;
  top: -60px;
  right: 32px;
  opacity: 0.35;
}
@media only screen and (min-width: 992px) {
  .concerns-section__list--2 img {
    width: 255px;
    right: 17px;
    top: -120px;
  }
}
.concerns-section__bottom {
  text-align: center;
  font-size: 14px;
  line-height: 1.33;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .concerns-section__bottom {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .concerns-section__bottom {
    margin-top: 80px;
    font-size: 24px;
  }
}

.why-choose {
  padding-block: 35px 76px;
  background: #FBF1EC;
}
@media only screen and (min-width: 768px) {
  .why-choose {
    padding-block: 80px;
  }
}
.why-choose__image {
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .why-choose__image {
    margin-bottom: 70px;
  }
}
.why-choose__image::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--yellow-700);
  border-radius: 9999px;
  height: 55px;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .why-choose__image::after {
    height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .why-choose__image::after {
    height: 112px;
  }
}
.why-choose__image img {
  max-width: 197px;
}
@media only screen and (min-width: 768px) {
  .why-choose__image img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .why-choose__image img {
    max-width: 399px;
  }
}
.why-choose__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  z-index: 6;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .why-choose__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .why-choose__inner {
    gap: 32px;
  }
}
.why-choose__box {
  border: 1px solid var(--brown-400);
  border-radius: 20px;
  padding: 28px 30px 40px;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.5px;
  color: var(--brown-400);
}
@media only screen and (min-width: 992px) {
  .why-choose__box {
    padding: 32px 35px 56px;
  }
}
.why-choose__box h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--brown-400);
  padding-bottom: 17px;
  margin: 0 0 22px;
  border-bottom: 2px dashed var(--brown-400);
}
@media only screen and (min-width: 992px) {
  .why-choose__box h3 {
    font-size: 20px;
    margin: 0 0 26px;
    padding-bottom: 20px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.buyback {
  padding-block: 32px 80px;
  background: #DCEBD9;
}
@media only screen and (min-width: 768px) {
  .buyback {
    padding-block: 60px 120px;
  }
}
@media only screen and (min-width: 992px) {
  .buyback {
    padding-block: 90px 176px;
  }
}
.buyback .heading-bg {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .buyback .heading-bg {
    margin-bottom: 107px;
  }
}
.buyback .container {
  position: relative;
  z-index: 1;
}
.buyback .container > img {
  position: absolute;
  z-index: -1;
  width: 499px;
  top: -425px;
  right: -230px;
  max-width: none;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .buyback .container > img {
    width: 860px;
    top: -225px;
    right: -400px;
  }
}
@media only screen and (min-width: 992px) {
  .buyback .container > img {
    width: 1000px;
    top: -172px;
    right: -540px;
  }
}
@media only screen and (min-width: 1600px) {
  .buyback .container > img {
    width: 1475px;
    top: -672px;
    right: -1040px;
  }
}
.buyback__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 47px;
}
@media only screen and (min-width: 768px) {
  .buyback__inner {
    grid-template-columns: 1fr 1fr;
    gap: 90px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .buyback__inner {
    gap: 90px 47px;
  }
}
.buyback__box {
  border-radius: 20px;
  border: 1px solid var(--brown-400);
  background: var(--white);
  position: relative;
  padding: 44px 35px;
  color: var(--brown-400);
}
@media only screen and (min-width: 992px) {
  .buyback__box {
    padding: 60px 32px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .buyback__box {
    font-size: 14px;
  }
}
.buyback__box figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 24px);
}
@media only screen and (min-width: 992px) {
  .buyback__box figure {
    bottom: calc(100% - 40px);
  }
}
.buyback__box figure img {
  max-width: 78px;
}
@media only screen and (min-width: 768px) {
  .buyback__box figure img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .buyback__box figure img {
    max-width: 126px;
  }
}
.buyback__box h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
  text-align: center;
  color: var(--brown-400);
}
@media only screen and (min-width: 992px) {
  .buyback__box h3 {
    font-size: 24px;
    margin: 0 0 24px;
  }
}

.line-contact {
  padding-block: 76px 35px;
}
@media only screen and (min-width: 768px) {
  .line-contact {
    padding-block: 90px;
  }
}

.company-section {
  padding-block: 35px 140px;
}
@media only screen and (min-width: 768px) {
  .company-section {
    padding-block: 80px 150px;
  }
}
.company-section .section-heading {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .company-section .section-heading {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .company-section .section-heading h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .company-section__inner {
    display: flex;
  }
}
.company-section__list {
  padding-top: 22px;
  color: var(--brown-400);
}
@media only screen and (min-width: 768px) {
  .company-section__list {
    width: 60%;
    padding-top: 40px;
  }
}
.company-section__list ul li {
  font-size: 14px;
  line-height: 1.35;
  padding-block: 18px;
  align-items: center;
  border-bottom: 1px solid var(--brown-400);
}
@media only screen and (min-width: 768px) {
  .company-section__list ul li {
    display: flex;
    font-size: 16px;
    padding-block: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .company-section__list ul li {
    font-size: 20px;
    padding-block: 30px;
    min-height: 128px;
  }
}
.company-section__list ul li h4 {
  min-width: 134px;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 16px;
  color: var(--brown-400);
}
@media only screen and (min-width: 768px) {
  .company-section__list ul li h4 {
    font-size: 16px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .company-section__list ul li h4 {
    font-size: 20px;
    padding-left: 10px;
  }
}

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