@charset "UTF-8";
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
:root {
  --main-color: #242424;
  --sub-color: #e56b00;
  --font-base: "Noto Sans JP", sans-serif;
  --font-epunda: "Epunda Sans", sans-serif;
  --font-helvetica: "helvetica-neue-lt-pro", sans-serif;
}

html,
button,
input,
select,
textarea {
  font-family: var(--font-base);
}

body {
  color: var(--main-color);
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.6;
  min-width: 1440px;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: radial-gradient(circle at 50% 50%, #e56b00 0%, #cf6100 51%, #ba5700 100%);
  padding-block: 140px;
  margin-block: 0 1em;
}

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

.common_page_main .title_box .title {
  font-size: 40px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.common_page_wrap {
  padding: 100px 0;
}

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

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* パンくず */
.breadcrumb {
  font-size: 12px;
  color: #3e3e3e;
  letter-spacing: 0.08em;
}

.breadcrumb a {
  text-decoration: none;
  color: #3e3e3e;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3e3e3e;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item + .item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #5a5a5a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #a7a7a7;
  letter-spacing: 0;
  font-family: var(--font-epunda);
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: 0.08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: var(--font-epunda);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list > article {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #eee;
  padding-right: 30px;
}

.archive_page_list > article:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  border: solid #ccc;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.archive_page_list > article .date {
  font-weight: bold;
  font-size: 80%;
  width: 100px;
}

.archive_page_list > article .content_area {
  width: calc(100% - 100px);
}

.archive_page_list > article .content_area .ttl {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive_page_list > article .content_area .content {
  font-size: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.wp-pagenavi .current {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  font-weight: bold;
}

/* --------------------------------------
   PCヘッダー
-------------------------------------- */
#pc_header {
  position: absolute;
  z-index: 100;
}

#pc_header .inner {
  width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pc_header .site_name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

#pc_header .site_name .link {
  color: #fff;
}

/* --------------------------------------
   top_fv（ファーストビュー）
-------------------------------------- */
.top_fv {
  position: relative;
}

.top_fv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.top_fv .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.3);
  z-index: 1;
}

.top_fv .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("image/top_fv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}

.top_fv .bg picture,
.top_fv .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_fv .form_area {
  position: relative;
  flex-shrink: 0;
  align-self: stretch;
  width: 500px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 44px 40px 35px;
  box-sizing: border-box;
  z-index: 2;
}

.top_fv .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
  box-sizing: border-box;
}

.top_fv .content {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.top_fv .headline {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 173px 0 20px;
}

.top_fv .badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: var(--sub-color);
  position: relative;
}

.top_fv .badge::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  border-radius: 50%;
}

.top_fv .badge .text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-align: center;
  transform: rotate(-4.5deg);
  color: #fff;
}

.top_fv .copy {
  flex: 1;
}

.top_fv .line1 {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  transform: skewY(-4.5deg);
  transform-origin: left center;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.top_fv .line1::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: calc(100% - 20px);
  height: 20px;
  background-color: #f26522;
  z-index: 0;
}

.top_fv .line1 .shortest,
.top_fv .line1 .time,
.top_fv .line1 .mark {
  position: relative;
  z-index: 1;
  color: #fff;
}

.top_fv .line1 .shortest {
  font-size: 38.56px;
  font-weight: 900;
}

.top_fv .line1 .num {
  position: relative;
  z-index: 1;
  font-family: var(--font-helvetica);
  font-size: 77.41px;
  color: #fff42d;
}

.top_fv .line1 .time {
  font-size: 40.55px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.top_fv .line1 .color {
  position: relative;
  z-index: 1;
  font-size: 55.64px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff42d;
}

.top_fv .line1 .mark {
  font-size: 40.55px;
  font-weight: 900;
  letter-spacing: 0.05em;
  transform: translateX(-5px);
  display: inline-block;
}

.top_fv .line1 .dot {
  position: relative;
}

.top_fv .line1 .dot::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 9.43px;
  height: 9.43px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #fff42d;
}

.top_fv .line2 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  transform: skewY(-4.5deg);
  transform-origin: left center;
  text-shadow: 0 3.6px 12px rgba(0, 0, 0, 0.35);
}

.top_fv .line3 {
  font-size: 92px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: #fff42d;
  transform: skewY(-4.5deg);
  transform-origin: left center;
  text-shadow: 0 3.6px 12px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.top_fv .line3 .letter_spacing {
  letter-spacing: -0.05em;
}

.top_fv .line3 .mark {
  display: inline-block;
  transform: translateX(-25px);
}

.top_fv .caption_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
}

.top_fv .caption_list .item {
  display: inline-block;
  align-self: flex-start;
  border: 1px solid #fff;
  padding: 6px 10px 6px 15px;
  transform: skewY(-4.5deg);
  transform-origin: left center;
}

.top_fv .caption_list .item .text {
  font-size: 25.99px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  transform: skewY(6deg) rotate(-6deg);
  color: #fff;
}

/* top_fv フォーム */
.top_fv .fv_form {
  width: 500px;
  max-width: 100%;
}

.top_fv .fv_form_head {
  text-align: center;
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.top_fv .fv_form_head .sub {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.top_fv .fv_form_head .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #988d7a;
}

.top_fv .fv_form_head .title .marker {
  position: relative;
  display: inline-block;
}

.top_fv .fv_form_head .title .marker::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #fff984;
  z-index: -1;
}

.top_fv .fv_contact_form .form_box {
  max-width: 400px;
  margin: 0 auto 18px;
}

.top_fv .fv_contact_form .form_box dl {
  display: block;
}

.top_fv .fv_contact_form .form_box dl + dl {
  margin-top: 16px;
}

.top_fv .fv_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0;
  margin-bottom: 8px;
}

.top_fv .fv_contact_form .form_box dl dt::after {
  content: none;
}

.top_fv .fv_contact_form .form_box dl dt .label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 4px 8px;
}

.top_fv .fv_contact_form .form_box dl dt .label.hissu {
  background-color: #988d7a;
  color: #fff;
}

.top_fv .fv_contact_form input[type=text],
.top_fv .fv_contact_form input[type=email] {
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 12px 15px;
  box-sizing: border-box;
}

.top_fv .fv_contact_form input::-moz-placeholder {
  color: #e0e0e0;
}

.top_fv .fv_contact_form input::placeholder {
  color: #e0e0e0;
}

.top_fv .fv_contact_form .form_box dd .mwform-require,
.top_fv .fv_contact_form .form_box dd dl > dt {
  display: none;
}

.top_fv .fv_contact_form .form_box dd dl {
  margin: 0;
}

.top_fv .fv_contact_form .form_box dd dl > dd {
  margin: 0;
  padding: 0;
}

.top_fv .fv_contact_form .error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #c70200;
}

.top_fv .fv_contact_form .privacy_check_list {
  justify-content: center;
  margin-bottom: 10px;
}

.top_fv .fv_checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.top_fv .fv_checkbox .mwform-checkbox-field.horizontal-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.top_fv .fv_checkbox .mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.top_fv .fv_checkbox .mwform-checkbox-field-text {
  display: none;
  padding: 0;
}

.top_fv .fv_checkbox input[type=hidden] {
  display: none;
}

.top_fv .fv_checkbox input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: var(--main-color);
}

.top_fv .fv_checkbox .link {
  color: var(--main-color);
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.top_fv .fv_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  position: relative;
  width: 300px;
  margin: 0 auto 25px;
}

.top_fv .fv_btn_wrap br {
  display: none;
}

.top_fv .fv_submit_btn,
.top_fv .fv_back_btn {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 100vmax;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
  box-sizing: border-box;
}

.top_fv .fv_submit_btn {
  border: none;
  background-color: var(--sub-color);
  color: #fff;
  line-height: 60px;
}

.top_fv .fv_btn_wrap::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.top_fv .fv_btn_wrap:not(:has(.fv_back_btn))::after {
  top: 50%;
}

.top_fv .fv_btn_wrap:has(.fv_back_btn)::after {
  top: 30px;
}

.top_fv .fv_btn_wrap:has(.fv_back_btn)::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 102px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--sub-color);
  border-right: 2px solid var(--sub-color);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.top_fv .fv_btn_wrap:has(.fv_submit_btn .arrow)::after {
  display: none;
}

.top_fv .fv_back_btn {
  border: 2px solid var(--sub-color);
  background-color: #fff;
  color: var(--sub-color);
  line-height: 56px;
}

.top_fv button.fv_submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
  position: relative;
}

.top_fv .fv_submit_btn .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  flex-shrink: 0;
}

.top_fv button.fv_submit_btn::after {
  display: none;
}

.top_fv .fv_privacy_note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.03em;
  color: var(--main-color);
  margin: 0;
}

.top_fv .fv_privacy_note::after {
  content: none;
}

/* PC固定ページ お問い合わせ */
.mw_wp_form_honey {
  display: none !important;
}

/* サンクスページ */
.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: 0.8;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* --------------------------------------
   top_fv_contact（FV下 電話CTA）
   -------------------------------------- */
.top_fv_contact {
  position: relative;
  padding: 90px 0 0;
  background-color: #f0efec;
  background-image: linear-gradient(to right, rgba(152, 141, 122, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(152, 141, 122, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  text-align: center;
}

.top_fv_contact .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 800px;
  margin: 0 auto;
  padding: 40px 60px;
  background-color: var(--sub-color);
  border-radius: 16px;
  box-sizing: border-box;
}

.top_fv_contact .box .catch {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.top_fv_contact .box .tel {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.top_fv_contact .box .tel .icon {
  width: 32px;
  height: 32px;
}

.top_fv_contact .box .tel .num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.top_fv_contact .box .note {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* --------------------------------------
   top_result（実績・比較カード）
   -------------------------------------- */
.top_result {
  position: relative;
  padding: 90px 0 100px;
}

.top_result .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.top_result .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0efec;
  background-image: linear-gradient(to right, rgba(152, 141, 122, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(152, 141, 122, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
}

.top_result .bg picture,
.top_result .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_result .inner {
  position: relative;
  z-index: 1;
}

.top_result .catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding: 0 24px;
}

.top_result .catch::before,
.top_result .catch::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 34px;
  background-color: var(--main-color);
}

.top_result .catch::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}

.top_result .catch::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}

.top_result .catch .color {
  color: var(--sub-color);
}

.top_result .avg_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.top_result .sub {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: skewX(-4.5deg) rotate(-0.75deg);
}

.top_result .avg {
  position: relative;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin: -30px 0 30px;
}

.top_result .avg .text {
  display: inline-block;
  transform: skewX(-4.5deg) rotate(-0.75deg);
}

.top_result .avg .avg_inner {
  display: inline-block;
  transform: skewX(-4.5deg) rotate(-0.75deg);
}

.top_result .avg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff984;
  z-index: -1;
}

.top_result .avg .unit {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top_result .avg .num {
  font-family: var(--font-helvetica);
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--sub-color);
}

.top_result .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.top_result .list .item .image {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
  aspect-ratio: 360/320;
}

.top_result .list .item .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_result .list .item .label {
  position: relative;
  padding: 8px 25px 15px;
  background-color: var(--sub-color);
  color: #fff;
  width: 320px;
  margin: -27px auto 0;
  border-radius: 10px;
}

.top_result .list .item .label::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--sub-color);
}

.top_result .list .item .label .info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.top_result .list .item .name {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.top_result .list .item .name.short {
  font-size: 24px;
  line-height: 1.6;
}

.top_result .list .item .caption {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 5px 0 0;
}

.top_result .list .item .price {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff984;
}

.top_result .list .item .price .num {
  font-family: var(--font-helvetica);
}

.top_result .list .item .price .unit {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}

/* --------------------------------------
   top_about（私たちについて）
   -------------------------------------- */
.top_about {
  position: relative;
  padding: 100px 0;
}

.top_about .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.top_about .bg picture,
.top_about .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_about .inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 80px;
  align-items: center;
}

.top_about .image {
  flex-shrink: 0;
  width: 500px;
  aspect-ratio: 500/480;
  background-color: #ccc;
}

.top_about .image .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_about .content {
  flex: 1;
}

.top_about .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 8px 21px;
  border: 2px solid #6c6252;
  border-radius: 5px;
  background-color: rgba(108, 98, 82, 0.1);
}

/* 外側三角（枠線色）16×16 */
.top_about .balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(100% - 87px);
  width: 0;
  height: 0;
  border-top: 16px solid #6c6252;
  border-right: 16px solid transparent;
}

/* 内側三角（塗り色）12×12 */
.top_about .balloon::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: calc(100% - 87px);
  width: 0;
  height: 0;
  border-top: 11px solid #f0efed;
  border-right: 11px solid transparent;
  transform: translate(2px, 2px);
}

.top_about .balloon .text {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top_about .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.top_about .balloon .color {
  color: #6c6252;
}

.top_about .title .dot {
  position: relative;
  font-weight: 900;
}

.top_about .title .dot::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -3.5px;
  border-radius: 50%;
  background-color: #6c6252;
}

.top_about .title .color {
  color: #6c6252;
}

.top_about .title .underline {
  position: relative;
  display: inline;
  font-weight: 900;
}

.top_about .title .fw_700 {
  font-weight: 700;
}

.top_about .title .underline::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #fff984;
  z-index: -1;
}

.top_about .body .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 2em;
}

.top_about .body .text:last-child {
  margin-bottom: 0;
}

/* --------------------------------------
   top_worry（お悩み）
   -------------------------------------- */
.top_worry {
  position: relative;
  padding: 118px 0 108px;
  color: #fff;
}

.top_worry .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.top_worry .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 30, 23, 0.8);
  z-index: 1;
}

.top_worry .bg picture,
.top_worry .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_worry .inner {
  position: relative;
  z-index: 1;
}

.top_worry .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 24px;
}

.top_worry .title .color.sub {
  color: #fff984;
}

.top_worry .title .dot {
  position: relative;
}

.top_worry .title .dot::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -3.5px;
  border-radius: 50%;
  background-color: #fff984;
}

.top_worry .title .highlight {
  color: #1a365d;
  font-weight: 900;
  line-height: 1;
  background-color: #61c0ff;
  padding: 2px 0 9px 16px;
  display: inline-block;
  transform: translateX(-10px);
}

.top_worry .lead {
  font-size: 20px;
  line-height: 2.07;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 33px;
}

.top_worry .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.top_worry .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  min-height: 160px;
  border-radius: 10px;
  background-color: #fff;
  color: var(--main-color);
  padding-left: 30px;
}

.top_worry .list .item_1 {
  padding-right: 30px;
}

.top_worry .list .item_2 {
  padding-right: 30px;
}

.top_worry .list .item_3 {
  padding-right: 15px;
}

.top_worry .list .item_4 {
  padding-right: 30px;
}

.top_worry .list .item_5 {
  padding-right: 26px;
}

.top_worry .list .text_area {
  flex: 1;
}

.top_worry .list .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.top_worry .list .text.fz_18 {
  font-size: 18px;
}

.top_worry .list .color {
  color: #26a8ff;
  font-size: 24px;
  font-weight: 900;
}

.top_worry .list .icon {
  flex-shrink: 0;
}

.top_worry .list .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------------------------------
   top_contact / top_contact_btm（お問い合わせ）
   -------------------------------------- */
.top_contact {
  position: relative;
  padding: 156px 0 0;
  margin: -70px 0 0;
}

.top_contact_btm {
  position: relative;
  padding: 80px 0 0;
}

.top_contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, #e56b00 0%, #cf6100 51%, #ba5700 100%);
  -webkit-clip-path: polygon(0 0, 50% 70px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 70px, 100% 0, 100% 100%, 0 100%);
}

.top_contact_btm .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, #e56b00 0%, #cf6100 51%, #ba5700 100%);
}

.top_contact .inner,
.top_contact_btm .inner {
  position: relative;
  z-index: 1;
}

.top_contact .head_area,
.top_contact_btm .head_area {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.top_contact .title,
.top_contact_btm .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top_contact .title .line1 {
  display: block;
  margin-bottom: 16px;
}

.top_contact .title .underline {
  position: relative;
  display: inline;
  font-weight: 900;
}

.top_contact .title .underline::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff984;
  z-index: -1;
}

.top_contact .title .dot,
.top_contact_btm .title .dot {
  position: relative;
  font-weight: 900;
}

.top_contact .title .fw_900 {
  font-weight: 900;
}

.top_contact .title .dot::before,
.top_contact_btm .title .dot::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -3.5px;
  border-radius: 50%;
  background-color: #fff984;
}

.top_contact .sub,
.top_contact_btm .sub {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 20px 0 0;
}

.top_contact .list,
.top_contact_btm .list {
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 0 57px 52px 50px;
  translate: 0 95px;
}

.top_contact .list .item.item_mail,
.top_contact_btm .list .item.item_mail {
  flex: 1;
  position: relative;
  padding-right: 35px;
}

.top_contact .list .item.item_mail::before,
.top_contact_btm .list .item.item_mail::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 290px;
  background-color: #f0efec;
}

.top_contact .list .item.item_line,
.top_contact_btm .list .item.item_line {
  padding: 0 45px;
  position: relative;
}

.top_contact .list .item.item_line::before,
.top_contact_btm .list .item.item_line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 290px;
  background-color: #f0efec;
}

.top_contact .list .item.item_tel,
.top_contact_btm .list .item.item_tel {
  padding-left: 42px;
}

.top_contact .list .card,
.top_contact_btm .list .card {
  text-align: center;
  color: var(--main-color);
}

.top_contact .list .icon,
.top_contact_btm .list .icon {
  width: 180px;
  height: 180px;
  margin: -90px auto 25px;
  overflow: hidden;
}

.top_contact .list .img,
.top_contact_btm .list .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_contact .list .name,
.top_contact_btm .list .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.top_contact .list .contact_text,
.top_contact_btm .list .contact_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.top_contact .list .item_mail .contact_text,
.top_contact_btm .list .item_mail .contact_text {
  margin-bottom: 35px;
}

.top_contact .list .item_line .contact_text,
.top_contact_btm .list .item_line .contact_text {
  margin-bottom: 25px;
}

.top_contact .list .item_tel .contact_text,
.top_contact_btm .list .item_tel .contact_text {
  margin-bottom: 36px;
}

.top_contact .list .note,
.top_contact_btm .list .note {
  position: relative;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  font-weight: 700;
}

.top_contact .list .note::before,
.top_contact .list .note::after,
.top_contact_btm .list .note::before,
.top_contact_btm .list .note::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 17px;
  background-color: var(--main-color);
}

.top_contact .list .note::before,
.top_contact_btm .list .note::before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}

.top_contact .list .note::after,
.top_contact_btm .list .note::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

.top_contact .list .btn,
.top_contact_btm .list .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  height: 86px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
}

.top_contact .list .item_mail .btn,
.top_contact_btm .list .item_mail .btn {
  padding: 0 30px 0 56px;
}

.top_contact .list .item_mail .btn .text,
.top_contact_btm .list .item_mail .btn .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}

.top_contact .list .item_mail .btn .arrow,
.top_contact_btm .list .item_mail .btn .arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.top_contact .list .tel,
.top_contact_btm .list .tel {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 2px;
  color: var(--main-color);
}

.top_contact .list .tel a,
.top_contact_btm .list .tel a {
  color: inherit;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}

.top_contact .list .tel a:visited,
.top_contact_btm .list .tel a:visited,
.top_contact .list .tel a:active,
.top_contact_btm .list .tel a:active {
  color: inherit;
}

.top_contact .list .tel .num,
.top_contact_btm .list .tel .num {
  font-size: 40px;
  font-weight: 700;
  color: var(--main-color);
}

.top_contact .list .tel .label,
.top_contact_btm .list .tel .label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.top_contact .list .time,
.top_contact_btm .list .time {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.top_contact .list .item_mail .name,
.top_contact_btm .list .item_mail .name {
  color: var(--sub-color);
}

.top_contact .list .item_mail .btn,
.top_contact_btm .list .item_mail .btn {
  background-color: var(--sub-color);
}

.top_contact .list .item_line .name,
.top_contact_btm .list .item_line .name {
  color: #06c755;
}

.top_contact .list .item_line .btn,
.top_contact_btm .list .item_line .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #06c755;
  padding: 0 30px 0 50px;
}

.top_contact .list .item_line .btn .logo,
.top_contact_btm .list .item_line .btn .logo {
  display: block;
  width: 40px;
  height: auto;
  flex-shrink: 0;
}

.top_contact .list .item_line .btn .text,
.top_contact_btm .list .item_line .btn .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0 0 0 24px;
}

.top_contact .list .item_line .btn .arrow,
.top_contact_btm .list .item_line .btn .arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin: 0 0 0 auto;
}

.top_contact .list .item_tel .name,
.top_contact_btm .list .item_tel .name {
  color: #6c6252;
}

/* --------------------------------------
   top_compare（比較・440万円）
   -------------------------------------- */
.top_compare {
  position: relative;
  padding: 195px 0 117px;
}

.top_compare .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.top_compare .bg picture,
.top_compare .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_compare .inner {
  position: relative;
  z-index: 1;
}

.top_compare .intro_area {
  text-align: center;
  margin-bottom: 30px;
}

.top_compare .intro_area .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.top_compare .intro_area .title .underline {
  position: relative;
  display: inline;
  color: #6c6252;
  font-weight: 900;
}

.top_compare .intro_area .title .underline::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #fff984;
  z-index: -1;
}

.top_compare .intro_area .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.top_compare .intro_area .case_bar {
  padding: 20px 24px;
  background-color: #f2ebdf;
}

.top_compare .intro_area .case {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.top_compare .intro_area .case .num {
  font-family: var(--font-helvetica);
  font-size: 40px;
  font-weight: 700;
  color: #6c6252;
}

.top_compare .intro_area .note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top_compare .compare_area {
  margin-bottom: 20px;
}

.top_compare .compare_area .list {
  display: flex;
  gap: 20px;
}

.top_compare .compare_area .item {
  flex: 1;
  border: 2px solid #f0efec;
  background-color: #fff;
}

.top_compare .compare_area .head {
  padding: 13px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

.top_compare .compare_area .item_minus .head {
  background-color: #1a365d;
}

.top_compare .compare_area .item_plus .head {
  background-color: var(--sub-color);
}

.top_compare .compare_area .image {
  width: 100%;
  aspect-ratio: 560/250;
}

.top_compare .compare_area .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_compare .compare_area .price_list {
  padding: 30px;
}

.top_compare .compare_area .price_list .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #f0efec;
}

.top_compare .compare_area .price_list .row:first-child {
  padding-top: 0;
}

.top_compare .compare_area .price_list .row:last-child {
  border-bottom: none;
  padding: 10px 0 0;
}

.top_compare .compare_area .price_list .name {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #565656;
}

.top_compare .compare_area .price_list .price {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: right;
}

.top_compare .compare_area .price_list .row_total {
  align-items: flex-end;
}

.top_compare .compare_area .price_list .row_total .name {
  font-size: 16px;
  font-weight: 700;
}

.top_compare .compare_area .item_minus .row_total .num {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #1a365d;
}

.top_compare .compare_area .item_plus .num {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #6c6252;
}

.top_compare .arrow_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 0;
}

.top_compare .arrow_area .arrow {
  display: block;
  width: 60px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #6c6252;
}

.top_compare .result_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.top_compare .result_area .result {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.top_compare .result_area .tag {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: #1a365d;
  transform: translateX(-10px);
}

.top_compare .result_area .tag.sub {
  background-color: var(--sub-color);
}

.top_compare .result_area .underline {
  position: relative;
  display: inline-block;
  transform: translateX(10px);
}

.top_compare .result_area .underline::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 495px;
  height: 18px;
  background-color: #fff984;
  z-index: -1;
}

.top_compare .result_area .num {
  font-family: var(--font-helvetica);
  font-size: 88px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: var(--sub-color);
  position: relative;
}

.top_compare .result_area .num::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -22px;
  width: 35px;
  height: 26px;
  background-image: url("image/top_compare_num_bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* --------------------------------------
   top_reason（選ばれる理由）
   -------------------------------------- */
.top_reason {
  position: relative;
  padding: 80px 0;
  color: #333;
}

.top_reason .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.top_reason .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(152, 141, 122, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(152, 141, 122, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
}

.top_reason .inner {
  position: relative;
  z-index: 1;
}

.top_reason .head_area {
  text-align: center;
  margin-bottom: 55px;
}

.top_reason .head_area .label {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #6c6252;
  margin-bottom: 15px;
  font-family: var(--font-epunda);
}

.top_reason .head_area .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.top_reason .head_area .title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.05em;
}

.top_reason .head_area .title .num {
  font-family: var(--font-helvetica);
  font-size: 72px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: var(--sub-color);
}

.top_reason .list .item {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 64px;
}

.top_reason .list .item:last-child {
  margin-bottom: 0;
}

.top_reason .list .item.reverse {
  flex-direction: row-reverse;
}

.top_reason .list .image_area {
  position: relative;
  flex-shrink: 0;
  width: 580px;
}

.top_reason .list .shadow {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-color: #6c6252;
  z-index: 0;
}

.top_reason .list .item.reverse .shadow {
  left: auto;
  right: -15px;
}

.top_reason .list .image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 580/400;
}

.top_reason .list .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_reason .list .content_area {
  flex: 1;
}

.top_reason .list .badge {
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 15px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: #6c6252;
}

.top_reason .list .catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.top_reason .list .catch .strong {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.top_reason .list .catch .underline {
  position: relative;
  display: inline;
}

.top_reason .list .catch .underline::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #fff984;
  z-index: -1;
}

.top_reason .list .body {
  margin-top: 35px;
}

.top_reason .list .body .text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

/* --------------------------------------
   top_comparison（他社との比較）
   -------------------------------------- */
.top_comparison {
  position: relative;
  padding: 80px 0 0;
}

.top_comparison .inner {
  position: relative;
  z-index: 1;
  width: 1340px;
  margin: 0 auto;
  padding: 0 0 80px;
  z-index: 1;
}

.top_comparison .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 277px;
  background-image: url("image/top_comparison_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_comparison .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f0efec;
  z-index: 0;
}

.top_comparison .head_area {
  text-align: center;
  margin-bottom: 35px;
}

.top_comparison .head_area .label {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #6c6252;
  margin-bottom: 10px;
  font-family: var(--font-epunda);
}

.top_comparison .head_area .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.top_comparison .head_area .lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.top_comparison .head_area .lead .color {
  color: var(--sub-color);
  font-weight: 700;
}

.top_comparison .head_area .lead .num {
  font-family: var(--font-helvetica);
  font-size: 32px;
}

.top_comparison .scroll_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
}

.top_comparison .table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  text-align: center;
  overflow: visible;
}

.top_comparison .table th,
.top_comparison .table td {
  width: 20%;
  padding: 12px 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  box-sizing: border-box;
}

