@charset "UTF-8";
/* ==================================================
   Reset CSS (based on destyle.css v2.0.2)
   MIT License | https://github.com/nicolas-cusan/destyle.css
   ================================================== */
/* Box-model and borders */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

/* Vertical rhythm */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Definition lists */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

/* Interactive elements */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-style: normal;
  font-size: 62.5%;
  color: #041E22;
  position: relative;
  text-align: justify;
  letter-spacing: 0.1em;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  color: #28322d;
  background-color: #FFF;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border: none;
  background-color: #FFF;
  padding: 5px;
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}
.wrapper.min {
  max-width: 924px;
}
.wrapper.mid {
  max-width: 1120px;
}
.wrapper.large {
  max-width: 1306px;
}

.wrapper.size-m {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .wrapper.size-m {
    padding: 0 20px;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4, h5, h6 {
  font-size: 1.8rem;
}

p, th, td, li, dt, dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

dt {
  font-weight: 400;
}

a, button {
  cursor: pointer;
}

a {
  transition: all 0.2s ease;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4, h5, h6 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.5rem;
  }
}
.sp-under-1120 {
  display: none; /* デフォルト非表示 */
}

@media screen and (max-width: 1120px) {
  .sp-under-1120 {
    display: block; /* 1120px以下で表示 */
  }
}
@media screen and (min-width: 441px) {
  .pc-only-size-s {
    display: block !important;
  }
}
@media screen and (max-width: 440px) {
  .pc-only-size-s {
    display: none !important;
  }
}
@media screen and (min-width: 441px) {
  .sp-only-size-s {
    display: none !important;
  }
}
@media screen and (max-width: 440px) {
  .sp-only-size-s {
    display: block !important;
  }
}
/* =========================
   見出し・装飾
========================= */
.section-title {
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-title__main {
  font-size: 4rem;
}
.section-title__sub {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  background: linear-gradient(to right, #728f48 0%, #878b3b 57%, #948328 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.gold {
  background: linear-gradient(to right, #ca8d34 0%, #68360a 65%, #803d18 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}

.heading {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
}

.text-highlight {
  color: #9b2a32;
}

@media screen and (max-width: 768px) {
  .section-title {
    line-height: 1.2;
    gap: 10px;
    text-align: center;
  }
  .section-title__main {
    font-size: 2.4rem;
  }
  .section-title__sub {
    font-size: 1.4rem;
    width: inherit;
  }
  .heading {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .section-title__main {
    font-size: 2.2rem;
  }
  .heading {
    font-size: 1.8rem;
  }
}
/* =========================
   ボタン
========================= */
.section-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2.3rem 2rem;
  text-align: center;
  padding-right: 4rem;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #b4823d 0%, #764f28 100%);
  box-shadow: 2px 2px 6px rgba(31, 31, 31, 0.3);
  border-radius: 4rem;
  width: 220px;
}
.section-btn::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  color: #764f28;
  border-radius: 50%;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  padding-left: 2.1px;
  padding-bottom: 2px;
}

.line-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2.6rem 2rem;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to bottom, #6ab500 0%, #367308 100%);
  box-shadow: 3px 3px 6px rgba(34, 51, 37, 0.56);
  border-radius: 4rem;
  width: 75%;
  border: 3px solid #fffff7;
}
.line-btn::after {
  content: "›";
  position: absolute;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  color: #367308;
  border-radius: 50%;
  font-size: 2.2rem;
  line-height: 1;
  padding-left: 2.1px;
  padding-bottom: 2px;
}
.line-btn.header {
  font-size: 1.4rem;
  width: 100%;
  padding: 16px 24px;
  padding-right: 4rem;
}
.line-btn.header::after {
  right: 5%;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 1100px) {
  .line-btn {
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .section-btn {
    padding: 2.3rem 2rem;
    text-align: center;
    font-size: 1.8rem;
  }
  .section-btn::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    padding-left: 1.5px;
    padding-bottom: 1px;
  }
  .line-btn {
    width: 85%;
    padding: 1.8rem 2rem;
  }
}
/* =========================
   パーツ
========================= */
.two-column {
  display: flex;
  gap: 60px;
}
.two-column__left {
  flex: 0 0 50%;
}
.two-column__left img {
  width: 100%;
  height: auto;
}
.two-column__left.text-left {
  padding-left: 110px;
}
.two-column__right {
  flex: 0 0 calc(50% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two-column__right img {
  width: 100%;
  height: auto;
}
.two-column__right.more-right {
  padding-right: 80px;
}
.two-column__right.img-right {
  padding-right: 0;
}
.two-column__text {
  margin-top: 24px;
}
.two-column.align-center {
  align-items: center;
}

.section-header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}

.btn-box--center {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .btn-box--center {
    margin-top: 48px;
  }
  .section-header {
    margin-bottom: 24px;
  }
}
/* =========================
   電話番号
========================= */
.number {
  font-family: Arial, sans-serif;
  font-weight: 700;
  background: linear-gradient(to bottom, #740707 0%, #fc4b37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
}
.number::after {
  content: "";
  background: url("../img/tel-icon.webp") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 39px;
  aspect-ratio: 39/51;
  transform: translateY(-50%);
}

.sub-number {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #32640e;
}

@media screen and (max-width: 768px) {
  .number {
    padding-left: 20px;
  }
}
/* =========================
   CTA
========================= */
.cta__header {
  width: 100%;
  position: relative;
  padding: 24px 0;
  background: linear-gradient(90deg, #3c5e28 0%, #003620 100%);
}
.cta__header .wrapper {
  padding: 0 !important;
  position: relative;
}
.cta__header .wrapper::before, .cta__header .wrapper::after {
  content: "";
  position: absolute;
  top: -80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.cta__header .wrapper::before {
  left: 0;
  background-image: url("../img/cta__header-left.webp");
  margin-right: 10px;
  aspect-ratio: 165/162;
  width: 128px;
  height: auto;
}
.cta__header .wrapper::after {
  right: 0;
  background-image: url("../img/cta__header-right.webp");
  margin-left: 10px;
  aspect-ratio: 199/164;
  width: 156px;
  height: auto;
}
.cta__header-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.cta__header-text {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__header-text .highlight {
  background: #679143;
  color: #fff;
  padding: 10px 20px;
  border-radius: 34px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta__header-character {
  position: relative;
  top: -80px;
  z-index: 1;
}
.cta .wrapper {
  padding: 56px 0;
}

.cta-column {
  display: flex;
  align-items: stretch;
}
.cta-column__left, .cta-column__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  font-weight: 700;
}
.cta-column__left > *:last-child, .cta-column__right > *:last-child {
  margin-top: auto;
}

.line-cta__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.line-cta__title {
  font-size: 2.2rem;
}

.line-btn__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.line-btn__note {
  text-align: center;
}

@media screen and (min-width: 1081px) {
  .cta-column__left {
    border-right: 1px solid #d8d8d8;
  }
}
@media screen and (max-width: 1080px) {
  .cta__header {
    padding: 16px 0;
  }
  .cta__header .wrapper::before, .cta__header .wrapper::after {
    top: -60px;
  }
  .cta__header .wrapper::before {
    left: 5px;
    margin-right: 0;
    width: 70px;
    height: auto;
  }
  .cta__header .wrapper::after {
    right: 2px;
    margin-left: 0;
    width: 80px;
    height: auto;
  }
  .cta__header-text {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 6px;
  }
  .cta__header-text .highlight {
    font-size: 1.6rem;
    padding: 4px 12px;
    margin-right: 0;
  }
  .cta__header-character {
    position: relative;
    top: -80px;
    z-index: 1;
  }
  .cta .wrapper {
    padding: 12vh 0;
  }
  .cta-column {
    display: flex;
    align-items: stretch;
  }
  .cta-column__left, .cta-column__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: 700;
  }
  .cta-column__left > *:last-child, .cta-column__right > *:last-child {
    margin-top: auto;
  }
  .line-cta__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
  }
  .line-cta__title {
    font-size: 2rem;
  }
  .line-btn__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .line-btn__note {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .cta__header .wrapper::after {
    right: 20px;
    margin-left: 0;
    width: 120px;
    height: auto;
  }
  .cta__header .wrapper::before {
    left: 20px;
    margin-right: 0;
    width: 96px;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .cta__header-text {
    font-size: 1.7rem;
  }
}
/* =========================
   Tel CTA
========================= */
.tel-cta__header {
  text-align: center;
}
.tel-cta__title {
  font-size: 2rem;
}
.tel-cta__number {
  font-size: 5.2rem;
  margin: 20px 0;
}
.tel-cta__number::after {
  width: 42px;
  left: -50px;
}
.tel-cta__info {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 14px;
}
.tel-cta__notice {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tel-cta__notice-text {
  font-size: 2.2rem;
  line-height: 1.3;
}
.tel-cta__notice-text .sub-number {
  font-size: 4rem;
}

@media screen and (max-width: 1080px) {
  .cta .wrapper {
    padding: 32px 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .cta .wrapper {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1080px) {
  .cta-column {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .cta-column {
    gap: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .cta-column__left, .cta-column__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .cta-column__left > *:last-child, .cta-column__right > *:last-child {
    margin-top: auto;
  }
  .line-cta__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .line-cta__header {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .line-cta__header img {
    width: 40px;
  }
  .line-cta__title {
    font-size: 1.6rem;
  }
  .line-btn__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .line-btn__note {
    font-size: 1.3rem;
  }
  .tel-cta__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .tel-cta__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .tel-cta__number {
    font-size: 3.6rem;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .tel-cta__number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .tel-cta__number::after {
    width: 26px;
    height: auto;
    left: -10px;
    top: 20px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .tel-cta__number::after {
    width: 20px;
    height: auto;
    left: -7px;
    top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .tel-cta__info {
    margin-bottom: 20px;
  }
  .tel-cta__info p {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
  .tel-cta__notice {
    align-items: center;
    gap: 12px;
  }
  .tel-cta__notice img {
    width: 40px;
  }
  .tel-cta__notice-text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .tel-cta__notice-text .sub-number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .tel-cta__notice-text .sub-number {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .tel-cta__number::after {
    left: -32px;
  }
}
/* =========================
   Steps
========================= */
.steps .section-header img {
  width: 120px;
}

.step__list {
  display: flex;
  gap: 10px;
}

.step__detail {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.step__detail::after {
  content: "";
  background: url(../img/arrow01.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
}
.step__detail:last-child::after {
  content: none;
}

.step-icon {
  height: 160px;
}

.description {
  flex-grow: 1;
}

.step-icon .icon-img01 {
  aspect-ratio: 189/134;
}

.step-icon .icon-img02 {
  aspect-ratio: 28/27;
}

.step-icon .icon-img03 {
  aspect-ratio: 168/120;
}

.step-icon .icon-img04 {
  aspect-ratio: 147/160;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .step__detail {
    gap: 15px;
  }
  .step__detail .step-number img {
    width: 50px;
  }
  .step__detail .icon-box {
    display: flex;
    flex-direction: column;
  }
  .step__detail .icon-box .step-icon {
    height: auto;
  }
  .step__detail .icon-box .step-icon img {
    height: 90px;
  }
  .step__detail .icon-box .description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .step__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .step__detail {
    width: 100%;
    padding: 12px 0;
    text-align: inherit;
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .step__detail::after {
    content: none;
  }
  .step__detail:last-child::after {
    content: none;
  }
  .icon-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex: 1;
    gap: 20px;
  }
  .step-number img {
    width: 50px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .step-number img {
    width: 36px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .step-number img {
    width: 28px;
  }
}
@media screen and (max-width: 960px) {
  .step-icon {
    height: inherit;
  }
  .step-icon img {
    max-width: 60px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .step-icon img {
    max-width: 50px;
  }
}
@media screen and (max-width: 960px) {
  .description {
    flex-grow: 1;
  }
  .description .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 441px) {
  .sp-cta-box {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .sp-cta-box {
    background-color: #FFFFFF;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
  }
  .sp-cta-box a {
    display: block;
    border: 3px solid #FFFFFF;
  }
  .sp-cta-box a img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 6px rgba(31, 31, 31, 0.3);
  }
}
/* _header.scss */
/* ヘッダー全体 */
header {
  width: 100%;
  height: 104px;
  background-color: #f8f8f8;
  z-index: 1;
}
header .wrapper.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 12px 32px;
}
header .header_logo {
  width: 200px;
  max-width: inherit;
}
header .header_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 24px;
  height: 100%;
  gap: 20px;
}
header .header_menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header_menu .menu > li {
  margin-right: 20px;
  text-align: center;
}
header .header_menu .menu > li:last-child {
  margin-right: 0;
}
header .header_menu .menu > li span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
}
header .header_menu .menu .tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .header_menu .menu .tel .number::after {
  width: 24px;
  height: auto;
  left: -30px;
}
header .header_menu .menu .header__main-tel {
  font-size: 2.6rem;
  display: inline-block;
  line-height: 1;
}
header .header_menu .menu .header__sub-tel {
  display: flex;
  align-items: center;
  gap: 4px;
}
header .header_menu .menu .header__sub-tel-text {
  display: flex;
  font-size: 1.2rem;
  align-items: flex-end;
}
header .header_menu .menu .header__sub-tel-text .sub-number {
  font-size: 2rem;
}
header .header_menu .btn_menu {
  display: flex;
  align-items: center;
}
header .header_menu .btn_menu a {
  width: 104px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
header .header_menu .btn_menu a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(45deg, #FA1FCD 0%, #FA1F6C 30%, #FA1F6C 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  transition: all 0.3s ease;
}
header .header_menu .btn_menu a::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}

.openbtn {
  position: relative;
  background-color: #004324;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 20px;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 28.3%;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  width: 43.75%;
}
.openbtn span:nth-of-type(1) {
  top: 40%;
}
.openbtn span:nth-of-type(2) {
  top: 60%;
}
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  top: 25px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/* ========================================== */
/* SP表示 (768px以下) */
/* ========================================== */
@media screen and (max-width: 768px) {
  header {
    transition: all 0.3s ease;
    height: 70px;
    width: 100%;
  }
  header.on {
    position: fixed;
  }
  header .wrapper.header {
    justify-content: space-between;
    padding: 12px 20px;
  }
  header .header_logo {
    width: 132px;
  }
  header .header_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #FDFCF0;
  }
  header .header_menu .menu {
    display: block;
  }
  header .header_menu .menu > li {
    margin-right: 0;
    font-size: 1.6rem;
    padding: 18px 0px 18px 10px;
    display: flex;
    align-items: baseline;
    list-style: none;
  }
  header .header_menu .menu > li:not(:last-child) {
    border-bottom: 1px solid #B59019;
  }
  header .header_menu nav {
    margin-top: 45px;
    padding: 0 20px;
  }
  header .header_menu .btn_menu a {
    width: 50%;
    max-width: 120px;
    height: 34px;
    font-size: 1.5rem;
  }
  header .header_menu .menu .contact-box {
    width: 100%;
    margin-left: inherit;
    margin-top: 64px;
  }
  header .header_menu .menu .contact-box .tel {
    margin-bottom: 12px;
  }
  header .header_menu .menu .contact-box .reserve a {
    width: 240px;
    padding: 12px 20px;
    margin: 0 auto;
  }
  header .header_menu .menu > li span,
  header .header_contact span {
    display: inline-block;
    padding-left: 10px;
  }
  header .sns-icon-box img {
    width: 30px;
    height: 30px;
  }
}
/* ========================================== */
/* ハンバガーメニュー設定 */
/* ========================================== */
.header_menu-full {
  display: none;
}

.header_menu-full.on {
  display: none;
}

.header_menu-full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  z-index: 1000;
}
.header_menu-full .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.header_menu-full ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 16px;
  color: #004324;
  z-index: 999;
  margin-top: -10%;
  margin-left: auto;
}
.header_menu-full ul li {
  width: calc((100% - 80px) / 3);
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.header_menu-full ul li:hover {
  opacity: 0.7;
}
.header_menu-full .menu-footer {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.header_menu-full .menu-footer hr {
  width: 100%;
  border: 1px solid #004324;
  margin-bottom: 20px;
}
.header_menu-full img {
  height: 80px;
}

.header_menu-full .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.openbtn {
  position: relative;
  z-index: 1010;
}

@media screen and (max-width: 768px) {
  .header_menu-full .wrapper {
    display: block;
    margin-top: 70px;
  }
  .header_menu-full ul {
    gap: 0;
    padding: 0 20px;
    margin-top: 0px;
  }
  .header_menu-full ul li {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #004324;
    text-decoration: none;
  }
  .header_menu-full ul li a {
    width: 100%;
    padding: 12px 0px;
    display: block;
  }
  .header_menu-full ul li.tel {
    text-align: center;
    border-bottom: inherit;
    padding: 28px 0;
  }
  .header_menu-full ul li.tel .number {
    font-size: 2.8rem;
    padding: 0;
  }
  .header_menu-full ul li.tel .number::after {
    display: none;
  }
  .header_menu-full ul li.line {
    text-align: center;
    border-bottom: inherit;
  }
  .header_menu-full .menu-footer {
    display: none;
  }
  .openbtn {
    position: relative;
    z-index: 1010;
  }
}
/* PC用 */
@media screen and (min-width: 768px) {
  .header_menu.pc {
    display: flex;
  }
  header.on .header_menu.pc {
    display: none;
  }
  header.on .header_menu-full {
    display: block;
  }
}
/* SP用 */
@media screen and (max-width: 1120px) {
  .header_menu.pc {
    display: none;
  }
  header.on .header_menu-full {
    display: block;
  }
}
/* _footer.scss */
.footer {
  background-image: url("../img/bg-footer.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.footer__company .footer__logo {
  margin-bottom: 32px;
}
.footer__company .footer__logo img {
  width: 280px;
}
.footer__company .footer__address {
  text-align: center;
  line-height: 1.6;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 24px;
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
}
.footer__nav-list li {
  width: 25%;
  margin-bottom: 10px;
}
.footer__nav-sns {
  display: flex;
  gap: 12px;
  align-items: center;
  align-self: center;
  font-weight: 700;
}
.footer__nav-sns .footer__sns-icon {
  width: 48px;
}
.footer__business {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .footer__business {
    margin-bottom: 32px;
  }
}
.footer__business .footer__business-item {
  display: flex;
  align-items: flex-start;
}
.footer__business .footer__business-item .footer__label {
  flex-shrink: 0;
  width: 100px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer__business .footer__business-item .footer__label {
    font-size: 1.5rem;
  }
}
.footer__business .footer__business-item .footer__text {
  flex: 1;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer__business .footer__business-item .footer__text {
    font-size: 1.5rem;
  }
}
.footer__copy {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .footer__inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .footer__inner {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__company {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    gap: 16px;
  }
  .footer__company .footer__logo {
    margin-bottom: 0;
    align-self: center;
  }
  .footer__company .footer__logo img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .footer__company .footer__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    margin: 20px 0;
  }
  .footer__nav-list {
    padding: 0;
    margin: 10px 0;
  }
  .footer__nav-list li {
    width: 50%;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .footer__nav-sns {
    gap: 12px;
    align-items: center;
    align-self: flex-start;
    font-weight: 700;
  }
  .footer__nav-sns .footer__sns-icon {
    width: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .footer__nav-sns .footer__sns-icon {
    width: 36px;
  }
}
@media screen and (max-width: 768px) {
  .footer__business {
    gap: 20px;
  }
  .footer__business .footer__business-item .footer__label {
    width: 80px;
  }
}
/* =========================
   パンくずリスト
========================= */
.breadcrumb {
  padding: 20px 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  font-size: 14px;
}
.breadcrumb ul li a {
  color: #a8a8a8;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li.current {
  color: inherit;
}
.breadcrumb ul li + li::before {
  content: "/";
  padding: 0 6px;
  color: #a8a8a8;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
/* =========================
   ページネーション
========================= */
.pagination_news_list .pagination {
  display: flex;
  list-style: none;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 60px 0 20px 0;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 440px) {
  .pagination_news_list .pagination {
    margin: 32px 0 20px 0;
  }
}
.pagination_news_list .pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.pagination_news_list .pagination li:hover {
  opacity: 0.7;
}
.pagination_news_list .pagination li.arrow {
  background: #00482e;
  color: #fff;
  border-radius: 50%;
  border: none;
  font-weight: bold;
}
.pagination_news_list .pagination li.arrow:hover {
  background: rgb(0, 46.5, 29.7083333333);
  cursor: pointer;
}
.pagination_news_list .pagination li.active {
  color: #00482e;
  font-weight: bold;
  border-color: #00482e;
}

/* =========================
   下層ページタイトルパーツ
========================= */
.title-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .title-wrapper {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}
/* =========================
   買取実績パーツ
========================= */
.purchase__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.purchase__list .purchase__item {
  width: calc((100% - 32px) / 3);
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  border-radius: 30px;
  position: relative;
}
.purchase__list .purchase__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 16px 40px 16px;
}
.purchase__list .purchase__item a:hover {
  opacity: 0.7;
}
.purchase__list .purchase__item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.purchase__list .purchase__item::after {
  content: "";
  display: inline-block;
  background-image: url("../img/purchase-item-arrow.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.purchase__list .purchase__item .purchase__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 20px 0 16px 0;
}
.purchase__list .purchase__item .purchase__item-desc {
  padding: 0 16px;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .purchase__list .purchase__item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .purchase__list {
    gap: 12px;
    margin-bottom: 32px;
  }
  .purchase__list .purchase__item {
    width: 100%;
  }
  .purchase__list .purchase__item .purchase__item-title {
    font-size: 1.6rem;
    margin: 16px 0 12px 0;
    padding: 0;
  }
  .purchase__list .purchase__item .purchase__item-desc {
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .section-btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .purchase__list {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .purchase__list .purchase__item img {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .purchase__list .purchase__item .purchase__item-title {
    font-size: 1.5rem;
    margin: 12px 0 8px 0;
  }
}
/*-------------------------------------
	新着トピックス
--------------------------------------*/
.topics_cat_list {
  display: flex;
  justify-content: center;
}

.topics_cat_list li {
  width: 23%;
  margin: 0 0.5%;
  text-align: center;
}

.topics_cat_list li a {
  background: #2e2e2e;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  padding: 10% 0;
  border-radius: 10px 10px 0 0;
}

.topics_cat_list li a:hover {
  background: #616060;
}

.topics_archive_box {
  border: 1px solid #dcdcdc;
  padding: 4%;
}

.topics_list {
  border: 1px solid #ccc;
  margin-bottom: 10%;
  padding: 8%;
}

.topics_list li {
  margin-bottom: 8%;
  padding-bottom: 8%;
  border-bottom: 1px solid #ccc;
}

.topics_list:last-child {
  margin-bottom: 0;
}

.topics_list_cts .ttl03 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 3%;
}

.case_price01 {
  font-weight: 900;
}

.topics_list_cts .case_price {
  margin-bottom: 3%;
}

.topics_list_cts .slick-dotted.slick-slider {
  margin-bottom: 14% !important;
}

.topics_list_cts .slick-initialized .slick-slide, .topics_list_cts .slick-dots li {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.topics_list_txtarea h4 {
  border-bottom: 1px dashed #ccc;
  font-size: min(4.5vw, 1.5em);
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 3%;
  padding-bottom: 3%;
}

.topics_list_txtarea p {
  margin-bottom: 5%;
}

.topics_list_txtarea .alignnone {
  display: block;
  margin: 0 auto 5%;
}

.contents_list_box {
  background: #e8f6ff;
  margin-bottom: 32px;
  padding: 25px;
}

.contents_list_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.contents_list li {
  margin-bottom: 12px;
}

.contents_list li:last-child {
  margin-bottom: 0;
}

.contents_list li a {
  text-decoration: underline;
  line-height: 1.5;
}

.contents_list li a:hover {
  text-decoration: none;
}

.contents_list_box.news, .contents_list_box.case {
  display: none;
}

@media screen and (min-width: 897px) {
  .topics_list {
    padding: 42px 62px;
  }
  .topics_list_cts .ttl03 {
    padding-bottom: 12px;
    margin-bottom: 32px;
  }
  .topics_list_txtarea h4 {
    font-size: 22px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .topics_cat_list li a {
    padding: 16px 0;
  }
  .case_price, .case_place {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
  }
  .contents_list li a {
    font-size: 16px;
  }
}
.article__content iframe {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .article__content iframe {
    max-width: 75vw !important;
    max-height: 280px !important;
    margin: 0 auto;
    display: block;
  }
  .article__container .topics_list_txtarea img {
    margin: 0 auto;
    display: block;
  }
}
/*-------------------------------------
	プライバシーポリシー
--------------------------------------*/
#privacy {
  padding: 40px 0;
}
#privacy .privacy_box {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.privacy_box {
  margin-bottom: 8%;
}

.privacy_box ul {
  margin: 12px 22px;
}

.privacy_box ul li {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 20px;
  text-indent: -18px;
  padding-left: 18px;
}

.privacy_box li {
  margin-bottom: 3%;
}

.privacy_box_list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 897px) {
  .privacy_box {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #privacy {
    padding: 24px 0;
  }
  #privacy .privacy_box {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
ttl01 .satei_flowbox {
  background: #f3fde4;
  padding: 8%;
}

.satei_flowbox .ttl02 {
  color: #2c2c2c;
}

#contact table {
  width: 100%;
  text-align: left;
}

#contact table th, #contact table td {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

#contact table th {
  vertical-align: middle;
  text-align: left;
  position: relative;
  padding: 4% 0 1%;
  font-size: 15px;
  border-bottom: none;
}

#contact table td {
  vertical-align: middle;
  padding: 1% 0 4%;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
}

#contact table .must, #contact table .not_must {
  position: relative;
  top: 0;
  font-size: 11px;
  color: #fff;
  background: #b11901;
  display: inline-block;
  padding: 2px 9px;
  margin-left: 8px;
}

#contact table .not_must {
  background: #585656;
}

#contact .attention {
  font-size: 12px;
  font-weight: normal;
}

#contact table .size01 {
  width: 60%;
}

#contact table .size02 {
  width: 95%;
}

#contact table .size03 {
  width: 30%;
}

#contact .btn .confirmation_btn, #contact .btn .back_btn {
  background: #f6990a;
  width: 90%;
  padding: 15px 0;
  color: #FFF;
  font-size: 14px;
  margin-top: 20px;
}

#contact .btn .back_btn {
  background: #c2c2c2;
}

#contact table td .checkbox_list {
  display: block;
}

#contact table td .checkbox_list li {
  width: 100%;
}

#contact table input, #contact table textarea, #contact input[type=button], #contact input[type=checkbox] {
  background: #FFF;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 7px;
  width: 100%;
}

#contact input[type=file] {
  border: none !important;
}

#contact table input, #contact table select {
  height: 45px;
}

#contact table textarea {
  height: 100px;
}

#contact .completion {
  margin-bottom: 210px;
  text-align: center;
}

#contact .submit_content .btn {
  text-align: center;
}

#contact .wpcf7-submit {
  background: #141414;
  color: #FFF;
  padding: 10px 0;
  width: 100%;
  border: none;
  cursor: pointer;
}

.form_pp_txt {
  margin-top: 32px;
  font-size: 14px;
}

.form_pp_txt a {
  text-decoration: underline;
}

.form_pp_txt a:hover {
  text-decoration: none;
}

@media screen and (min-width: 897px) {
  #contact table th, #contact table td {
    display: table-cell;
    padding: 30px 0 23px;
    border-bottom: 1px solid #CCC;
  }
  #contact table th {
    width: 35%;
  }
  #contact table td {
    width: 65%;
  }
  #contact table input, #contact table select {
    width: 60%;
  }
  #contact table td .size_mail {
    width: 100%;
  }
  #contact table textarea {
    height: 151px;
  }
  #contact .wpcf7-submit {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px 0;
    font-size: 16px;
  }
  #contact .confirmation {
    margin: 20px 0 40px;
  }
  #contact .submit_content table td, #contact .submit_content table th {
    border-bottom: 1px solid #dedede;
    padding: 25px 0;
    display: table-cell;
  }
  #pc_fixed {
    display: none;
  }
}
/* =========================
   TOPページ
========================= */
/* =========================
   FV セクション
========================= */
@media screen and (min-width: 769px) {
  .top_fv.pc-only {
    display: block !important; /* 1121px以上で表示 */
  }
}
@media screen and (max-width: 768) {
  .top_fv.pc-only {
    display: none !important; /* 1121px以上で表示 */
  }
}
.sp-under-1280 {
  display: none;
}

