@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
デフォルト設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----------------------- デフォルトcss ------------------------- */

/* :root, body, .wrap など基本設定 */
:root {
  --main-color: #000;
  --sub-color: #063D78;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* フォント読み込み */
@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "High Summit";
  src: url("./font/High-Summit.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-width: 1440px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  color: #3F3A39;
  background: #fff;
  margin: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* 共通設定 */
.common_page_main {
  background: #F5F5F5;
  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: .08em;
  font-weight: 700;
  line-height: 1.5;
}

.common_page_wrap {
  padding: 100px 0;
}

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

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

/* SWELL共通設定 */
.detail_layer {
  padding-top: 200px;
}

.error404 .l-mainContent {
  padding: 60px 0 100px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----------------------- サイト共通パーツ ------------------------- */

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

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

.wp-pagenavi .current {
  color: #FFF;
  background-color: #0080BB;
  border-color: #0080BB;
  font-weight: bold;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #0080BB;
}

/* パンくず */
.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-top: -16px;
}

.breadcrumb .box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.breadcrumb a {
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumb .current-item {
  color: #0080BB;
}

/* 共通ボタン */
.c_btn a {
  display: inline-block;
  min-width: 300px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.44;
  letter-spacing: 0.06em;
  color: #fff;
  background: #0080BB;
  padding: 17px 35px 19px;
  border-radius: 33px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.c_btn--accent a {
  background: #063D78;
}

.c_btn--white a {
  color: #1A1A1A;
  background: #fff;
}

/* 共通売却実績 */
.c_case .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 26px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c_case .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_case .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.c_case .item_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.c_case .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 270/170;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_case .item_body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 16px 22px;
}

.c_case .item_category {
  position: absolute;
  top: -13px;
  left: 15px;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  background: #EAF5FA;
  border-radius: 4px;
  padding: 5px 11px;
}

.c_case .item_title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

.c_case .item_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}

.c_case .item_price {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  margin-top: 3px;
}

.c_case .item_number {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Avenir", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  padding-right: 2px;
}

/* 詳細ページ作成後はコメントアウト解除
.c_case .item_btn {
  position: relative;
  top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #0080BB;
  border: 1px solid #0080BB;
  border-radius: 50%;
}

.c_case .item_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c_case .item_icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c_case .item_icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
} */

.c_case .item_address {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: 0.01em;
  color: #3F3A39;
  margin-top: 11px;
  padding-top: 9px;
}

.c_case .item_address::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

/* 共通メッセージ */
.c_message {
  padding: 100px 0 142px;
}

.c_message .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
}

.c_message .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

.c_message .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 400/540;
}

.c_message .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_message .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

.c_message .title_en {
  position: relative;
  top: -20px;
  right: -82px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  font-family: "High Summit", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #0080BB;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.c_message .catch {
  position: relative;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.03em;
  color: #1A1A1A;
  padding-left: 24px;
  margin-top: 11px;
}

.c_message .catch::before {
  content: "";
  position: absolute;
  width: 8px;
  height: calc(100% - 8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #0080BB;
}

.c_message .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.04em;
  margin-top: 28px;
}

.c_message .box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  color: #1A1A1A;
  margin-top: 50px;
}

.c_message .box_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.c_message .box_text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* 共通タイトル */
.c_title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

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

/* ----------------------- サイト共通セクション ------------------------- */

/* 共通FV */
.common_fv {
  position: relative;
  padding-top: 130px;
}

.common_fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: 100px;
  left: 0;
  background-image: url("./image/common-fv-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.common_fv .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  aspect-ratio: 1340/300;
}

.common_fv .title {
  padding-left: 50px;
  margin-top: -41px;
}

.common_fv .title span {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0080BB;
  background: #fff;
  border-radius: 8px;
  padding: 16px 25px;
}

/* 共通CTA */
.common_cta .body {
  position: relative;
  background-image: url("./image/common-cta-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  padding: 60px 100px 65px;
  z-index: 1;
}

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

.common_cta .catch {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  background: #fff;
  border: 2px solid #1A1A1A;
  border-radius: 28px;
  padding: 8px 27px 8px 37px;
}

.common_cta .catch .accent {
  color: #0080BB;
}

.common_cta .title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 18px;
}

.common_cta .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #fff;
  margin-top: 22px;
}

.common_cta .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 36px;
}

.common_cta .item {
  background: #fff;
  border-radius: 10px;
  padding: 26px 35px 25px;
  text-align: center;
}

.common_cta .item_title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

.common_cta .item_tel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.common_cta .item_icon img {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_cta .item_number {
  font-family: "Avenir", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: #063D78;
}

.common_cta .item_hours {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-top: 4px;
}

.common_cta .item_btn {
  margin-top: 16px;
}

.common_cta .item_btn a {
  font-size: 16px;
  border-radius: 6px;
  padding: 16px 35px 17px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.pc_header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 1, 2, 0.16);
  box-shadow: 2px 2px 2px rgba(0, 1, 2, 0.16);
  z-index: 100;
}

.pc_header .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0;
}

.pc_header .logo {
  width: 100%;
  max-width: 150px;
}

.pc_header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .contents {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc_header .menus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

.pc_header .menu a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .box {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-left: 29px;
  margin-left: 29px;
  border-left: 1px solid #C9C9C9;
}

.pc_header .tel_row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.pc_header .tel_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pc_header .tel_icon img {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .tel_number {
  font-family: "Avenir", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #063D78;
  margin-top: 2px;
}

.pc_header .tel_hours {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.02em;
  margin-top: 3px;
}

.pc_header .btns {
  gap: 10px;
}

.pc_header .btn a {
  min-width: 160px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 6px;
  padding: 16px 14px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* FV (#top_fv) */
#top_fv {
  position: relative;
  padding: 130px 0 114px 18px;
}

#top_fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 114px);
  height: 100%;
  top: 100px;
  left: 0;
  background: #F4FBFF;
  background-image: url("./image/top-fv-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

#top_fv .swiper-container {
  position: relative;
  overflow: hidden;
}

#top_fv .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px;
  aspect-ratio: 1320/500;
}

#top_fv .pagination-bullets,
#top_fv .swiper-pagination-bullets.swiper-pagination-horizontal,
#top_fv .swiper-pagination-custom,
#top_fv .swiper-pagination-fraction {
  top: auto;
  bottom: 35px;
  left: auto;
  right: 8%;
  text-align: right;
}

#top_fv .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#top_fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

#top_fv .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

#top_fv .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(150, 235, 255, 0.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  z-index: -1;
}

#top_fv .swiper-pagination-bullet-active {
  background: #0080BB;
}

#top_fv .swiper-pagination-bullet-active::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  -webkit-transition: 0.6s ease-out 0.15s;
  transition: 0.6s ease-out 0.15s;
}

#top_fv .texts {
  position: relative;
  bottom: 165px;
  left: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

#top_fv .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  background: #fff;
  border-radius: 8px;
  padding: 16px 0 16px 20px;
}

#top_fv .title .accent {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #0080BB;
  z-index: 1;
}

#top_fv .title .accent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  bottom: -10px;
  left: 0;
  background-image: url("./image/top-fv-title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#top_fv .text {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #fff;
  padding: 8px 8px 8px 20px;
  border-radius: 6px;
  margin-top: 10px;
}

/* お悩み (#top_worries) */
#top_worries {
  position: relative;
  padding: 0 0 115px;
  margin-top: -85px;
  z-index: 1;
}

#top_worries .title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#top_worries .title .accent {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #063D78;
}

#top_worries .title .accent::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 68px;
  top: -49px;
  right: -34px;
  background-image: url("./image/top-worries-title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#top_worries .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 15px;
  margin-top: 24px;
}

#top_worries .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #1A1A1A;
  border-radius: 12px;
  aspect-ratio: 370/200;
}

#top_worries .item_contents {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.93);
  border: 2px solid #1A1A1A;
  border-radius: 8px;
  padding: 12px 9px 12px 18px;
  margin-top: -48px;
  z-index: 1;
}

#top_worries .item_number {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Avenir", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #063D78;
  border-radius: 50%;
  padding-top: 2px;
  z-index: 1;
}

#top_worries .item_number::before {
  content: "？";
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #1E538B;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  z-index: -1;
}

#top_worries .item_text {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #1A1A1A;
}

#top_worries .item_text .accent {
  position: relative;
  display: inline-block;
  color: #063D78;
}

#top_worries .item_text .accent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 2px;
  left: 0;
  background: #D5EAFF;
  z-index: -1;
}

/* 事業内容 (#top_service) */
#top_service .body {
  background: #EDFAFF;
  border-radius: 24px 24px 0 0;
  padding: 86px 50px 120px;
}

#top_service .head {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

#top_service .head_row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

#top_service .logo {
  width: 100%;
  max-width: 124px;
}

#top_service .logo img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_service .title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#top_service .small {
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.69;
  letter-spacing: 0.04em;
}

#top_service .big {
  font-size: 50px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#top_service .accent {
  position: relative;
  display: inline-block;
  padding-right: 3px;
  margin-left: 3px;
  z-index: 1;
}

#top_service .accent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 42px;
  bottom: -16px;
  left: 0;
  background-image: url("./image/top-service-title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#top_service .btn {
  position: relative;
  top: -10px;
}

#top_service .contents {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 48px;
}

#top_service .tabs {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  border: 2px solid #1A1A1A;
  border-radius: 16px;
  padding: 17px 18px;
  margin-top: 40px;
  z-index: 1;
}

#top_service .tab {
  position: relative;
  display: block;
  padding: 16px 0;
  cursor: pointer;
}

#top_service .tab::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

#top_service .tab:last-of-type::before {
  display: none;
}

#top_service .tab_text {
  position: relative;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  padding: 0 40px 0 32px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .tab_text::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #0080BB;
  border-bottom: 2px solid #0080BB;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .tab_text::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0080BB;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_service .tab.is-active .tab_text::before,
#top_service .tab.is-active .tab_text::after {
  opacity: 1;
}

#top_service .accordion_slider {
  position: relative;
  left: -110px;
  width: 930px;
  height: 500px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#top_service .accordion_slide {
  position: relative;
  width: 62px;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#top_service .accordion_slide.is-active {
  width: 680px;
  cursor: default;
}

#top_service .accordion_slide:first-of-type {
  border-radius: 16px 0 0 16px;
}

#top_service .accordion_slide:last-of-type {
  border-radius: 0 16px 16px 0;
}

#top_service .accordion_slide img {
  width: 680px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_service .detail {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: 0;
  padding: 54px 0 0 20px;
  margin-top: -20px;
  display: grid;
  grid-template-areas: "stack";
}

#top_service .border {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

#top_service .border_line01 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 2px;
  height: 123px;
  background: #1A1A1A;
}

#top_service .border_line02 {
  width: 2px;
  height: 4px;
  background: #1A1A1A;
}

#top_service .border_line03 {
  width: 2px;
  height: 8px;
  background: #1A1A1A;
}

#top_service .detail_panel {
  grid-area: stack;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s;
  transition: opacity 0.25s ease-out, visibility 0.25s;
}

#top_service .detail_panel.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease-out 0.15s, visibility 0.6s 0.15s;
  transition: opacity 0.6s ease-out 0.15s, visibility 0.6s 0.15s;
}

#top_service .detail_title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #0080BB;
}

#top_service .detail_text {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0.03em;
  margin-top: 11px;
}

/* 理由 (#top_reason) */
#top_reason {
  position: relative;
  padding: 132px 0 130px;
}

#top_reason::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 90px);
  top: -74px;
  left: 0;
  background-image: url("./image/top-reason-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#top_reason .title {
  position: relative;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.04em;
  text-align: center;
}

#top_reason .title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 21px;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("./image/top-reason-title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#top_reason .title .accent {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: 0.04em;
  color: #0080BB;
}

#top_reason .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 26px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#top_reason .item {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#top_reason .item_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#top_reason .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 370/200;
}

#top_reason .item_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 1px #0080BB;
  box-shadow: 0 10px 1px #0080BB;
  border-radius: 0 0 10px 10px;
  border-top: 3px solid #0080BB;
  padding: 36px 15px 28px;
  z-index: 1;
}

#top_reason .item_number {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Avenir", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  border-radius: 50%;
  background: #0080BB;
  padding-top: 3px;
  text-align: center;
}

#top_reason .item_title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.04em;
  text-align: center;
}

#top_reason .item_title .accent {
  color: #0080BB;
}

#top_reason .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

/* 売却実績 (#top_case) */
#top_case {
  padding: 8px 0 116px;
}

#top_case .title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.04em;
}

#top_case .title .accent {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: 0.04em;
  color: #0080BB;
}

/* スタッフ紹介 (#top_staff) */
#top_staff {
  background: #EDFAFF;
  padding: 64px 0;
}

#top_staff .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 3px solid #1A1A1A;
  border-radius: 16px;
  padding: 62px 48px;
}

#top_staff .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 341px;
  flex: 0 0 341px;
  padding-right: 50px;
}

#top_staff .title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#top_staff .title .accent {
  position: relative;
  top: -6px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.04em;
  color: #0080BB;
}

#top_staff .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.09em;
  margin-top: 12px;
}

#top_staff .btn {
  margin-top: 28px;
}

#top_staff .btn a {
  min-width: 240px;
  font-size: 16px;
  padding: 16.5px 35px 18.5px;
}

#top_staff .items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  padding-left: 49px;
}

#top_staff .items::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -3px;
  background-image: -webkit-linear-gradient(top, #1A1A1A 0, #1A1A1A 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to bottom, #1A1A1A 0, #1A1A1A 4px, transparent 4px, transparent 8px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}

#top_staff .item a {
  display: block;
}

#top_staff .item_image {
  border-radius: 12px;
  overflow: hidden;
}

#top_staff .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 320/220;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_staff .item_texts {
  position: relative;
  padding-top: 28px;
  text-align: center;
}

#top_staff .item_texts::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1A1A1A;
}

#top_staff .item_name {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#top_staff .item_en {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #0080BB;
  margin-top: 5px;
}

/* よくあるご質問 (#top_faq) */
#top_faq {
  background: #FCFCFC;
  padding: 132px 0 298px;
}

#top_faq .title {
  text-align: center;
}

#top_faq .title span {
  position: relative;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  padding: 0 90px 13px;
}

#top_faq .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 73px;
  bottom: 0;
  right: -95px;
  background-image: url("./image/top-faq-title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#top_faq .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 19px;
  margin-top: 90px;
}

#top_faq .item {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 0 50px;
  cursor: pointer;
}

#top_faq .item_row {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 37px 0 20px;
}

#top_faq .item_row::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 16px;
  top: calc(50% + 7px);
  right: 0;
  -webkit-transform: translateY(-40%) rotate(180deg);
  transform: translateY(-40%) rotate(180deg);
  background-image: url("./image/icon-arrow-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#top_faq .item.is-active .item_row::before {
  top: calc(50% + 7px);
  -webkit-transform: translateY(-40%) rotate(0deg);
  transform: translateY(-40%) rotate(0deg);
}

#top_faq .item_en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Avenir", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  color: #0080BB;
}

#top_faq .item_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#top_faq .item_text {
  position: relative;
  min-height: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 25px 0 30px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: max-height 0.45s ease, padding-block 0.45s ease, opacity 0.3s ease;
  transition: max-height 0.45s ease, padding-block 0.45s ease, opacity 0.3s ease;
}

#top_faq .item:not(.is-active) .item_text {
  max-height: 0;
  padding-block: 0;
  opacity: 0;
}

#top_faq .item_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

/* 投稿（お知らせ・ブログ） (#top_post) */
#top_post {
  margin-top: -198px;
}

#top_post .body {
  background: #F7FCFF;
  border-radius: 16px;
  padding: 86px 50px 100px;
}

#top_post .block+.block {
  border-top: 2px solid #E5E5E5;
  padding-top: 73px;
  margin-top: 60px;
}

#top_post .block_title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  text-align: center;
}

#top_post .btn {
  margin-top: 45px;
  text-align: center;
}

#top_post .btn a {
  min-width: 290px;
}

#top_post .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 27px;
}

#top_post .item a {
  display: block;
}

#top_post .item_image {
  overflow: hidden;
  border-radius: 12px;
}

#top_post .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 270/170;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_post .item_contents {
  margin-top: 12px;
}

#top_post .item_title {
  min-height: 42px;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top_post .item_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: #3F3A39;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 9px;
}

#top_post .item_row {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-top: 15px;
  margin-top: 17px;
}

#top_post .item_row::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

#top_post .item_date {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #0080BB;
}

#top_post .item_btn,
#top_post .list_btn {
  position: relative;
  top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #0080BB;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_post .item_icon,
#top_post .list_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#top_post .item_icon::before,
#top_post .list_icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #0080BB;
  border-bottom: 2px solid #0080BB;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_post .item_icon::after,
#top_post .list_icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #0080BB;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_post .lists {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2px;
}

#top_post .list a {
  position: relative;
  display: block;
  padding: 23px 0 18px;
}

#top_post .list a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

#top_post .list_date {
  display: inline-block;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0em;
  color: #0080BB;
  background: #fff;
  border: 1px solid #0080BB;
  border-radius: 33px;
  padding: 7px 17px 5px;
}

#top_post .list_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  margin-top: 10px;
}

#top_post .list_texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 882px;
}

#top_post .list_title {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_post .list_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01em;
  color: #3F3A39;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 9px;
}

/* インスタグラム (#top_instagram) */
#top_instagram {
  padding: 110px 0 90px;
}

#top_instagram .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top_instagram .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 396px;
  flex: 0 0 396px;
  position: relative;
  padding-right: 55px;
}

#top_instagram .contents::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #EBEBEB;
}

#top_instagram .title {
  text-align: center;
}

#top_instagram .title_name {
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

#top_instagram .title_en {
  position: relative;
  left: 5px;
  font-family: "Avenir", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.32em;
  color: #063D78;
  margin-top: 4px;
}

#top_instagram .title_ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.11em;
  margin-top: 3px;
}

#top_instagram .btn a {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.36;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 22px;
  padding: 13px 20px 12px 14px;
  margin-top: 21px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_instagram .note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #3F3A39;
  margin-top: 15px;
  text-align: center;
}

#top_instagram .images {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: 50px;
}

#top_instagram .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 218/290;
}

/* 会社概要 (#top_company) */
#top_company .btn {
  margin-top: 42px;
  text-align: center;
}

#top_company .btn a {
  min-width: 330px;
}

#top_company .swiper-container {
  position: relative;
  margin-top: 100px;
}

#top_company .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

#top_company .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 370/250;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* PC固定ページ 売却実績 */
#case_article {
  padding: 100px 0;
}

#case_article .items {
  margin-top: 0;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3F3A39;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  align-items: center;
  gap: 80px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #1A1A1A;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #C70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
  content: "";
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  padding: 0.8em 1em;
}

.common_contact_form textarea {
  width: 100%;
  height: 180px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #C7C4C4;
}

.common_contact_form select {
  width: 47.5%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 1.1em 1em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: #0080BB;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: .3s;
  text-align: center;
  letter-spacing: .08em;
  margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
  background: #333;
  margin-top: 20px;
}