.top_comparison .table thead th.col_label,
.top_comparison .table thead th:not(.col_main),
.top_comparison .table tbody th.col_label {
  background-color: #e2dace;
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.top_comparison .table thead th .sub {
  font-size: 14px;
  margin: 5px 0 0 0;
  display: block;
}

.top_comparison .table thead th {
  height: 100px;
}

.top_comparison .table tbody th,
.top_comparison .table tbody td {
  height: 140px;
}

.top_comparison .table tbody td {
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  color: #565656;
}

.top_comparison .table thead .col_main {
  position: relative;
  z-index: 1;
  background-color: var(--sub-color);
  font-family: var(--font-base);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff984;
  text-align: center;
  border-color: transparent;
}

.top_comparison .table thead .col_main::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: 676px;
  box-sizing: border-box;
  border: none;
  background: linear-gradient(var(--sub-color), var(--sub-color)) top/100% 8px no-repeat, linear-gradient(var(--sub-color), var(--sub-color)) left/8px 100% no-repeat, linear-gradient(var(--sub-color), var(--sub-color)) right/8px 100% no-repeat, linear-gradient(var(--sub-color), var(--sub-color)) bottom/100% 8px no-repeat, linear-gradient(to bottom, var(--sub-color) 108px, #f0efec 108px, #f0efec 100%);
  pointer-events: none;
  z-index: -1;
}

.top_comparison .table tbody .col_main {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--main-color);
  background-color: #f0efec;
  border-color: transparent;
}

.top_comparison .table .mark {
  display: block;
  margin: 0 auto 8px;
}

.top_comparison .table .mark .img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.top_comparison .table .color {
  color: var(--sub-color);
}

.top_comparison .arrow_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 25px 0 0;
}

.top_comparison .arrow_area .arrow {
  display: block;
  width: 60px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: var(--sub-color);
}

.top_comparison .cta_area {
  text-align: center;
  margin: 20px 0 0;
}

.top_comparison .cta_area .sub {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  font-family: var(--font-base);
  margin-bottom: 12px;
}

.top_comparison .cta_area .catch {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.05em;
  font-family: var(--font-base);
  font-weight: 700;
}

.top_comparison .cta_area .catch .underline {
  position: relative;
}

.top_comparison .cta_area .catch .underline.pc {
  display: inline;
}

.top_comparison .cta_area .catch .underline.sp {
  display: none;
}

.top_comparison .cta_area .catch .underline::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #fff984;
  z-index: -1;
}

.top_comparison .cta_area .catch .color {
  font-size: 40px;
  font-weight: 900;
  color: var(--sub-color);
  position: relative;
}

.top_comparison .cta_area .catch .color::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -35px;
  width: 35px;
  height: 26px;
  background-image: url("image/top_comparison_underline_bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.top_comparison .cta_area .catch .color .plus {
  font-family: var(--font-helvetica);
  font-weight: 700;
}

.top_comparison .cta_area .catch .color .num {
  font-family: var(--font-helvetica);
  font-size: 72px;
  font-weight: 700;
}

/* --------------------------------------
   top_flow（買取りの流れ）
   -------------------------------------- */
.top_flow {
  position: relative;
  padding: 80px 0;
}

.top_flow .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.top_flow .bg picture,
.top_flow .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_flow .inner {
  position: relative;
  z-index: 1;
}

.top_flow .head_area {
  text-align: center;
  margin-bottom: 50px;
}

.top_flow .head_area .label {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-epunda);
  font-weight: 700;
  color: #6c6252;
  margin-bottom: 10px;
}

.top_flow .head_area .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-epunda);
  margin-bottom: 25px;
}

.top_flow .head_area .lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top_flow .list .item:last-child .arrow_area {
  display: none;
}

.top_flow .list .card {
  display: flex;
  align-items: center;
  background-color: #f0efec;
  border-radius: 10px;
  padding: 33px 0;
}

.top_flow .list .step_area {
  flex-shrink: 0;
  padding: 0 55px;
  text-align: center;
  position: relative;
}

.top_flow .list .step_area::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 85px;
  background: repeating-linear-gradient(to bottom, rgba(152, 141, 122, 0.5) 0, rgba(152, 141, 122, 0.5) 4px, transparent 4px, transparent 8px);
  transform: translateY(-50%);
}

.top_flow .list .step_area .label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--font-epunda);
  color: #6c6252;
  margin-bottom: 0;
}

.top_flow .list .step_area .num {
  font-family: var(--font-epunda);
  font-size: 48px;
  font-weight: 700;
  color: #6c6252;
  line-height: 1;
  letter-spacing: 0.03em;
}

.top_flow .list .icon_area {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 55px;
  background-color: #fff;
  border-radius: 50%;
}

.top_flow .list .icon_area .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_flow .list .content_area {
  flex: 1;
  padding: 0 55px 0 0;
}

.top_flow .list .content_area .catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #6c6252;
  margin-bottom: 20px;
}

.top_flow .list .content_area .text {
  font-size: 16px;
  line-height: 1;
  color: #565656;
}

.top_flow .list .arrow_area {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.top_flow .list .arrow_area .arrow {
  display: block;
  width: 40px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #6c6252;
}

/* --------------------------------------
   top_qa（よくある質問）
   -------------------------------------- */
.top_qa {
  position: relative;
  padding: 80px 0;
}

.top_qa .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f0efec;
  z-index: 0;
}

.top_qa .inner {
  position: relative;
  z-index: 1;
}

.top_qa .head_area {
  text-align: center;
  margin-bottom: 50px;
}

.top_qa .head_area .label {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-epunda);
  color: #6c6252;
  margin-bottom: 10px;
}

.top_qa .head_area .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font-epunda);
  margin-bottom: 25px;
}

.top_qa .list .item {
  margin-bottom: 20px;
}

.top_qa .list .item:last-child {
  margin-bottom: 0;
}

.top_qa .list .card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 35px;
}

.top_qa .list .q_area,
.top_qa .list .a_area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top_qa .list .q_area {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f0efec;
}

.top_qa .list .a_area {
  padding: 20px 0 0 0;
}

.top_qa .list .mark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 18.67px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-epunda);
}

.top_qa .list .q_area .mark {
  background-color: #6c6252;
  color: #fff;
}

.top_qa .list .a_area .mark {
  background-color: #f0efec;
  color: #6c6252;
}

.top_qa .list .q_area .text {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #6c6252;
}

.top_qa .list .a_area .text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #565656;
}

/* --------------------------------------
   top_sticky_banner（追従バナー）
   -------------------------------------- */
.top_sticky_banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}

.top_sticky_banner .inner {
  max-width: 1440px;
  margin: 0 auto;
}

.top_sticky_banner.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.top_sticky_banner .link {
  display: block;
  text-decoration: none;
  color: #fff;
}

.top_sticky_banner .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 28px;
  margin: 0 auto -14px;
  background-color: #fff984;
  border-radius: 100vmax;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #000000;
  position: relative;
  z-index: 1;
}

.top_sticky_banner .box {
  position: relative;
  width: 280px;
  padding: 13px 0 11px 28px;
  box-sizing: border-box;
  background: radial-gradient(circle at 50% 50%, #df6800 0%, #e56b00 51%, #e56b00 100%);
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #f0efec;
  overflow: visible;
}

.top_sticky_banner .text_area {
  position: relative;
  z-index: 1;
}

.top_sticky_banner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0 0 6px;
}

.top_sticky_banner .title .underline {
  position: relative;
  display: inline-block;
}

.top_sticky_banner .title .underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background-color: #fff984;
  z-index: -1;
}

.top_sticky_banner .sub {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0;
}

.top_sticky_banner .illust {
  position: absolute;
  right: -1.5px;
  bottom: 0;
  width: 80px;
  height: 102px;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.top_sticky_banner .illust .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------------------------------
   top_footer（フッター）
   -------------------------------------- */
.top_footer {
  padding: 175px 0 70px;
  background-color: #f0efec;
  color: var(--main-color);
  text-align: center;
}

.top_footer .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

.top_footer .company {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}

.top_footer .address_area {
  margin-bottom: 55px;
}

.top_footer .address_area .zip,
.top_footer .address_area .address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.top_footer .nav {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 15px;
}

.top_footer .nav .link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 5px;
}

.top_footer .nav .link.blank::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("image/external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top_footer .copy {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
}