@media screen and (max-width: 1280px) {
  .sp-under-1280 {
    display: block;
  }
}
.top_fv .fv__mv {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_fv {
    position: relative;
    z-index: 1;
    background: url(../img/fv1.png) no-repeat top left;
    background-size: contain;
    height: 780px;
  }
  .top_fv .wrapper {
    position: relative;
  }
  .top_fv .wrapper .fv__copy {
    width: 440px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 40px;
    display: block;
  }
}
@media screen and (min-width: 769px) and (min-width: 1401px) {
  .top_fv .wrapper .fv__copy {
    width: 540px;
    top: 103px;
    left: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1091px) and (max-width: 1400px) {
  .top_fv .wrapper .fv__copy {
    width: 400px;
    height: auto;
    position: absolute;
    top: 120px;
  }
}
@media screen and (min-width: 769px) and (min-width: 901px) and (max-width: 1090px) {
  .top_fv .wrapper .fv__copy {
    width: 330px;
    height: auto;
    position: absolute;
    top: 76px;
    left: 88px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 900px) {
  .top_fv .wrapper .fv__copy {
    width: 300px;
    height: auto;
    position: absolute;
    top: 62px;
    left: 55px;
  }
}
@media screen and (min-width: 769px) {
  .top_fv .fv__mv {
    height: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .top_fv {
    background-size: cover;
    height: 700px;
  }
}
.top_fv .fv__bg {
  width: 100%;
  height: 680px;
  position: absolute;
  bottom: -550px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1501px) {
  .top_fv .fv__bg {
    bottom: -535px;
  }
}
@media screen and (min-width: 1401px) {
  .top_fv .fv__bg {
    height: 720px;
    bottom: -438px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .top_fv .fv__bg {
    height: 680px;
    bottom: -180px;
  }
}
@media screen and (min-width: 846px) and (max-width: 990px) {
  .top_fv .fv__bg {
    height: 620px;
    bottom: -64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 845px) {
  .top_fv .fv__bg {
    height: 520px;
    bottom: 68px;
  }
}
.top_fv .fv__char {
  width: 200px;
  position: absolute;
  bottom: 43%;
  left: 6%;
}
@media screen and (min-width: 1400px) {
  .top_fv .fv__char {
    width: 280px;
    bottom: 19%;
  }
}
@media screen and (max-width: 990px) {
  .top_fv .fv__char {
    width: 180px;
    bottom: 43%;
  }
}
@media screen and (max-width: 845px) {
  .top_fv .fv__char {
    bottom: 54%;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .fv__char {
    bottom: 3%;
  }
}
.top_fv .fv__scroll {
  width: 160px;
  position: absolute;
  bottom: 37%;
  right: 6%;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .top_fv .fv__scroll {
    width: 200px;
    bottom: 5%;
  }
}
.top_fv .fv__scroll:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1280px) {
  .top_fv {
    position: relative;
  }
  .top_fv .fv__mv {
    z-index: 1;
  }
  .top_fv .fv__char {
    width: 200px;
    left: 7%;
    z-index: 2;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .top_fv .fv__char {
    width: 180px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 600px) {
  .top_fv .fv__char {
    width: 140px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  .top_fv .fv__char {
    width: 120px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 400px) {
  .top_fv .fv__char {
    width: 110px;
  }
}
@media screen and (max-width: 1280px) {
  .top_fv .fv__scroll {
    width: 140px;
    right: 3%;
    z-index: 2;
  }
}
@media screen and (max-width: 1280px) and (max-width: 990px) {
  .top_fv .fv__scroll {
    width: 110px;
    bottom: 45%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 845px) {
  .top_fv .fv__scroll {
    bottom: 53%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .top_fv .fv__scroll {
    bottom: 3%;
    width: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .top_fv .fv__bg {
    z-index: 2;
  }
}
/* =========================
   news セクション
========================= */
.top_news {
  position: relative;
  z-index: 2;
  top: -20px;
  height: calc(100% - 330px);
}
@media screen and (max-width: 1400px) {
  .top_news {
    padding-bottom: 0;
    top: 0;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1400px) {
  .top_news {
    top: -250px;
  }
}
@media screen and (min-width: 1091px) and (max-width: 1180px) {
  .top_news {
    top: -238px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1090px) {
  .top_news {
    top: -220px;
  }
}
@media screen and (min-width: 846px) and (max-width: 990px) {
  .top_news {
    top: -298px;
  }
}
@media screen and (min-width: 769px) and (max-width: 845px) {
  .top_news {
    top: -385px;
  }
}
@media screen and (max-width: 768px) {
  .top_news {
    top: 0;
    padding-bottom: 60px;
  }
}
.top_news .news__item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.top_news .news__item:hover {
  opacity: 0.7;
}
.top_news .news__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slick-track {
  display: flex;
  gap: 20px;
}

.slick-slide {
  width: calc((100% - 64px) / 3) !important;
  aspect-ratio: 1/1;
  height: 100%;
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots li {
  background-color: #004324;
  border-color: #004324;
  opacity: 0.5;
}

.slick-dots li.slick-active {
  background-color: #004324;
  border-color: #004324;
  opacity: 1;
}

/* =========================
   voice セクション
========================= */
.voice {
  background: url(../img/bg-voice.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  z-index: -999;
  padding-bottom: 20px;
}
@media screen and (min-width: 1401px) {
  .voice {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1400px) {
  .voice {
    margin-top: -136px;
  }
}
@media screen and (max-width: 1180px) {
  .voice {
    margin-top: -120px;
  }
}
@media screen and (max-width: 1110px) {
  .voice {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1040px) {
  .voice {
    margin-top: -80px;
  }
}
@media screen and (max-width: 990px) {
  .voice {
    margin-top: -160px;
  }
}
@media screen and (max-width: 890px) {
  .voice {
    margin-top: -140px;
  }
}
@media screen and (max-width: 845px) {
  .voice {
    margin-top: -250px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    margin-top: 0;
  }
}
.voice__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
}
.voice .gold {
  position: relative;
}
.voice .gold::before {
  content: "";
  display: inline-block;
  background-image: url("../img/five-lines.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 25px;
  position: absolute;
  top: -85%;
  left: 6%;
}
.voice .gold::after {
  content: "";
  display: inline-block;
  background-image: url("../img/yellow-line1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 180px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: -14px;
}
.voice__title--big {
  font-size: 4.5rem;
  font-weight: bold;
  padding: 0 3px;
}
.voice__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.voice__item {
  flex: 1 1 calc((100% - 24px) / 2);
  background: url(../img/bg-voice-item.webp) no-repeat top left;
  background-size: cover;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.voice__item:nth-child(2) {
  background: none;
  padding: 0;
}
.voice__item .voice__header {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  padding-top: 16px;
  padding-left: 8px;
}
.voice__item .voice__header .voice__num {
  width: 120px;
  height: auto;
}
.voice__item .voice__header .voice__rating {
  height: 24px;
}
.voice__item .voice__content {
  font-size: 2rem;
  padding-left: 16px;
  margin: 16px 0;
}
.voice .wrapper {
  position: relative;
}
.voice .wrapper::after {
  content: "";
  background-image: url("../img/voice-char1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 136px;
  height: 136px;
  position: absolute;
  top: -20px;
  right: 0;
}
.voice__customer {
  display: flex;
  gap: 16px;
  padding: 0 24px 16px 24px;
  margin-top: auto;
  align-items: flex-end;
}
.voice__customer-icon {
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
}
.voice__customer-box {
  flex: 1 0 80%;
  max-width: 70%;
  width: 100%;
}
.voice__customer-box .voice__customer-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 10px;
}
.voice__customer-box .voice__customer-comment {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.voice__customer-box .voice__customer-data {
  font-size: 1.5rem;
  background-color: #e5f2d7;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
}

@media screen and (max-width: 768px) {
  .voice {
    padding-top: 32px;
    padding-bottom: 24px;
    position: relative;
    z-index: 99;
  }
  .voice .gold::after {
    content: "";
    width: 135px;
    height: 18px;
    bottom: -20px;
    left: -10px;
  }
  .voice__title--big {
    font-size: 2.8rem;
    padding: 0;
  }
  .voice__list {
    gap: 5px;
  }
  .voice__item {
    flex: 1 1 100%;
    padding: 12px;
  }
  .voice__item:nth-child(2) {
    background: none;
    padding: 0;
  }
  .voice__item .voice__header {
    margin-bottom: 6px;
    padding-top: 12px;
  }
  .voice__item .voice__header .voice__num {
    width: 100px;
  }
  .voice__item .voice__header .voice__rating {
    height: 20px;
  }
  .voice__item .voice__content {
    font-size: 1.4rem;
    padding: 0 8px;
    margin: 8px 0;
  }
  .voice .wrapper::after {
    width: 64px;
    height: 64px;
    top: 75px;
    right: 10px;
  }
  .voice__customer {
    gap: 12px;
    padding: 0 0 0 8px;
    align-items: center;
  }
  .voice__customer-icon {
    flex: 0 0 18%;
    max-width: 18%;
    width: 100%;
    height: 95px;
  }
  .voice__customer-box {
    flex: 1 0 70%;
    max-width: 70%;
  }
  .voice__customer-box .voice__customer-comment {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .voice__customer-box .voice__customer-data {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 440px) and (max-width: 960px) {
  .voice__list {
    display: block;
    max-width: 440px;
    margin: 0 auto;
  }
  .voice .wrapper::after {
    top: 4%;
    right: 3%;
  }
}
@media screen and (max-width: 960px) {
  .voice__list {
    max-width: 550px;
  }
  .voice__item {
    width: 100%;
  }
}
@media screen and (min-width: 965px) and (max-width: 1060px) {
  .voice__customer-icon {
    height: 134px;
  }
}
@media screen and (min-width: 1061px) and (max-width: 1200px) {
  .voice__customer-icon {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .voice__list {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .voice__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: center;
  }
  .voice .wrapper .voice__title .pc-only {
    display: none !important;
  }
  .voice .gold::before {
    content: none;
  }
}
@media screen and (max-width: 440px) {
  .voice__title {
    text-align: inherit;
  }
  .voice .voice__list {
    max-width: inherit;
  }
}
@media screen and (max-width: 360px) {
  .voice .wrapper::after {
    width: 56px;
    height: 56px;
    right: 6px;
  }
  .voice__title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: center;
  }
  .voice__title--big {
    font-size: 2.4rem;
    padding: 0;
  }
  .voice__customer {
    gap: 12px;
    padding: 0 0 0 8px;
    align-items: center;
  }
  .voice__customer-icon {
    height: 75px;
  }
}
/* =========================
   strength セクション
========================= */
.strength {
  background: url(../img/bg-strength.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  z-index: -999;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1401px) {
  .strength {
    padding-top: 120px;
  }
}
.strength .wrapper {
  margin-bottom: 40px;
  position: relative;
}
.strength .wrapper::after {
  content: "";
  background-image: url("../img/strengths-char1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 448px;
  height: auto;
  aspect-ratio: 569/218;
  position: absolute;
  top: -30px;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .strength .wrapper::after {
    width: 320px;
  }
}
.strength .two-column:first-of-type {
  margin-bottom: 60px;
}

.two-column:nth-of-type(3) {
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .strength .two-column {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .strength .two-column {
    gap: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .strength .two-column__left img {
    width: 75%;
  }
  .strength .two-column__right img {
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .strength .two-column__right img {
    width: 140px;
  }
}
@media screen and (max-width: 1080px) {
  .strength {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .strength .wrapper {
    padding-top: 60px;
    margin-bottom: 12px;
  }
  .strength .wrapper::after {
    content: "";
    width: 320px;
    height: auto;
    top: -40px;
    right: 0;
  }
  .strength .two-column {
    gap: 24px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 440px) {
  .strength .two-column {
    gap: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .strength .two-column:not(:last-child) {
    margin-bottom: 40px;
  }
  .strength .two-column__left .heading {
    text-align: center;
  }
  .strength .two-column__left.text-left {
    padding-left: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .strength .two-column__left img {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    display: block;
  }
  .strength .two-column__right .heading {
    text-align: center;
  }
  .strength .two-column__right.more-right {
    padding-right: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .strength .two-column:nth-of-type(3) {
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 590px) {
  .strength {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 440px) {
  .strength .wrapper::before {
    content: "";
    background-image: url("../img/strengths-char1-text.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 220px;
    height: auto;
    aspect-ratio: 308/142;
    position: absolute;
    top: -50px;
    right: 84px;
  }
  .strength .wrapper::after {
    content: "";
    background-image: url("../img/strengths-char1-sp.webp");
    width: 80px;
    height: auto;
    aspect-ratio: 192/162;
    top: 0;
    right: 0;
  }
}
/* =========================
   purchase セクション
========================= */
.purchase {
  background: url(../img/bg-purchase.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  margin-top: -10.5%;
  padding-top: 100px;
  padding-bottom: 80px;
}
.purchase .section-header {
  position: relative;
  align-items: center;
}
.purchase .section-header::after {
  content: "";
  background-image: url("../img/purchase-char1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 340px;
  height: auto;
  aspect-ratio: 426/241;
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .purchase .section-header::after {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .purchase {
    padding-bottom: 60px;
    background-position: 42% 50%;
  }
}
@media screen and (max-width: 768px) and (min-width: 441px) and (max-width: 768px) {
  .purchase {
    margin-top: -20%;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .purchase {
    margin-top: -35%;
    padding-top: 60px;
    padding-bottom: 32px;
    background-position: 35% 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-width: 768px) {
  .purchase .section-header {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .purchase .section-header .section-title {
    padding-right: 240px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .purchase .section-header .section-title {
    text-align: inherit;
    padding-right: inherit;
  }
}
@media screen and (max-width: 768px) {
  .purchase .section-header .section-title__main {
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .purchase .section-header .section-title__main {
    text-align: inherit;
  }
}
@media screen and (max-width: 768px) {
  .purchase .section-header::after {
    width: 240px;
    height: auto;
    top: -80px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 580px) {
  .purchase .section-header::after {
    width: 228px;
    height: auto;
    top: -80px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .purchase .section-header::after {
    width: 152px;
    height: auto;
    top: -50px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .purchase .section-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  .purchase .section-header {
    margin-bottom: 62px;
  }
  .purchase .section-header::before {
    content: "";
    background-image: url("../img/purchase-char1-text.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 112px;
    height: auto;
    aspect-ratio: 164/154;
    position: absolute;
    top: -12px;
    right: 10px;
  }
}
@media screen and (max-width: 440px) and (max-width: 430px) {
  .purchase .section-header::before {
    top: -6px;
    right: -10px;
  }
}
@media screen and (max-width: 440px) and (max-width: 394px) {
  .purchase .section-header::before {
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 440px) and (max-width: 372px) {
  .purchase .section-header::before {
    width: 110px;
    top: -40px;
    right: -10px;
  }
}
@media screen and (max-width: 440px) and (max-width: 354px) {
  .purchase .section-header::before {
    width: 100px;
    top: -40px;
    right: -10px;
  }
}
@media screen and (max-width: 440px) {
  .purchase .section-header::after {
    content: "";
    background-image: url("../img/purchase-char1-sp.webp");
    width: 80px;
    height: auto;
    aspect-ratio: 225/159;
    top: 52px;
    right: 120px;
  }
}
@media screen and (max-width: 440px) and (max-width: 430px) {
  .purchase .section-header::after {
    top: 55px;
    right: 100px;
  }
}
@media screen and (max-width: 440px) and (max-width: 394px) {
  .purchase .section-header::after {
    top: 55px;
    right: 90px;
  }
}
@media screen and (max-width: 440px) and (max-width: 372px) {
  .purchase .section-header::after {
    top: 55px;
    right: 80px;
  }
}
@media screen and (max-width: 440px) and (max-width: 354px) {
  .purchase .section-header::after {
    width: 72px;
    top: 60px;
    right: 50px;
  }
}
/* =========================
   reason セクション
========================= */
.reason {
  background-color: #f8f8f8;
  padding-bottom: 100px;
  position: relative;
  z-index: -99;
}
.reason::before {
  content: "";
  background-image: url("../img/reason-square1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28vw;
  aspect-ratio: 341/384;
  position: absolute;
  top: -105px;
  right: 0;
  z-index: -1;
}
.reason::after {
  content: "";
  display: inline-block;
  background-image: url("../img/reason-square2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28vw;
  aspect-ratio: 405/462;
  position: absolute;
  bottom: 20vh;
  left: 0;
  z-index: -1;
}
.reason .two-column__left {
  position: relative;
  flex: 0 0 calc(50% - 30px);
}
.reason .two-column__left .img-s {
  width: 90%;
}
.reason .two-column__right {
  flex: 0 0 calc(50% - 30px);
}
.reason .two-column .top-space {
  margin-top: 32px;
}
.reason .two-column .char-lim {
  max-width: 440px;
  margin: 0 auto;
  padding-top: 60px;
}
.reason .section-title {
  padding-top: 80px;
  margin-bottom: 40px;
}
.reason .two-column:first-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 1120px) {
  .reason .two-column .char-lim {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 64px;
  }
  .reason .two-column .heading {
    text-align: center;
  }
  .reason .two-column .top-space {
    margin-top: 40px;
  }
  .reason .two-column .top-space--l {
    margin-top: 40px;
  }
  .reason .section-title {
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .reason {
    padding-bottom: 150px;
  }
  .reason .two-column {
    flex-direction: column;
    gap: 0;
  }
  .reason .two-column img {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    padding-bottom: 110px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .reason {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .reason {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason::before {
    content: "";
    width: 30vw;
    top: -90px;
  }
  .reason::after {
    width: 30vw;
    bottom: 20vh;
  }
  .reason .two-column {
    flex-direction: column;
    gap: 0;
  }
  .reason .two-column img {
    padding: 20px;
    max-width: 480px;
    margin: 0 auto;
    display: block;
  }
  .reason .two-column .char-lim {
    padding-bottom: 40px;
  }
  .reason .two-column:first-of-type {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .reason .two-column:first-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason .two-column:first-of-type > .two-column__left {
    text-align: center;
  }
  .reason .two-column__left {
    padding-left: 0;
  }
  .reason .two-column__left .img-s {
    padding: 34px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .reason .two-column__left .img-s {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason .two-column .top-space {
    margin-top: 28px;
  }
  .reason .two-column .top-space--l {
    margin-top: 10px;
  }
  .reason .section-title {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .reason .section-title {
    padding-top: 32px;
    margin-bottom: 24px;
  }
}
/* =========================
   buy セクション
========================= */
.buy {
  background: url(../img/bg-itemswebuy-beige.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  margin-top: -7.5%;
  padding-bottom: 120px;
}
@media screen and (max-width: 1120px) {
  .buy {
    background-position: 40% 50%;
  }
}
@media screen and (max-width: 440px) {
  .buy {
    background-position: 50% 50%;
  }
}
.buy::after {
  content: "";
  background-image: url("../img/bg-itemswebuy-blue.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/412;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.buy .wrapper {
  margin-bottom: 120px;
}
.buy .section-header {
  gap: 100px;
  align-items: flex-end;
  padding-top: 8vh;
}
.buy__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.buy__list .buy__item {
  width: calc((100% - 64px) / 5);
  aspect-ratio: 1/1;
  background-color: #FFF;
  box-shadow: -3.83px 3.54px 9px #d8d8d8;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.buy__list .buy__item .buy__item-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 20px 0 16px 0;
}
.buy__list .buy__item .buy__item-title.narrow {
  letter-spacing: -0.05em;
}
.buy .available {
  position: relative;
  z-index: 99;
}
.buy .available .wrapper {
  position: relative;
}
.buy .available .wrapper::before {
  content: "";
  background-image: url("../img/available-char.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 132px;
  height: auto;
  aspect-ratio: 164/161;
  position: absolute;
  top: -95px;
  left: 30px;
  z-index: 99;
}
.buy .available__bg {
  width: 100%;
  height: auto;
}
.buy .available__list {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 900px;
  max-width: 1100px;
}

@media screen and (min-width: 1121px) {
  .buy .section-header img {
    width: 400px;
  }
}
@media screen and (max-width: 1120px) {
  .buy {
    margin-top: -25%;
    padding-bottom: 13vh;
  }
  .buy::after {
    bottom: 0;
    left: 0;
  }
  .buy .wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 440px) {
  .buy .wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1120px) {
  .buy .section-title {
    text-align: inherit;
  }
  .buy .section-header {
    gap: 28px;
    padding-top: 80px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 440px) {
  .buy .section-header {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 440px) {
  .buy .section-header .section-title {
    text-align: inherit;
  }
}
@media screen and (max-width: 1120px) {
  .buy .section-header img {
    width: 340px;
  }
}
@media screen and (max-width: 1120px) and (max-width: 440px) {
  .buy .section-header img {
    width: 248px;
  }
}
@media screen and (max-width: 1120px) {
  .buy__list {
    gap: 12px;
  }
  .buy__list .buy__item {
    width: calc((100% - 24px) / 3);
  }
  .buy__list .buy__item .buy__item-title {
    font-size: 1.8rem;
    margin: 10px 0 0 0;
  }
  .buy__list .buy__item img {
    width: 80%;
  }
  .buy__list .buy__item .size-s {
    width: 40%;
  }
  .buy .available {
    position: relative;
    background: url(../img/bg-avairable-sp.webp) no-repeat top left;
    background-size: cover;
    background-position: left top;
    padding: 0 0 40px 0;
  }
  .buy .available::before {
    width: 18vw;
    height: 100%;
    position: absolute;
    top: -65px;
    left: 5px;
  }
  .buy .available .wrapper::before {
    content: none;
  }
  .buy .available__list {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px 16px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    min-width: inherit;
    max-width: inherit;
    padding-right: 0;
  }
  .buy .available__list .available__item {
    flex: 1 1 100%;
    padding: 16px;
    border-radius: 30px;
    position: relative;
  }
  .buy .available__list .available__item img {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 22%;
  }
  .buy .available__list .available__item::after {
    content: none;
  }
  .buy .available__list .available__item .available__item-inner {
    margin-bottom: 8px;
  }
  .buy .available__list .available__item .available__item-title {
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1120px) and (max-width: 330px) {
  .buy .available__list .available__item .available__item-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1120px) {
  .buy .available__list .available__item .available__item-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1120px) and (max-width: 440px) {
  .buy .available__list .available__item .available__item-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1120px) {
  .buy .available__list .available__item-inner {
    display: flex;
    gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 1120px) and (max-width: 440px) {
  .buy .available__list .available__item-inner {
    gap: 6px;
  }
}
@media screen and (max-width: 1120px) {
  .buy .available__title-sp {
    color: #FFF;
    background-color: #004324;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  .buy__list .buy__item {
    width: calc((100% - 16px) / 2);
  }
  .buy__list .buy__item .buy__item-title {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 540px) {
  .buy {
    margin-top: -35%;
  }
}
@media screen and (max-width: 540px) and (max-width: 440px) {
  .buy {
    margin-top: -55%;
  }
}
@media screen and (max-width: 540px) {
  .buy .section-header {
    gap: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .buy .available__list .available__item .available__item-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1121px) {
  .available__bg.pc-only {
    display: block !important;
  }
  .available__title-sp.sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .available__bg.pc-only {
    display: none !important;
  }
  .available__title-sp.sp-only {
    display: block !important;
  }
}
@media screen and (min-width: 441px) {
  .sp-only-size-s {
    display: none !important;
  }
}
@media screen and (max-width: 440px) {
  .sp-only-size-s {
    display: block !important;
  }
}
@media screen and (max-width: 440px) {
  .buy .img-box-sp {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 4px;
  }
  .buy .section-header img:first-child {
    width: 80px;
    height: auto;
    aspect-ratio: 184/165;
  }
  .buy .section-header img:nth-child(2) {
    width: calc(100% - 140px);
    height: auto;
    aspect-ratio: 278/129;
  }
}
/* =========================
   check セクション
========================= */
.check {
  background: url(../img/bg-check.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
}
@media screen and (min-width: 1366px) {
  .check {
    height: 515px;
  }
  .check .wrapper {
    width: 800px;
    max-width: 100%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1365px) {
  .check {
    height: 434px;
  }
  .check .wrapper {
    width: 680px;
  }
}
@media screen and (max-width: 960px) {
  .check {
    height: 379px;
  }
  .check .wrapper {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .check {
    height: 311px;
  }
  .check .wrapper {
    width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .check {
    height: 285px;
  }
  .check .wrapper {
    width: 460px;
  }
}
@media screen and (max-width: 460px) {
  .check {
    background: url(../img/bg-consult-middle.png) no-repeat top left;
    background-size: cover;
    background-position: left top;
    position: relative;
  }
  .check .wrapper {
    width: 100%;
    padding: 0;
  }
}
.check img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* =========================
   Consult セクション
========================= */
.consult {
  background: url(../img/bg-consult.webp) no-repeat bottom left;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1366px) {
  .consult {
    height: 365px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1365px) {
  .consult {
    height: 330px;
  }
}
@media screen and (max-width: 960px) {
  .consult {
    height: 270px;
  }
}
@media screen and (max-width: 600px) {
  .consult {
    height: 232px;
  }
}
@media screen and (max-width: 500px) {
  .consult {
    height: 232px;
  }
}
@media screen and (max-width: 460px) {
  .consult {
    height: 245px;
  }
}
@media screen and (max-width: 430px) {
  .consult {
    height: 230px;
  }
}
@media screen and (max-width: 420px) {
  .consult {
    height: 220px;
  }
}
@media screen and (max-width: 400px) {
  .consult {
    height: 190px;
  }
}
@media screen and (max-width: 360px) {
  .consult {
    height: 160px;
  }
}
.consult .wrapper {
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .consult .wrapper {
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  .consult .wrapper {
    top: 58%;
  }
}
@media screen and (max-width: 420px) {
  .consult .wrapper {
    top: 54%;
  }
}
@media screen and (max-width: 380px) {
  .consult .wrapper {
    top: 50%;
  }
}
@media screen and (max-width: 370px) {
  .consult .wrapper {
    top: 46%;
  }
}
@media screen and (max-width: 350px) {
  .consult .wrapper {
    top: 40%;
  }
}
.consult__sub-text {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .consult__sub-text {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .consult__sub-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .consult__sub-text {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 331px) {
  .consult__sub-text .sp330-only {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  .consult__sub-text .sp330-only {
    display: block;
  }
}
.consult__main-text {
  font-size: 4.2rem;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  position: relative;
}
@media screen and (max-width: 960px) {
  .consult__main-text {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .consult__main-text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .consult__main-text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .consult__main-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 460px) {
  .consult__main-text {
    font-size: 2rem;
  }
}
.consult__main-text::before {
  content: "";
  background-image: url("../img/consult-char1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 110px;
  height: auto;
  aspect-ratio: 144/163;
  position: absolute;
  top: -20px;
  left: -164px;
}
@media screen and (max-width: 960px) {
  .consult__main-text::before {
    width: 100px;
  }
}
@media screen and (max-width: 820px) {
  .consult__main-text::before {
    width: 100px;
    left: -130px;
  }
}
@media screen and (max-width: 768px) {
  .consult__main-text::before {
    content: none;
  }
}
.consult__main-text::after {
  content: "";
  background-image: url("../img/consult-char2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: auto;
  aspect-ratio: 157/160;
  position: absolute;
  top: -20px;
  right: -141px;
}
@media screen and (max-width: 960px) {
  .consult__main-text::after {
    width: 110px;
  }
}
@media screen and (max-width: 820px) {
  .consult__main-text::after {
    width: 110px;
    right: -114px;
  }
}
@media screen and (max-width: 768px) {
  .consult__main-text::after {
    content: none;
  }
}

/* =========================
   gallery セクション
========================= */
.gallery ul {
  display: flex;
}
.gallery ul li {
  width: 20%;
}
.gallery ul li img {
  width: 100%;
}

@media screen and (max-width: 440px) {
  .gallery ul {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery ul li {
    width: 50%;
  }
  .gallery ul li img {
    width: 100%;
  }
  .gallery ul li:last-child {
    display: none;
  }
}
/* =========================
   service-area セクション
========================= */
.service-area {
  background-image: url("../img/bg-service-area.webp");
  background-size: cover;
  background-position: left top;
  padding-top: 100px;
  padding-bottom: 120px;
  top: -20px;
}
.service-area .two-column {
  margin-top: 48px;
  align-items: stretch;
}
.service-area .two-column__left, .service-area .two-column__right {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-area__main-text {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.service-area__char {
  margin: 50px 0;
}
.service-area__char.pc-only {
  width: 420px;
}
.service-area__item:not(:last-child) {
  margin-bottom: 30px;
}
.service-area__prefecture {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .service-area .two-column__left > *:last-child, .service-area .two-column__right > *:last-child {
    margin-top: auto;
  }
}
@media screen and (max-width: 1080px) {
  .service-area .section-title {
    align-items: center;
  }
  .service-area .section-title__main-text {
    text-align: center;
  }
  .service-area__main-text {
    text-align: center;
  }
  .service-area__main-text .pc-only {
    display: none !important;
  }
  .service-area .two-column {
    flex-direction: column;
    gap: 0;
  }
  .service-area .two-column__left {
    align-items: inherit;
  }
  .service-area .two-column__left .service-area__char.pc-only {
    width: 75%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    padding: 32px;
  }
  .service-area .two-column__right {
    margin-top: 20px;
  }
  .service-area .two-column__right img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .service-area .two-column__right .area-img {
    width: 75%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: 32px;
  }
  .service-area__prefecture {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .service-area {
    padding-top: 40px;
    padding-bottom: 60px;
    top: -20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .service-area {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .service-area .two-column {
    margin-top: 24px;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .service-area .two-column {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-area .two-column__left, .service-area .two-column__right {
    align-items: center;
  }
  .service-area .two-column__right img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .service-area .two-column__right img {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .service-area__main-text {
    font-size: 2.2rem;
    padding-left: 0;
    margin-right: auto;
    margin-right: inherit;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .service-area__main-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service-area__char {
    margin: 40px 0 20px 0;
  }
  .service-area__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .service-area__prefecture {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .service-area__prefecture {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service-area img {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .service-area img {
    max-width: 300px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-area .img-box-sp {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 4px;
  }
  .service-area .img-box-sp img:first-child {
    width: 80px;
    height: auto;
    aspect-ratio: 182/199;
  }
  .service-area .img-box-sp img:nth-child(2) {
    width: calc(100% - 90px);
    height: auto;
    aspect-ratio: 358/165;
  }
}
@media screen and (max-width: 440px) {
  .service-area__prefecture {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .service-area__cities {
    font-size: 1.4rem;
  }
}
/* =========================
   steps セクション
========================= */
.steps {
  background: url(../img/bg-steps.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  padding-top: 60px;
  padding-bottom: 130px;
}
.steps .section-title {
  margin-bottom: 0;
}
.steps__tab {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.steps__tab .tab-btn {
  flex: 1;
  border-radius: 16px 16px 0 0;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
.steps__tab .tab-btn:hover {
  cursor: pointer;
}
.steps__tab .tab-btn--blue {
  background: #659aa8;
  font-size: 2.6rem;
  padding: 4px 0;
}
.steps__tab .tab-btn--red {
  background: #c45447;
  font-size: 2.6rem;
  padding: 4px 0;
}
.steps__tab .tab-btn.active {
  font-size: 3rem;
  padding: 10px 0;
}
.steps__box {
  border: 4px solid #c45447;
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  border-radius: 0 0 30px 30px;
  padding: 40px 28px;
}
.steps__info {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.steps__place, .steps__hours {
  display: flex;
  flex: 0 0 calc(50% - 16px);
  flex-direction: column;
}
.steps__address, .steps__time {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.steps__hours .steps__shop {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.steps__place iframe {
  width: 100%;
  height: 100%;
}
.steps__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  margin-top: 32px;
}
.steps__tel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.steps .number {
  font-size: 6.4rem;
  padding-left: 54px;
}
.steps .number::after {
  width: 48px;
  height: auto;
  left: -10px;
}
.steps__sub-tel {
  font-size: 2.4rem;
}
.steps .sub-number {
  font-size: 4.5rem;
}

@media screen and (max-width: 768px) {
  .steps {
    padding-top: 20px;
    padding-bottom: 140px;
  }
  .steps .section-header {
    flex-wrap: nowrap;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .steps .section-header {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .steps .section-header img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .steps .section-header img {
    width: 72px;
  }
}
@media screen and (max-width: 768px) and (max-width: 365px) {
  .steps .section-header img {
    width: 64px;
    position: relative;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .steps__tab {
    display: flex;
    gap: 10px;
  }
  .steps__tab .tab-btn--blue {
    font-size: 1.8rem;
    padding: 4px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .steps__tab .tab-btn--blue {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .steps__tab .tab-btn--red {
    font-size: 1.8rem;
    padding: 4px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .steps__tab .tab-btn--red {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .steps__tab .tab-btn.active {
    font-size: 2.2rem;
    padding: 6px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .steps__tab .tab-btn.active {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .steps__box {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .steps__box {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .steps__info {
    flex-direction: column;
    gap: 24px;
  }
  .steps__address, .steps__time {
    font-size: 1.6rem;
  }
  .steps__cta {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-top: 32px;
  }
  .steps .number {
    font-size: 3.8rem;
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .steps .number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .steps .number::after {
    width: 24px;
    left: -18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .steps .number::after {
    width: 20px;
    left: -11px;
  }
}
@media screen and (max-width: 768px) {
  .steps__sub-tel {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 12px;
  }
  .steps .sub-number {
    font-size: 2.4rem;
  }
  .steps .steps__banner-box {
    display: flex;
    gap: 16px;
    margin-top: 20px;
  }
  .steps .steps__banner-box img {
    width: calc((100% - 16px) / 2);
    height: 100px;
  }
}
@media screen and (min-width: 1601px) {
  .steps {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .steps {
    padding-bottom: 136px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .steps {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 551px) and (max-width: 768px) {
  .steps {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 550px) {
  .steps {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 440px) {
  .steps {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 960px) {
  .steps__info {
    flex-direction: column;
  }
  .steps__address, .steps__time {
    text-align: center;
    margin-bottom: 10px;
  }
  .steps__hours .steps__shop, .steps__place iframe {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  .steps__address, .steps__time {
    text-align: inherit;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .steps .steps__banner-box {
    display: flex;
    gap: 16px;
    margin-top: 20px;
  }
  .steps__cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .steps .steps__banner-box img {
    height: 80px;
  }
}
@media screen and (min-width: 1121px) {
  .steps__cta .pc-only {
    display: block !important;
  }
  .steps__cta .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .steps__cta .pc-only {
    display: none !important;
  }
  .steps__cta .sp-only {
    display: block !important;
  }
}
/* =========================
   FAQ セクション
========================= */
.faq {
  background-image: url("../img/bg-faq.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  margin-top: -7%;
  padding-top: 100px;
  padding-bottom: 120px;
}
.faq .section-header img {
  width: 120px;
}
.faq .faq__answer-detail {
  margin-left: 6.7rem;
}

@media screen and (max-width: 960px) {
  .faq {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    background: url(../img/bg-faq-sp.webp) no-repeat top left;
    margin-top: -27%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .faq {
    background-position: 50% 50%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq .section-header {
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }
  .faq .section-header .section-title {
    text-align: inherit;
  }
  .faq .section-header img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .faq .section-header img {
    width: 68px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq__answer-detail {
    margin-left: 4rem;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 32px;
}
.faq__question {
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 5px 0 5px 20px;
  background: #fff;
  margin-bottom: 20px;
  align-items: center;
}
.faq__answer {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 4px 0 4px 20px;
}
.faq__answer .faq__answer-main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.faq__answer .faq__answer-main .faq__number {
  padding-right: 30px;
}
.faq__answer-detail {
  font-weight: 400;
}
.faq__answer-detail span {
  font-weight: 700;
}

.faq__number {
  padding-right: 30px;
}

.faq__number img {
  width: 36px;
}

.faq__question .faq__number img {
  padding-bottom: 5px;
}

.faq__text {
  flex: 1;
  font-size: 2.2rem;
}

.faq__question.estate-ver {
  background: #d8eadf;
}

@media screen and (max-width: 768px) {
  .faq__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .faq__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .faq__question {
    font-size: 2rem;
    padding: 5px 10px;
    margin-bottom: 12px;
  }
  .faq__answer {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .faq__answer .faq__answer-main {
    margin-bottom: 12px;
  }
  .faq__answer .faq__answer-main .faq__number {
    padding-right: 16px;
  }
  .faq__answer-detail span {
    font-weight: 700;
  }
  .faq__number {
    padding-right: 16px;
  }
  .faq__text {
    font-size: 1.6rem;
  }
}
.faq .faq__answer-main {
  padding-top: 5px;
}
@media screen and (max-width: 520px) {
  .faq .faq__answer-main {
    padding-top: 0;
  }
}
.faq .faq__answer-main .faq__number img {
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .faq .faq__answer-main .faq__number img {
    padding-top: 5px;
  }
}

.faq__number img {
  width: 36px;
  min-width: 36px;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .faq__number img {
    width: 24px;
    min-width: 24px;
    padding: 4.5px 0;
  }
}
@media screen and (min-width: 521px) and (max-width: 1120px) {
  .faq {
    margin-top: -20%;
  }
}
@media screen and (max-width: 520px) {
  .faq {
    margin-top: -25%;
  }
}
@media screen and (max-width: 375px) {
  .faq {
    margin-top: -32%;
  }
}
/* =========================
   買取実績一覧ページ
========================= */
/* =========================
   FV セクション
========================= */
@media (min-width: 769px) {
  .purchase-list__fv {
    position: relative;
    z-index: -999;
    background: url(../img/fv-purchase-list-bg.webp) no-repeat top left;
    background-size: contain;
    height: 780px;
  }
}
.purchase-list__fv .wrapper {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .purchase-list__fv .wrapper {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .purchase-list__fv .wrapper .purchase-list__fv-copy {
    width: 780px;
    height: auto;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
}
@media (min-width: 1400px) {
  .purchase-list__fv .wrapper .purchase-list__fv-copy {
    width: 940px;
    top: 50%;
  }
}
@media (min-width: 1400px) {
  .purchase-list__fv {
    background-size: cover;
  }
}

/* =========================
   purchase セクション
========================= */
.purchase-list {
  background: url(../img/bg-purchase-list.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  margin-top: -15%;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (min-width: 1400px) {
  .purchase-list {
    margin-top: -5%;
  }
}
.purchase-list .section-header img {
  width: 400px;
}
.purchase-list .purchase__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.purchase-list .purchase__list .purchase__item {
  width: calc((100% - 32px) / 3);
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  border-radius: 30px;
  position: relative;
}
.purchase-list .purchase__list .purchase__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 16px 40px 16px;
}
.purchase-list .purchase__list .purchase__item a:hover {
  opacity: 0.7;
}
.purchase-list .purchase__list .purchase__item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.purchase-list .purchase__list .purchase__item::after {
  content: "";
  display: inline-block;
  background-image: url("../img/purchase-item-arrow.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.purchase-list .purchase__list .purchase__item .purchase__item-title {
  font-weight: 700;
  margin: 20px 0 16px 0;
}
.purchase-list .purchase__list .purchase__item .purchase__item-desc {
  padding: 0 16px;
}

@media screen and (max-width: 960px) {
  .purchase-list {
    background: url(../img/bg-purchase-list.webp) repeat top left;
    background-size: contain;
  }
  .purchase-list .wrapper {
    background-color: #f9f2e0;
  }
}
@media screen and (max-width: 768px) {
  .purchase-list {
    margin-top: 48px;
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .purchase-list {
    margin-top: 20px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .purchase-list .section-header {
    justify-content: center;
  }
  .purchase-list .section-header::after {
    width: 220px;
    height: auto;
    top: -120px;
    right: -10px;
  }
  .purchase-list .section-header img {
    max-width: 370px;
  }
  .purchase-list .wrapper {
    background-color: #f9f2e0;
  }
  .purchase-list .purchase__list {
    gap: 12px;
    margin-bottom: 32px;
  }
  .purchase-list .purchase__list .purchase__item {
    width: 100%;
  }
  .purchase-list .purchase__list .purchase__item .purchase__item-title {
    margin: 16px 0 12px 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .purchase-list .purchase__list .purchase__item .purchase__item-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .purchase-list .purchase__list .purchase__item .purchase__item-desc {
    padding: 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .purchase-list .purchase__list .purchase__item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .purchase-list .section-header img {
    width: 340px;
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .purchase-list .purchase__list {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 440px) {
  .purchase-list .section-header {
    gap: 0;
    margin-bottom: 16px;
  }
  .purchase-list .img-box-sp {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: center;
  }
  .purchase-list .img-box-sp img:first-child {
    width: 70px;
    height: auto;
    aspect-ratio: 196/175;
  }
  .purchase-list .img-box-sp img:nth-child(2) {
    width: 190px;
    height: auto;
    aspect-ratio: 327/151;
  }
}
/* =========================
   choose セクション
========================= */
.choose {
  background: url(../img/bg-choose.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.choose .section-title {
  margin-bottom: 40px;
}
.choose__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.choose__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 32px) / 3);
  background-color: #FFF;
  padding: 16px 16px 20px 16px;
}
.choose__item-header {
  display: flex;
  flex: 1;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.choose__item-title {
  font-size: 2.2rem;
  font-weight: 700;
}
.choose__item:nth-child(6) {
  background-color: inherit;
}

@media screen and (max-width: 960px) {
  .choose {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .choose .section-title {
    margin-bottom: 32px;
    text-align: center;
  }
  .choose__item {
    padding: 16px 16px 20px 16px;
  }
  .choose__item-header {
    display: flex;
    flex: 1;
    gap: 12px;
    margin-bottom: 10px;
  }
  .choose__item-header img {
    width: 60px;
  }
  .choose__item-title {
    font-size: 1.7rem;
  }
  .choose__item:nth-child(6) {
    background-color: inherit;
    padding: 0 40px;
  }
  .choose__item:nth-child(6) img {
    max-width: 340px;
  }
}
@media screen and (min-width: 440px) and (max-width: 960px) {
  .choose__list {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .choose {
    padding-top: 60px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .choose {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 960px) {
  .choose .section-title {
    margin-bottom: 40px;
    align-items: center;
  }
  .choose__item {
    width: 100%;
    padding: 16px 16px 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .choose__item .img-box-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .choose__item .img-box-sp img:first-child {
    width: 200px;
    height: auto;
    aspect-ratio: 179/135;
  }
  .choose__item .img-box-sp img:nth-child(2) {
    width: 230px;
    height: auto;
    aspect-ratio: 356/175;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .choose__item .img-box-sp img:first-child {
    width: 180px;
  }
  .choose__item .img-box-sp img:nth-child(2) {
    width: 180px;
  }
}
@media screen and (max-width: 440px) {
  .choose .section-title {
    letter-spacing: 0.01em;
    margin-bottom: 24px;
  }
}
/* =========================
   hearing セクション
========================= */
.hearing {
  background: url(../img/bg-hearing.webp) no-repeat top left;
  background-size: contain;
  position: relative;
  padding-top: 40vh;
  padding-bottom: 15vh;
}
.hearing::after {
  content: "";
  background: url(../img/hearing-item01.webp) no-repeat;
  background-size: cover;
  width: 320px;
  aspect-ratio: 440/623;
  position: absolute;
  top: 30vh;
  right: 3vw;
}
@media (min-width: 1400px) {
  .hearing::after {
    width: 420px;
    aspect-ratio: 440/623;
    position: absolute;
    top: 30vh;
    right: 6vw;
  }
}
.hearing__check {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.hearing__check-left {
  padding-bottom: 60px;
}
.hearing__check-left p {
  font-size: 1.8rem;
}
.hearing__check-list {
  padding-left: 12px;
  margin-bottom: 40px;
}
.hearing__check-list li {
  font-size: 2.2rem;
  position: relative;
  padding-left: 24px;
}
.hearing__check-list li:first-child {
  margin-bottom: 20px;
}
.hearing__check-list li::before {
  content: "";
  background-image: url("../img/check-mark.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.hearing__check .gold-item {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .hearing {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .hearing::after {
    content: "";
    background-size: cover;
    width: 140px;
    aspect-ratio: 440/623;
    position: absolute;
    top: inherit;
    bottom: 40px;
    right: 30px;
  }
  .hearing__check {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
  }
  .hearing__check-left {
    padding-bottom: 0;
    margin-right: auto;
  }
  .hearing__check-left p {
    font-size: 1.5rem;
  }
  .hearing__check-list {
    padding-left: 10px;
    margin-bottom: 24px;
  }
  .hearing__check-list li {
    font-size: 1.8rem;
    padding-left: 16px;
  }
  .hearing__check-list li::before {
    width: 16px;
    height: 16px;
  }
  .hearing__check .gold-item {
    width: 130px;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1201px) {
  .hearing {
    background-size: cover;
    aspect-ratio: 1440/931;
    background-position: center;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .hearing::after {
    content: "";
    width: 220px;
    top: 8vh;
    right: 20px;
  }
  .hearing .section-title__main {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .hearing::after {
    content: "";
    width: 180px;
    top: 6vh;
    right: 20px;
  }
  .hearing .section-title__main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 440px) {
  .hearing__check-list li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .purchase-list__fv .wrapper .purchase-list__fv-copy {
    width: 700px;
    top: 34%;
  }
  .purchase-list {
    margin-top: -33%;
  }
}
@media screen and (max-width: 480px) {
  .hearing {
    padding-top: 80px;
  }
}
/* =========================
   代表あいさつページ
========================= */
/* =========================
   greeting セクション
========================= */
.greeting__content {
  background: url(../img/bg-greeting.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}
.greeting__content::after {
  content: "";
  background: url(../img/greeting-char.webp) no-repeat;
  background-size: cover;
  width: 200px;
  aspect-ratio: 320/175;
  position: absolute;
  top: 0;
  right: 5.5vw;
  z-index: 1;
}
.greeting__content .wrapper {
  padding-top: 100px;
  padding-bottom: 60px;
}
.greeting .two-column__left {
  flex: 0 0 calc(50% - 50px);
}
.greeting .two-column__left h3 {
  margin-bottom: 20px;
  position: relative;
}
.greeting .two-column__left h3::after {
  content: "";
  background-color: #28322d;
  width: calc(50% - 24px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 10px);
}
.greeting .two-column__left h3 img {
  width: 50%;
  max-width: 380px;
}
.greeting .two-column__right {
  flex: 0 0 calc(50% - 10px);
  padding-top: 80px;
  font-family: Arial, sans-serif;
}
.greeting .two-column__right p {
  line-height: 1.8;
}
.greeting .two-column__right p span {
  font-weight: 700;
}
.greeting .two-column__right p:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 440px) {
  .greeting .two-column__right p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.greeting__ceo p {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.greeting__ceo h4 {
  margin: 20px 0;
}

@media screen and (max-width: 960px) {
  .greeting__content {
    background: url(../img/bg-greeting.png) no-repeat top left;
    background-size: cover;
  }
  .greeting .two-column {
    flex-direction: column;
    gap: 20px;
  }
  .greeting .two-column h3 {
    margin-bottom: 20px;
    width: 75%;
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .greeting .two-column h3 {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .greeting .two-column__right {
    padding-top: 20px;
  }
  .greeting .two-column__left .ceo__img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    padding-top: 24px;
  }
  .greeting__content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .greeting__content {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .greeting__content::after {
    width: 144px;
    top: 0;
    right: 5.5vw;
  }
  .greeting__content .wrapper {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .greeting__content .wrapper {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .greeting .two-column {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .greeting .two-column {
    gap: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .greeting .two-column__left {
    flex: 0 0 100%;
  }
  .greeting .two-column__left h3 {
    margin-bottom: 20px;
  }
  .greeting .two-column__left h3 img {
    width: 50%;
  }
  .greeting .two-column__right {
    flex: 0 0 100%;
    padding-top: 0;
  }
  .greeting .two-column__right p {
    line-height: 1.8;
  }
  .greeting .two-column__right p span {
    font-weight: 700;
  }
  .greeting__ceo h4 img {
    width: 180px;
  }
}
@media screen and (min-width: 441px) and (max-width: 960px) {
  .greeting .two-column__left img:nth-child(2) {
    width: 75%;
  }
}
@media screen and (max-width: 440px) {
  .greeting__content::after {
    width: 124px;
  }
  .greeting .two-column__right p {
    font-size: 1.4rem;
  }
  .greeting .two-column__left img:nth-child(2) {
    height: 400px;
    width: auto;
  }
  .greeting .greeting__ceo p {
    font-size: 1.4rem;
  }
}
/* =========================
   買取品目ページ
========================= */
/* =========================
   .items-we-buy セクション
========================= */
.items-we-buy {
  margin-top: 24px;
}
.items-we-buy .wrapper {
  margin-bottom: 40px;
}
.items-we-buy .wrapper .two-column {
  align-items: center;
}
.items-we-buy .wrapper .two-column__left, .items-we-buy .wrapper .two-column__right {
  flex: 0 0 calc(50% - 30px);
}
.items-we-buy.header .section-desc {
  margin-top: 40px;
}
.items-we-buy__content {
  background: url(../img/bg-items-we-buy.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-bottom: 110px;
}
.items-we-buy__content .wrapper {
  display: flex;
  gap: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1401px) {
  .items-we-buy__content .wrapper {
    padding-top: 160px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  .items-we-buy__content .wrapper {
    padding-top: 135px;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__content .wrapper {
    padding-top: 80px;
  }
}
.items-we-buy__content::after {
  content: "";
  background: url(../img/items-we-buy-char1.webp) no-repeat;
  background-size: cover;
  width: 160px;
  aspect-ratio: 180/175;
  position: absolute;
  top: 0;
  right: 5.5vw;
}
.items-we-buy__content-list {
  flex: 1;
  width: 100%;
}
.items-we-buy__content-item {
  background-color: #FFF;
  padding: 40px;
  border-radius: 30px;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  margin-bottom: 50px;
}
.items-we-buy__content-item h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .items-we-buy__content-item h3 {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .items-we-buy__content-item h3 {
    font-size: 1.8rem;
  }
}
.items-we-buy__content-item p {
  margin: 16px 0 24px 0;
}
.items-we-buy__content-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.items-we-buy__content-item ul li {
  width: calc((100% - 32px) / 3);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .items-we-buy {
    margin-top: 24px;
  }
  .items-we-buy .wrapper {
    margin-bottom: 48px;
  }
  .items-we-buy .wrapper .two-column {
    flex-direction: column;
    gap: 20px;
  }
  .items-we-buy .wrapper .two-column__left, .items-we-buy .wrapper .two-column__right {
    flex: 0 0 100%;
  }
  .items-we-buy.header .section-desc {
    margin-top: 32px;
  }
  .items-we-buy__content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .items-we-buy__content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .items-we-buy__content .wrapper {
    flex-direction: column;
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .items-we-buy__content .wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .items-we-buy__content::after {
    top: 0;
    right: 5.5vw;
  }
  .items-we-buy__content-item {
    padding: 32px;
    margin-bottom: 28px;
  }
  .items-we-buy__content-item p {
    margin: 16px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .items-we-buy__content-item p {
    font-size: 1.4rem;
    margin: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .items-we-buy__content-item ul {
    gap: 12px;
  }
  .items-we-buy__content-item ul li {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .items-we-buy__content {
    padding-top: 140px;
  }
  .items-we-buy__content::after {
    width: 120px;
  }
  .items-we-buy__content .wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__content::after {
    width: 110px;
  }
}
@media screen and (max-width: 440px) {
  .items-we-buy__content::after {
    width: 96px;
  }
}
/* =========================
   sidebar セクション
========================= */
.sidebar {
  position: sticky;
  top: 20px;
  width: 200px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 700;
}
.sidebar__title {
  margin-left: -20px;
  margin-bottom: 16px;
}
.sidebar .category-list {
  padding: 0;
  margin: 0;
  position: relative;
}
.sidebar .category-list li {
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
}
.sidebar .category-list li::before {
  content: "";
  background-color: #000000;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-50%, -50%);
}
.sidebar .category-list li:hover {
  opacity: 0.7;
}
.sidebar .category-list li.active {
  color: #00482e;
}

@media screen and (max-width: 960px) {
  .sidebar {
    display: none;
  }
}
/* =========================
   買取実績/流れ セクション
========================= */
.items-we-buy__steps {
  background: url(../img/bg-items-we-buy-step.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  margin-top: -8%;
  padding-top: 200px;
  padding-bottom: 110px;
}
.items-we-buy__steps .wrapper {
  background: url(../img/bg-white01.webp) no-repeat top left;
  background-size: contain;
  position: relative;
  padding: 80px 20px 40px 20px;
  width: 100%;
  min-height: 800px;
}
.items-we-buy__steps .wrapper::after {
  content: "";
  background-size: cover;
  position: absolute;
}
.items-we-buy__steps .wrapper:first-child {
  margin-bottom: 100px;
}
.items-we-buy__steps .wrapper:first-child .title-header {
  margin-bottom: 80px;
}
.items-we-buy__steps .wrapper:first-child::after {
  background: url(../img/clip01.webp) no-repeat;
  aspect-ratio: 379/345;
  width: 32%;
  top: -12%;
  right: 8%;
}
.items-we-buy__steps .wrapper:nth-child(3)::after {
  background: url(../img/clip02.webp) no-repeat;
  background-size: contain;
  aspect-ratio: 607/391;
  width: 450px;
  top: -10%;
  right: 4.5%;
}
.items-we-buy__steps .wrapper:nth-child(3) .flow-label {
  margin-bottom: 0;
}
.items-we-buy__steps .title-header {
  display: flex;
  margin-bottom: 65px;
}
.items-we-buy__steps .title-line {
  line-height: 1.4;
  margin-left: 40px;
}
.items-we-buy__steps .flow-label {
  display: inline-block;
  background-color: #4f7c2d;
  color: white;
  padding: 4px 10px;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 3px;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(-3deg);
}
.items-we-buy__steps .simple-text {
  font-size: 3rem;
  display: inline-block;
  position: relative;
}
.items-we-buy__steps .simple-text::before {
  content: "・・";
  position: absolute;
  top: 10px;
  left: 10%;
  transform: translateX(-50%);
  font-size: 1em;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  pointer-events: none;
}
.items-we-buy__steps .gradient-group {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
}
.items-we-buy__steps .big-4 {
  font-size: 8rem;
  font-weight: bold;
}
.items-we-buy__steps .step-text {
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle;
}
.items-we-buy__steps .sub-title {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  margin-left: 0.8em;
}
.items-we-buy__steps .sub-title::after {
  content: "";
  background: url(../img/yellow-line2.webp) no-repeat;
  background-size: cover;
  width: 110%;
  height: 15px;
  position: absolute;
  bottom: -10px;
  left: -15px;
}
.items-we-buy__steps .items-we-buy__inner {
  padding: 0 40px;
}
.items-we-buy__steps .items-we-buy__image-box {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 40px;
}
.items-we-buy__steps .step__list {
  display: flex;
  gap: 10px;
}
.items-we-buy__steps .step__detail {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.items-we-buy__steps .step__detail::after {
  content: "";
  background: url(../img/arrow01.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
}
.items-we-buy__steps .step__detail:last-child::after {
  content: none;
}
.items-we-buy__steps .step-icon {
  height: 160px;
}
.items-we-buy__steps .description {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .items-we-buy__steps .item-20 {
    height: 15%;
  }
  .items-we-buy__steps .item-65 {
    width: 65%;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__steps {
    background: url(../img/bg-items-we-buy-step.webp) no-repeat top left;
    background-size: cover;
    margin-top: -15%;
    padding-top: 50px;
    padding-bottom: 32px;
  }
  .items-we-buy__steps .wrapper {
    background: none;
    position: relative;
    padding: 30px 20px;
    border-radius: 3px;
    width: 100%;
    min-height: inherit;
  }
  .items-we-buy__steps .wrapper:first-child {
    margin-bottom: 40px;
  }
  .items-we-buy__steps .wrapper:first-child::after {
    background: inherit;
  }
  .items-we-buy__steps .wrapper:nth-child(3)::after {
    background: none;
  }
  .items-we-buy__steps .title-header {
    justify-content: center;
    margin-bottom: 25px;
  }
  .items-we-buy__steps .title-line {
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-left: 0;
  }
  .items-we-buy__steps .flow-label {
    padding: 4px 10px;
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .items-we-buy__steps .flow-label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__steps .simple-text {
    font-size: 1.8rem;
  }
  .items-we-buy__steps .simple-text::before {
    content: "・・";
    top: 12px;
    left: 8%;
    font-size: 1em;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .items-we-buy__steps .simple-text::before {
    top: 3px;
    left: 9%;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__steps .big-4 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .items-we-buy__steps .big-4 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__steps .step-text {
    font-size: 3rem;
    vertical-align: middle;
  }
  .items-we-buy__steps .sub-title {
    font-size: 2.4rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .items-we-buy__steps .sub-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__steps .sub-title::after {
    width: 100%;
    bottom: -10px;
    left: 0;
  }
  .items-we-buy__steps .items-we-buy__inner {
    padding: 0;
  }
  .items-we-buy__steps .items-we-buy__image-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
  }
  .items-we-buy__steps .item-20 {
    height: 150px;
  }
  .items-we-buy__steps .item-65 {
    width: 0%;
  }
  .items-we-buy__steps .step__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .items-we-buy__steps .step__detail {
    width: 100%;
    padding: 12px 0;
    text-align: inherit;
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .items-we-buy__steps .step__detail::after {
    content: none;
  }
  .items-we-buy__steps .step__detail:last-child::after {
    content: none;
  }
  .items-we-buy__steps .icon-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex: 1;
    gap: 20px;
  }
  .items-we-buy__steps .step-number img {
    width: 50px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .items-we-buy__steps .step-number img {
    width: 36px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .items-we-buy__steps .step-number img {
    width: 28px;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__steps .step-icon {
    height: inherit;
  }
  .items-we-buy__steps .step-icon img {
    max-width: 60px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .items-we-buy__steps .step-icon img {
    max-width: 50px;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__steps .description {
    flex-grow: 1;
  }
}
@media screen and (min-width: 961px) {
  .items-we-buy__steps .pc-only {
    display: block !important;
  }
  .items-we-buy__steps .items-we-buy__steps .wrapper.sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__content-list .items-we-buy__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .items-we-buy__content-list .items-we-buy__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .items-we-buy__content-list .items-we-buy__title.sp-only {
    display: block !important;
    text-align: center;
  }
  .items-we-buy__steps .pc-only {
    display: none !important;
  }
  .items-we-buy__steps .sp-only {
    display: block !important;
  }
  .items-we-buy__steps .sp-only img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .items-we-buy__steps {
    background: url(../img/bg-items-we-buy-step.webp) no-repeat top left;
    background-size: contain;
    margin-top: -15%;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .items-we-buy__steps .items-we-buy__steps-bg {
    background: url(../img/bg-items-we-buy-step.png) repeat top left;
    background-size: contain;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .items-we-buy__steps .wrapper:first-child::after {
    width: 280px;
  }
  .items-we-buy__steps .step__detail {
    gap: 15px;
  }
  .items-we-buy__steps .step__detail .step-number img {
    width: 50px;
  }
  .items-we-buy__steps .step__detail .icon-box {
    display: flex;
    flex-direction: column;
  }
  .items-we-buy__steps .step__detail .icon-box .step-icon {
    height: auto;
  }
  .items-we-buy__steps .step__detail .icon-box .step-icon img {
    height: 90px;
  }
  .items-we-buy__steps .step__detail .icon-box .description {
    margin-top: 20px;
  }
}
/* =========================
   遺品査定についてページ
========================= */
/* =========================
   .estate セクション
========================= */
.estate {
  margin-top: 60px;
}
.estate .wrapper:first-child {
  margin-bottom: 40px;
}
.estate .wrapper:first-child .two-column {
  align-items: center;
}
.estate .wrapper:first-child .two-column__left, .estate .wrapper:first-child .two-column__right {
  flex: 0 0 calc(50% - 30px);
}
.estate.header .section-desc {
  margin-top: 40px;
}
.estate__content {
  background: url(../img/bg-estate.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1401px) {
  .estate__content {
    padding-top: 160px;
  }
}
.estate__content .wrapper {
  margin-bottom: 40px;
}
.estate__content .worries-banner {
  position: relative;
}
.estate__content .worries-banner::before {
  content: "";
  background-image: url("../img/dots.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 100px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.estate__copy {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 100px 0 140px 0;
}

@media screen and (max-width: 960px) {
  .estate {
    margin-top: 24px;
  }
  .estate .wrapper {
    margin-bottom: 48px;
  }
  .estate .wrapper .two-column {
    flex-direction: column;
    gap: 20px;
  }
  .estate .wrapper .two-column__left, .estate .wrapper .two-column__right {
    flex: 0 0 100%;
  }
  .estate.header .section-desc {
    margin-top: 32px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .estate.header .section-desc {
    margin-top: 24px;
  }
}
@media screen and (max-width: 960px) {
  .estate__content {
    background-size: contain;
    background-repeat: repeat;
    padding-top: 88px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .estate__content {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .estate__content .estate__content-bg {
    background-color: #f8f4e1;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .estate__content .estate__content-bg {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 960px) {
  .estate__content .wrapper {
    margin-bottom: 20px;
  }
  .estate__content .worries-banner::before {
    background-size: contain;
    height: 60px;
  }
  .estate__copy {
    font-size: 2.2rem;
    margin: 72px 0 40px 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .estate__copy {
    font-size: 1.8rem;
    margin: 24px 0 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .worries-banner-sp {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .worries-banner-sp {
    max-height: 700px;
  }
}
/* =========================
   availableリスト
========================= */
.available__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}
.available__list .available__item {
  flex: 1 1 calc((100% - 80px) / 3);
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  padding: 0 16px 32px 16px;
  border-radius: 30px;
  position: relative;
}
.available__list .available__item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
}
.available__list .available__item::after {
  content: "";
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.available__list .available__item .available__item-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 100px 0 40px 0;
}

@media screen and (max-width: 960px) {
  .available {
    position: relative;
    background: url(../img/bg-avairable-sp.webp) no-repeat top left;
    background-size: cover;
    background-position: left top;
    padding: 0 0 40px 0;
  }
  .available::before {
    width: 18vw;
    height: 100%;
    position: absolute;
    top: -65px;
    left: 5px;
  }
  .available .wrapper::before {
    content: none;
  }
  .available__list {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px 16px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    min-width: inherit;
    max-width: inherit;
    padding-right: 0;
  }
  .available__list .available__item {
    flex: 1 1 100%;
    padding: 16px;
    border-radius: 30px;
    position: relative;
  }
  .available__list .available__item img {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 22%;
  }
}
@media screen and (max-width: 960px) and (max-width: 375px) {
  .available__list .available__item img {
    width: 22%;
  }
}
@media screen and (max-width: 960px) {
  .available__list .available__item::after {
    content: none;
  }
  .available__list .available__item .available__item-inner {
    margin-bottom: 8px;
  }
  .available__list .available__item .available__item-title {
    text-align: center;
    font-size: 2rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .available__list .available__item .available__item-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .available__list .available__item .available__item-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .available__list .available__item .available__item-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .available__list .available__item-inner {
    display: flex;
    gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .available__list .available__item-inner {
    gap: 6px;
  }
}
@media screen and (max-width: 960px) {
  .available__title-sp {
    color: #FFF;
    background-color: #004324;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 18px;
    margin-bottom: 40px;
  }
}
.available__item-desc span {
  font-weight: 700;
}

.char-area {
  background: url(../img/bg-red-line.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  padding: 20px 0 8px 0;
  margin-top: 120px;
  text-align: center;
}
@media (min-width: 1360px) {
  .char-area {
    padding: 80px 0;
  }
}
@media (min-width: 1751px) {
  .char-area {
    padding: 80px 0 130px 0;
  }
}
@media screen and (max-width: 768px) {
  .char-area {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    padding: 20px 0 8px 0;
    margin-top: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 528px) {
  .char-area {
    margin-top: 28px;
  }
}
.char-area .estate-char2 {
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .char-area .estate-char2 {
    width: 500px;
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .available__list .available__item .available__item-title {
    font-size: 1.4rem;
  }
  .available__list .available__item .available__item-desc {
    font-size: 1.3rem;
  }
}
/* =========================
   why-choose-us セクション
========================= */
.estate__why-choose-us {
  background: url(../img/bg-estate-why-choose-us.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.reason__item {
  margin-top: 80px;
  position: relative;
  z-index: 0;
}
.reason__item:not(:last-child) {
  margin-bottom: 160px;
}
.reason__item::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  max-height: 110%;
}
.reason__item::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.reason__item.item01 .right-box::before {
  background-image: url("../img/green-01.webp");
}
.reason__item.item01 .right-box::after {
  background-image: url("../img/estate-reason-char1.webp");
  width: 120px;
  height: auto;
  aspect-ratio: 144/175;
  bottom: -160px;
  right: -60px;
}
.reason__item.item01::before {
  background-image: url("../img/why-choose-us-01.webp");
  width: 46%;
  height: auto;
  aspect-ratio: 687/465;
  top: 0;
  left: 0;
}
.reason__item.item02 .left-box::before {
  background-image: url("../img/green-02.webp");
}
.reason__item.item02::before {
  background-image: url("../img/why-choose-us-02.webp");
  width: 46%;
  height: auto;
  aspect-ratio: 753/456;
  top: 8%;
  right: 0;
  background-position: right top;
}
.reason__item.item03 .right-box::before {
  background-image: url("../img/green-03.webp");
}
.reason__item.item03 .right-box::after {
  background-image: url("../img/estate-reason-char2.webp");
  width: 340px;
  height: auto;
  aspect-ratio: 566/211;
  bottom: -240px;
  right: -60px;
}
.reason__item.item03::before {
  background-image: url("../img/why-choose-us-03.webp");
  width: 46%;
  height: auto;
  aspect-ratio: 687/465;
  top: 0;
  left: 0;
}
.reason__item.item01::after, .reason__item.item03::after {
  background-image: url("../img/bg-green-right.webp");
  width: 80%;
  height: 140px;
  bottom: -80px;
  left: 0;
}
.reason__item.item02::after {
  background-image: url("../img/bg-green-left.webp");
  width: 80%;
  height: 140px;
  bottom: -80px;
  right: 0;
  background-position: right top;
}

.reason__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}

.reason__sub-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 28px;
  margin-bottom: 32px;
}
.reason__sub-title-box .reason__sub-title {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  color: #FFF;
  background-color: #00482e;
  border-radius: 3px;
  margin-right: 10px;
}
.reason__sub-title-box span {
  flex-grow: 1;
  height: 2px;
  background-color: #333335;
  display: block;
}

.reason__item-box {
  background-color: #FFF;
  padding: 48px 0 48px 0;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 120px);
}

.right-box {
  max-width: 52%;
  margin-left: auto;
  position: relative;
}
.right-box::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 5em;
  height: 70px;
  position: absolute;
  top: -5em;
  right: 10px;
}
.right-box::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 10vw;
  height: 70px;
  position: absolute;
  bottom: -5em;
  right: 10px;
}
.right-box .reason__desc {
  padding-right: 60px;
}

.left-box {
  margin-right: auto;
  padding-left: 40px;
  position: relative;
}
.left-box::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 5em;
  height: 70px;
  position: absolute;
  top: -5em;
  left: 10px;
}
.left-box .reason__desc {
  padding-right: 60px;
  max-width: 52%;
}

@media screen and (max-width: 1060px) {
  .estate__why-choose-us {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .estate__why-choose-us {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1060px) {
  .estate__why-choose-us .section-title__main::before {
    top: -20px;
    left: 0;
    font-size: 1em;
  }
  .estate__why-choose-us .section-title__main .size-s {
    font-size: 1.8rem;
  }
  .reason__item {
    margin-top: 50px;
    z-index: 0;
  }
  .reason__item:not(:last-child) {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .reason__item:not(:last-child) {
    margin-bottom: 148px;
  }
}
@media screen and (max-width: 1060px) {
  .reason__item::before {
    max-height: 100%;
    z-index: -1;
  }
  .reason__item.item01::after, .reason__item.item03::after {
    content: none;
  }
  .reason__item.item02::after {
    content: none;
  }
  .reason__item.item01 .right-box::after {
    width: 84px;
    bottom: -150px;
    right: -28px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .reason__item.item01 .right-box::after {
    width: 68px;
  }
}
@media screen and (max-width: 1060px) {
  .reason__item.item01::before {
    width: 240px;
    height: auto;
    top: inherit;
    bottom: -152px;
    left: -20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .reason__item.item01::before {
    bottom: -120px;
  }
}
@media screen and (max-width: 1060px) {
  .reason__item.item01::after {
    height: 170px;
    bottom: -90px;
    left: 0;
  }
  .reason__item.item02::before {
    width: 260px;
    height: auto;
    top: inherit;
    bottom: -158px;
    right: -20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .reason__item.item02::before {
    bottom: -135px;
  }
}
@media screen and (max-width: 1060px) {
  .reason__item.item03 .right-box::before {
    z-index: 1;
    right: inherit;
    left: 0;
  }
  .reason__item.item03 .right-box::after {
    width: 280px;
    height: auto;
    bottom: inherit;
    top: inherit;
    bottom: -240px;
    right: -40px;
    overflow: hidden;
  }
  .reason__item.item03::before {
    width: 240px;
    height: auto;
    top: inherit;
    bottom: -153px;
    left: -20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .reason__item.item03::before {
    bottom: -120px;
  }
}
@media screen and (max-width: 1060px) {
  .reason__title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .reason__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1060px) {
  .reason__sub-title-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .reason__sub-title-box {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1060px) {
  .reason__item-box {
    padding: 32px 20px 24px 20px;
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .reason__item-box {
    padding: 24px 20px 20px 20px;
  }
}
@media screen and (max-width: 1060px) {
  .right-box {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .right-box::before {
    width: 54px;
    top: -50px;
    right: 0;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .right-box::before {
    width: 44px;
    top: -44px;
  }
}
@media screen and (max-width: 1060px) {
  .right-box::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 10vw;
    height: 70px;
    position: absolute;
    bottom: -5em;
    right: 10px;
  }
  .right-box .reason__desc {
    padding-right: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .right-box .reason__desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1060px) {
  .left-box {
    margin-right: auto;
    padding-left: 0;
  }
  .left-box::before {
    width: 54px;
    top: -50px;
    left: 0;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .left-box::before {
    width: 44px;
    top: -44px;
  }
}
@media screen and (max-width: 1060px) {
  .left-box .reason__desc {
    padding-right: 0;
    max-width: 100%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1060px) {
  .reason__item .reason__item-box {
    max-width: 90%;
  }
  .reason__item .reason__item:nth-child(2n) {
    margin-left: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 1060px) {
  .reason__item:not(:last-child) {
    margin-bottom: 160px;
  }
  .reason__item.item01 .right-box::after {
    width: 100px;
    bottom: -150px;
    right: -28px;
  }
  .reason__item.item01::before {
    width: 100%;
    bottom: -106px;
  }
  .reason__item.item01::after {
    height: 170px;
    bottom: -90px;
    left: 0;
  }
  .reason__item.item02::before {
    width: 100%;
    bottom: -90px;
  }
  .reason__item.item03 .right-box::before {
    z-index: 1;
    right: inherit;
    left: 0;
  }
  .reason__item.item03 .right-box::after {
    content: none;
  }
  .reason__item.item03::before {
    width: 100%;
    bottom: -106px;
    left: -20px;
  }
  .reason__item .reason__item-box {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .reason__item.item03 .right-box::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .estate__why-choose-us .img-box-sp {
    display: flex;
    align-items: flex-end;
    margin-top: 4px;
    justify-content: center;
  }
  .estate__why-choose-us .img-box-sp img:first-child {
    width: 280px;
    height: auto;
    aspect-ratio: 286/133;
  }
  .estate__why-choose-us .img-box-sp img:nth-child(2) {
    width: 120px;
    height: auto;
    aspect-ratio: 183/175;
  }
}
@media screen and (max-width: 440px) {
  .estate__why-choose-us .img-box-sp img:first-child {
    width: 190px;
  }
  .estate__why-choose-us .img-box-sp img:nth-child(2) {
    width: 72px;
  }
}
/* =========================
   examples セクション
========================= */
.example {
  background: url(../img/bg-example.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
.example__item-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
.example__item-header {
  background-color: #d19f01;
  color: #ffffcf;
  text-align: center;
  font-size: 3rem;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.example__item-header img {
  height: 40px;
}
.example__item-content {
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  border-radius: 0 0 0 100px;
  padding: 32px 40px;
}
.example__item-content .content-price {
  margin-bottom: 40px;
}
.example__item-content .content-bottom {
  display: flex;
}
.example__item-content .content-bottom p {
  width: 50%;
  padding-right: 20px;
}
.example__item-content .content-bottom img {
  width: 50%;
}
.example__compare {
  text-align: center;
  position: relative;
}
.example__compare::after {
  content: "";
  background-image: url("../img/compare-char1.webp");
  width: 166px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.example__compare-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
.example__compare-title span.pc-only {
  display: inline-block !important;
}
@media screen and (max-width: 769px) {
  .example__compare-title span.pc-only {
    display: none !important;
  }
}
.example__compare img {
  width: 80%;
}

.small-size {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .small-size {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .small-size {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 960px) {
  .example {
    padding-top: 48px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .example {
    padding-top: 32px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .example__item-box {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .example__item-box {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .example__item {
    max-width: 600px;
    margin: 0 auto;
  }
  .example__item-header {
    font-size: 2.2rem;
    padding: 10px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .example__item-header {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .example__item-header img {
    height: 22px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .example__item-header img {
    height: 18px;
  }
}
@media screen and (max-width: 960px) {
  .example__item-content {
    box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
    border-radius: 0;
    padding: 24px 12px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .example__item-content {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 960px) {
  .example__item-content .content-price {
    margin-bottom: 24px;
  }
  .example__item-content .content-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .example__item-content .content-bottom p {
    width: 100%;
    padding-right: 0;
  }
  .example__item-content .content-bottom img {
    width: 100%;
  }
  .example__compare {
    text-align: center;
    position: relative;
  }
  .example__compare::after {
    background-size: contain;
    width: 100px;
    height: auto;
    bottom: -120px;
    right: -10px;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .example__compare::after {
    width: 80px;
    bottom: -100px;
  }
}
@media screen and (max-width: 960px) {
  .example__compare-title {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .example__compare-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .example__compare img {
    width: 100%;
  }
  .small-size {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 400px) {
  .small-size {
    font-size: 2.5rem;
  }
}
/* =========================
   FAQ セクション
========================= */
.estate-faq {
  background-color: #FFF;
  padding-top: 48px;
  padding-bottom: 60px;
}
.estate-faq .section-header {
  gap: 60px;
}
.estate-faq .section-header img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .estate-faq {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .estate-faq {
    padding-top: 32px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .estate-faq .section-header {
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }
  .estate-faq .section-header .section-title {
    text-align: inherit;
  }
  .estate-faq .section-header img {
    width: 80px;
  }
}
/* =========================
   purchase セクション
========================= */
.estate-purchase {
  background: url(../img/bg-estate-purchase.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.estate-purchase .section-header {
  gap: 60px;
}
.estate-purchase .section-header img {
  width: 120px;
}
.estate-purchase__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.estate-purchase__list .estate-purchase__item {
  width: calc((100% - 32px) / 3);
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  padding: 16px 16px 40px 16px;
  border-radius: 30px;
  position: relative;
}
.estate-purchase__list .estate-purchase__item img {
  width: 100%;
}
.estate-purchase__list .estate-purchase__item::after {
  content: "";
  display: inline-block;
  background-image: url("../img/purchase-item-arrow.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.estate-purchase__item-date {
  margin: 20px 0 16px 0;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .estate-purchase {
    background-size: contain;
    background-repeat: repeat;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .estate-purchase {
    padding-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  .estate-purchase .wrapper {
    background-color: #f8f4e1;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .estate-purchase .wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .estate-purchase .wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .estate-purchase {
    position: relative;
    padding-top: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .estate-purchase {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .estate-purchase .section-header {
    gap: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .estate-purchase .section-header .section-title {
    text-align: inherit;
  }
  .estate-purchase .section-header img {
    width: 64px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .estate-purchase .section-header .section-title__sub {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .estate-purchase .estate-purchase__list .estate-purchase__item {
    width: 100%;
  }
  .estate-purchase .estate-purchase__list .estate-purchase__item .estate-purchase__item-date {
    margin: 20px 0 16px 0;
    text-align: left;
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .estate-purchase__list {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .estate-purchase__list .estate-purchase__item {
    width: calc((100% - 16px) / 2);
  }
}
/* =========================
   高く売るコツページ
========================= */
/* =========================
   tips-fv セクション
========================= */
.tips__fv {
  padding-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .tips__fv {
    padding-bottom: 40px;
  }
}
.tips__fv .wrapper {
  padding: 0;
}
.tips__fv .sp-fv {
  max-height: 100vh;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .tips__fv .sp-fv {
    max-height: 700px;
  }
}

/* =========================
   Fivetips セクション
========================= */
.tips__five {
  background: url(../img/bg-5tips.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 160px;
  padding-bottom: 240px;
}
.tips__five::after {
  content: "";
  background: url(../img/tips-char1.webp) no-repeat;
  background-size: cover;
  width: 120px;
  aspect-ratio: 169/174;
  position: absolute;
  top: 0;
  right: 5.5vw;
}
.tips__five .wrapper:first-child {
  margin-bottom: 40px;
}
.tips__five .section-title__main {
  position: relative;
}
.tips__five .section-title__main::before {
  content: "・・・・";
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 1em;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  pointer-events: none;
}
.tips__five .section-title__main .size-s {
  font-size: 3.2rem;
}

.tips__item {
  margin-top: 80px;
  position: relative;
  z-index: 0;
}
.tips__item:not(:last-child) {
  margin-bottom: 160px;
}
.tips__item::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  max-height: 110%;
}
.tips__item::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.tips__item.item01 .right-box::before {
  background-image: url("../img/green-01.webp");
}
.tips__item.item01 .right-box::after {
  background-image: url("../img/5tips-char1.webp");
  width: 120px;
  height: auto;
  aspect-ratio: 144/175;
  bottom: -160px;
  right: -60px;
}
.tips__item.item01::before {
  background-image: url("../img/5tips-01.webp");
  width: 46%;
  height: auto;
  aspect-ratio: 687/465;
  top: 0;
  left: 0;
}
.tips__item.item01::after {
  height: 170px;
  bottom: -90px;
  left: 0;
}
.tips__item.item02 .left-box::before {
  background-image: url("../img/green-02.webp");
}
.tips__item.item02::before {
  background-image: url("../img/5tips-02.webp");
  width: 46%;
  height: auto;
  aspect-ratio: 753/456;
  top: 8%;
  right: 0;
  background-position: right top;
}
.tips__item.item03 .right-box::before {
  background-image: url("../img/green-03.webp");
}
.tips__item.item03 .right-box::after {
  background-image: url("../img/5tips-clip1.webp");
  width: 256px;
  height: auto;
  aspect-ratio: 330/251;
  bottom: -35%;
  right: 65px;
  transform: translate(50%, -50%);
}
.tips__item.item03::before {
  background-image: url("../img/5tips-03.webp");
  width: 46%;
  height: auto;
  aspect-ratio: 687/465;
  top: 0;
  left: 0;
}
.tips__item.item04 .left-box::before {
  background-image: url("../img/green-04.webp");
}
.tips__item.item04 .left-box::after {
  content: "";
  background-image: url("../img/5tips-char2.webp");
  background-size: contain;
  width: 120px;
  height: auto;
  aspect-ratio: 135/175;
  position: absolute;
  bottom: -160px;
  left: 220px;
}
.tips__item.item04::before {
  background-image: url("../img/5tips-04.webp");
  width: 45%;
  height: auto;
  aspect-ratio: 753/456;
  top: 12%;
  right: 0;
  background-position: right top;
}
.tips__item.item05 .right-box::before {
  background-image: url("../img/green-05.webp");
}
.tips__item.item05::before {
  background-image: url("../img/5tips-05.webp");
  width: 47%;
  height: auto;
  aspect-ratio: 687/465;
  top: 0;
  left: 0;
}
.tips__item.item01::after, .tips__item.item03::after, .tips__item.item05::after {
  background-image: url("../img/bg-green-right.webp");
  width: 80%;
  height: 140px;
  bottom: -80px;
  left: 0;
}
.tips__item.item02::after, .tips__item.item04::after {
  background-image: url("../img/bg-green-left.webp");
  width: 80%;
  height: 140px;
  bottom: -80px;
  right: 0;
  background-position: right top;
}

.tips__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}

.tips__sub-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 28px;
  margin-bottom: 32px;
}
.tips__sub-title-box .tips__sub-title {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  color: #FFF;
  background-color: #d19f01;
  border-radius: 3px;
  margin-right: 10px;
}
.tips__sub-title-box span {
  flex-grow: 1;
  height: 2px;
  background-color: #333335;
  display: block;
}

.tips__item-box {
  background-color: #FFF;
  padding: 40px 0 48px 0;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 120px);
}

.right-box {
  max-width: 52%;
  margin-left: auto;
  position: relative;
}
.right-box::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 5em;
  height: 70px;
  position: absolute;
  top: -5em;
  right: 10px;
}
.right-box::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5em;
  right: 10px;
}
.right-box .tips__desc {
  padding-right: 48px;
}

.left-box {
  margin-right: auto;
  padding-left: 40px;
  position: relative;
}
.left-box::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 5em;
  height: 70px;
  position: absolute;
  top: -5em;
  left: 10px;
}
.left-box .tips__desc {
  padding-right: 48px;
  max-width: 52%;
}

@media screen and (max-width: 1060px) {
  .tips__five {
    padding-top: 80px;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 960px) {
  .tips__five {
    background-size: contain;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__five {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__five::after {
    width: 88px;
    top: -22px;
    right: 20px;
    background-size: contain;
    z-index: 99;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__five::after {
    width: 72px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__five .wrapper:first-child {
    margin-bottom: 0px;
  }
  .tips__five .section-title__main {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__five .section-title__main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1060px) {
  .tips__five .section-title__main::before {
    content: none;
  }
  .tips__five .section-title__main .size-s {
    font-size: 1.8rem;
  }
  .tips__five .section-title__main .size-s:first-child {
    position: relative;
  }
  .tips__five .section-title__main .size-s:first-child::before {
    content: "・・・・";
    position: absolute;
    top: -35px;
    left: -130px;
    font-size: 1.5em;
    letter-spacing: 0.22em;
    line-height: 1;
    color: #000000;
    font-weight: bold;
    pointer-events: none;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__five .section-title__main .size-s:first-child::before {
    top: -25px;
    left: -110px;
    font-size: 1.3em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item {
    margin-top: 50px;
    z-index: 0;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__item:first-child {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item:not(:last-child) {
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .tips__item:not(:last-child) {
    margin-bottom: 184px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item::before {
    z-index: -1;
  }
  .tips__item.item01::after, .tips__item.item03::after, .tips__item.item05::after {
    content: none;
  }
  .tips__item.item02::after, .tips__item.item04::after {
    content: none;
  }
  .tips__item.item01 .right-box::after {
    width: 100px;
    bottom: -150px;
    right: -28px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__item.item01 .right-box::after {
    width: 76px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item.item01::before {
    width: 280px;
    height: auto;
    top: inherit;
    bottom: -178px;
    left: -20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .tips__item.item01::before {
    bottom: -138px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item.item01::after {
    height: 170px;
    bottom: -90px;
    left: 0;
  }
  .tips__item.item02::before {
    width: 280px;
    height: auto;
    top: inherit;
    bottom: -170px;
    right: -20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .tips__item.item02::before {
    bottom: -130px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item.item03 .right-box::before {
    z-index: 1;
    right: inherit;
    left: 0;
  }
  .tips__item.item03 .right-box::after {
    width: 160px;
    height: auto;
    bottom: inherit;
    top: -10px;
    right: 48px;
    overflow: hidden;
  }
  .tips__item.item03::before {
    width: 280px;
    height: auto;
    top: inherit;
    bottom: -178px;
    left: -20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .tips__item.item03::before {
    bottom: -138px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item.item04 .left-box::after {
    width: 88px;
    height: auto;
    bottom: -130px;
    left: -20px;
    background-size: contain;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__item.item04 .left-box::after {
    width: 68px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item.item04::before {
    width: 280px;
    height: auto;
    top: inherit;
    bottom: -170px;
    right: -20px;
    z-index: -1;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .tips__item.item04::before {
    bottom: -130px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item.item05::before {
    width: 280px;
    height: auto;
    top: inherit;
    bottom: -178px;
    left: -20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 480px) {
  .tips__item.item05::before {
    bottom: -138px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .tips__sub-title-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__sub-title-box {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__item-box {
    padding: 32px 20px 24px 20px;
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .tips__item-box {
    padding: 24px 20px 20px 20px;
  }
}
@media screen and (max-width: 1060px) {
  .right-box {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .right-box::before {
    width: 48px;
    top: -50px;
    right: 0;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .right-box::before {
    width: 44px;
    top: -46px;
  }
}
@media screen and (max-width: 1060px) {
  .right-box::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 240px;
    height: 70px;
    position: absolute;
    bottom: -5em;
    right: 10px;
  }
  .right-box .tips__desc {
    padding-right: 0;
    font-size: 1.6rem;
  }
  .left-box {
    margin-right: auto;
    padding-left: 0;
  }
  .left-box::before {
    width: 48px;
    top: -50px;
    left: 0;
  }
}
@media screen and (max-width: 1060px) and (max-width: 440px) {
  .left-box::before {
    width: 44px;
    top: -46px;
  }
}
@media screen and (max-width: 1060px) {
  .left-box .tips__desc {
    padding-right: 0;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .tips__five-bg {
    background-color: #f8f4e1;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .tips__five-bg {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1060px) {
  .tips__item:not(:last-child) {
    margin-bottom: 160px;
  }
  .tips__item.item01 .right-box::after {
    width: 100px;
    bottom: -150px;
    right: -28px;
  }
  .tips__item.item01::before {
    width: 100%;
    bottom: -125px;
  }
  .tips__item.item01::after {
    height: 170px;
    bottom: -90px;
    left: 0;
  }
  .tips__item.item02::before {
    width: 100%;
    bottom: -142px;
  }
  .tips__item.item03 .right-box::before {
    z-index: 1;
    right: inherit;
    left: 0;
  }
  .tips__item.item03 .right-box::after {
    content: none;
  }
  .tips__item.item03::before {
    width: 100%;
    bottom: -127px;
    left: -20px;
  }
  .tips__item.item04 .left-box::after {
    width: 88px;
    height: auto;
    bottom: -130px;
    left: -20px;
    background-size: contain;
  }
  .tips__item.item04::before {
    width: 100%;
    bottom: -112px;
  }
  .tips__item.item05::before {
    width: 100%;
    bottom: -127px;
  }
  .tips__item .tips__item-box {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 641px) and (max-width: 1060px) {
  .tips__five .tips__item {
    max-width: 90%;
  }
  .tips__five .tips__item:nth-child(2n) {
    margin-left: auto;
  }
}
@media screen and (max-width: 375px) {
  .tips__five .section-title__main {
    font-size: 2.4rem;
  }
  .tips__five .tips__item.item03 .right-box::after {
    width: 120px;
    right: 30px;
  }
  .tips__five .tips__title {
    font-size: 1.6rem;
  }
  .right-box .tips__desc {
    font-size: 1.4rem;
  }
  .left-box .tips__desc {
    font-size: 1.4rem;
  }
}
/* =========================
   important セクション
========================= */
.tips__important {
  background: url(../img/bg-important.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  margin-top: -5%;
  padding-top: 160px;
  padding-bottom: 80px;
  z-index: 1;
}
.tips__important .wrapper {
  padding: 0 80px;
}
.tips__important::after {
  content: "";
  background: url(../img/important-img01.webp) no-repeat;
  background-size: contain;
  width: 600px;
  height: auto;
  aspect-ratio: 861/622;
  position: absolute;
  top: -5%;
  right: 40px;
}
.tips__important-box {
  width: 65%;
  position: relative;
  padding: 0 20px;
  margin-top: 60px;
}
.tips__important-box::before {
  content: "";
  background: url(../img/important-flame-left.webp) no-repeat;
  background-size: contain;
  width: 300px;
  height: auto;
  aspect-ratio: 368/204;
  position: absolute;
  top: -20%;
  left: -14%;
}
.tips__important-box::after {
  content: "";
  background: url(../img/important-flame-right.webp) no-repeat;
  background-size: contain;
  width: 300px;
  height: auto;
  aspect-ratio: 368/204;
  position: absolute;
  bottom: -20%;
  right: -14%;
}
.tips__important-box .section-title__main {
  margin-bottom: 40px;
}
.tips__important-box .section-title__desc {
  line-height: 1.8;
  letter-spacing: 0.01em;
  width: 95%;
}
.tips__important-box .section-title__desc span {
  font-weight: 700;
}

.tips__gallery {
  display: flex;
  margin-top: 120px;
  gap: 30px;
}
.tips__gallery li {
  width: calc((100% - 60px) / 3);
}
.tips__gallery li:nth-child(2) {
  padding-top: 60px;
}

@media screen and (max-width: 1060px) {
  .tips__important {
    margin-top: -5%;
    padding-top: 80px;
    padding-bottom: 100px;
    z-index: 1;
  }
  .tips__important .wrapper {
    padding: 0 20px;
  }
  .tips__important::after {
    background-size: contain;
  }
  .tips__important-box {
    width: 100%;
    padding: 0 40px;
    margin-top: 60px;
  }
  .tips__important-box::before {
    width: 200px;
    height: auto;
    top: -60px;
    left: -20px;
  }
  .tips__important-box::after {
    width: 200px;
    height: auto;
    bottom: -60px;
    right: -20px;
  }
  .tips__important-box .section-title__main {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 768px) {
  .tips__important-box .section-title__main {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .tips__important-box .section-title__desc {
    line-height: 1.6;
    letter-spacing: 0.01em;
    width: 100%;
  }
  .tips__gallery {
    gap: 10px;
  }
  .tips__gallery li {
    width: calc((100% - 20px) / 3);
  }
  .tips__gallery li:nth-child(2) {
    padding-top: 60px;
  }
}
@media screen and (min-width: 811px) and (max-width: 1060px) {
  .tips__important::after {
    width: 380px;
    top: -60px;
    right: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 810px) {
  .tips__important::after {
    width: 260px;
    top: -30px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .tips__important {
    padding-bottom: 60px;
  }
  .tips__important::after {
    width: 200px;
    top: -20px;
    right: 20px;
  }
  .tips__important .section-title__desc {
    font-size: 1.4rem;
  }
  .tips__important-box {
    width: 100%;
    padding: 0;
  }
  .tips__important-box::before {
    width: 100px;
    height: auto;
    top: -60px;
    left: -22px;
  }
  .tips__important-box::after {
    width: 100px;
    height: auto;
    bottom: -60px;
    right: -22px;
  }
  .tips__gallery {
    margin-top: 80px;
  }
}
/* =========================
   ng セクション
========================= */
.tips__ng {
  height: 680px;
  margin-top: -5%;
  padding-top: 80px;
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 1351px) {
  .tips__ng {
    padding-top: 140px;
    height: 760px;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1350px) {
  .tips__ng {
    padding-top: 100px;
    height: 740px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1250px) {
  .tips__ng {
    padding-top: 100px;
    height: 720px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .tips__ng {
    padding-top: 80px;
    height: 640px;
  }
}
@media screen and (min-width: 921px) and (max-width: 1000px) {
  .tips__ng {
    padding-top: 80px;
    height: 580px;
  }
}
@media screen and (min-width: 861px) and (max-width: 920px) {
  .tips__ng {
    padding-top: 80px;
    height: 540px;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .tips__ng {
    padding-top: 80px;
    height: 510px;
  }
}
@media screen and (min-width: 769px) {
  .tips__ng {
    background: url(../img/bg-ng.webp) no-repeat top left;
    background-size: cover;
    position: relative;
  }
}
.tips__ng img {
  width: 100%;
}
.tips__ng::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 70px;
  background: white;
  clip-path: polygon(0 100%, 0 0, 50% 70px, 100% 0, 100% 100%);
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .tips__ng::before {
    height: 50px;
    clip-path: polygon(0 100%, 0 0, 50% 50px, 100% 0, 100% 100%);
  }
}
@media screen and (max-width: 768px) {
  .tips__ng::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .tips__ng {
    margin-top: -3%;
    padding-top: 0;
    height: inherit;
  }
}
@media screen and (max-width: 768px) and (max-width: 560px) {
  .tips__ng {
    margin-top: -4%;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .tips__ng {
    margin-top: -5%;
  }
}
@media screen and (max-width: 768px) {
  .tips__ng .sp-ng {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .tips__ng .sp-ng {
    max-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .tips__ng .wrapper {
    padding: 0;
  }
  .tips__ng img {
    width: 100%;
  }
}
/* =========================
   tips__hearing セクション
========================= */
.tips__hearing {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  z-index: 1;
}
@media (max-width: 540px) {
  .tips__hearing {
    padding-bottom: 32px;
  }
}
.tips__hearing::before {
  content: "";
  background: url(../img/tips-hearing-square01.png) no-repeat;
  background-size: cover;
  width: 300px;
  aspect-ratio: 315/332;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1020px) {
  .tips__hearing::before {
    width: 200px;
  }
}
@media (max-width: 769px) {
  .tips__hearing::before {
    width: 120px;
    top: 0;
  }
}
.tips__hearing::after {
  content: "";
  background: url(../img/tips-hearing-square02.png) no-repeat;
  background-size: cover;
  width: 300px;
  aspect-ratio: 329/363;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1020px) {
  .tips__hearing::after {
    width: 200px;
  }
}
@media (max-width: 769px) {
  .tips__hearing::after {
    width: 120px;
  }
}
.tips__hearing__check {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  position: relative;
}
.tips__hearing__check::after {
  content: "";
  background: url(../img/tips-hearing-item01.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 619/557;
  position: absolute;
}
@media (min-width: 1401px) {
  .tips__hearing__check::after {
    width: 480px;
    top: -140px;
    right: 20px;
  }
}
@media (max-width: 1399px) {
  .tips__hearing__check::after {
    width: 380px;
    top: -140px;
    right: 20px;
  }
}
@media (max-width: 1020px) {
  .tips__hearing__check::after {
    width: 340px;
    top: -140px;
    right: 20px;
  }
}
@media (max-width: 880px) {
  .tips__hearing__check::after {
    width: 260px;
    top: -100px;
    right: 20px;
  }
}
@media (max-width: 769px) {
  .tips__hearing__check::after {
    width: 196px;
    top: -30px;
    right: 10px;
  }
}
@media (max-width: 620px) {
  .tips__hearing__check::after {
    width: 140px;
    top: inherit;
    bottom: -70px;
    right: 10px;
  }
}
@media (max-width: 540px) {
  .tips__hearing__check::after {
    content: none;
  }
}
.tips__hearing__check-left {
  padding-bottom: 20px;
  padding-left: 20px;
}
.tips__hearing__check-left p {
  margin-left: -12px;
  font-size: 1.8rem;
}
.tips__hearing__check-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tips__hearing__check-list li {
  font-size: 2.2rem;
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
}
.tips__hearing__check-list li::before {
  content: "";
  background-image: url("../img/check-mark.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .tips__hearing {
    padding-top: 40px;
  }
  .tips__hearing .section-title__main {
    font-size: 2.4rem;
  }
  .tips__hearing__check {
    gap: 10px;
    margin-top: 28px;
  }
  .tips__hearing__check-left {
    padding-left: 16px;
  }
  .tips__hearing__check-left p {
    font-size: 1.4rem;
  }
  .tips__hearing__check-list {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .tips__hearing__check-list li {
    font-size: 1.6rem;
    padding-left: 16px;
  }
  .tips__hearing__check-list li::before {
    width: 16px;
    height: 16px;
    left: -4px;
  }
}
@media screen and (min-width: 1120px) {
  .tips__hearing {
    background-size: cover;
    background-position: center;
  }
}
/* =========================
   related-articles セクション
========================= */
.related-articles {
  background: url(../img/bg-tips-related-articles.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  z-index: 1;
}
.related-articles .section-header {
  margin-bottom: 60px;
}
.related-articles .section-header img {
  width: 120px;
}
.related-articles .related-articles__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.related-articles .related-articles__list .related-articles__item {
  width: calc((100% - 32px) / 3);
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  padding: 16px 16px 40px 16px;
  border-radius: 30px;
  position: relative;
}
.related-articles .related-articles__list .related-articles__item img {
  width: 100%;
}
.related-articles .related-articles__list .related-articles__item::after {
  content: "";
  display: inline-block;
  background-image: url("../img/purchase-item-arrow.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.related-articles .related-articles__list .related-articles__item .related-articles__item-date {
  margin: 20px 0 16px 0;
  padding: 0 16px;
  text-align: left;
}
.related-articles .related-articles__list .related-articles__item .related-articles__item-desc {
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .related-articles {
    padding-top: 48px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .related-articles {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .related-articles .section-header {
    margin-bottom: 60px;
  }
  .related-articles .section-header .section-title {
    text-align: inherit;
  }
  .related-articles .section-header img {
    width: 96px;
    margin-left: auto;
  }
  .related-articles .related-articles__list {
    display: flex;
  }
  .related-articles .related-articles__list .related-articles__item {
    width: 100%;
  }
  .related-articles .related-articles__list .related-articles__item .related-articles__item-date {
    margin: 20px 0 10px 0;
    padding: 0 8px;
    text-align: left;
  }
  .related-articles .related-articles__list .related-articles__item .related-articles__item-desc {
    padding: 0 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .related-articles .related-articles__list .related-articles__item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .related-articles {
    background-size: contain;
    background-repeat: repeat;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .related-articles {
    padding-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  .related-articles .wrapper {
    background-color: #f8f4e1;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .related-articles .wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) and (max-width: 440px) {
  .related-articles .wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .related-articles .section-header {
    margin-bottom: 40px;
  }
  .related-articles .section-header img {
    width: 76px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .related-articles .related-articles__list .related-articles__item {
    width: calc((100% - 16px) / 2);
  }
}
/* =========================
   店頭買取・相談ページ
========================= */
/* =========================
   store-purchase セクション
========================= */
.store-purchase {
  margin-top: 24px;
}
@media screen and (min-width: 961px) {
  .store-purchase .title-break {
    display: none;
  }
}
.store-purchase .wrapper:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 440px) {
  .store-purchase .wrapper:first-child {
    margin-bottom: 24px;
  }
}
.store-purchase .wrapper:first-child .two-column {
  align-items: center;
}
.store-purchase .wrapper:first-child .two-column__left, .store-purchase .wrapper:first-child .two-column__right {
  flex: 0 0 calc(50% - 30px);
}
.store-purchase.header .section-desc {
  margin-top: 40px;
}
.store-purchase__content {
  background: url(../img/bg-store-purchase.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 1401px) {
  .store-purchase__content {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1400px) {
  .store-purchase__content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .store-purchase__content {
    background-size: contain;
    background-repeat: repeat;
  }
}
.store-purchase__content .worries-banner {
  position: relative;
}
.store-purchase__content .worries-banner::before {
  content: "";
  background-image: url("../img/dots.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 100px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.store-purchase__copy {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 100px 0 140px 0;
}

@media screen and (max-width: 768px) {
  .store-purchase {
    margin-top: 24px;
  }
  .store-purchase .wrapper {
    margin-bottom: 48px;
  }
  .store-purchase .wrapper .two-column {
    flex-direction: column;
    gap: 20px;
  }
  .store-purchase .wrapper .two-column__left, .store-purchase .wrapper .two-column__right {
    flex: 0 0 100%;
  }
  .store-purchase.header .section-desc {
    margin-top: 32px;
  }
  .store-purchase__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store-purchase__content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .store-purchase__content .worries-banner::before {
    background-size: contain;
    height: 60px;
  }
  .store-purchase__copy {
    font-size: 2.2rem;
    margin: 72px 0 40px 0;
  }
}
/* =========================
   store セクション
========================= */
.store {
  padding-top: 80px;
  padding-bottom: 80px;
}
.store .section-title {
  margin-bottom: 0;
}
.store__box {
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  border-radius: 30px;
  padding: 40px 28px;
}
.store__info {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.store__place, .store__hours {
  display: flex;
  flex: 0 0 calc(50% - 16px);
  flex-direction: column;
}
.store__address, .store__time {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.store__hours .store__shop {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.store__place iframe {
  width: 100%;
  height: 100%;
}
.store__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  margin-top: 32px;
}
.store__tel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.store .number {
  font-size: 6.4rem;
  padding-left: 54px;
}
.store .number::after {
  width: 48px;
  height: auto;
  left: -10px;
}
.store__sub-tel {
  font-size: 2.4rem;
}
.store .sub-number {
  font-size: 4.5rem;
}

@media screen and (max-width: 960px) {
  .store {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #f8f4e1;
  }
  .store-purchase__why-we-started {
    background-color: #f8f4e1;
  }
  .store__address, .store__time {
    text-align: center;
    margin-bottom: 10px;
  }
  .store__shop, .store__place iframe {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .store {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .store .section-header {
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }
  .store .section-header img {
    width: 28%;
  }
  .store__box {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store__box {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .store__info {
    flex-direction: column;
    gap: 24px;
  }
  .store__address, .store__time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .store__address, .store__time {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .store__cta {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-top: 32px;
  }
  .store .number {
    font-size: 3.8rem;
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store .number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .store .number::after {
    width: 24px;
    left: -18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .store .number::after {
    width: 22px;
    left: -16px;
  }
}
@media screen and (max-width: 768px) {
  .store__sub-tel {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 12px;
  }
  .store .sub-number {
    font-size: 2.4rem;
  }
  .store .store__banner-box {
    display: flex;
    gap: 16px;
    margin-top: 20px;
  }
  .store .store__banner-box img {
    width: calc((100% - 16px) / 2);
    height: 100px;
  }
}
@media screen and (max-width: 960px) {
  .store__info {
    flex-direction: column;
  }
}
@media screen and (max-width: 1120px) {
  .store .store__banner-box {
    display: flex;
    gap: 16px;
    margin-top: 20px;
  }
  .store__cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .store .store__banner-box img {
    height: 80px;
  }
}
@media screen and (min-width: 1121px) {
  .store__cta .pc-only {
    display: block !important;
  }
  .store__cta .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .store__cta .pc-only {
    display: none !important;
  }
  .store__cta .sp-only {
    display: block !important;
  }
}
/* =========================
  store-purchase__why-we-started セクション
========================= */
.store-purchase__why-we-started .section-title {
  margin-bottom: 40px;
}
.store-purchase__why-we-started .section-title__sub {
  font-size: 1.2rem;
}
.store-purchase__why-we-started .two-column__left {
  flex: 0 0 calc(50% - 60px);
}
.store-purchase__why-we-started .two-column__right {
  flex: 0 0 50%;
}

@media screen and (max-width: 960px) {
  .store-purchase__why-we-started .section-title {
    margin-bottom: 24px;
    align-items: center;
  }
  .store-purchase__why-we-started .two-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 451px) and (max-width: 960px) {
  .store-purchase__why-we-started .two-column {
    flex-direction: column;
  }
  .store-purchase__why-we-started .two-column__right {
    padding-left: 0;
  }
  .store-purchase__why-we-started .two-column__right .heading {
    text-align: center;
  }
  .store-purchase__why-we-started .two-column__left img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .store-purchase__why-we-started .two-column {
    gap: 24px;
  }
  .store-purchase__why-we-started .two-column__left img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .store-purchase__why-we-started .section-title__sub {
    letter-spacing: 0.05em;
  }
  .store-purchase__why-we-started .two-column .heading {
    font-size: 1.5rem;
  }
  .store-purchase__why-we-started .two-column__text {
    font-size: 1.4rem;
  }
}
/* =========================
   store-purchase__solve セクション
========================= */
.solve {
  padding-top: 80px;
  padding-bottom: 40px;
}
.solve__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.solve__item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.solve__item {
  width: calc((100% - 32px) / 2);
}
.solve__item-header {
  background-color: #d19f01;
  color: #ffffcf;
  text-align: center;
  font-size: 3rem;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.solve__item-header img {
  height: 40px;
}
.solve__item-content {
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  border-radius: 0 0 0 100px;
  padding: 24px 40px 40px 40px;
  display: flex;
  flex-direction: column;
}
.solve__item-content .inner-box1 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 4px;
}
.solve__item-content .inner-box1 .text-glay {
  font-size: 2rem;
  padding: 4px 16px;
  background-color: #dfdfdf;
  height: -moz-fit-content;
  height: fit-content;
}
.solve__item-content .inner-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-left: 11em;
  margin-bottom: 10px;
}
.solve__item-content .inner-box3 img {
  height: 120px;
}
.solve__char-box {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .solve {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .solve {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .solve__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .solve__title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .solve__item-box {
    gap: 28px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .solve__item-box {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .solve__item {
    width: 100%;
    margin: 0 auto;
  }
  .solve__item-header {
    padding: 10px 0;
  }
  .solve__item-header img {
    height: 22px;
  }
  .solve__item-content {
    padding: 24px 12px;
  }
  .solve__item-content .inner-box1 {
    display: flex;
    align-items: center;
    gap: 2.1em;
    margin-bottom: 10px;
  }
  .solve__item-content .inner-box1 img {
    height: 60px;
  }
  .solve__item-content .inner-box1 .text-glay {
    font-size: 1.6rem;
    padding: 4px 12px;
  }
  .solve__item-content .inner-box2 {
    gap: 20px;
    padding-left: 5.2em;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1018px) {
  .solve__item-box {
    max-width: 550px;
  }
  .solve__item {
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 1018px) {
  .solve__item-content {
    padding: 24px 34px;
  }
}
@media screen and (max-width: 464px) {
  .solve__item-content {
    border-radius: 0;
  }
  .solve__item-content .inner-box3 img {
    width: 100%;
    height: auto;
  }
}
/* =========================
   store-purchase__steps セクション
========================= */
.store-purchase__steps {
  background: url(../img/bg-store-purchase-steps.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  z-index: 1;
}
.store-purchase__steps .section-header img {
  width: 120px;
}
.store-purchase__steps-box {
  background-color: #FFF;
  padding: 60px 120px;
}
.store-purchase__steps-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
}
.store-purchase__steps-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 130px;
  width: 18px;
  background: linear-gradient(180deg, #faeab6 0%, #00482e 100%);
  border-radius: 9px;
  z-index: 1;
}
.store-purchase__steps-item {
  background-color: #e0f0cf;
  border-radius: 15px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}
.store-purchase__steps-item .step-detail {
  font-size: 2rem;
  font-weight: 700;
}
.store-purchase__steps-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #9b2a32;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .store-purchase__steps {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store-purchase__steps {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .store-purchase__steps .section-header {
    gap: 0;
    justify-content: space-between;
  }
  .store-purchase__steps .section-header .section-title {
    text-align: inherit;
  }
  .store-purchase__steps .section-header img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .store-purchase__steps .section-header img {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .store-purchase__steps-box {
    padding: 20px;
  }
  .store-purchase__steps-list {
    gap: 12px;
    padding: 12px 0;
    margin-bottom: 20px;
  }
  .store-purchase__steps-list::before {
    top: 0;
    bottom: 0;
    left: -17px;
    width: 14px;
  }
  .store-purchase__steps-item {
    padding: 12px 20px 24px 20px;
    flex-direction: column;
    gap: 16px;
  }
  .store-purchase__steps-item img {
    width: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store-purchase__steps-item .step-detail {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 380px) {
  .store-purchase__steps-item .step-detail {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 345px) {
  .store-purchase__steps-item .step-detail {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .store-purchase__steps-item .step-detail {
    font-size: 1.4rem;
  }
}
/* =========================
   FAQ セクション
========================= */
.store-purchase-faq {
  background: url(../img/bg-store-purchase-faq.webp) no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.store-purchase-faq .section-header {
  gap: 60px;
}
.store-purchase-faq .section-header img {
  width: 120px;
}
.store-purchase-faq__item:not(:last-child) {
  margin-bottom: 48px;
}
.store-purchase-faq__question {
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 5px 0 5px 20px;
  background: #FFF;
  margin-bottom: 20px;
  align-items: flex-start;
}
.store-purchase-faq__answer {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 4px 0 4px 20px;
}
.store-purchase-faq__answer .store-purchase-faq__answer-main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.store-purchase-faq__answer .store-purchase-faq__answer-main .store-purchase-faq__number {
  padding-right: 30px;
}
.store-purchase-faq__answer-detail {
  font-weight: 400;
}
.store-purchase-faq__answer-detail span {
  font-weight: 700;
}
.store-purchase-faq .store-purchase-faq__number {
  padding-right: 30px;
  font-size: 2.4rem;
}
.store-purchase-faq .store-purchase-faq__text {
  flex: 1;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .store-purchase-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store-purchase-faq {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .store-purchase-faq .section-header {
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
  }
  .store-purchase-faq .section-header .section-title {
    text-align: inherit;
  }
  .store-purchase-faq .section-header img {
    width: 80px;
  }
  .store-purchase-faq__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store-purchase-faq__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .store-purchase-faq__question {
    padding: 5px 10px;
    margin-bottom: 12px;
  }
  .store-purchase-faq__answer {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .store-purchase-faq__answer .store-purchase-faq__answer-main {
    margin-bottom: 12px;
    align-items: inherit;
  }
  .store-purchase-faq__answer .store-purchase-faq__answer-main .store-purchase-faq__number {
    padding-right: 16px;
  }
  .store-purchase-faq .store-purchase-faq__number {
    padding-right: 16px;
    font-size: 1.6rem;
  }
  .store-purchase-faq .store-purchase-faq__text {
    font-size: 1.6rem;
  }
}
.store-purchase-faq__question .store-purchase-faq__number img {
  width: 36px;
  padding-bottom: 2px;
}

.store-purchase-faq__answer-main .store-purchase-faq__number img {
  width: 36px;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .store-purchase-faq__question .store-purchase-faq__number img {
    width: 30px;
    min-width: 30px;
    padding-top: 5px;
  }
  .store-purchase-faq__answer-main .store-purchase-faq__number img {
    width: 30px;
    min-width: 30px;
    padding-bottom: 2px;
  }
}
/* =========================
   Aboutus セクション
========================= */
.store-purchase__about-us {
  padding-top: 60px;
  padding-bottom: 80px;
}
.store-purchase__about-us .section-title {
  align-items: center;
}
.store-purchase__about-us .comics {
  margin-top: 48px;
  text-align: center;
}
.store-purchase__about-us .comics img {
  width: 800px;
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .store-purchase__about-us {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .store-purchase__about-us .section-title {
    align-items: center;
  }
  .store-purchase__about-us .comics {
    margin-top: 48px;
    text-align: center;
  }
  .store-purchase__about-us .comics img {
    width: 500px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .store-purchase__about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store-purchase__about-us {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .store-purchase__about-us .comics {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .store-purchase__about-us .comics {
    margin-top: 24px;
  }
}
/* =========================
   news-list セクション
========================= */
.news-list {
  background: url(../img/bg-news-list.webp) no-repeat top left;
  background-size: cover;
  background-position: left top;
  position: relative;
  padding-top: 170px;
  padding-bottom: 60px;
}
.news-list::after {
  content: "";
  background: url(../img/news-list-char1.webp) no-repeat;
  background-size: cover;
  width: 140px;
  aspect-ratio: 180/175;
  position: absolute;
  top: 0;
  right: 5.5vw;
}
.news-list .category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 120px;
  justify-content: center;
  margin-bottom: 60px;
}
.news-list .category__item {
  width: calc((100% - 40px) / 5);
  padding: 8px 10px;
  border: 2px solid #00482e;
  border-radius: 25px;
  background-color: #fff;
  color: #00482e;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  text-align: center;
}
.news-list .category__item a {
  display: block;
}
.news-list .category__item:hover {
  background-color: #00482e;
  color: #fff;
}
.news-list .category__item.active {
  background-color: #00482e;
  color: #fff;
  border-color: #00482e;
}
.news-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.news-list__list .news-list__item {
  width: calc((100% - 32px) / 3);
  background-color: #FFF;
  box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
  border-radius: 30px;
  position: relative;
}
.news-list__list .news-list__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 16px 40px 16px;
}
.news-list__list .news-list__item a:hover {
  opacity: 0.7;
}
.news-list__list .news-list__item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-list__list .news-list__item::after {
  content: "";
  display: inline-block;
  background-image: url("../img/purchase-item-arrow.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list__list .news-list__item .news-list__item-date {
  margin: 20px 0 16px 0;
  padding: 0 16px;
  text-align: left;
}
.news-list__list .news-list__item .news-list__item-desc {
  padding: 0 16px;
}
.news-list__list .news-list__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 20px 0 16px 0;
}

@media screen and (max-width: 960px) {
  .news-list-header {
    padding-top: 24px;
  }
  .news-list {
    background: url(../img/bg-news-list.webp) repeat top left;
    background-size: contain;
  }
  .news-list .wrapper {
    background-color: #f9f2e0;
  }
}
@media screen and (max-width: 768px) {
  .news-list-header {
    padding-top: 24px;
  }
  .news-list {
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .news-list {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .news-list::after {
    content: "";
    background: url(../img/news-list-char1.webp) no-repeat;
    background-size: cover;
    width: 110px;
    aspect-ratio: 180/175;
    position: absolute;
    top: -45px;
    right: 5.5vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .news-list::after {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .news-list .category__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    justify-content: inherit;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .news-list .category__list {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .news-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .news-list__list .news-list__item {
    width: 100%;
    background-color: #FFF;
    box-shadow: -6.5px 6.7px 16px rgba(31, 31, 31, 0.23);
    border-radius: 30px;
    position: relative;
  }
  .news-list__list .news-list__item::after {
    content: "";
    display: inline-block;
    background-image: url("../img/purchase-item-arrow.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .news-list__list .news-list__item .news-list__item-date {
    margin: 20px 0 16px 0;
    padding: 0 16px;
    text-align: left;
  }
  .news-list__list .news-list__item .news-list__item-desc {
    padding: 0 16px;
  }
  .news-list__list .news-list__item .news-list__item-title {
    font-size: 1.6rem;
    margin: 16px 0 12px 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .news-list__list .news-list__item .news-list__item-title {
    font-size: 1.5rem;
    margin: 12px 0 8px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .news-list__list .news-list__item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  .news-list__list {
    max-width: 440px;
    margin: 0 auto;
  }
  .news-list .category__list {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .news-list .category__item {
    width: calc((100% - 20px) / 3);
    font-size: 13px;
  }
}
@media screen and (max-width: 440px) {
  .news-list .category__item {
    width: calc((100% - 10px) / 2);
  }
}
.article-body {
  background: url(../img/bg-article.webp) no-repeat top left;
  background-size: cover;
}

.article {
  padding-bottom: 160px;
}

.article__header {
  margin-top: 20px;
  margin-bottom: 60px;
}
.article__header-inner {
  display: flex;
  gap: 60px;
}
.article__header-left {
  flex: 6;
}
.article__header-right {
  flex: 4;
}

.article-date {
  font-size: 1.8rem;
  margin-bottom: 32px;
}

.article__container {
  background-color: #FFF;
  padding: 60px 140px;
}

@media screen and (max-width: 768px) {
  .article {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .article {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .article__header {
    padding-top: 24px;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .article__header {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .article__header-inner {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .article__header-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .article__header-left {
    flex: 1;
  }
  .article__header-right {
    flex: 1;
  }
  .article-date {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .article-date {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .article__container {
    background-color: #FFF;
    padding: 28px 20px 20px 20px;
  }
}
.article-pr {
  background: url(../img/bg-article-pr.webp) no-repeat top left;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 120px;
}
.article-pr .section-title {
  line-height: 1.6;
  margin-bottom: 0;
  gap: 10px;
}
.article-pr .section-title__main {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
}
.article-pr .section-title__items {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}
.article-pr .section-title__items .section-title__green {
  color: #FFF;
  background-color: #4f7c2d;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
}
.article-pr .section-title__highlight {
  display: block;
}
.article-pr .section-title__highlight .section-title__gold {
  font-size: 4.4rem;
  font-weight: 600;
}
.article-pr .section-title__highlight .section-title__big {
  font-size: 4.4rem;
  font-weight: 700;
}
.article-pr .section-title .section-title__small {
  font-size: 3.2rem;
  padding: 0 1px;
}

.pr-about-us {
  margin-bottom: 40px;
}
.pr-about-us .wrapper {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.pr-about-us__item {
  width: calc((100% - 20px) / 2);
  padding: 36px 40px;
  background: url(../img/bg-article-pr-green.webp) no-repeat top left;
  background-size: contain;
  aspect-ratio: 1/1;
}
.pr-about-us__item h3 {
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-top: 4px;
  margin-bottom: 24px;
}
.pr-about-us__item h3::before, .pr-about-us__item h3::after {
  content: "";
  background-image: url("../img/red-diamonds.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: auto;
  aspect-ratio: 27/21;
  position: absolute;
}
.pr-about-us__item h3::before {
  top: 0px;
  left: -40px;
}
.pr-about-us__item h3::after {
  top: 0px;
  right: -40px;
}
.pr-about-us__item p {
  margin-bottom: 16px;
}
.pr-about-us__item .other {
  margin-top: 32px;
}

.banner-list {
  margin-bottom: 80px;
}
.banner-list__wrapper {
  display: flex;
  gap: 20px;
}
.banner-list__wrapper.wrapper01 {
  margin-bottom: 40px;
}
.banner-list-left {
  width: calc(50% - 10px);
}
.banner-list-right {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner-list-right img {
  width: calc(50% - 10px);
}
.banner-list__wrapper.wrapper02 img:nth-child(1) {
  width: calc((100% - 60px) * 0.4);
  aspect-ratio: 511/271;
}
.banner-list__wrapper.wrapper02 img:nth-child(2), .banner-list__wrapper.wrapper02 img:nth-child(3), .banner-list__wrapper.wrapper02 img:nth-child(4) {
  width: calc((100% - 60px) * 0.2);
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1200px) {
  .article-pr {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .article-pr .section-header {
    justify-content: center;
    gap: 10px;
  }
  .article-pr .section-title {
    padding-left: 0;
    margin-bottom: 0;
    gap: 6px;
  }
  .article-pr .section-title__main {
    font-size: 2.4rem;
  }
  .article-pr .section-title__items {
    display: block;
    font-size: 2.8rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .article-pr .section-title__highlight .section-title__gold {
    font-size: 3.2rem;
  }
  .article-pr .section-title__highlight .section-title__big {
    font-size: 3.2rem;
  }
  .article-pr .section-title .section-title__small {
    font-size: 2rem;
    padding: 0 2px;
  }
  .article-pr .section-title__desc {
    padding-left: 0;
  }
  .article-pr .section-header img {
    width: 200px;
  }
  .pr-about-us {
    margin-bottom: 40px;
  }
  .pr-about-us .wrapper {
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
  .pr-about-us__item {
    width: 100%;
    max-width: 545px;
    padding: 32px 50px;
    margin: 0 auto;
    background: url(../img/bg-article-pr-green.webp) no-repeat top center;
    background-size: cover;
  }
  .pr-about-us__item h3 {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .pr-about-us__item p {
    margin-bottom: 15px;
  }
  .pr-about-us__item .other {
    margin-top: 32px;
  }
  .banner-list {
    margin-bottom: 60px;
  }
  .banner-list__wrapper {
    max-width: 545px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .banner-list__wrapper.wrapper01 {
    margin-bottom: 32px;
  }
  .banner-list-left {
    width: 100%;
  }
  .banner-list-right {
    width: 100%;
    gap: 10px;
  }
  .banner-list-right img {
    width: calc(50% - 5px);
  }
  .banner-list__wrapper.wrapper02 img:nth-child(1) {
    width: 100%;
  }
  .banner-list__wrapper.wrapper02 img:nth-child(2), .banner-list__wrapper.wrapper02 img:nth-child(3), .banner-list__wrapper.wrapper02 img:nth-child(4) {
    width: 100%;
  }
}
@media screen and (min-width: 583px) and (max-width: 1200px) {
  .article-pr .section-title__desc {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .pr-about-us__item {
    max-width: inherit;
  }
}
@media screen and (max-width: 500px) {
  .pr-about-us {
    margin-bottom: 40px;
  }
  .pr-about-us__item {
    padding: 28px 20px;
  }
  .pr-about-us .wrapper {
    gap: 20px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 500px) {
  .article-pr {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .article-pr .section-header {
    gap: 24px;
    flex-direction: column-reverse;
    position: relative;
  }
  .article-pr .section-title {
    line-height: 1.2;
  }
  .article-pr .section-title__main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 386px) {
  .article-pr .section-title__main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 364px) {
  .article-pr .section-title__main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .article-pr .section-title__items {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 386px) {
  .article-pr .section-title__items {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 364px) {
  .article-pr .section-title__items {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 340px) {
  .article-pr .section-title__items .section-title__green {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 500px) {
  .article-pr .section-title__highlight .section-title__gold {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 364px) {
  .article-pr .section-title__highlight .section-title__gold {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .article-pr .section-title__highlight .section-title__big {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) and (max-width: 364px) {
  .article-pr .section-title__highlight .section-title__big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .article-pr .section-title__highlight .section-title__small {
    font-size: 1.6rem;
  }
  .article-pr .section-header img {
    width: 120px;
    position: absolute;
    right: 0;
    top: -70px;
    align-items: inherit;
  }
}
.article-others__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.article-others__link a {
  color: #0144fc;
  text-decoration: underline;
}

.article-video__embed {
  margin-top: 40px;
  max-width: 50%;
}
.article-video__embed iframe {
  width: 100%;
  height: auto;
}

.youtube-iframe {
  border: 0; /* frameborder=0 と同じ効果 */
}

@media screen and (max-width: 1200px) {
  .article-others .wrapper {
    max-width: 545px;
    margin: 0 auto;
  }
  .article-others__title {
    font-size: 2rem;
  }
  .article-video .wrapper {
    max-width: 545px;
    margin: 0 auto;
  }
  .article-video__embed {
    margin-top: 32px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article-others__title {
    font-size: 2rem;
    text-align: center;
  }
}
.not-found {
  padding: 60px 0;
}
.not-found h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
.not-found .txt {
  margin-bottom: 40px;
}
.not-found .section-btn {
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */