@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

a[href^="tel:"] {
  pointer-events: auto;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 12px;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 12px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

a,
span {
  display: inline-block;
}

/*--------------------------------------------
 * PC固定幅（1280px）
 *--------------------------------------------*/
html {
  min-width: 1280px;
  scroll-padding-top: 80px;
}

body {
  padding-top: 80px;
}

.page {
  box-sizing: border-box;
  width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

/*--------------------------------------------
 * 共通部分
 *--------------------------------------------*/
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

/* --------------------------------------------
 * ヘッダー（PC 1280px）
 * -------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header__announce {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 8px 32px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}

.header__main {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 32px;
}

.header__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.header__logo img {
  display: block;
  width: auto;
  max-width: 164px;
  height: 48px;
  object-fit: contain;
}

.header__contact {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}

.header__contact-lead {
  margin: 0;
  max-width: 720px;
  color: #4f4f4f;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  text-align: right;
}

.header__contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e60012;
  line-height: 1;
  text-decoration: none;
}

.header__tel-icon {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.header__tel-num {
  color: #e60012;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-text-fill-color: #e60012;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
}

.header__btn {
  display: block;
  line-height: 0;
}

.header__btn--mail img {
  display: block;
  width: auto;
  max-height: 48px;
  object-fit: contain;
}

/* --------------------------------------------
 * FV（PC：背景全幅・ビジュアル1000px）
 * -------------------------------------------- */
.fv {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
  line-height: 0;
  background: #b8d9f0 url("../images/fv_bg.webp") center top/cover no-repeat;
}

.fv__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

.fv__hero {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.fv__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
}

.fv__bottom {
  width: 100%;
  max-width: 724px;
  margin: 16px auto 0;
}

.fv__cta {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}

.fv__cta-base {
  display: block;
  width: 100%;
  height: auto;
}

.fv__cta-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  /* 右端の chevron エリア（画像上の矢印）と被らない余白 */
  padding: 12px 11% 0 3%;
  pointer-events: none;
}

.fv__cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: 100%;
}

.fv__cta-icon {
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.fv__cta-tel {
  flex-shrink: 1;
  min-width: 0;
  color: #ff0000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-text-fill-color: #ff0000;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------
 * FV下 CTA（#2C2C2C 全幅・赤枠画像にテキスト重ね）
 * -------------------------------------------- */
.fv-cta {
  box-sizing: border-box;
  width: 100%;
  margin: -10px 0 0;
  padding: 0 0 28px;
  position: relative;
  z-index: 1;
  background-color: #2c2c2c;
}

.fv-cta__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.fv-cta__card {
  position: relative;
  width: 100%;
  aspect-ratio: 1928/312;
  line-height: 0;
  overflow: hidden;
  --stage-scale: 1;
}

.fv-cta__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1928px;
  height: 312px;
  transform: scale(var(--stage-scale));
  transform-origin: top left;
}

.fv-cta__plate {
  display: block;
  width: 1928px;
  max-width: none;
  height: 312px;
  object-fit: contain;
}

.fv-cta__overlay {
  position: absolute;
  top: 19px;
  right: 31px;
  bottom: 19px;
  left: 27%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px 39px;
  box-sizing: border-box;
  padding: 0 15px 0 0;
  pointer-events: none;
}

.fv-cta__overlay a {
  pointer-events: auto;
}

.fv-cta__tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  flex: 0 1 auto;
  min-width: max-content;
  margin-left: -193px;
}

.fv-cta__tel {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  line-height: 1;
  text-decoration: none;
  color: #e60012;
}

.fv-cta__tel-icon {
  display: block;
  flex-shrink: 0;
  width: 116px;
  height: 116px;
  object-fit: contain;
}

.fv-cta__tel-num {
  flex-shrink: 0;
  color: #ff0000;
  font-size: 135px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-text-fill-color: #ff0000;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.fv-cta__note {
  margin: 0;
  max-width: none;
  width: max-content;
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  white-space: nowrap;
}