@media (max-width: 750px) {
  body {
    min-width: auto;
    padding-top: 58px;
  }
  .wrap {
    max-width: 90%;
  }
  a[href$=".pdf"]::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }
  a[href$=".pdf"]:hover {
    text-decoration: underline;
  }
  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }
  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }
  .common_page_wrap {
    padding: 20vw 0;
  }
  .reserve_text {
    font-size: 6vw;
  }
  /* パンくず */
  .breadcrumb {
    font-size: 3vw;
  }
  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }
  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }
  .page_contact .progressbar .item + .item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }
  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  /* SP投稿ページ アーカイブページ */
  .archive_page_list > article {
    padding-right: 20px;
  }
  .archive_page_list > article .date {
    width: 80px;
  }
  .archive_page_list > article .content_area {
    width: calc(100% - 80px);
  }
  .archive_page_list > article:after {
    width: 7px;
    height: 7px;
  }
  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }
  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }
  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }
  body #sitemap_list {
    padding: 0;
  }
  /* --------------------------------------
     SPヘッダー
  -------------------------------------- */
  #sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
  }
  #sp_header .inner {
    padding: 0 10px;
    box-sizing: border-box;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sp_header .site_name {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.03em;
  }
  #sp_header .site_name .link {
    color: #6c6252;
  }
  /* top_fv SP */
  .top_fv .bg {
    height: 130.77vw;
  }
  .top_fv .bg::after {
    background-image: url(image/top_fv_bg_sp.png);
  }
  .top_fv .inner {
    width: 100%;
    min-height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10.77vw;
  }
  .top_fv .content {
    width: 100%;
    padding: 21.03vw 0 6.15vw 2.56vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .top_fv .fv_tel_cta {
    margin-top: -7vw;
    text-align: center;
  }
  .top_fv .fv_tel_cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
    width: 80vw;
    height: 16vw;
    border-radius: 8vw;
    background-color: var(--sub-color);
    color: #fff;
    text-decoration: none;
  }
  .top_fv .fv_tel_cta .btn .icon {
    width: 6vw;
    height: 6vw;
  }
  .top_fv .fv_tel_cta .btn .text {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .top_fv .fv_tel_cta .note {
    margin-top: 1.5vw;
    font-size: 3.2vw;
    color: #fff;
  }
  .top_fv .headline {
    gap: 2.56vw;
    margin: 0 0 2.05vw;
    align-items: center;
  }
  .top_fv .badge {
    width: 14.62vw;
    height: 14.62vw;
  }
  .top_fv .badge::before {
    top: 0.51vw;
    left: 0.51vw;
    width: calc(100% - 1.03vw);
    height: calc(100% - 1.03vw);
  }
  .top_fv .badge .text {
    font-size: 3.6vw;
  }
  .top_fv .line1 {
    padding: 0;
    text-shadow: 0 1.36px 3.41px rgba(0, 0, 0, 0.1);
    margin-bottom: 3.59vw;
  }
  .top_fv .line1::before {
    left: -0.77vw;
    bottom: 0.77vw;
    height: 3.37vw;
    width: calc(100% - 0.51vw);
  }
  .top_fv .line1 .shortest {
    font-size: 4.34vw;
  }
  .top_fv .line1 .num {
    font-size: 8.7vw;
    letter-spacing: normal;
  }
  .top_fv .line1 .time {
    font-size: 4.56vw;
    letter-spacing: normal;
    transform: translateX(-0.51vw);
    display: inline-block;
  }
  .top_fv .line1 .color {
    font-size: 6.25vw;
    letter-spacing: normal;
    transform: translateX(-1.03vw);
    display: inline-block;
  }
  .top_fv .line1 .mark {
    font-size: 4.56vw;
    letter-spacing: normal;
    transform: translateX(-0.51vw);
  }
  .top_fv .line1 .dot::before {
    top: -0.51vw;
    width: 1.28vw;
    height: 1.28vw;
    margin-left: -0.51vw;
  }
  .top_fv .line2 {
    font-size: 6.15vw;
    margin-bottom: 1.03vw;
    text-shadow: 0 1.68px 5.61px rgba(0, 0, 0, 0.35);
  }
  .top_fv .line3 {
    font-size: 11.03vw;
    -webkit-text-stroke: 0;
    text-shadow: 0 1.68px 5.61px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
  }
  .top_fv .line3 .mark {
    transform: translateX(-2.05vw);
  }
  .top_fv .caption_list {
    margin: 4.36vw 0 0;
    gap: 2.05vw;
  }
  .top_fv .caption_list .item {
    padding: 0.51vw 1.03vw 0.77vw 2.31vw;
  }
  .top_fv .caption_list .item .text {
    font-size: 3.59vw;
  }
  .top_fv .form_area {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 10.26vw);
    margin: 0 auto 7.69vw;
    height: auto;
    padding: 6.15vw 0 7.69vw;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2.56vw;
    box-sizing: border-box;
    z-index: 2;
  }
  .top_fv .fv_form {
    width: 100%;
  }
  .top_fv .fv_form_head {
    margin-bottom: 5.13vw;
  }
  .top_fv .fv_form_head .sub {
    font-size: 3.59vw;
    margin-bottom: 0.26vw;
    letter-spacing: 0.03em;
  }
  .top_fv .fv_form_head .title {
    font-size: 6.15vw;
  }
  .top_fv .fv_form_head .title .marker::before {
    height: 2.56vw;
    bottom: 0.51vw;
  }
  .top_fv .fv_contact_form .form_box {
    max-width: 76.92vw;
    margin: 0 auto 2.31vw;
  }
  .top_fv .fv_contact_form .form_box dl {
    display: block;
    grid-template-columns: none;
  }
  .top_fv .fv_contact_form .form_box dl + dl {
    margin-top: 3.08vw;
  }
  .top_fv .fv_contact_form .form_box dl dt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.28vw;
    font-size: 3.59vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 1.28vw;
    padding-inline: 0;
  }
  .top_fv .fv_contact_form .form_box dl dt .label {
    font-size: 2.82vw;
    padding: 1.03vw 2.05vw;
    flex-shrink: 0;
  }
  .top_fv .fv_contact_form .form_box dl dt .label.hissu {
    background-color: #988d7a;
    color: #fff;
    font-size: 2.82vw;
    padding: 0.77vw 0.77vw;
  }
  .top_fv .fv_contact_form .form_box dl dd {
    margin: 0;
  }
  .top_fv .fv_contact_form input[type=text],
.top_fv .fv_contact_form input[type=email] {
    font-size: 3.33vw;
    padding: 1.54vw 2.56vw;
    border: 1px solid #f0efec;
    border-radius: 0.38vw;
    background-color: #fff;
  }
  .top_fv .fv_contact_form .privacy_check_list {
    justify-content: center;
    margin-bottom: 1.79vw;
  }
  .top_fv .fv_checkbox {
    font-size: 3.33vw;
    font-weight: 500;
    gap: 2.05vw;
  }
  .top_fv .fv_checkbox .mwform-checkbox-field.horizontal-item {
    display: inline-flex;
    align-items: center;
    margin: 0;
  }
  .top_fv .fv_checkbox .mwform-checkbox-field-text {
    display: none;
    padding: 0;
  }
  .top_fv .fv_checkbox input[type=checkbox] {
    width: 2.56vw;
    height: 2.56vw;
  }
  .top_fv .fv_btn_wrap {
    width: 53.85vw;
    margin-bottom: 4.1vw;
    gap: 2.56vw;
  }
  .top_fv .fv_submit_btn,
.top_fv .fv_back_btn {
    height: 10.77vw;
    font-size: 4.1vw;
  }
  .top_fv .fv_submit_btn {
    line-height: 10.77vw;
  }
  .top_fv .fv_btn_wrap::after {
    right: 5.38vw;
    width: 2.05vw;
    height: 2.05vw;
    border-top: 0.51vw solid #fff;
    border-right: 0.51vw solid #fff;
  }
  .top_fv .fv_btn_wrap:has(.fv_back_btn)::after {
    top: 5.38vw;
  }
  .top_fv .fv_btn_wrap:has(.fv_back_btn)::before {
    right: 5.38vw;
    top: calc(10.77vw + 2.56vw + 5.38vw);
    width: 2.05vw;
    height: 2.05vw;
    border-top: 0.51vw solid var(--sub-color);
    border-right: 0.51vw solid var(--sub-color);
  }
  .top_fv .fv_back_btn {
    border-width: 0.51vw;
    line-height: 9.74vw;
  }
  .top_fv .fv_submit_btn .arrow {
    right: 5.38vw;
    width: 2.05vw;
    height: 2.05vw;
    border-top: 0.51vw solid #fff;
    border-right: 0.51vw solid #fff;
  }
  .top_fv .fv_privacy_note {
    font-size: 2.31vw;
    line-height: 1.4;
    text-align: center;
    color: var(--main-color);
  }
  .top_fv .fv_contact_form .error {
    margin-top: 1.03vw;
    font-size: 2.82vw;
  }
  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 0.51vw;
  }
  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }
  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: 0.06em;
  }
  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }
  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }
  .common_contact_form .form_box dl + dl {
    margin-block: 1.3em 0;
  }
  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }
  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }
  .common_contact_form .form_box dl dt::after {
    content: none;
  }
  .common_contact_form input[type=text],
.common_contact_form input[type=email],
.common_contact_form #zip {
    font-size: 3.6vw;
  }
  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }
  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }
  .radio_btns,
.checkboxes {
    gap: 0.5em 2.5em;
  }
  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }
  .page_contact #btn_wrap button[name=submitBack] {
    margin-top: 4vw;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }
  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }
  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }
  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }
  .privacy_check_list {
    margin-bottom: 6vw;
  }
  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }
  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }
  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .privacy_term_outer .privacy_term_inner dl + dl {
    margin-top: 7vw;
  }
  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }
  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }
  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }
  /* top_fv_contact SP（SPは.top_fv内のfv_tel_ctaで表示するため非表示） */
  .top_fv_contact {
    display: none;
  }
  /* top_result SP */
  .top_result {
    padding: 120vw 0 15.38vw;
    margin: -111.03vw 0 0 0;
  }
  .top_result .catch {
    font-size: 5.13vw;
    padding: 0 3.85vw;
    margin-bottom: 3.33vw;
  }
  .top_result .catch::before,