/* プライバシー */
.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

.mw_wp_form_honey {
  display: none !important;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
  padding: .5em 0;
}

.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

.radio_btns .radio_btns__item+span {
  color: #3F3A39;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #0080BB;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !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;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

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

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

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

.page_contact .progressbar .item {
  color: #3F3A39;
  font-size: 14px;
  letter-spacing: .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: #0080BB;
  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: 'Helvetica', 'Arial', sans-serif;
}

.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: .08em;
  border-radius: 30px;
  font-weight: 600;
}

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

/* フォーム追加スタイル */
.mw_wp_form .form_block_title {
  font-size: 24px;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  letter-spacing: 0.04em;
  color: #0080BB;
  margin-block: 0 1.6em;
}

.mw_wp_form .form_block--mt {
  margin-top: 3em;
}

.mw_wp_form .address_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.mw_wp_form .address_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mw_wp_form .address_name {
  min-width: 81px;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  color: #3F3A39;
}

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

#page_404 .num {
  font-size: 100px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCフッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.site_footer {
  background: #EDFAFF;
  padding: 325px 0 57px;
  margin-top: -245px;
}

.site_footer .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 146px;
}

.site_footer .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}

.site_footer .logo {
  width: 100%;
  max-width: 210px;
}

.site_footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  margin-top: 20px;
}

.site_footer .company {
  margin-top: 28px;
}

.site_footer .address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

.site_footer .tel {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #1A1A1A;
  margin-top: 24px;
}

.site_footer .hours {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin-top: 2px;
}

.site_footer .row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}

.site_footer .nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 52px;
}

.site_footer .menu {
  line-height: 1;
}

.site_footer .menu:not(:first-of-type) {
  margin-top: 31px;
}

.site_footer .menu a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .sub_menu:not(:first-of-type) {
  margin-top: 18px;
}

.site_footer .sub_menu {
  line-height: 1;
}

.site_footer .sub_menu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.site_footer .aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
  top: -4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.site_footer .page_top a {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0080BB;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .page_top_text {
  position: relative;
  top: 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.04em;
  color: #fff;
}

.site_footer .page_top_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site_footer .page_top_icon img {
  width: 23px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .sns {
  position: relative;
  top: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.site_footer .sns_title {
  position: relative;
  top: 3px;
  font-family: "High Summit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #1A1A1A;
}

.site_footer .sns_icon a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .sns_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site_footer .sns_icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .box {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  margin-top: 37px;
}

.site_footer .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

.site_footer .copyright {
  display: block;
  font-family: "Avenir", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #1A1A1A;
}

.site_footer .lists {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.site_footer .list {
  position: relative;
  line-height: 1;
}

.site_footer .list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 3px;
  left: -5px;
  background: #1A1A1A;
}

.site_footer .list:first-of-type::before {
  display: none;
}

.site_footer .list a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* パンくず */
.breadcrumb a:hover {
  opacity: 0.8;
}

/* 共通ボタン */
.c_btn a:hover {
  opacity: 0.8;
}

/* 共通売却実績 */
/* 詳細ページ作成後はコメントアウト解除
.c_case .item:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */

/* ヘッダー */
.pc_header .logo a:hover {
  opacity: 0.8;
}

.pc_header .menu a:hover {
  color: #0080BB;
}

/* 事業内容 (#top_service) */
#top_service .tab.is-active .tab_text,
#top_service .tab:hover .tab_text {
  color: #0080BB;
}

/* スタッフ紹介 (#top_staff) */
#top_staff .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* 投稿（お知らせ・ブログ） (#top_post) */
#top_post .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_post .item a:hover .item_btn,
#top_post .list a:hover .list_btn {
  background: #0080BB;
}

#top_post .item a:hover .item_icon::before,
#top_post .list a:hover .list_icon::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#top_post .item a:hover .item_icon::after,
#top_post .list a:hover .list_icon::after {
  background: #fff;
}

#top_post .list a:hover .list_title {
  opacity: 0.7;
}

/* インスタグラム (#top_instagram) */
#top_instagram .btn a:hover {
  opacity: 0.7;
}

/* PC固定ページ スタッフ紹介 */
#staff_article .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* PC固定ページ お問い合わせ */
.page_contact #btn_wrap button:hover {
  opacity: .8;
}

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

/* フッター */
.site_footer .logo a:hover {
  opacity: 0.8;
}

.site_footer .menu a:hover {
  opacity: 0.7;
}

.site_footer .page_top a:hover {
  opacity: 0.8;
}

.site_footer .sns_icon a:hover {
  opacity: 0.8;
}