.fv-cta__mail {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  transform: translateY(-19px);
}

.fv-cta__mail img {
  display: block;
  width: 391px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

/* --------------------------------------------
 * CTA（PC・cta_section_pc ＋ オーバーレイ）
 * -------------------------------------------- */
.lp-cta {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 36px 20px 44px;
}

.lp-cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: max(100vw, 1280px);
  transform: translateX(-50%);
  background-color: #2c2c2c;
  z-index: -1;
}

.lp-cta__inner {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
}

.lp-cta__card {
  position: relative;
  width: 100%;
  aspect-ratio: 2010/796;
  line-height: 0;
  border: 2px solid #fff;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  --stage-scale: 1;
}

.lp-cta__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 2010px;
  height: 796px;
  transform: scale(var(--stage-scale));
  transform-origin: top left;
}

.lp-cta__base {
  display: block;
  width: 2010px;
  max-width: none;
  height: 796px;
  object-fit: contain;
}

.lp-cta__overlay {
  position: absolute;
  z-index: 1;
  top: 183px;
  right: 50px;
  bottom: 334px;
  left: 500px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  min-width: 0;
  overflow: visible;
  padding: 16px 24px 0 8px;
  pointer-events: none;
}

.lp-cta__overlay a {
  pointer-events: auto;
}

.lp-cta__top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
}

.lp-cta__tel {
  display: inline-flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 28px;
  max-width: none;
  min-width: auto;
  margin-left: 0;
  line-height: 1;
  text-decoration: none;
  color: #ff0000;
}