.top_result .catch::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.77vw;
    height: 6.41vw;
    background-color: var(--main-color);
  }
  .top_result .sub {
    font-size: 3.59vw;
  }
  .top_result .avg {
    font-size: 6.15vw;
    margin: -7.69vw 0 5.9vw;
    white-space: nowrap;
  }
  .top_result .avg::before {
    content: "";
    position: absolute;
    bottom: 0.26vw;
    left: 0;
    width: 100%;
    height: 3.08vw;
    background-color: #fff984;
    z-index: -1;
  }
  .top_result .avg .unit {
    font-size: 6.15vw;
  }
  .top_result .avg .num {
    font-size: 14.36vw;
  }
  .top_result .list {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 5.13vw;
    margin: -10px 0 0;
  }
  .top_result .list .item {
    width: 100%;
  }
  .top_result .list .item .image {
    aspect-ratio: 350/180;
    border-radius: 5px;
  }
  .top_result .list .item .label {
    width: 80vw;
    padding: 3.85vw 6.15vw 3.85vw;
    margin: -12.82vw auto 0;
    border-radius: 1.28vw;
  }
  .top_result .list .item .label .info {
    align-items: center;
  }
  .top_result .list .item .name {
    font-size: 8.21vw;
  }
  .top_result .list .item .name.short {
    font-size: 6.15vw;
  }
  .top_result .list .item .name.short_sp {
    font-size: 6vw;
  }
  .top_result .list .item .caption {
    font-size: 4.1vw;
    margin: 1.28vw 0 0;
  }
  .top_result .list .item .price {
    font-size: 10.26vw;
  }
  .top_result .list .item .price .unit {
    font-size: 6.15vw;
  }
  /* top_about SP */
  .sp {
    display: block;
  }
  .top_about {
    padding: 15.38vw 0;
  }
  .top_about .inner {
    flex-direction: column;
    gap: 2.56vw;
  }
  .top_about .image {
    width: 100%;
    aspect-ratio: 350/280;
    min-height: 0;
  }
  .top_about .balloon {
    margin-bottom: 8.72vw;
    padding: 1.79vw 4.36vw;
    border: 2px solid #6c6252;
    border-radius: 1.28vw;
  }
  .top_about .balloon .text {
    font-size: 4.62vw;
  }
  .top_about .title {
    font-size: 6.15vw;
    white-space: nowrap;
    margin: 0 0 6.41vw;
  }
  .top_about .title .dot::before {
    content: "";
    position: absolute;
    top: -2.05vw;
    left: 50%;
    width: 1.54vw;
    height: 1.54vw;
    margin-left: -0.9vw;
    border-radius: 50%;
    background-color: #6c6252;
  }
  .top_about .title .underline {
    font-size: 7.18vw;
  }
  .top_about .title .underline::before {
    bottom: 0.51vw;
    height: 3.59vw;
  }
  .top_about .body .text {
    font-size: 3.59vw;
    line-height: 1.6;
    margin-bottom: 5.13vw;
  }
  /* top_worry SP */
  .top_worry {
    padding: 16.41vw 0 21.79vw;
  }
  .top_worry .title {
    font-size: 6.15vw;
    margin-bottom: 3.33vw;
  }
  .top_worry .title .dot {
    font-size: 7.18vw;
  }
  .top_worry .title .dot::before {
    content: "";
    position: absolute;
    top: -2.05vw;
    left: 50%;
    width: 1.54vw;
    height: 1.54vw;
    margin-left: -0.9vw;
    border-radius: 50%;
    background-color: #fff984;
  }
  .top_worry .title .highlight {
    padding: 0.51vw 0.77vw 2.31vw 2.05vw;
    display: inline-block;
    transform: translateX(-1.54vw);
    font-size: 7.18vw;
  }
  .top_worry .lead {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-bottom: 5.13vw;
  }
  .top_worry .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.59vw;
  }
  .top_worry .list .item {
    width: 100%;
    min-height: 30.77vw;
  }
  .top_worry .list .item_1 {
    padding-right: 7.2vw;
  }
  .top_worry .list .item_1 .icon {
    width: 19.48vw;
  }
  .top_worry .list .item_2 {
    padding-right: 7.28vw;
  }
  .top_worry .list .item_2 .icon {
    width: 18.94vw;
  }
  .top_worry .list .item_3 {
    padding-right: 3.64vw;
  }
  .top_worry .list .item_3 .icon {
    width: 21.78vw;
  }
  .top_worry .list .item_4 {
    padding-right: 7.16vw;
  }
  .top_worry .list .item_4 .icon {
    width: 24.37vw;
  }
  .top_worry .list .item_5 {
    padding-right: 6.34vw;
  }
  .top_worry .list .item_5 .icon {
    width: 16.95vw;
  }
  .top_worry .list .item .text {
    font-size: 3.88vw;
  }
  .top_worry .list .text.fz_18 {
    font-size: 4.37vw;
  }
  .top_worry .list .item .color {
    font-size: 5.82vw;
  }
  /* top_contact / top_contact_btm SP */
  .top_contact {
    padding: 20.51vw 0 15.38vw;
    margin: -8.97vw 0 0;
  }
  .top_contact_btm {
    padding: 14.1vw 0 15.38vw;
  }
  .top_contact .bg {
    -webkit-clip-path: polygon(0 0, 50% 30px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 30px, 100% 0, 100% 100%, 0 100%);
  }
  .top_contact .head_area,
.top_contact_btm .head_area {
    margin-bottom: 14.87vw;
  }
  .top_contact .title,
.top_contact_btm .title {
    font-size: 5.13vw;
  }
  .top_contact_btm .title {
    line-height: 1.8;
  }
  .top_contact_btm .title .dot {
    font-size: 6.15vw;
  }
  .top_contact .title .line1 {
    margin-bottom: -1.28vw;
    line-height: 1.6;
  }
  .top_contact .title .underline::before {
    height: 1.03vw;
    bottom: -1.03vw;
  }
  .top_contact .title .line2 {
    line-height: 1.3;
    white-space: nowrap;
  }
  .top_contact .title .dot {
    font-size: 6.15vw;
  }
  .top_contact .title .dot::before,
.top_contact_btm .title .dot::before {
    width: 1.28vw;
    height: 1.28vw;
    top: -0.77vw;
    margin-left: -0.77vw;
  }
  .top_contact .sub,
.top_contact_btm .sub {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 3.59vw;
  }
  .top_contact .list,
.top_contact_btm .list {
    flex-direction: column;
    gap: 10.51vw;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    translate: none;
  }
  .top_contact .list .item.item_mail,
.top_contact_btm .list .item.item_mail,
.top_contact .list .item.item_line,
.top_contact_btm .list .item.item_line,
.top_contact .list .item.item_tel,
.top_contact_btm .list .item.item_tel {
    padding: 0;
  }
  .top_contact .list .item.item_mail::before,
.top_contact_btm .list .item.item_mail::before {
    display: none;
  }
  .top_contact .list .item.item_line::before,
.top_contact_btm .list .item.item_line::before {
    display: none;
  }
  .top_contact .list .card,
.top_contact_btm .list .card {
    padding: 2.56vw 1.28vw 7.18vw;
    border-radius: 2.56vw;
    background-color: #fff;
    box-shadow: 0 1.03vw 2.56vw rgba(0, 0, 0, 0.05);
  }
  .top_contact .list .icon,
.top_contact_btm .list .icon {
    width: 33.33vw;
    height: 33.33vw;
    margin: -10.26vw auto 4.1vw;
  }
  .top_contact .list .name,
.top_contact_btm .list .name {
    font-size: 5.13vw;
    margin-bottom: 3.08vw;
  }
  .top_contact .list .item_line .name,
.top_contact_btm .list .item_line .name {
    font-size: 6.15vw;
  }
  .top_contact .list .contact_text,
.top_contact_btm .list .contact_text {
    font-size: 3.59vw;
  }
  .top_contact .list .item_mail .contact_text,
.top_contact_btm .list .item_mail .contact_text {
    margin-bottom: 4.62vw;
  }
  .top_contact .list .item_line .contact_text,
.top_contact_btm .list .item_line .contact_text {
    margin-bottom: 3.59vw;
  }
  .top_contact .list .item_tel .contact_text,
.top_contact_btm .list .item_tel .contact_text {
    margin-bottom: 2.05vw;
  }
  .top_contact .list .note,
.top_contact_btm .list .note {
    font-size: 3.59vw;
    margin-bottom: 3.08vw;
  }
  .top_contact .list .note::before,
.top_contact .list .note::after,
.top_contact_btm .list .note::before,
.top_contact_btm .list .note::after {
    content: "";
    position: absolute;
    top: 2.56vw;
    width: 0.51vw;
    height: 4.87vw;
    background-color: var(--main-color);
  }
  .top_contact .list .note::before,
.top_contact_btm .list .note::before {
    left: 3.08vw;
    transform: translateY(-50%) rotate(-25deg);
  }
  .top_contact .list .note::after,