.site_footer .list a:hover {
  opacity: 0.7;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media (max-width: 750px) {

  /* ----------------------- デフォルトcss ------------------------- */

  /* 共通設定 */
  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href $='.pdf']:hover {
    text-decoration: underline;
  }

  body {
    min-width: 100%;
    font-size: 3.59vw;
    line-height: 1.5;
  }

  .wrap.mid,
  .wrap.lr,
  .wrap {
    width: 94.87%;
  }

  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    padding: 12.82vw 0 20.51vw;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* SWELL共通設定 */
  .detail_layer {
    padding-top: calc(80px + 10.26vw);
  }

  .error404 .l-mainContent {
    padding: 10.26vw 0 20.51vw;
  }

  .error404 .l-mainContent__inner {
    width: 89.74%;
    margin-inline: auto;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */

  /* パンくず */
  .breadcrumb {
    font-size: 3.08vw;
    padding: 0 2.56vw;
    margin-top: 3.08vw;
  }

  .breadcrumb .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb a:hover {
    opacity: 1;
  }

  /* 共通ボタン */
  .c_btn a {
    min-width: 66.67vw;
    font-size: 3.85vw;
    line-height: 1.4;
    padding: 3.46vw 2.56vw;
    border-radius: 8.46vw;
  }

  .c_btn a:hover {
    opacity: 1;
  }

  /* 共通売却実績 */
  .c_case .item {
    border-radius: 2.56vw;
  }

  .c_case .item_image {
    border-radius: 2.56vw 2.56vw 0 0;
  }

  .c_case .item:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_case .item_body {
    padding: 6.15vw 4.1vw 5.64vw;
  }

  .c_case .item_category {
    top: -3.33vw;
    left: 3.85vw;
    font-size: 3.33vw;
    border-radius: 1.03vw;
    padding: 1.28vw 2.82vw;
  }

  .c_case .item_title {
    font-size: 3.85vw;
  }

  .c_case .item_row {
    gap: 2.56vw;
  }

  .c_case .item_price {
    font-size: 4.62vw;
    margin-top: 0.77vw;
  }

  .c_case .item_number {
    top: 0.26vw;
    font-size: 8.72vw;
    padding-right: 0.51vw;
  }

  /* 詳細ページ作成後はコメントアウト解除
  .c_case .item_btn {
    top: -0.51vw;
    width: 8.72vw;
    height: 8.72vw;
    background: #0080BB;
  }

  .c_case .item_icon::before {
    width: 2.56vw;
    height: 2.56vw;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .c_case .item_icon::after {
    width: 3.59vw;
    height: 0.51vw;
    background: #fff;
  } */

  .c_case .item_address {
    font-size: 3.33vw;
    margin-top: 2.82vw;
    padding-top: 2.31vw;
  }

  /* 共通メッセージ */
  .c_message {
    padding: 8.21vw 0 15.38vw;
  }

  .c_message .wrap {
    width: 89.74%;
  }

  .c_message .body {
    display: block;
  }

  .c_message .title {
    font-size: 7.18vw;
  }

  .c_message .title_en {
    top: -3vw;
    right: -20vw;
    font-size: 10.77vw;
  }

  .c_message .image {
    margin-top: -5.13vw;
  }

  .c_message .image img {
    object-position: top;
    border-radius: 2.56vw;
    aspect-ratio: 350/350;
  }

  .c_message .catch {
    font-size: 5.13vw;
    font-size: 4.85vw;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding-left: 5.13vw;
    margin-top: 6.15vw;
  }

  .c_message .catch::before {
    width: 2.05vw;
    height: 100%;
  }

  .c_message .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.04em;
    font-size: 3.33vw;
    line-height: 1.54;
    margin-top: 5.64vw;
  }

  .c_message .box {
    gap: 2.05vw;
    margin-top: 8.21vw;
  }

  .c_message .box_title {
    font-size: 3.85vw;
  }

  .c_message .box_text {
    font-size: 5.64vw;
  }

  /* 共通タイトル */
  .c_title {
    font-size: 6.15vw;
    line-height: 1.5;
  }

  /* ----------------------- サイト共通セクション ------------------------- */

  /* 共通FV */
  .common_fv {
    padding-top: calc(80px + 2.56vw);
  }

  .common_fv::before {
    display: none;
  }

  .common_fv .image img {
    border-radius: 3.08vw;
    aspect-ratio: 370/200;
  }

  .common_fv .title {
    padding-left: 0;
    margin-top: -7.18vw;
    text-align: center;
  }

  .common_fv .title span {
    font-size: 7.18vw;
    border-radius: 1.54vw;
    padding: 2.56vw;
  }

  /* 共通CTA */
  .common_cta .body {
    background-image: url("./image/common-cta-bg-sp.webp");
    border-radius: 0;
    padding: 10.26vw 5.13vw 9.49vw;
  }

  .common_cta .wrap {
    width: 100%;
  }

  .common_cta .catch {
    display: block;
    font-size: 5.13vw;
    line-height: 1.15;
    border-radius: 1.79vw;
    padding: 2.44vw 5.13vw;
  }

  .common_cta .title {
    font-size: 7.18vw;
    line-height: 1.18;
    margin-top: 5.64vw;
  }

  .common_cta .text {
    font-size: 3.59vw;
    line-height: 1.57;
    letter-spacing: 0.01em;
    margin-top: 3.59vw;
  }

  .common_cta .items {
    display: block;
    background: #fff;
    border-radius: 2.56vw;
    padding: 6.15vw 5.13vw 6.41vw;
    margin-top: 5.13vw;
  }

  .common_cta .item {
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 4.23vw 1.28vw 4.62vw;
  }

  .common_cta .item:first-of-type {
    padding-top: 0;
  }

  .common_cta .item:last-of-type {
    padding-bottom: 0;
  }

  .common_cta .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
    background-image: radial-gradient(circle, #333333 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
  }

  .common_cta .item:last-of-type::before {
    display: none;
  }

  .common_cta .item_title {
    font-size: 4.1vw;
  }

  .common_cta .item_tel {
    gap: 1.54vw;
    margin-top: 2.56vw;
  }

  .common_cta .item_icon img {
    width: 7.69vw;
    height: 7.69vw;
  }

  .common_cta .item_number {
    font-size: 8.72vw;
  }

  .common_cta .item_hours {
    font-size: 3.59vw;
    margin-top: 0.77vw;
  }

  .common_cta .item_btn {
    margin-top: 2.05vw;
  }

  .common_cta .item_btn a {
    min-width: 76.92vw;
    font-size: 4.1vw;
    border-radius: 1.54vw;
    padding: 4.36vw 4.1vw;
  }

  /* ----------------------- SPヘッダー ------------------------- */

  /* SPヘッダー (#sp_header) */
  #sp_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 26.7px 0;
    z-index: 1000;
  }

  #sp_header .body {
    padding: 0 5.13vw;
  }

  #sp_header .logo {
    max-width: 110px;
  }

  #sp_header .logo img {
    display: block;
    width: 100%;
  }

  /* ----------------------- TOPページ ------------------------- */

  /* FV (#top_fv) */
  #top_fv {
    padding: 2.56vw 0 11.79vw 2.56vw;
    padding-top: calc(80px + 2.56vw);
  }

  #top_fv::before {
    height: 220.51vw;
    top: 80px;
    left: 0;
    background-image: url("./image/top-fv-bg-sp.webp");
    background-position: top;
  }

  #top_fv .swiper-slide img {
    border-radius: 3.85vw;
    aspect-ratio: 350/450;
  }

  #top_fv .pagination-bullets,
  #top_fv .swiper-pagination-bullets.swiper-pagination-horizontal,
  #top_fv .swiper-pagination-custom,
  #top_fv .swiper-pagination-fraction {
    display: none;
  }

  #top_fv .texts {
    bottom: 22.05vw;
    left: 2.56vw;
  }

  #top_fv .title {
    font-size: 7.18vw;
    border-radius: 1.54vw;
    padding: 2.82vw 0 2.82vw 3.08vw;
  }

  #top_fv .title--mt {
    margin-top: 1.28vw;
  }

  #top_fv .title .accent::before {
    display: none;
  }

  #top_fv .text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 4.1vw;
    letter-spacing: 0;
    padding: 2.31vw 1.03vw 2.31vw 3.08vw;
    border-radius: 1.03vw;
    margin-top: 4.36vw;
  }

  #top_fv .text--mt {
    margin-top: 1.54vw;
  }

  /* お悩み (#top_worries) */
  #top_worries {
    padding: 0 0 22.05vw;
    margin-top: -18.21vw;
  }

  #top_worries .title {
    position: relative;
    font-size: 5.64vw;
    line-height: 1.5;
    text-align: center;
  }

  #top_worries .title::before {
    content: "";
    position: absolute;
    width: 11.54vw;
    height: 12.05vw;
    top: -3.85vw;
    right: 15.38vw;
    background-image: url("./image/top-worries-title-decoration.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  #top_worries .title .accent {
    font-size: 7.69vw;
  }

  #top_worries .title .accent::before {
    display: none;
  }

  #top_worries .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8.21vw 2.56vw;
    padding: 0 2.56vw;
    margin-top: 7.18vw;
  }

  #top_worries .item {
    position: relative;
  }

  #top_worries .item_image img {
    border: 2px solid #1A1A1A;
    border-radius: 2.05vw;
    aspect-ratio: 170/120;
  }

  #top_worries .item_contents {
    position: static;
    max-width: 100%;
    display: block;
    background: transparent;
    border: none;
    padding: 3.33vw 0 0 0;
    margin-top: 0;
  }

  #top_worries .item_number {
    position: absolute;
    top: -4.62vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10.26vw;
    height: 10.26vw;
    font-size: 5.13vw;
    padding-top: 0.51vw;
  }

  #top_worries .item_number::before {
    top: calc(50% - 0.69vw);
    font-size: 9.23vw;
  }

  #top_worries .item_text {
    font-size: 3.56vw;
    line-height: 1.29;
    text-align: center;
  }

  #top_worries .item_text .accent::before {
    height: 1.54vw;
    bottom: 0.51vw;
  }

  /* 事業内容 (#top_service) */
  #top_service .wrap {
    width: 89.74%;
  }

  #top_service .body {
    border-radius: 5.13vw 5.13vw 0 0;
    padding: 12.82vw 2.56vw 15.38vw;
  }

  #top_service .head {
    display: block;
  }

  #top_service .head_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
  }

  #top_service .logo {
    max-width: 17.95vw;
    margin-inline: auto;
  }

  #top_service .title {
    font-size: 6.67vw;
    line-height: 1;
    text-align: center;
  }

  #top_service .small {
    font-size: 5.13vw;
    line-height: 1;
  }

  #top_service .big {
    font-size: 10.26vw;
    line-height: 1;
  }

  #top_service .accent {
    padding-right: 0;
    padding-bottom: 1.79vw;
    margin-left: 0.77vw;
  }

  #top_service .accent::before {
    height: 8.72vw;
    bottom: -0.77vw;
  }

  #top_service .contents {
    display: block;
    margin-top: 6.15vw;
  }

  #top_service .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2.05vw 2.56vw;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }

  #top_service .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 2px solid #1A1A1A;
    border-radius: 1.03vw;
    padding: 1.28vw 2.82vw;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #top_service .tab.is-active {
    background: #1A1A1A;
  }

  #top_service .tab::before {
    display: none;
  }

  #top_service .tab_text {
    font-size: 4.1vw;
    line-height: 1.13;
    padding: 0;
  }

  #top_service .tab.is-active .tab_text,
  #top_service .tab:hover .tab_text {
    color: #1A1A1A;
  }

  #top_service .tab.is-active .tab_text {
    color: #fff;
  }

  #top_service .tab_text::before,
  #top_service .tab_text::after {
    display: none;
  }

  #top_service .accordion_slider {
    width: 100%;
    width: 84.62vw;
    height: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 2.56vw;
    margin-top: 6.15vw;
  }

  #top_service .accordion_slide,
  #top_service .accordion_slide.is-active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    height: auto;
    scroll-snap-align: start;
    cursor: default;
    -webkit-transition: none;
    transition: none;
    border-radius: 8px;
  }

  #top_service .accordion_slide.is-active {
    width: 100%;
    cursor: default;
  }

  #top_service .accordion_slide:first-of-type,
  #top_service .accordion_slide:last-of-type {
    border-radius: 3.08vw;
  }

  #top_service .accordion_slide img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
  }

  #top_service .detail {
    max-width: 80.77vw;
    padding: 9.74vw 0 0 5.13vw;
    margin-top: -5.13vw;
  }

  #top_service .border {
    height: calc(100% - 1.03vw);
    gap: 0.77vw;
  }

  #top_service .border_line01 {
    height: 32.05vw;
  }

  #top_service .border_line02 {
    height: 1.03vw;
  }

  #top_service .border_line03 {
    height: 2.05vw;
  }

  #top_service .detail_title {
    font-size: 5.13vw;
  }

  #top_service .detail_text {
    font-size: 3.59vw;
    line-height: 1.36;
    letter-spacing: 0.02em;
    padding-right: 3.85vw;
    margin-top: 2.56vw;
  }

  #top_service .btn {
    top: 0;
    margin-top: 7.18vw;
    text-align: center;
  }

  /* 理由 (#top_reason) */
  #top_reason {
    padding: 20.26vw 0 0;
    overflow: hidden;
  }

  #top_reason::before {
    width: 100vw;
    height: 220.51vw;
    top: -53.08vw;
    background-image: url("./image/top-reason-bg-sp.webp");
    background-position: top;
  }

  #top_reason .wrap {
    width: 89.74%;
  }

  #top_reason .title {
    font-size: 6.15vw;
    line-height: 1.54;
  }

  #top_reason .title::before {
    width: 13.85vw;
    height: 5.38vw;
    top: -8.21vw;
  }

  #top_reason .title .accent {
    font-size: 8.72vw;
    line-height: 1.15;
  }

  #top_reason .items_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: auto;
    padding-bottom: 2.56vw;
  }

  #top_reason .items {
    width: 267.95vw;
    padding: 0 1.28vw 0 7.69vw;
    gap: 2.56vw;
    margin-top: 3.08vw;
  }

  #top_reason .item_image img {
    border-radius: 2.56vw 2.56vw 0 0;
    aspect-ratio: 330/180;
  }

  #top_reason .item_body {
    border-radius: 0 0 2.56vw 2.56vw;
    padding: 9.23vw 5.13vw 9.49vw;
  }

  #top_reason .item_number {
    width: 12.82vw;
    height: 12.82vw;
    top: -6.92vw;
    font-size: 6.15vw;
    padding-top: 0.26vw;
  }

  #top_reason .item_title {
    font-size: 5.13vw;
    line-height: 1.25;
  }

  #top_reason .item_text {
    font-size: 3.33vw;
    line-height: 1.46;
    margin-top: 2.82vw;
  }

  /* 売却実績 (#top_case) */
  #top_case {
    padding: 15.9vw 0;
    overflow: hidden;
  }

  #top_case .title {
    font-size: 6.15vw;
    line-height: 1.45;
    text-align: center;
  }

  #top_case .title .accent {
    font-size: 8.72vw;
    line-height: 1.15;
  }

  #top_case .swiper-container {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 4.36vw;
  }

  #top_case .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  #top_case .swiper-slide {
    height: auto;
    padding: 0.26vw 0 0.77vw;
  }

  #top_case .item {
    height: 100%;
  }

  /* スタッフ紹介 (#top_staff) */
  #top_staff {
    padding: 10vw 0;
  }

  #top_staff .wrap {
    width: 89.74%;
  }

  #top_staff .body {
    display: block;
    border: 2px solid #1A1A1A;
    border-radius: 2.56vw;
    padding: 8.21vw 4.62vw 8.46vw;
  }

  #top_staff .contents {
    padding-right: 0;
  }

  #top_staff .title {
    font-size: 5.64vw;
    line-height: 1.68;
    text-align: center;
  }

  #top_staff .title .accent {
    top: -1.54vw;
    font-size: 8.21vw;
    line-height: 1.09;
  }

  #top_staff .text {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 1.28vw;
    text-align: center;
  }

  #top_staff .items {
    gap: 2.56vw;
    padding-left: 0;
    padding-top: 4.87vw;
    margin-top: 5.64vw;
  }

  #top_staff .items::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #1A1A1A 0, #1A1A1A 4px, transparent 4px, transparent 8px);
    background-image: linear-gradient(to right, #1A1A1A 0, #1A1A1A 4px, transparent 4px, transparent 8px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
  }

  #top_staff .item_image {
    border-radius: 2.05vw;
  }

  #top_staff .item_image img {
    aspect-ratio: 150/200;
  }

  #top_staff .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_staff .item_texts {
    padding-top: 4.87vw;
  }

  #top_staff .item_texts::before {
    height: 7.69vw;
    top: -3.85vw;
  }

  #top_staff .item_name {
    font-size: 5.13vw;
    line-height: 1.25;
  }

  #top_staff .item_en {
    font-size: 3.59vw;
    line-height: 1.36;
    margin-top: 1.03vw;
  }

  #top_staff .btn {
    margin-top: 5.13vw;
    text-align: center;
  }

  #top_staff .btn a {
    min-width: 66.67vw;
    font-size: 3.85vw;
    padding: 16.5px 35px 18.5px;
    padding: 3.08vw 2.56vw 3.33vw;
  }

  /* よくあるご質問 (#top_faq) */
  #top_faq {
    padding: 16.41vw 0 12.82vw;
  }

  #top_faq .wrap {
    width: 89.74%;
  }

  #top_faq .title span {
    font-size: 7.18vw;
    padding: 0 14.1vw 2.82vw 0;
  }

  #top_faq .title span::before {
    height: 13.59vw;
    right: -0.77vw;
  }

  #top_faq .items {
    gap: 2.56vw;
    margin-top: 12.31vw;
  }

  #top_faq .item {
    border-radius: 2.56vw;
    padding: 0vw 5.13vw;
  }

  #top_faq .item_row {
    gap: 3.08vw;
    padding: 5.13vw 0 2.56vw;
  }

  #top_faq .item_row::before {
    display: none;
  }

  #top_faq .item_en {
    position: relative;
    top: -0.26vw;
    font-size: 5.64vw;
  }

  #top_faq .item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 12.56vw;
    font-size: 4.36vw;
    line-height: 1.35;
  }

  #top_faq .item_text {
    font-size: 3.33vw;
    line-height: 1.46;
    letter-spacing: 0.03em;
    padding: 4.62vw 0 5.9vw;
  }

  /* 投稿（お知らせ・ブログ） (#top_post) */
  #top_post {
    margin-top: 0;
  }

  #top_post .wrap {
    width: 89.74%;
  }

  #top_post .body {
    border-radius: 4.1vw;
    padding: 16.15vw 3.85vw 15.38vw;
  }

  #top_post .block+.block {
    position: relative;
    border-top: none;
    padding-top: 12.31vw;
    margin-top: 12.31vw;
  }

  #top_post .block+.block::before {
    content: "";
    position: absolute;
    width: calc(100% + 7.69vw);
    height: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #E5E5E5;
  }

  #top_post .block_title {
    font-size: 6.67vw;
    line-height: 1;
    text-align: left;
  }

  #top_post .btn {
    margin-top: 8.21vw;
  }

  #top_post .btn a {
    min-width: 66.67vw;
  }

  #top_post .items {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2.05vw;
  }

  #top_post .item a {
    position: relative;
    padding: 4.62vw 0;
  }

  #top_post .item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
    background-image: radial-gradient(circle, #333333 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
  }

  #top_post .item_head {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.85vw;
  }

  #top_post .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.51vw;
    flex: 0 0 20.51vw;
    border-radius: 50%;
  }

  #top_post .item_image img {
    aspect-ratio: 1/1;
  }

  #top_post .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_post .item_contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }

  #top_post .item_title {
    min-height: auto;
    font-size: 3.85vw;
    line-height: 1.27;
    letter-spacing: 0;
    margin-top: 1.54vw;
  }

  #top_post .item_text {
    font-size: 3.33vw;
    line-height: 1.38;
    margin-top: 3.08vw;
  }

  #top_post .item_date {
    font-size: 3.08vw;
    line-height: 1.33;
  }

  #top_post .lists {
    margin-top: 6.41vw;
  }

  #top_post .list a {
    padding: 4.36vw 0 4.87vw;
  }

  #top_post .list:first-of-type a {
    padding-top: 0;
  }

  #top_post .list a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
    background-image: radial-gradient(circle, #333333 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
  }

  #top_post .list_date {
    font-size: 3.08vw;
    line-height: 1.33;
    padding: 1.28vw 3.08vw 0.77vw;
  }

  #top_post .list_row {
    display: block;
    margin-top: 1.79vw;
  }

  #top_post .list_texts {
    max-width: 100%;
  }

  #top_post .list_title {
    font-size: 3.85vw;
    line-height: 1.27;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
  }

  #top_post .list a:hover .list_title {
    opacity: 1;
  }

  #top_post .list_text {
    font-size: 3.33vw;
    line-height: 1.38;
    -webkit-line-clamp: 2;
    margin-top: 3.08vw;
  }

  #top_post .item_btn,
  #top_post .list_btn {
    display: none;
  }

  /* インスタグラム (#top_instagram) */
  #top_instagram {
    padding: 15.38vw 0 10.26vw;
  }

  #top_instagram .body {
    display: block;
  }

  #top_instagram .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-right: 0;
    padding-bottom: 7.95vw;
    border-bottom: 1px solid #EBEBEB;
  }

  #top_instagram .contents::before {
    display: none;
  }

  #top_instagram .title_name {
    font-size: 5.13vw;
  }

  #top_instagram .title_en {
    left: 1.28vw;
    font-size: 7.18vw;
    line-height: 1.36;
    margin-top: 0.77vw;
  }

  #top_instagram .title_ja {
    font-size: 4.1vw;
    margin-top: 0.51vw;
  }

  #top_instagram .btn a {
    max-width: 87.18vw;
    font-size: 3.59vw;
    border-radius: 5.64vw;
    padding: 3.33vw 5.13vw 3.08vw 3.59vw;
    margin-top: 4.1vw;
  }

  #top_instagram .btn a:hover {
    opacity: 1;
  }

  #top_instagram .note {
    font-size: 3.08vw;
    margin-top: 4.36vw;
  }

  #top_instagram .images {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
    padding-left: 0;
    padding: 0 2.56vw;
    margin-top: 8.21vw;
  }

  #top_instagram .image img {
    aspect-ratio: 1/1;
  }

  /* 会社概要 (#top_company) */
  #top_company .btn {
    margin-top: 7.69vw;
  }

  #top_company .btn a {
    min-width: 66.67vw;
  }

  #top_company .swiper-container {
    margin-top: 12.82vw;
  }

  #top_company .swiper-slide img {
    border-radius: 2.05vw;
    aspect-ratio: 220/160;
  }

  /* ----------------------- 下層ページ ------------------------- */

  /* SP固定ページ 売却実績 */
  #case_article {
    padding: 10.26vw 0 20.51vw;
  }

  #case_article .wrap {
    width: 89.74%;
  }

  #case_article .items {
    grid-template-columns: 1fr;
    gap: 5.13vw;
  }

  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: .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: 2em 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;
  }

  .radio_btns .radio_btns__item+span {
    font-size: 3.6vw;
  }

  .mwform-checkbox-field-text {
    font-size: 3.6vw;
  }

  .privacy_term_detail {
    font-size: 3.6vw;
  }

  .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 .wrap {
    width: 89.74%;
  }

  .mw_wp_form .form_block_title {
    font-size: 5.13vw;
  }

  .mw_wp_form .address_content {
    gap: 2.56vw;
    margin-top: 2.56vw;
  }

  .mw_wp_form .address_wrap {
    display: block;
  }

  .mw_wp_form .address_name {
    min-width: auto;
    font-size: 3.6vw;
    margin-bottom: 1.28vw;
  }

  /* サンクスページ */
  .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;
  }

  /* ステップバー デザイン */
  .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固定ページ サイトマップ */
  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;
  }

  /* ----------------------- フッター ------------------------- */

  /* フッター (.site_footer) */
  .site_footer {
    padding: 17.95vw 0 28.21vw;
    margin-top: 0;
  }

  .site_footer .wrap {
    width: 89.74%;
  }

  .site_footer .body {
    display: block;
  }

  .site_footer .logo {
    max-width: 40vw;
    margin-inline: auto;
  }

  .site_footer .logo a:hover {
    opacity: 1;
  }

  .site_footer .name {
    font-size: 3.59vw;
    margin-top: 2.56vw;
    text-align: center;
  }

  .site_footer .row {
    display: none;
  }

  .site_footer .items {
    margin-top: 2.82vw;
  }

  .site_footer .item a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.31;
    letter-spacing: 0.04em;
    font-size: 4.1vw;
    color: #1A1A1A;
    border-bottom: 1px solid #333;
    padding: 4.87vw 2.56vw 3.33vw;
  }

  .site_footer .item a::before {
    content: "";
    position: absolute;
    width: 2.56vw;
    height: 2.56vw;
    top: calc(50% + 0.77vw);
    right: 3.08vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-right: 2px solid #3F3A39;
    border-bottom: 2px solid #3F3A39;
  }

  .site_footer .units {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
    margin-top: 3.85vw;
  }

  .site_footer .unit a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #1A1A1A;
    font-size: 3.59vw;
    border-bottom: 1px solid #333;
    padding: 2.05vw 2.56vw;
  }

  .site_footer .company {
    margin-top: 7.44vw;
    text-align: center;
  }

  .site_footer .address {
    font-size: 3.59vw;
  }

  .site_footer .tel {
    font-size: 4.1vw;
    margin-top: 4.1vw;
  }

  .site_footer .hours {
    font-size: 3.59vw;
    margin-top: 0;
  }

  .site_footer .sns_icon {
    margin-top: 7.18vw;
    text-align: center;
  }

  .site_footer .sns_icon a {
    display: inline-block;
  }

  .site_footer .sns_icon a:hover {
    opacity: 1;
  }

  .site_footer .sns_icon img {
    width: 7.69vw;
    height: 7.69vw;
  }

  .site_footer .box {
    display: block;
    border-top: none;
    padding-top: 7vw;
    margin-top: 4.8vw;
  }

  .site_footer .copyright {
    font-size: 3.33vw;
    text-align: center;
  }

  .site_footer .lists {
    display: none;
  }

  /* フッター追従 */
  .fix_cta {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.54vw;
    background: #063D78;
    padding: 2.56vw;
    z-index: 100;
  }

  .fix_cta .fix_cta_tel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .fix_cta .fix_cta_tel a {
    display: block;
    border: 1px solid #fff;
    border-radius: 1.54vw;
    padding: 1.79vw;
  }

  .fix_cta .fix_cta_tel img {
    width: 11.28vw;
    height: 11.28vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .fix_cta .fix_cta_btns {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.54vw;
  }

  .fix_cta .fix_cta_btn a {
    min-width: 38.21vw;
    border-radius: 1.54vw;
    padding: 5vw 2.56vw;
  }

  .fix_cta .c_btn--white a {
    color: #063D78;
  }
}