.lp-cta__tel-icon {
  display: block;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.lp-cta__tel-num {
  flex: 0 0 auto;
  min-width: auto;
  color: #ff0000;
  font-size: 116px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-text-fill-color: #ff0000;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
  text-shadow: 0 0.04em 0.08em rgba(0, 0, 0, 0.18);
}

.lp-cta__mail {
  display: block;
  flex: 0 1 auto;
  max-width: none;
  min-width: auto;
  line-height: 0;
  margin-top: 15px;
}

.lp-cta__mail img {
  display: block;
  width: 396px;
  max-width: none;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

.lp-cta__lead {
  align-self: flex-start;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  margin: 0;
  margin-top: 2px;
  margin-left: 0;
  padding: 0;
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.lp-cta__lead-prefix {
  color: #000;
}

.lp-cta__lead-accent {
  color: #ff0000;
}

.lp-cta__footer-msg {
  position: absolute;
  z-index: 2;
  left: 40px;
  right: 40px;
  bottom: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  min-height: 0;
  margin: 0;
  padding: 0 24px;
  overflow: hidden;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.03em;
  pointer-events: none;
}

/* --------------------------------------------
 * 動的メッセージ
 * -------------------------------------------- */
.fv-status {
  margin: 10px 0 0;
  padding: 0 32px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

/* --------------------------------------------
 * CTAバナー（背景 cta.png + 緑 btn_section）
 * -------------------------------------------- */
.cta-banner {
  padding: 10px 20px 5px;
  background-color: #fff;
}

.cta-banner__inner {
  max-width: 100%;
  margin: 0 auto;
}

.cta-banner__card {
  position: relative;
}

.cta-banner__bg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.cta-banner__cta {
  position: relative;
  z-index: 2;
  display: block;
  width: 92%;
  max-width: 720px;
  margin-top: -72px;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  /* 緑ボタン上端が cta 画像の白エリアに重なる */
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
}

.cta-banner__btn-base {
  display: block;
  width: 100%;
  height: auto;
}

.cta-banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 11% 0 3%;
  pointer-events: none;
}

.cta-banner__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: 100%;
}

.cta-banner__icon {
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cta-banner__tel {
  flex-shrink: 1;
  min-width: 0;
  color: #ff0000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-text-fill-color: #ff0000;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------
 * サービス
 * -------------------------------------------- */
.service {
  padding: 16px 20px;
  background-color: #fff;
}

.service__inner {
  max-width: 100%;
  margin: 0 auto;
}

.service__img {
  display: block;
  width: 60%;
  height: auto;
  margin-inline: auto;
}

/* --------------------------------------------
 * 流れ
 * -------------------------------------------- */
.flow {
  padding: 0 20px 24px;
  background-color: #fff;
  margin-top: 30px;
}

.flow__inner {
  max-width: 100%;
  margin: 0 auto;
}

.flow__img {
  display: block;
  width: 80%;
  height: auto;
  margin-inline: auto;
}

/* --------------------------------------------
 * 比較
 * -------------------------------------------- */
.comparison {
  padding: 16px 20px 24px;
  background-color: #fff;
}

.comparison__inner {
  max-width: 100%;
  margin: 0 auto;
}

.comparison__title-img {
  display: block;
  width: 80%;
  height: auto;
  margin-bottom: 12px;
  margin-inline: auto;
}

.comparison__img {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------------------------------------
 * サービス宣言
 * -------------------------------------------- */
.announce {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 24px;
  padding: 0 20px;
  border: 1px solid #000;
  background-color: #fff;
  overflow: hidden;
}

.announce__hero {
  display: block;
  width: 100%;
  height: auto;
}

.announce__body {
  box-sizing: border-box;
  margin: 0;
  padding: 28px 32px 36px;
}

.announce__text {
  margin: 0 0 20px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

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

/* --------------------------------------------
 * よくある質問
 * -------------------------------------------- */
.faq {
  padding: 16px 20px 32px;
  background-color: #fff;
}

.faq__heading {
  margin: 0 0 12px;
  line-height: 0;
}

.faq__title-img {
  display: block;
  width: 70%;
  height: auto;
  margin-inline: auto;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  max-width: 900px;
  margin-inline: auto;
  width: 100%;
}

.faq__q {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 12px;
  border: none;
  background-color: #e9f7ff;
  color: #000;
  font-family: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.faq__q-label {
  flex-shrink: 0;
  font-size: 26px;
  font-weight: 400;
}

.faq__q-text {
  flex: 1;
  min-width: 0;
}

.faq__q-icon {
  flex-shrink: 0;
  width: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.faq__panel {
  display: none;
  overflow: hidden;
  border: 1px solid #e9f7ff;
  border-top: none;
  background-color: #fff;
}

.faq__a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 12px 16px;
}

.faq__a-label {
  flex-shrink: 0;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
}

.faq__a-text {
  flex: 1;
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}

/* --------------------------------------------
 * お問い合わせ
 * -------------------------------------------- */
.contact {
  padding: 16px 20px;
  background-color: #fff;
}

.contact__heading {
  margin: 0;
  line-height: 0;
}

.contact__title-img {
  display: block;
  width: 70%;
  height: auto;
  margin-inline: auto;
}

/* --------------------------------------------
 * スタッフ募集
 * -------------------------------------------- */
.recruit {
  margin: 0;
  padding: 48px 20px 56px;
  background-color: #fff;
}

.recruit__inner {
  box-sizing: border-box;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 10px 10px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  text-align: center;
}

.recruit__lead {
  margin: 0 0 12px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.recruit__title {
  margin: 0 0 28px;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.recruit__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 260px;
  max-width: 100%;
  margin: 0;
  padding: 14px 52px 14px 32px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.25s;
}

.recruit__btn:hover {
  opacity: 0.88;
}

.recruit__btn-label {
  flex: 0 1 auto;
  text-align: center;
}

.recruit__btn-arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}

/* --------------------------------------------
 * 買取実績
 * -------------------------------------------- */
.results {
  padding: 24px 12px 32px;
  background-color: #fff;
}

.results__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.results__title {
  margin: 0;
  width: 100%;
  max-width: 682px;
  line-height: 0;
}
.results__title img {
  display: block;
  width: 100%;
  height: auto;
}

.results__triangle {
  display: block;
  width: 160px;
  height: auto;
  margin-top: 16px;
}

.results__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(4, 160px);
  justify-content: center;
  gap: 24px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.results__more {
  display: none;
  margin-top: 24px;
}

.results__more.is-open {
  display: grid;
}

.results-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 160px;
  height: 270px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.results-card__thumb {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 118px;
  padding: 4px;
  box-sizing: border-box;
}
.results-card__thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.results-card__name {
  display: -webkit-box;
  flex: 1 1 auto;
  margin: 0;
  padding: 4px 6px;
  overflow: hidden;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.results-card__label {
  flex-shrink: 0;
  margin: 0;
  padding: 5px 4px;
  background-color: #ff0000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.results-card__price {
  flex-shrink: 0;
  margin: 0;
  padding: 8px 4px 10px;
  color: #ff0000;
  line-height: 1;
  text-align: center;
}

.results-card__price-num {
  font-size: 22px;
  font-weight: 700;
}

.results-card__price-yen {
  font-size: 14px;
  font-weight: 700;
}

.results__btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 24px auto 0;
  padding: 14px 24px;
  border: none;
  border-radius: 2px;
  background-color: #1a2744;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}

.results__btn.is-hidden {
  display: none;
}

.results__note {
  margin-top: 28px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.results__note p {
  margin: 0 0 8px;
}
.results__note p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------
 * お悩み
 * -------------------------------------------- */
.trouble {
  padding: 24px 12px 32px;
  background-color: #fff;
}

.trouble__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.trouble__img {
  display: block;
  width: 70%;
  margin-inline: auto;
  height: auto;
}

.trouble__img + .trouble__img {
  margin-top: 16px;
}

/* --------------------------------------------
 * 4つのポイント（PC・最大1000px）
 * -------------------------------------------- */
.points {
  padding: 24px 20px 40px;
  background-color: #fff;
}

.points__container {
  position: relative;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 16px;
  border: 5px solid #000;
}

.points__heading-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.points__hero {
  margin: 0 0 24px;
  line-height: 0;
}
.points__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.points__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.points__triangle-wrap {
  box-sizing: border-box;
  max-width: 800px;
  margin: 20px auto 0;
  padding: 0 16px;
  line-height: 0;
  text-align: center;
}

.points__triangle {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}

.point {
  border: 1px solid #cccccc;
  background-color: #fff;
}

.point__head {
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  padding: 10px 16px 10px 12px;
  background-color: #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.point__badge {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1.15;
}

.point__badge-label {
  margin: 0;
  color: #000;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.point__badge-num {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.point__title {
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.point__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 28px;
  box-sizing: border-box;
  padding: 20px 20px 24px;
}

.point__body--text-wide .point__col--text {
  flex: 1 1 100%;
  max-width: 100%;
}

.point__col--text {
  flex: 1 1 58%;
  min-width: 0;
}

.point__col--media {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 38%;
}

.point__text {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.point__col--text .point__text + .point__text {
  margin-top: 1.1em;
}

.point__em {
  color: #e60012;
  font-weight: 400;
}

.point__img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-left: auto;
}

/* --------------------------------------------
 * フッター
 * -------------------------------------------- */
.footer {
  box-sizing: border-box;
  position: relative;
  left: 50%;
  width: max(100vw, 1280px);
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  padding: 32px 20px 28px;
  background-color: #222222;
  color: #fff;
}

.footer__inner {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 48px;
  margin-bottom: 28px;
}

.footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__logo {
  margin: 0 0 22px;
  text-align: left;
}

.footer__logo img {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
}

.footer__copy {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
  letter-spacing: 0.02em;
}

.footer__copy small {
  font-size: 12px;
}