.top_contact_btm .list .note::after {
    right: 3.08vw;
    transform: translateY(-50%) rotate(25deg);
  }
  .top_contact .list .btn,
.top_contact_btm .list .btn {
    width: 82.05vw;
    height: 16.41vw;
    font-size: 4.1vw;
    border-radius: 17.95vw;
    margin: 0 auto;
  }
  .top_contact .list .item_mail .btn,
.top_contact_btm .list .item_mail .btn {
    position: relative;
    justify-content: center;
    padding: 0 10.26vw;
  }
  .top_contact .list .item_mail .btn .text,
.top_contact_btm .list .item_mail .btn .text {
    font-size: 4.1vw;
  }
  .top_contact .list .item_mail .btn .arrow,
.top_contact_btm .list .item_mail .btn .arrow {
    position: absolute;
    right: 7.69vw;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 2.05vw;
    height: 2.05vw;
    border-top: 0.51vw solid #fff;
    border-right: 0.51vw solid #fff;
  }
  .top_contact .list .item_line .btn,
.top_contact_btm .list .item_line .btn {
    position: relative;
    justify-content: flex-start;
    padding: 0 7.69vw 0 7.69vw;
  }
  .top_contact .list .item_line .btn .logo,
.top_contact_btm .list .item_line .btn .logo {
    width: 7.69vw;
  }
  .top_contact .list .item_line .btn .text,
.top_contact_btm .list .item_line .btn .text {
    font-size: 4.1vw;
    margin: 0 0 0 10.26vw;
  }
  .top_contact .list .item_line .btn .arrow,
.top_contact_btm .list .item_line .btn .arrow {
    position: absolute;
    right: 7.69vw;
    top: 50%;
    margin: 0;
    transform: rotate(45deg) translateY(-50%);
    width: 2.05vw;
    height: 2.05vw;
    border-top: 0.51vw solid #fff;
    border-right: 0.51vw solid #fff;
  }
  .top_contact .list .tel,
.top_contact_btm .list .tel {
    font-size: 5.13vw;
    margin-bottom: -1.79vw;
  }
  .top_contact .list .tel .label,
.top_contact_btm .list .tel .label {
    font-size: 5.13vw;
  }
  .top_contact .list .tel .num,
.top_contact_btm .list .tel .num {
    font-size: 8.72vw;
  }
  .top_contact .list .time,
.top_contact_btm .list .time {
    font-size: 3.59vw;
    margin-top: 1.03vw;
  }
  /* top_compare SP */
  .top_compare {
    padding: 15.38vw 0 15.38vw;
  }
  .top_compare .wrap {
    display: contents;
  }
  .top_compare .inner {
    max-width: 92.05vw;
    margin: 0 auto;
  }
  .top_compare .intro_area {
    margin-bottom: 6.15vw;
  }
  .top_compare .intro_area .title {
    font-size: 6.15vw;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 4.36vw;
  }
  .top_compare .intro_area .title .underline {
    font-size: 7.18vw;
  }
  .top_compare .intro_area .title .underline::before {
    bottom: 0.51vw;
    left: 0;
    width: 100%;
    height: 3.59vw;
  }
  .top_compare .intro_area .text {
    font-size: 3.59vw;
  }
  .top_compare .intro_area .case_bar {
    padding: 3.08vw 2.56vw 2.05vw;
    background-color: #f2ebdf;
    max-width: 89.74vw;
    margin: 0 auto;
  }
  .top_compare .intro_area .case {
    font-size: 4.62vw;
    line-height: 1.2;
    margin-bottom: 2.31vw;
  }
  .top_compare .intro_area .case .num {
    font-size: 5.64vw;
  }
  .top_compare .intro_area .note {
    font-size: 3.59vw;
    line-height: 1.3;
  }
  .top_compare .compare_area {
    margin-bottom: 6.41vw;
  }
  .top_compare .compare_area .list {
    flex-direction: column;
    gap: 2.56vw;
  }
  .top_compare .compare_area .price_list {
    padding: 5.38vw 4.87vw;
  }
  .top_compare .compare_area .price_list .row {
    padding: 3.33vw 0;
  }
  .top_compare .compare_area .price_list .row:last-child {
    padding: 3.33vw 0 0;
  }
  .top_compare .compare_area .head {
    padding: 2.05vw 4.1vw;
    font-size: 3.95vw;
  }
  .top_compare .compare_area .image {
    width: 100%;
    aspect-ratio: 359/160.27;
  }
  .top_compare .compare_area .price_list .name {
    font-size: 2.96vw;
  }
  .top_compare .compare_area .price_list .price {
    font-size: 3.29vw;
  }
  .top_compare .compare_area .price_list .row_total .name {
    font-size: 2.96vw;
  }
  .top_compare .compare_area .item_minus .row_total .num {
    font-size: 5.26vw;
  }
  .top_compare .compare_area .item_plus .num {
    font-size: 5.26vw;
  }
  .top_compare .arrow_area {
    gap: 1.71vw;
    margin: 6.41vw 0 0;
  }
  .top_compare .arrow_area .arrow {
    width: 10.26vw;
    height: 4.27vw;
  }
  .top_compare .result_area .result {
    font-size: 5.13vw;
    text-align: center;
    gap: 2.56vw;
  }
  .top_compare .result_area .tag {
    font-size: 5.64vw;
    padding: 1.54vw 2.56vw;
    transform: translateX(-1.03vw);
  }
  .top_compare .result_area .num {
    font-size: 12.31vw;
  }
  .top_compare .result_area .num::before {
    top: -0.26vw;
    right: -2.56vw;
    width: 5.13vw;
    height: 3.81vw;
  }
  .top_compare .result_area .underline {
    margin: 2.82vw 0 0;
    transform: none;
  }
  .top_compare .result_area .underline::before {
    bottom: 0.51vw;
    height: 3.59vw;
    width: 100%;
  }
  /* top_reason SP */
  .top_reason {
    padding: 15.64vw 0 15.38vw;
  }
  .top_reason .head_area {
    margin-bottom: 3.85vw;
  }
  .top_reason .head_area .label {
    font-size: 6.15vw;
    margin-bottom: 2.82vw;
  }
  .top_reason .head_area .sub {
    font-size: 4.1vw;
    margin-bottom: 0.51vw;
  }
  .top_reason .head_area .title {
    font-size: 8.21vw;
  }
  .top_reason .head_area .title .num {
    font-size: 14.36vw;
  }
  .top_reason .list .item,
.top_reason .list .item.reverse {
    flex-direction: column;
    gap: 6.41vw;
    margin-bottom: 4.36vw;
  }
  .top_reason .list .item:last-child {
    margin-bottom: 0;
  }
  .top_reason .list .image_area {
    width: 100%;
  }
  .top_reason .list .shadow {
    bottom: -2.56vw;
    left: -2.56vw;
  }
  .top_reason .list .item.reverse .shadow {
    left: -2.56vw;
    right: auto;
  }
  .top_reason .list .image {
    aspect-ratio: 350/230;
  }
  .top_reason .list .badge {
    padding: 1.54vw 3.33vw;
    margin-bottom: 1.54vw;
    border-radius: 10.26vw;
    font-size: 3.33vw;
    letter-spacing: 0.05em;
  }
  .top_reason .list .catch {
    font-size: 6.15vw;
    white-space: nowrap;
  }
  .top_reason .list .catch .strong {
    font-size: 7.18vw;
  }
  .top_reason .list .catch .underline::before {
    bottom: 0.51vw;
    height: 2.56vw;
  }
  .top_reason .list .body {
    margin-top: 3.33vw;
  }
  .top_reason .list .body .text {
    font-size: 3.59vw;
  }
  /* top_comparison SP */
  .top_comparison {
    padding: 15.64vw 0 0;
  }
  .top_comparison .wrap {
    display: contents;
  }
  .top_comparison .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 15.38vw;
  }
  .top_comparison .inner::after {
    height: 36.92vw;
    background-image: url("image/top_comparison_bg_sp.png");
  }
  .top_comparison .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 3.85vw;
    box-sizing: border-box;
  }
  .top_comparison .head_area {
    margin-bottom: 3.08vw;
  }
  .top_comparison .head_area .label {
    font-size: 4.1vw;
    margin-bottom: 2.82vw;
    letter-spacing: 0.05em;
  }
  .top_comparison .head_area .title {
    font-size: 7.18vw;
    margin-bottom: 2.05vw;
    letter-spacing: 0.05em;
  }
  .top_comparison .head_area .lead {
    font-size: 3.59vw;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
  .top_comparison .head_area .lead .color {
    font-size: 3.59vw;
  }
  .top_comparison .head_area .lead .num {
    font-size: 6.15vw;
  }
  .top_comparison .table_area {
    padding: 0 0 0 5.13vw;
  }
  .top_comparison .scroll_wrap {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2.05vw 0 3.08vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .top_comparison .scroll_wrap .scroll-hint-icon-wrap {
    z-index: 20;
  }
  .top_comparison .scroll_wrap .scroll-hint-icon {
    z-index: 20;
  }
  .top_comparison .scroll_wrap::-webkit-scrollbar {
    display: none;
  }
  .top_comparison .table {
    width: auto;
    min-width: 223.08vw;
    margin-right: 5.13vw;
    table-layout: fixed;
    font-size: 3.08vw;
  }
  .top_comparison .table th,
.top_comparison .table td {
    width: 46.15vw;
    padding: 2.05vw 1.54vw;
  }
  .top_comparison .table thead th.col_label,
.top_comparison .table tbody th.col_label {
    width: 38.46vw;
    font-size: 4.1vw;
    letter-spacing: 0;
  }
  .top_comparison .table thead th {
    height: 25.64vw;
    font-size: 3.33vw;
  }
  .top_comparison .table thead th:not(.col_label):not(.col_main) {
    font-size: 4.1vw;
    letter-spacing: 0;
  }
  .top_comparison .table thead th .sub {
    font-size: 3.08vw;
    margin: 1.03vw 0 0 0;
  }
  .top_comparison .table thead .col_main {
    width: 46.15vw;
    font-size: 5.13vw;
    letter-spacing: 0;
    border-color: transparent;
  }
  .top_comparison .table thead .col_main::after {
    top: -2.05vw;
    left: -2.05vw;
    width: calc(100% + 4.1vw);
    height: 152.82vw;
    border: none;
    background: linear-gradient(var(--sub-color), var(--sub-color)) top/100% 2.05vw no-repeat, linear-gradient(var(--sub-color), var(--sub-color)) left/2.05vw 100% no-repeat, linear-gradient(var(--sub-color), var(--sub-color)) right/2.05vw 100% no-repeat, linear-gradient(var(--sub-color), var(--sub-color)) bottom/100% 2.05vw no-repeat, linear-gradient(to bottom, var(--sub-color) 27.69vw, #f0efec 27.69vw, #f0efec 100%);
    z-index: -1;
  }
  .top_comparison .table tbody th,
.top_comparison .table tbody td {
    height: 30.77vw;
  }
  .top_comparison .table tbody td {
    font-size: 2.82vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .top_comparison .table tbody .col_main {
    width: 46.15vw;
    font-size: 3.59vw;
    line-height: 1.3;
    border-color: transparent;
  }
  .top_comparison .table .mark {
    margin-bottom: 1.54vw;
  }
  .top_comparison .table .mark .img {
    width: 5.9vw;
    height: 5.9vw;
  }
  .top_comparison .arrow_area {
    gap: 1.58vw;
    margin: 3.33vw 0 0;
  }
  .top_comparison .arrow_area .arrow {
    width: 10.26vw;
    height: 4.27vw;
  }
  .top_comparison .cta_area {
    margin: 5.13vw 0 0;
    padding: 0 1.28vw;
  }
  .top_comparison .cta_area .sub {
    font-size: 4.1vw;
    line-height: 1.2;
    margin-bottom: 1.54vw;
  }
  .top_comparison .cta_area .catch {
    font-size: 6.15vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .top_comparison .cta_area .catch .underline.pc {
    display: none;
  }
  .top_comparison .cta_area .catch .underline.sp {
    display: inline;
  }
  .top_comparison .cta_area .catch .underline::before {
    bottom: -0.51vw;
    height: 3.59vw;
  }
  .top_comparison .cta_area .catch .color {
    font-size: 6.15vw;
  }
  .top_comparison .cta_area .catch .color::after {
    top: -7.18vw;
    right: 8.97vw;
    width: 7.18vw;
    height: 5.64vw;
    background-image: url("image/top_comparison_underline_bg_sp.svg");
  }
  .top_comparison .cta_area .catch .color .num {
    font-size: 14.36vw;
  }
  /* top_flow SP */
  .top_flow {
    padding: 15.64vw 0 14.62vw;
  }
  .top_flow .head_area {
    margin-bottom: 6.15vw;
  }
  .top_flow .head_area .label {
    font-size: 4.1vw;
    margin-bottom: 3.59vw;
    letter-spacing: 0.05em;
  }
  .top_flow .head_area .title {
    font-size: 8.21vw;
    margin-bottom: 3.33vw;
    letter-spacing: 0.05em;
  }
  .top_flow .head_area .lead {
    font-size: 3.59vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .top_flow .list {
    padding-left: 2.56vw;
  }
  .top_flow .list .card {
    display: block;
    position: relative;
    border-radius: 2.56vw;
    padding: 4.1vw 5.9vw 5.13vw 15.38vw;
  }
  .top_flow .list .step_area {
    display: none;
  }
  .top_flow .list .icon_area {
    position: absolute;
    top: 50%;
    left: -2.56vw;
    width: 15.38vw;
    height: 15.38vw;
    margin: 0;
    transform: translateY(-50%);
    border: 0.51vw solid #f0efec;
  }
  .top_flow .list .icon_area .icon {
    width: 7.69vw;
    height: 7.69vw;
  }
  .top_flow .list .content_area {
    padding: 0;
  }
  .top_flow .list .content_area .step_tag {
    font-size: 3.59vw;
    font-weight: 700;
    color: #8b7355;
    margin-bottom: 1.03vw;
    letter-spacing: 0.03em;
    font-family: var(--font-epunda);
  }
  .top_flow .list .content_area .catch {
    font-size: 4.62vw;
    margin-bottom: 0;
  }
  .top_flow .list .content_area .text {
    font-size: 3.59vw;
    margin-top: 4.1vw;
    padding-top: 2.82vw;
    line-height: 1.5;
    position: relative;
  }
  .top_flow .list .content_area .text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(to right, rgba(152, 141, 122, 0.5) 0, rgba(152, 141, 122, 0.5) 4px, transparent 4px, transparent 8px);
  }
  .top_flow .list .arrow_area {
    margin: 3.85vw 0;
  }
  .top_flow .list .arrow_area .arrow {
    width: 10.26vw;
    height: 3.85vw;
  }
  /* top_qa SP */
  .top_qa {
    padding: 15.38vw 0 15.38vw;
  }
  .top_qa .head_area {
    margin-bottom: 6.41vw;
  }
  .top_qa .head_area .label {
    font-size: 4.1vw;
    margin-bottom: 4.62vw;
    letter-spacing: 0.05em;
  }
  .top_qa .head_area .title {
    font-size: 7.18vw;
    margin-bottom: 6.41vw;
    letter-spacing: 0.05em;
  }
  .top_qa .list .item {
    margin-bottom: 5.13vw;
  }
  .top_qa .list .item:last-child {
    margin-bottom: 0;
  }
  .top_qa .list .card {
    border-radius: 1.28vw;
    padding: 5.64vw 5.13vw;
  }
  .top_qa .list .q_area,
.top_qa .list .a_area {
    gap: 3.08vw;
    padding: 3.33vw 0 0 0;
  }
  .top_qa .list .q_area {
    border-bottom: 1px solid #f0efec;
    padding: 0 0 3.85vw 0;
  }
  .top_qa .list .mark {
    width: 6.41vw;
    height: 6.41vw;
    font-size: 3.42vw;
  }
  .top_qa .list .q_area .text {
    font-size: 4.1vw;
    line-height: 1.51;
    padding-top: 1.03vw;
  }
  .top_qa .list .a_area .text {
    font-size: 4.1vw;
    line-height: 1.7;
    padding-top: 1.03vw;
  }
  /* top_footer SP */
  .top_footer {
    padding: 14.87vw 0 30.77vw;
  }
  .top_footer .title {
    font-size: 6.15vw;
    margin-bottom: 2.56vw;
    letter-spacing: 0.03em;
  }
  .top_footer .company {
    font-size: 3.59vw;
    margin-bottom: 9.23vw;
    letter-spacing: 0.03em;
  }
  .top_footer .address_area {
    margin-bottom: 13.33vw;
  }
  .top_footer .address_area .zip,
.top_footer .address_area .address {
    font-size: 3.33vw;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .top_footer .nav {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 7.69vw;
    margin-bottom: 6.67vw;
  }
  .top_footer .nav .link {
    font-size: 3.59vw;
    gap: 1.28vw;
    letter-spacing: 0.03em;
  }
  .top_footer .nav .link.blank::after {
    width: 3.59vw;
    height: 3.59vw;
  }
  .top_footer .copy {
    font-size: 3.08vw;
    letter-spacing: 0.05em;
  }
  /* top_sticky_banner SP */
  .top_sticky_banner {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .top_sticky_banner .inner {
    max-width: none;
  }
  .top_sticky_banner .badge {
    width: 72.56vw;
    height: 6.15vw;
    margin: 0 auto -3.08vw;
    font-size: 3.59vw;
  }
  .top_sticky_banner .box {
    width: 100%;
    padding: 4.36vw 17.95vw 3.33vw 4.36vw;
    border-radius: 1.28vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .top_sticky_banner .text_area {
    flex: 1;
    min-width: 0;
  }
  .top_sticky_banner .title {
    display: inline;
    font-size: 5.64vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin: 0;
  }
  .top_sticky_banner .sub {
    display: inline;
    font-size: 3.85vw;
  }
  .top_sticky_banner .title .underline::after {
    height: 0.77vw;
    bottom: -0.26vw;
  }
  .top_sticky_banner .illust {
    right: 1.89vw;
    bottom: 0;
    width: 15.19vw;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */