@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 {
  --main-color: #000;
  --sub-color: #fff;
}

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

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

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

.swiper-button-prev,
.swiper-button-next {
  margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  margin-top: 0;
  padding: 0;
  -webkit-transform: none;
  transform: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  border: none;
}

.no_article {
  padding: 0 20px;
  text-align: center;
}

/* PC固定ページ 共通設定 */
.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: 40px 0 120px;
}

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

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

.p-authorBox .avatar {
  display: inline;
}

/* SWELL 共通設定 */
.single_page {
  margin-top: 100px;
}

.-type-card .p-postList__title,
.-type-list .p-postList__title,
.-type-list2 .p-postList__title {
  color: #231815;
}

.c-widget__title {
  color: #231815;
}

.wp-block-heading {
  color: #231815;
}

.c-listMenu a {
  color: #231815;
}

.c-postTitle__ttl {
  color: #231815;
}

.c-postTitle__date {
  color: #231815;
}

.c-secTitle {
  color: #231815;
}

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

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

/* ----------------------- サイト共通パーツ ------------------------- */
/* wp-pagenavi base */
.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #149DBA;
  background-color: #FFF;
  border: solid 1px #149DBA;
  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: #149DBA;
  border-color: #149DBA;
  font-weight: bold;
}

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

/* パンくず */
.breadcrumb {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #C1C1C1;
  padding: 29px 0;
}

.breadcrumb .box>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 54px;
}

.breadcrumb span {
  position: relative;
  display: inline-block;
}

.breadcrumb span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #C1C1C1;
}

.breadcrumb span:last-of-type::before {
  display: none;
}

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

/* 共通ボタン */
.c_btn a,
.c_btn .c_btn_row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  min-width: 280px;
  background: #149DBA;
  border-radius: 30px;
  border: 2px solid #149DBA;
  padding: 14.5px 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn .c_btn_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: 0.035em;
  color: #fff;
}

.c_btn .c_btn_arrow {
  position: relative;
  right: 2px;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn .c_btn_arrow::before,
.c_btn .c_btn_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn .c_btn_arrow::before {
  width: 14px;
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.c_btn .c_btn_arrow::after {
  width: 8px;
  height: 8px;
  left: calc(50% + 4px);
  -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_btn--outline a,
.c_btn--outline .c_btn_row {
  background: transparent;
  border: 2px solid #fff;
}

.c_btn--inversion a {
  background: #fff;
}

.c_btn--inversion .c_btn_text {
  color: #149DBA;
}

.c_btn--inversion .c_btn_arrow::before {
  background: #149DBA;
}

.c_btn--inversion .c_btn_arrow::after {
  border-right: 2px solid #149DBA;
  border-bottom: 2px solid #149DBA;
}

/* 実績カード */
.c_achievements .item {
  height: 100%;
}

.c_achievements .item a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
}

.c_achievements .item_image {
  position: relative;
  overflow: hidden;
}

.c_achievements .item_image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 358/238;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_achievements .item_body {
  padding: 20px 20px 23px;
}

.c_achievements .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.035em;
  color: #231815;
  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;
}

.c_achievements .item_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 13px;
}

.c_achievements .item_tag {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  display: inline-block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #fff;
  background: #626262;
  padding: 4.5px 5px 6.5px;
  text-align: center;
}

.c_achievements .item_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.035em;
  color: #149DBA;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* アンカー */
.c_anchor a {
  -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;
  color: #231815;
  background: #F0F0F0;
  padding: 17px 25px 19px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_anchor .c_anchor_row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c_anchor .c_anchor_number {
  position: relative;
  top: 5px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  padding-right: 15px;
}

.c_anchor .c_anchor_text {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.035em;
  padding-left: 15px;
}

.c_anchor .c_anchor_text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #CBCBCB;
}

.c_anchor .c_anchor_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 15px;
  height: 15px;
}

.c_anchor .c_anchor_arrow::before,
.c_anchor .c_anchor_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_anchor .c_anchor_arrow::before {
  width: 2px;
  height: 14px;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #231815;
}

.c_anchor .c_anchor_arrow::after {
  width: 9px;
  height: 9px;
  top: calc(50% + 3px);
  left: calc(50% + 1px);
  -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 #231815;
  border-bottom: 2px solid #231815;
}

/* 売買実績カード */
.c_case .item {
  height: 100%;
  gap: 20px;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 35px 35px 55px;
}

.c_case .item_contents {
  width: calc(38% - 10px);
}

.c_case .item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/220;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_case .dl-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 18px;
}

.c_case .dl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c_case .dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #fff;
  background: #626262;
  padding: 5.5px 5px;
  text-align: center;
}

.c_case .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: 0.035em;
  color: #626262;
}

.c_case .item_body {
  width: calc(62% - 10px);
  padding-top: 2px;
}

.c_case .item_sub_title {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #149DBA;
}

.c_case .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 11px;
}

.c_case .units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.c_case .unit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #149DBA;
  padding: 12px 20px;
}

.c_case .unit_icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}

.c_case .unit_icon img {
  display: block;
  width: 28px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_case .unit_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.035em;
}

.c_case .item_box {
  background: #EFFBFD;
  padding: 20px 15px;
  margin-top: 20px;
}

.c_case .item_box_head,
.c_case .item_box_body {
  background: #fff;
}

.c_case .item_box_head {
  position: relative;
  padding: 12px 15px 11px;
}

.c_case .item_box_head::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 12px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #149DBA;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.c_case .item_box_body {
  padding: 12px 15px 15px;
  margin-top: 32px;
}

.c_case .item_box_title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #626262;
}

.c_case .item_box_title--accent {
  color: #149DBA;
}

.c_case .item_box_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 7px;
}

/* よくある質問 */
.c_faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.c_faq .item_q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  background: #149DBA;
  padding: 20px 35px;
  cursor: pointer;
}

.c_faq .item_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.c_faq .item_en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #149DBA;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  padding-bottom: 2px;
}

.c_faq .item_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #fff;
}

.c_faq .item_toggle {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.c_faq .item_toggle::before,
.c_faq .item_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c_faq .item_toggle::before {
  width: 22px;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c_faq .item_toggle::after {
  width: 3px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c_faq .item.is-open .item_toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.c_faq .item_a {
  max-height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.c_faq .item_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0.035em;
  color: #626262;
  padding: 18px 35px 23px;
}

/* スタッフ */
.c_staff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px 20px;
}

.c_staff .item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 270/330;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_staff .item_contents {
  margin-top: 10px;
}

.c_staff .item_tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #149DBA;
  border: 1px solid #149DBA;
  padding: 5px 9px;
}

.c_staff .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 7px;
}

.c_staff .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 6px;
}

.c_staff .item_text.is-clamp {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.c_staff .item_text_toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 28px;
  margin-top: 4px;
  cursor: pointer;
}

.c_staff .item_text_toggle_icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.c_staff .item_text_toggle_icon::before,
.c_staff .item_text_toggle_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #149DBA;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c_staff .item_text_toggle_icon::before {
  width: 14px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c_staff .item_text_toggle_icon::after {
  width: 2px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c_staff .item_text_toggle.is-open .item_text_toggle_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* 見出し */
.c_title_en {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #149DBA;
}

.c_title_ja {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.055em;
  color: #231815;
  margin-top: 14px;
}

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

.c_title_en--s {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
}

.c_title_ja--m {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.055em;
  margin-top: 6px;
}

.c_title_ja--s {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.055em;
}

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

/* 共通FV */
.common_fv {
  margin-top: 100px;
}

.common_fv .body {
  position: relative;
  padding: 160px 0 137px;
}

.common_fv .body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 113, 131, 0.4);
  mix-blend-mode: multiply;
}

.common_fv .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.common_fv .title {
  position: relative;
  color: #fff;
}

.common_fv .en {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
}

.common_fv .ja {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.055em;
  margin-top: 15px;
}

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

.pc_header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  height: 100px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 3px 8px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 8px 50px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.pc_header .body {
  height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 102px 0 50px;
}

.pc_header .logo {
  width: 100%;
  max-width: 260px;
  margin-top: 28px;
}

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

.pc_header .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 2px;
}

.pc_header .btns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2px;
}

.pc_header .btn a {
  min-width: 160px;
  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;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: 0.035em;
  color: #231815;
  background: #F0F0F0;
  padding: 11.5px 10px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .btn--accent a {
  background: #149DBA;
  color: #fff;
}

.pc_header .btn_icon {
  position: relative;
  top: 1px;
}

.pc_header .btn_icon img {
  display: block;
  width: 17px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .menus {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  padding-right: 30px;
  margin-top: 12px;
}

.pc_header .menu a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: 0.035em;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* PCバーガー */
#drawer .drawer_icon {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  -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: 14px;
  background: #007183;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
  z-index: 270;
}

#drawer .drawer_icon.is-open {
  background: #003a43;
}

#drawer .drawer_icon_bars {
  position: relative;
  width: 35px;
  height: 22px;
  z-index: 1000;
}

#drawer .drawer_icon_bar1,
#drawer .drawer_icon_bar2,
#drawer .drawer_icon_bar3 {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 2px;
  background: #fff;
  top: 0;
  right: 0;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

#drawer .drawer_icon_bar1 {
  top: 0;
}

#drawer .drawer_icon_bar2 {
  top: 10px;
}

#drawer .drawer_icon_bar3 {
  top: 20px;
}

#drawer .drawer_icon.is-open .drawer_icon_bar1 {
  top: calc(50% + 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#drawer .drawer_icon.is-open .drawer_icon_bar2 {
  display: none;
}

#drawer .drawer_icon.is-open .drawer_icon_bar3 {
  top: calc(50% + 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#drawer .drawer_icon_text {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #fff;
}

#drawer::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: var(--scroll-x, 0);
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 200;
}

#drawer.is-open::before {
  opacity: 1;
  pointer-events: auto;
}

#drawer .drawer_contents {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  height: 100vh;
  top: 0;
  left: var(--scroll-x, 0);
  color: #231815;
  background: #FAFAFA;
  cursor: auto;
  pointer-events: none;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 250;
}

#drawer .drawer_contents.is-open {
  opacity: 1;
  pointer-events: auto;
}

#drawer .drawer_body {
  width: 1240px;
  margin-inline: auto;
  height: 100%;
  -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;
  gap: 162px;
  padding-top: 11vh;
}

#drawer .drawer_box {
  position: relative;
  top: -16px;
  left: -5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 267px;
  flex: 0 0 267px;
}

#drawer .drawer_logo {
  width: 100%;
  max-width: 260px;
}

#drawer .drawer_logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#drawer .drawer_address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035em;
  margin-top: 20px;
}

#drawer .drawer_nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

#drawer .drawer_menus {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

#drawer .drawer_menu a {
  -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;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}

#drawer .drawer_menu:last-of-type a {
  border-bottom: none;
}

#drawer .drawer_menu_en {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #C1C1C1;
}

#drawer .drawer_menu_ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#drawer .drawer_menu_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -2px;
  width: 26px;
  height: 26px;
  background: #EAEAEA;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#drawer .drawer_menu_arrow::before,
#drawer .drawer_menu_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#drawer .drawer_menu_arrow::before {
  width: 9px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #149DBA;
}

#drawer .drawer_menu_arrow::after {
  width: 6px;
  height: 6px;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #149DBA;
  border-bottom: 1px solid #149DBA;
}

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

/* TOP #top_fv */
#top_fv {
  position: relative;
  height: calc(100vh - 100px);
  padding: 120px 0 170px;
  margin-top: 100px;
}

#top_fv picture {
  display: block;
  width: 100%;
  height: 100%;
}

#top_fv .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#top_fv .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_fv .wrap {
  height: 100%;
}

#top_fv .texts {
  position: relative;
  top: 25px;
  height: 100%;
  -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;
  text-align: center;
  gap: 32px;
  color: #fff;
}

#top_fv .title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.055em;
  text-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}

#top_fv .catch {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

#top_fv .catch_text {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.035em;
}

#top_fv .catch_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background: #fff;
}

#top_fv .catch_text:first-of-type::after {
  content: "※1";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
}

#top_fv .catch_text .accent {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #FFF038;
  padding-inline: 5px;
}

#top_fv .catch_text .en {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
}

#top_fv .catch_text .big {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
}

/* TOP #top_works */
#top_works {
  padding: 105px 0 100px;
}

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

#top_works .item {
  background: #effbfd;
  padding: 40px 20px 48px;
  text-align: center;
}

#top_works .item:nth-of-type(even) {
  background: #e6fcff;
}

#top_works .item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 105px;
}

#top_works .item_icon img {
  display: block;
  width: 98px;
  height: auto;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_works .item_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #231815;
  padding-bottom: 19px;
  margin-top: 26px;
}

#top_works .item_title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #149DBA;
}

#top_works .item:nth-of-type(even) .item_title::before {
  background: #007183;
}

#top_works .item_number {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 17px;
}

#top_works .item_number .accent {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#top_works .item:nth-of-type(even) .item_number .accent {
  color: #007183;
}

#top_works .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 34px;
  text-align: center;
}

#top_works .text .small {
  position: relative;
  top: -5px;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #231815;
}

#top_works .item:nth-of-type(2) img {
  width: 92px;
}

#top_works .item:nth-of-type(2) .item_number::before {
  content: "※1";
  position: absolute;
  top: 5px;
  right: -20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #231815;
}

#top_works .item:nth-of-type(3) img {
  width: 75px;
}

#top_works .item:nth-of-type(3) .item_number::before {
  content: "※2";
  position: absolute;
  top: 5px;
  right: -20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #231815;
}

#top_works .item:nth-of-type(4) img {
  width: 88px;
}

#top_works .item:nth-of-type(4) .item_number::before {
  content: "※4";
  position: absolute;
  top: 5px;
  right: -20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #231815;
}

/* TOP #top_strengths */
#top_strengths {
  position: relative;
  padding: 94px 0 80px;
  overflow: hidden;
}

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

#top_strengths .body {
  position: relative;
  gap: 3px;
  padding-left: calc((100% - 1140px) / 2);
  margin-top: 65px;
}

#top_strengths .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  margin-top: 10px;
}

#top_strengths .watermark {
  position: relative;
  left: -30px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015em;
  color: #e4f1f4;
  white-space: nowrap;
}

#top_strengths .head {
  margin-top: -75px;
}

#top_strengths .catch {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.035em;
  color: #231815;
  padding-left: 24px;
}

#top_strengths .catch::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 80%;
  top: 13%;
  left: 0;
  background: #149DBA;
}

#top_strengths .catch .accent {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#top_strengths .text {
  max-width: 570px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 31px;
}

#top_strengths .logos {
  max-width: 570px;
  margin-top: 50px;
}

#top_strengths .block {
  margin-top: 28px;
}

#top_strengths .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

#top_strengths .items--2col {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 14px;
}

#top_strengths .block:nth-of-type(2) .items {
  max-width: 375px;
}

#top_strengths .block:nth-of-type(3) .items {
  max-width: 475px;
}

#top_strengths .item a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_strengths .item img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_strengths .title {
  position: relative;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #149DBA;
  padding-left: 25px;
}

#top_strengths .title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 0;
  background: #149DBA;
}

#top_strengths .image {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_strengths .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/680;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TOP #top_area */
#top_area {
  position: relative;
  padding: 100px 0 65px;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}

#top_area::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 677px;
  top: 40px;
  right: 0;
  background-image: url("./image/top-area-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#top_area .media {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding-right: calc((100% - 1268px) / 2);
}

#top_area .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -48px;
}

#top_area .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/400;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_area .watermark {
  position: relative;
  left: -30px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015em;
  color: #e4f1f4;
  white-space: nowrap;
}

#top_area .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 634px;
  flex: 0 0 634px;
  margin-top: 14px;
}

#top_area .head {
  position: relative;
  top: -76px;
  max-width: 570px;
}

#top_area .title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.035em;
  color: #231815;
  padding-left: 25px;
}

#top_area .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 85%;
  top: 9%;
  left: 0;
  background: #149DBA;
}

#top_area .title .accent {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#top_area .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 32px;
}

#top_area .block {
  margin-top: 25px;
}

#top_area .sub_title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.055em;
  color: #231815;
}

#top_area .sub_title .accent {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  color: #149DBA;
}

#top_area .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 18px;
}

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

#top_area .item a {
  height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#top_area .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  position: relative;
}

#top_area .item_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_area .item_body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 22px 9px 19.5px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_area .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.035em;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_area .item_contents {
  padding-right: 30px;
}

#top_area .item_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: 10px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 13px;
}

#top_area .item_rating .accent {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #149DBA;
  padding-right: 3px;
}

#top_area .item_stars {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #149DBA;
}

#top_area .item_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 1px;
}

#top_area .item_text .accent {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#top_area .item_arrow {
  display: block;
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 20px;
  height: 20px;
  background: #EAEAEA;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_area .item_arrow::before,
#top_area .item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_area .item_arrow::before {
  width: 8px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #149DBA;
}

#top_area .item_arrow::after {
  width: 5px;
  height: 5px;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #149DBA;
  border-bottom: 1px solid #149DBA;
}

#top_area .controls {
  display: none;
}

/* TOP #top_achievements */
#top_achievements {
  padding: 65px 0 100px;
  overflow: hidden;
}

#top_achievements .row {
  -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;
  gap: 80px;
  padding-left: calc((100% - 1240px) / 2);
}

#top_achievements .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 363px;
  flex: 0 0 363px;
}

#top_achievements .c_title {
  margin-top: 8px;
}

#top_achievements .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 26px;
}

#top_achievements .btn {
  margin-top: 25px;
}

#top_achievements .swiper-container {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

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

#top_achievements .swiper-slide {
  height: auto;
}

#top_achievements .controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 54px;
}

#top_achievements .controls .swiper-button-prev,
#top_achievements .controls .swiper-button-next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  background: #eaeaea;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_achievements .controls .swiper-button-prev {
  left: 0;
}

#top_achievements .controls .swiper-button-next {
  right: 0;
}

#top_achievements .controls .swiper-button-prev::before,
#top_achievements .controls .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #149DBA;
  border-right: 2px solid #149DBA;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_achievements .controls .swiper-button-next::before {
  right: calc(50% - 2px);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

#top_achievements .controls .swiper-button-prev::before {
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

#top_achievements .controls .swiper-button-prev::after,
#top_achievements .controls .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: calc(50% + 2px);
  background: #149DBA;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_achievements .controls .swiper-button-next::after {
  left: calc(50% - 2px);
}

#top_achievements .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

#top_achievements .progress span {
  width: 25px;
  height: 2px;
  background: #eaeaea;
  cursor: pointer;
}

#top_achievements .progress span.is-active {
  background: #149DBA;
}

/* TOP #top_plan */
#top_plan .body a {
  position: relative;
  display: block;
  width: calc(100% - 150px);
  padding: 84px 0 80px;
  padding-left: max(150px, (100vw - 1140px) / 2);
  padding-right: calc((100% - 1140px) / 2);
  overflow: hidden;
}

#top_plan .body a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./image/top-plan-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_plan .body a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(35, 24, 21, 0.3);
}

#top_plan .contents {
  position: relative;
  z-index: 1;
}

#top_plan .c_title_en {
  color: #fff;
}

#top_plan .c_title_ja {
  color: #fff;
}

#top_plan .text {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #fff;
  margin-top: 27px;
}

#top_plan .btn {
  margin-top: 54px;
}

/* TOP #top_contact */
#top_contact {
  padding: 139px 0 100px;
}

#top_contact .body {
  gap: 50px;
  padding: 48px 50px 43px 55px;
  background: #149DBA;
}

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

#top_contact .c_title {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}

#top_contact .c_title_en {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #fff;
}

#top_contact .c_title_ja {
  color: #fff;
  letter-spacing: 0.035em;
  margin-top: 6px;
}

#top_contact .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #fff;
  margin-top: 18px;
}

#top_contact .btn {
  margin-top: 23px;
}

#top_contact .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  margin-top: -80px;
}

#top_contact .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/320;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TOP #top_support */
#top_support .body {
  position: relative;
  padding: 80px 0;
}

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

#top_support .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding-left: calc((100% - 1140px) / 2);
}

#top_support .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  margin-top: -35px;
}

#top_support .watermark {
  position: relative;
  top: 45px;
  left: -30px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015em;
  color: #E4F1F4;
  white-space: nowrap;
}

#top_support .title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.69;
  letter-spacing: 0.035em;
  color: #231815;
  padding-left: 25px;
}

#top_support .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 85%;
  top: 9%;
  left: 0;
  background: #149DBA;
}

#top_support .title .accent {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#top_support .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 29px;
}

#top_support .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_support .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 640/400;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TOP #top_case */
#top_case {
  padding: 113px 0 60px;
  background: #fff;
  overflow: hidden;
}

#top_case .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #626262;
  text-align: center;
  margin-top: 27px;
}

#top_case .c_btn {
  margin-top: 20px;
  text-align: center;
}

#top_case .swiper-container {
  position: relative;
  margin-top: 52px;
}

#top_case .swiper {
  padding-top: 1px;
  padding-bottom: 44px;
}

/* 売買実績：記事0件のとき */
#top_case .swiper-container:has(.no_article) {
  margin-top: 0;
}

#top_case .swiper-container:has(.no_article) .swiper {
  padding: 0;
}

#top_case .no_article {
  margin: 60px 0;
}

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

#top_case .swiper-slide {
  height: auto;
}

#top_case .pagination-bullets,
#top_case .swiper-pagination-bullets.swiper-pagination-horizontal,
#top_case .swiper-pagination-custom,
#top_case .swiper-pagination-fraction {
  bottom: 0;
}

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

#top_case .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background: #EAEAEA;
  border-radius: 0;
  opacity: 1;
}

#top_case .swiper-pagination-bullet-active {
  background: #149DBA;
}

#top_case .swiper-button-prev,
#top_case .swiper-button-next {
  position: absolute;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #eaeaea;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 5;
}

#top_case .swiper-button-prev {
  left: 15.3%;
}

#top_case .swiper-button-next {
  right: 15.3%;
}

#top_case .swiper-button-prev::before,
#top_case .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #149DBA;
  border-right: 2px solid #149DBA;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_case .swiper-button-next::before {
  right: calc(50% - 2px);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

#top_case .swiper-button-prev::before {
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

#top_case .swiper-button-prev::after,
#top_case .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: calc(50% + 2px);
  background: #149DBA;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_case .swiper-button-next::after {
  left: calc(50% - 2px);
}

/* TOP #top_voice */
#top_voice {
  padding: 60px 0;
  overflow: hidden;
}

#top_voice .row {
  -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;
  gap: 78px;
  padding-left: calc((100% - 1240px) / 2);
}

#top_voice .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 365px;
  flex: 0 0 365px;
}

#top_voice .c_title {
  margin-top: 8px;
}

#top_voice .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 26px;
}

#top_voice .btn {
  margin-top: 25px;
}

#top_voice .swiper-container {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

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

#top_voice .swiper-slide {
  height: auto;
}

#top_voice .controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 54px;
}

#top_voice .controls .swiper-button-prev,
#top_voice .controls .swiper-button-next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  background: #eaeaea;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_voice .controls .swiper-button-prev {
  left: 0;
}

#top_voice .controls .swiper-button-next {
  right: 0;
}

#top_voice .controls .swiper-button-prev::before,
#top_voice .controls .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #149DBA;
  border-right: 2px solid #149DBA;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_voice .controls .swiper-button-next::before {
  right: calc(50% - 2px);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

#top_voice .controls .swiper-button-prev::before {
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

#top_voice .controls .swiper-button-prev::after,
#top_voice .controls .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #149DBA;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_voice .controls .swiper-button-next::after {
  left: calc(50% - 2px);
}

#top_voice .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

#top_voice .progress span {
  width: 25px;
  height: 2px;
  background: #eaeaea;
  cursor: pointer;
}

#top_voice .progress span.is-active {
  background: #149DBA;
}

#top_voice .item {
  height: 100%;
}

#top_voice .item a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
}

#top_voice .item_image {
  position: relative;
  overflow: hidden;
}

#top_voice .item_image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 358/238;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_voice .item_body {
  padding: 22px 20px 23px;
}

#top_voice .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top_voice .item_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #626262;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 9px;
}

#top_voice .item_date {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.035em;
  color: #c1c1c1;
  margin-top: 14px;
}

/* TOP #top_column */
#top_column {
  padding: 65px 0 100px;
}

#top_column .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 35px;
  text-align: center;
}

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

/* お役立ちコラム：記事0件のとき */
#top_column .items:has(+ .no_article) {
  margin-top: 0;
}

#top_column .no_article {
  margin: 60px 0;
}

#top_column .item a {
  display: block;
}

#top_column .item_image {
  overflow: hidden;
}

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

#top_column .item_contents {
  margin-top: 16px;
}

#top_column .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #231815;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_column .item_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #626262;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 11px;
}

#top_column .item_date {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #c1c1c1;
  margin-top: 16px;
}

#top_column .c_btn {
  margin-top: 37px;
  text-align: center;
}

/* TOP #top_faq */
#top_faq {
  background: #FAFAFA;
  padding: 104px 0 98px;
}

#top_faq .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 35px;
  text-align: center;
}

#top_faq .items {
  margin-top: 53px;
}

/* TOP #top_company */
#top_company .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding-right: calc((100% - 1240px) / 2);
}

#top_company .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

#top_company .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  padding: 88px 0 82px;
}

#top_company .c_title_ja {
  color: #231815;
  margin-top: 22px;
}

#top_company .text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035em;
  color: #626262;
  margin-top: 25px;
}

#top_company .btn {
  margin-top: 54px;
}

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

/* PC固定ページ ネクストライフの強み */
#strengths_content {
  padding: 40px 0 120px;
}

#strengths_content .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}

#strengths_content .item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  min-width: 0;
}

#strengths_content .item_contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  min-width: 0;
}

#strengths_content .item_watermark {
  position: relative;
  left: -30px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015em;
  color: #e4f1f4;
  white-space: nowrap;
}

#strengths_content .item_head {
  margin-top: -75px;
}

#strengths_content .item_catch {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.035em;
  color: #231815;
  padding-left: 24px;
}

#strengths_content .item_catch .accent {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#strengths_content .item_catch--en .accent {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.035em;
}

#strengths_content .item_catch::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 80%;
  top: 13%;
  left: 0;
  background: #149DBA;
}

#strengths_content .accent {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#strengths_content .item_text {
  max-width: 570px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 31px;
}

#strengths_content .item_image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#strengths_content .item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/300;
  -o-object-fit: cover;
  object-fit: cover;
}

#strengths_content .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#strengths_content .item:nth-of-type(even) .item_contents {
  position: relative;
  right: -30px;
}

#strengths_content .item:nth-of-type(3) .item_head {
  margin-top: -45px;
}


/* PC固定ページ 管理サービスと料金 */
#plan_contents {
  padding: 40px 0 120px;
}

#plan_contents .head {
  text-align: center;
}

#plan_contents .c_title_ja--m {
  margin-top: 0;
}

#plan_contents .sub_title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.055em;
  color: #231815;
  margin-top: 20px;
}

#plan_contents .sub_title .accent {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  color: #149DBA;
}

#plan_contents .sub_title .number {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.055em;
  color: #149DBA;
}

#plan_contents .table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#plan_contents th,
#plan_contents td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.035em;
  color: #231815;
  padding: 15px 10px;
  border: 1px solid #E0E0E0;
  text-align: center;
  vertical-align: middle;
}

#plan_contents td {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: 0.035em;
}

#plan_contents .plan {
  background-color: #FAFAFA;
  background-image: -webkit-linear-gradient(135deg, transparent 44%, #E0E0E0 44%, #E0E0E0 56%, transparent 56%);
  background-image: linear-gradient(-45deg, transparent 44%, #E0E0E0 44%, #E0E0E0 56%, transparent 56%);
  background-size: 6px 6px;
  padding: 16px 14px;
  vertical-align: top;
}

#plan_contents .plan_name {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.035em;
  color: #fff;
  background: #149DBA;
  padding: 5px 20px;
  border-radius: 20px;
}

#plan_contents .plan_name::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: inherit;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#plan_contents .detail .plan_name {
  background: #231815;
}

#plan_contents .plan_text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.01em;
  color: #231815;
  margin-top: 15px;
  text-align: left;
}

#plan_contents .detail .plan_text {
  text-align: center;
}

#plan_contents .premium {
  background: rgb(254, 255, 235);
}

#plan_contents .plan--premium {
  background-color: rgb(254, 255, 235);
  background-image: -webkit-linear-gradient(135deg, transparent 44%, rgb(220, 222, 180) 44%, rgb(220, 222, 180) 56%, transparent 56%);
  background-image: linear-gradient(-45deg, transparent 44%, rgb(220, 222, 180) 44%, rgb(220, 222, 180) 56%, transparent 56%);
  background-size: 6px 6px;
}

#plan_contents .plan--premium .plan_name {
  background: rgb(211, 84, 0);
}

#plan_contents .job {
  font-weight: 600;
  background: #FAFAFA;
  text-align: left;
}

#plan_contents .detail .job:empty {
  background: transparent;
}

#plan_contents .summary .job {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.035em;
}

#plan_contents .summary .job--head {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.035em;
  text-align: center;
}

#plan_contents .summary {
  margin-top: 60px;
}

#plan_contents .summary .th_head {
  width: 90px;
}

#plan_contents .summary .th_head,
#plan_contents .summary .group {
  color: #fff;
  background: #231815;
}

#plan_contents .summary .group {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.035em;
}

#plan_contents .summary .all {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 0.035em;
  color: rgb(211, 84, 0);
}

#plan_contents .summary .mark {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #231815;
}

#plan_contents .summary .all_text {
  display: block;
  margin-top: 20px;
}

#plan_contents .detail {
  margin-top: 50px;
}

#plan_contents .detail th.job {
  background: #FAFAFA;
}

#plan_contents .detail tr:nth-child(odd) td {
  background: #F0F0F0;
}

#plan_contents .notice {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 16px;
}


/* PC固定ページ 店舗一覧 */
#branch_contents {
  padding: 40px 0 120px;
}

#branch_contents .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}

#branch_contents .item a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#branch_contents .item_box {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}

#branch_contents .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  overflow: hidden;
}

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

#branch_contents .item_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 3px;
}

#branch_contents .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.035em;
  color: #231815;
}

#branch_contents .item_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: 10px;
}

#branch_contents .units {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 30px;
}

#branch_contents .unit {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  gap: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #231815;
}

#branch_contents .unit .small {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #149DBA;
}

#branch_contents .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 26px;
  height: 26px;
  background: #EAEAEA;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#branch_contents .item_arrow::before,
#branch_contents .item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#branch_contents .item_arrow::before {
  width: 9px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #149DBA;
}

#branch_contents .item_arrow::after {
  width: 6px;
  height: 6px;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #149DBA;
  border-bottom: 1px solid #149DBA;
}

#branch_contents .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#branch_contents .th,
#branch_contents .td {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.035em;
  color: #231815;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

#branch_contents .th {
  width: 20%;
  font-weight: 700;
  background: #F0F0F0;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

#branch_contents .td {
  width: 80%;
  background: #fff;
  padding: 10px 24px;
}

/* PC固定ページ 管理物件実績 */
#achievements_article {
  padding: 40px 0 120px;
}

#achievements_article .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* PC固定ページ 売買実績 */
#sell_achievements_article {
  padding: 40px 0 120px;
}

#sell_achievements_article .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #626262;
  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: #231815;
  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: #fff;
  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: #149DBA;
  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;
}

/* PC固定ページ 個人情報保護方針 */
.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: #231815;
  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: #149DBA;
  -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"] {
  /* デフォルトcheckボックス非表示*/
  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: #231815;
  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: #149DBA;
  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 .column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

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

.mw_wp_form .row>div {
  flex: 1;
}

.mw_wp_form .row .row_input_zip {
  max-width: 150px;
}

.mw_wp_form .row_label {
  min-width: 80px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #231815;
}

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

#page_404 .num {
  font-size: 100px;
  -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: #FAFAFA;
  position: relative;
}

.site_footer .body {
  width: 1250px;
  margin-inline: auto;
  height: 100%;
  -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;
  gap: 162px;
  padding: 110px 0 84px 10px;
}

.site_footer .box {
  position: relative;
  top: -16px;
  left: -5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 262px;
  flex: 0 0 262px;
}

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

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

.site_footer .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.035em;
  margin-top: 20px;
}

.site_footer .nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.site_footer .menus {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.site_footer .menu a {
  -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;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}

.site_footer .menu:last-of-type a {
  border-bottom: none;
}

.site_footer .menu_en {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #C1C1C1;
}

.site_footer .menu_ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .menu_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -2px;
  width: 26px;
  height: 26px;
  background: #EAEAEA;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .menu_arrow::before,
.site_footer .menu_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .menu_arrow::before {
  width: 9px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #149DBA;
}

.site_footer .menu_arrow::after {
  width: 6px;
  height: 6px;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #149DBA;
  border-bottom: 1px solid #149DBA;
}

.site_footer .bottom {
  background: #149DBA;
  padding: 30px 0;
}

.site_footer .bottom_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-left: 50px;
}

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

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

.site_footer .copyright {
  display: block;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #fff;
}

/* TOPへ戻る */
.site_footer .page_top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background: #EAEAEA;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 99;
}

.site_footer .page_top.is-show {
  opacity: 1;
  visibility: visible;
}

.site_footer .page_top.is-bottom {
  position: absolute;
  bottom: 100px;
}

.site_footer .page_top a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .page_top_arrow {
  position: relative;
  width: 15px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .page_top_arrow::before,
.site_footer .page_top_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .page_top_arrow::before {
  width: 2px;
  height: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #231815;
}

.site_footer .page_top_arrow::after {
  width: 12px;
  height: 12px;
  left: 50%;
  top: calc(50% - 4px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-top: 2px solid #231815;
  border-left: 2px solid #231815;
}

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

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

.c_btn--outline a:hover {
  opacity: 1;
}

.c_btn--inversion a:hover {
  opacity: 1;
  background: #149DBA;
  border: 2px solid #fff;
}

.c_btn--inversion a:hover .c_btn_text {
  color: #fff;
}

.c_btn--inversion a:hover .c_btn_arrow::before {
  background: #fff;
}

.c_btn--inversion a:hover .c_btn_arrow::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* 実績カード */
.c_achievements .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_achievements .item a:hover .item_title {
  color: #149DBA;
}

/* アンカー */
.c_anchor a:hover {
  opacity: 0.7;
}

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

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

.pc_header .btn a:hover {
  color: #149DBA;
}

.pc_header .btn--accent a:hover {
  color: #fff;
  opacity: 0.6;
}

.pc_header .menu a:hover {
  color: #149DBA;
}

/* PCバーガー */
#drawer .drawer_logo a:hover {
  opacity: 0.8;
}

#drawer .drawer_menu a:hover .drawer_menu_ja {
  color: #149DBA;
}

#drawer .drawer_menu a:hover .drawer_menu_arrow {
  background: #149DBA;
}

#drawer .drawer_menu a:hover .drawer_menu_arrow::before {
  background: #fff;
}

#drawer .drawer_menu a:hover .drawer_menu_arrow::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* TOP #top_strengths */
#top_strengths .item a:hover {
  opacity: 0.6;
}

/* TOP #top_area */
#top_area .item a:hover .item_body {
  background: #EFFBFD;
}

#top_area .item a:hover .item_title {
  color: #149DBA;
}

#top_area .item a:hover .item_arrow {
  background: #149DBA;
}

#top_area .item a:hover .item_arrow::before {
  background: #fff;
}

#top_area .item a:hover .item_arrow::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* TOP #top_achievements */
#top_achievements .controls .swiper-button-prev:hover,
#top_achievements .controls .swiper-button-next:hover {
  background: #149DBA;
}

#top_achievements .controls .swiper-button-prev:hover::before,
#top_achievements .controls .swiper-button-next:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#top_achievements .controls .swiper-button-prev:hover::after,
#top_achievements .controls .swiper-button-next:hover::after {
  background: #fff;
}

/* TOP #top_plan */
#top_plan .body a:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_plan .body a:hover .c_btn_row {
  background: #fff;
}

#top_plan .body a:hover .c_btn_text {
  color: #149DBA;
}

#top_plan .body a:hover .c_btn_arrow::before {
  background: #149DBA;
}

#top_plan .body a:hover .c_btn_arrow::after {
  border-right: 2px solid #149DBA;
  border-bottom: 2px solid #149DBA;
}

/* TOP #top_case */
#top_case .swiper-button-prev:hover,
#top_case .swiper-button-next:hover {
  background: #149DBA;
}

#top_case .swiper-button-prev:hover::before,
#top_case .swiper-button-next:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#top_case .swiper-button-prev:hover::after,
#top_case .swiper-button-next:hover::after {
  background: #fff;
}

/* TOP #top_voice */
#top_voice .controls .swiper-button-prev:hover,
#top_voice .controls .swiper-button-next:hover {
  background: #149DBA;
}

#top_voice .controls .swiper-button-prev:hover::before,
#top_voice .controls .swiper-button-next:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#top_voice .controls .swiper-button-prev:hover::after,
#top_voice .controls .swiper-button-next:hover::after {
  background: #fff;
}

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

#top_voice .item a:hover .item_title {
  color: #149DBA;
}

/* TOP #top_column */
#top_column .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_column .item a:hover .item_title {
  color: #149DBA;
}

/* PC固定ページ 店舗一覧 */
#branch_contents .item a:hover {
  background: #EFFBFD;
}

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

#branch_contents .item a:hover .item_arrow {
  background: #149DBA;
}

#branch_contents .item a:hover .item_arrow::before {
  background: #fff;
}

#branch_contents .item a:hover .item_arrow::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


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

/* PC固定ページ 個人情報保護方針 */
.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: .8;
}

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

.site_footer .menu a:hover .menu_ja {
  color: #149DBA;
}

.site_footer .menu a:hover .menu_arrow {
  background: #149DBA;
}

.site_footer .menu a:hover .menu_arrow::before {
  background: #fff;
}

.site_footer .menu a:hover .menu_arrow::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

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

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
仲介業者様へ (/broker)
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----------------------- いえらぶBBセクション ------------------------- */
.page_broker_ierabu_sec {
  padding: 80px 0;
}

.page_broker_ierabu_sec .page_broker_ierabu_block {
  text-align: center;
}

.page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}

.page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_btn a {
  /* min-width: 480px; */
  /* padding: 20px 50px; */
}

.page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_btn .c_btn_text {
  /* font-size: 18px; */
}

.page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_block_text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  color: #626262;
}

/* ----------------------- ご契約の流れ ------------------------- */
.page_broker_flow_sec {
  padding: 80px 0;
  background: #f7f7f7;
}

.page_broker_flow_sec .c_title {
  margin-bottom: 60px;
}

.page_broker_flow_sec .page_broker_flow_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  /* align-items: center; */
}

/* STEP1・2：flex: 1 で残りのスペースを均等に占有 */
.page_broker_flow_sec .page_broker_flow_list .item {
  position: relative;
  padding: 30px;
  padding-top: 67px;
}

/* STEP1・2の右端に矢印（/形）をafterで描画 */
.page_broker_flow_sec .page_broker_flow_list .item:not(.item--last)::after {
  content: "";
  position: absolute;
  top: 103px;
  right: -8px;
  width: 15px;
  height: 79px;
  background-image: url("image/icon_step_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* STEP3：固定サイズ300×300pxの正円 */
.page_broker_flow_sec .page_broker_flow_list .item.item--last {
  border-radius: 50%;
  border: 4px solid #ffffff;
  aspect-ratio: 1/1;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* text-align: center; */
  padding: 46px;
  margin: -10px 30px;
}

/* STEPとタイトルの横並び行（STEP1・2） */
.page_broker_flow_sec .page_broker_flow_list .item .item_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
  /* margin-bottom: 15px; */
}

/* STEP3はSTEPとタイトルを縦並び・中央揃え */
.page_broker_flow_sec .page_broker_flow_list .item.item--last .item_title_row {
  -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;
  gap: 6px;
}

.page_broker_flow_sec .page_broker_flow_list .item .item_title_row .item_step {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #149DBA;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page_broker_flow_sec .page_broker_flow_list .item .item_title_row .item_step .item_step_num {
  margin-left: 1px;
}

.page_broker_flow_sec .page_broker_flow_list .item .item_title_row .item_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #231815;
  line-height: 1.4;
}

.page_broker_flow_sec .page_broker_flow_list .item .item_text {
  font-size: 14px;
  line-height: 1.7;
  color: #626262;
  margin-top: 15px;
}

.page_broker_flow_sec .page_broker_flow_list .item.item--last .item_text {
  /* margin-top: 10px; */
}

/* ----------------------- お問い合わせ（#top_contact流用・会社情報のみ追記） ------------------------- */
#page_broker #top_contact .contents .contact_info {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}

#page_broker #top_contact .contents .contact_info .contact_info_company {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

#page_broker #top_contact .contents .contact_info .contact_info_address {
  font-size: 14px;
  line-height: 1.85;
  color: #fff;
  margin-top: 10px;
}

#page_broker #top_contact .contents .contact_info .contact_info_tel {
  margin-top: 8px;
}

#page_broker #top_contact .contents .contact_info .contact_info_tel a {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

#page_broker #top_contact .contents .contact_info .contact_info_hours {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 5px;
}

#page_broker #top_contact .contents .btn {
  margin-top: 23px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media (max-width: 750px) {

  /* ----------------------- SP固定ページ 共通設定 ------------------------- */
  /* デフォルトcss */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    min-width: 100%;
    font-size: 3.85vw;
  }

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

  .common_page_main {
    padding-block: 20vw;
  }

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

  .common_page_wrap {
    padding: 5.13vw 0 15.38vw;
  }

  .reserve_text {
    font-size: 6vw;
  }

  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

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

  /* SWELL 共通設定 */
  .single_page {
    margin-top: 60px;
  }

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

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

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* wp-pagenavi base */
  .wp-pagenavi {
    margin-top: 7.69vw;
  }

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

  .breadcrumb .box>div {
    gap: 0 11.54vw;
  }

  .breadcrumb span::before {
    width: 3.85vw;
    right: -7.69vw;
  }

  .breadcrumb a:hover {
    opacity: 1;
  }

  /* 共通ボタン */
  .c_btn a,
  .c_btn .c_btn_row {
    min-width: 71.79vw;
    border-radius: 7.69vw;
    padding: 3.69vw 8.97vw;
  }

  .c_btn a:hover {
    opacity: 1;
  }

  .c_btn--inversion a:hover {
    background: #fff;
    border: 2px solid #149DBA;
  }

  .c_btn--inversion a:hover .c_btn_text {
    color: #149DBA;
  }

  .c_btn--inversion a:hover .c_btn_arrow::before {
    background: #149DBA;
  }

  .c_btn--inversion a:hover .c_btn_arrow::after {
    border-right: 2px solid #149DBA;
    border-bottom: 2px solid #149DBA;
  }

  .c_btn .c_btn_text {
    font-size: 3.59vw;
  }

  .c_btn .c_btn_arrow {
    width: 3.85vw;
    height: 3.85vw;
    right: 0;
  }

  .c_btn .c_btn_arrow::before {
    width: 3.08vw;
  }

  .c_btn .c_btn_arrow::after {
    width: 2.05vw;
    height: 2.05vw;
    left: calc(50% + 0.51vw);
  }

  /* 実績カード */
  .c_achievements .item_image img {
    aspect-ratio: 288/190;
  }

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

  .c_achievements .item_body {
    padding: 3.85vw 5.13vw 4.1vw;
  }

  .c_achievements .item_title {
    font-size: 3.85vw;
    line-height: 1.3;
  }

  .c_achievements .item a:hover .item_title {
    color: #231815;
  }

  .c_achievements .item_row {
    gap: 2.56vw;
    margin-top: 2.82vw;
  }

  .c_achievements .item_tag {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.41vw;
    flex: 0 0 16.41vw;
    font-size: 3.59vw;
    padding: 1.03vw 1.28vw 1.54vw;
  }

  .c_achievements .item_text {
    font-size: 4.1vw;
    line-height: 1.4;
  }

  /* アンカー */
  .c_anchor a {
    display: block;
    padding: 4.36vw 2.56vw 1.28vw;
    text-align: center;
  }

  .c_anchor a:hover {
    opacity: 1;
  }

  .c_anchor .c_anchor_row {
    display: block;
  }

  .c_anchor .c_anchor_number {
    display: block;
    top: 0;
    font-size: 3.08vw;
    line-height: 1;
    padding-right: 0;
    padding-bottom: 1.79vw;
    border-bottom: 1px solid #CBCBCB;
  }

  .c_anchor .c_anchor_text {
    display: block;
    font-size: 3.59vw;
    line-height: 1;
    padding-left: 0;
    margin-top: 3.08vw;
  }

  .c_anchor .c_anchor_text::before {
    display: none;
  }

  .c_anchor .c_anchor_arrow {
    display: inline-block;
    width: 3.33vw;
    height: 3.33vw;
    margin-top: 3.08vw;
  }

  .c_anchor .c_anchor_arrow::before {
    height: 3.08vw;
    left: 50%;
  }

  .c_anchor .c_anchor_arrow::after {
    width: 2.05vw;
    height: 2.05vw;
    top: calc(50% + 0.51vw);
    left: 50%;
  }

  /* 売買実績カード */
  .c_case .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 5.64vw 3.85vw 4.62vw;
  }

  .c_case .item_contents,
  .c_case .item_body {
    display: contents;
  }

  .c_case .item_sub_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 3.08vw;
  }

  .c_case .item_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 4.1vw;
    line-height: 1.46;
    margin-top: 0.77vw;
  }

  .c_case .units {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 2.56vw;
    margin-top: 2.31vw;
  }

  .c_case .unit {
    position: relative;
    gap: 1.28vw;
    padding: 3.08vw 2.56vw 2.56vw 7.69vw;
  }

  .c_case .unit_icon {
    position: absolute;
    width: 7.69vw;
    height: 7.69vw;
    top: 50%;
    left: -1.28vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #149DBA;
  }

  .c_case .unit_icon img {
    width: 5.13vw;
  }

  .c_case .unit_title {
    font-size: 2.82vw;
    line-height: 1.8;
  }

  .c_case .item_image {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 4.1vw;
  }

  .c_case .item_image img {
    aspect-ratio: 320/180;
  }

  .c_case .dl-wrap {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.05vw 1.28vw;
    margin-top: 3.33vw;
  }

  .c_case .dl {
    gap: 1.03vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c_case .dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.82vw;
    flex: 0 0 12.82vw;
    position: relative;
    top: -0.51vw;
    font-size: 2.56vw;
    padding: 1.41vw 1.03vw 1.67vw;
  }

  .c_case .dd {
    font-size: 3.33vw;
    line-height: 1.33;
  }

  .c_case .item_box {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    padding: 3.85vw 2.56vw;
    margin-top: 2.56vw;
  }

  .c_case .item_box_head {
    padding: 3.08vw 2.56vw 2.56vw;
  }

  .c_case .item_box_head::before {
    width: 8.21vw;
    height: 3.08vw;
    bottom: -5.38vw;
  }

  .c_case .item_box_body {
    padding: 3.08vw 2.56vw 2.56vw;
    margin-top: 8.21vw;
  }

  .c_case .item_box_title {
    font-size: 3.08vw;
  }

  .c_case .item_box_text {
    font-size: 3.59vw;
    margin-top: 1.79vw;
  }

  /* よくある質問 */
  .c_faq {
    gap: 2.56vw;
  }

  .c_faq .item_q {
    gap: 2.56vw;
    padding: 4.31vw 3.85vw;
  }

  .c_faq .item_head {
    gap: 2.56vw;
  }

  .c_faq .item_en {
    width: 7.69vw;
    height: 7.69vw;
    font-size: 5.13vw;
  }

  .c_faq .item_title {
    font-size: 4.1vw;
    line-height: 1.3;
  }

  .c_faq .item_toggle {
    width: 5.13vw;
    height: 5.13vw;
  }

  .c_faq .item_toggle::before {
    width: 5.13vw;
  }

  .c_faq .item_toggle::after {
    height: 5.13vw;
  }

  .c_faq .item_text {
    font-size: 3.59vw;
    line-height: 1.5;
    padding: 5.13vw 3.85vw;
  }

  /* スタッフ */
  .c_staff {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.15vw 2.56vw;
  }

  .c_staff .item_contents {
    margin-top: 2.56vw;
  }

  .c_staff .item_tag {
    font-size: 3.33vw;
    padding: 1.28vw;
  }

  .c_staff .item_title {
    font-size: 4.1vw;
    margin-top: 1.79vw;
  }

  .c_staff .item_text {
    font-size: 3.33vw;
    margin-top: 1.28vw;
  }

  .c_staff .item_text_toggle {
    font-size: 5.13vw;
    margin-top: 0.77vw;
  }

  .c_staff .item_text_toggle_icon {
    width: 3.08vw;
    height: 3.08vw;
  }

  .c_staff .item_text_toggle_icon::before {
    width: 3.08vw;
  }

  .c_staff .item_text_toggle_icon::after {
    height: 3.08vw;
  }

  /* 見出し */
  .c_title_en {
    font-size: 3.59vw;
  }

  .c_title_ja {
    font-size: 6.15vw;
    margin-top: 3.33vw;
  }

  .c_title_en--s {
    font-size: 3.59vw;
  }

  .c_title_ja--m {
    font-size: 6.15vw;
    margin-top: 2.56vw;
  }

  .c_title_ja--s {
    font-size: 6.15vw;
  }

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

  /* 共通FV */
  .common_fv {
    margin-top: 60px;
  }

  .common_fv .body {
    padding: 29.49vw 0 22.31vw;
  }

  .common_fv .en {
    font-size: 4.1vw;
  }

  .common_fv .ja {
    font-size: 8.21vw;
    margin-top: 2.56vw;
  }

  /* ----------------------- SPヘッダー ------------------------- */
  .sp_hd {
    position: fixed;
    width: 100%;
    min-height: 60px;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 3px 8px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 8px 50px rgba(0, 0, 0, 0.05);
    padding: 16px 0;
    z-index: 1000;
  }

  .sp_hd .body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.56vw;
    padding-right: 60px;
  }

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

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

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

  /* TOP #top_fv */
  #top_fv {
    height: 123.08vw;
    background-image: url("./image/top-fv-sp.webp");
    padding: 40.51vw 0;
    margin-top: 60px;
  }

  #top_fv .texts {
    display: block;
    top: 0;
  }

  #top_fv .title {
    font-size: 6.15vw;
    line-height: 1.73;
  }

  #top_fv .title .adjustment {
    position: relative;
    left: 1.28vw;
  }

  #top_fv .title .big {
    font-size: 8.21vw;
    line-height: 1.35;
  }

  #top_fv .catch {
    gap: 3.08vw;
    margin-top: 4.36vw;
  }

  #top_fv .catch_text {
    font-size: 4.1vw;
    line-height: 1;
  }

  #top_fv .catch_text::before {
    height: 1px;
    bottom: -0.77vw;
  }

  #top_fv .catch_text:first-of-type::after {
    font-size: 2.56vw;
  }

  #top_fv .catch_text .accent {
    font-size: 5.13vw;
    padding-inline: 0.77vw;
  }

  #top_fv .catch_text .en {
    font-size: 6.15vw;
  }

  #top_fv .catch_text .big {
    font-size: 4.1vw;
    line-height: 1;
  }

  /* TOP #top_works */
  #top_works {
    padding: 13.59vw 0 12.82vw;
  }

  #top_works .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
    margin-top: 6.41vw;
  }

  #top_works .item {
    padding: 5.64vw 5.13vw 6.41vw;
    text-align: center;
  }

  #top_works .item_icon {
    width: 12.82vw;
    height: 14.36vw;
    margin-inline: auto;
    min-height: auto;
  }

  #top_works .item_icon img {
    width: 12.82vw;
  }

  #top_works .item_title {
    font-size: 3.59vw;
    padding-bottom: 3.08vw;
    margin-top: 3.85vw;
  }

  #top_works .item_title::before {
    width: 4.87vw;
  }

  #top_works .item_number {
    font-size: 3.59vw;
    margin-top: 3.85vw;
  }

  #top_works .item_number .accent {
    font-size: 6.15vw;
  }

  #top_works .text {
    font-size: 3.08vw;
    line-height: 1.5;
    margin-top: 4.87vw;
  }

  #top_works .text .small {
    top: -1.03vw;
    gap: 2.05vw;
    font-size: 2.05vw;
  }

  #top_works .item:nth-of-type(2) img {
    width: 12.31vw;
  }

  #top_works .item:nth-of-type(2) .item_number::before {
    top: 1.03vw;
    right: -4.1vw;
    font-size: 2.56vw;
  }

  #top_works .item:nth-of-type(3) img {
    width: 10.26vw;
  }

  #top_works .item:nth-of-type(3) .item_number::before {
    top: 1.03vw;
    right: -4.1vw;
    font-size: 2.56vw;
  }

  #top_works .item:nth-of-type(4) img {
    width: 12.31vw;
  }

  #top_works .item:nth-of-type(4) .item_number::before {
    top: 1.03vw;
    right: -4.1vw;
    font-size: 2.56vw;
  }

  /* TOP #top_strengths */
  #top_strengths {
    padding: 13.33vw 0;
  }

  #top_strengths::before {
    width: 100%;
    background-image: url("./image/top-strengths-bg-sp.webp");
  }

  #top_strengths .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5.38vw;
    padding-left: 0;
    margin-top: 6.41vw;
  }

  #top_strengths .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 5.13vw;
    margin-top: -8.21vw;
  }

  #top_strengths .watermark {
    left: -5.13vw;
    font-size: 10.26vw;
  }

  #top_strengths .head {
    margin-top: -10.77vw;
  }

  #top_strengths .catch {
    font-size: 5.13vw;
    line-height: 1.5;
    padding-left: 5.13vw;
  }

  #top_strengths .catch::before {
    height: 82%;
    top: 17%;
  }

  #top_strengths .catch .accent {
    font-size: 8.21vw;
    line-height: 1;
  }

  #top_strengths .text {
    max-width: 100%;
    font-size: 3.85vw;
    line-height: 1.7;
    margin-top: 3.08vw;
  }

  #top_strengths .logos {
    max-width: 100%;
    margin-top: 5.9vw;
  }

  #top_strengths .block {
    margin-top: 4.1vw;
  }

  #top_strengths .items {
    gap: 1.79vw;
  }

  #top_strengths .items--2col {
    margin-top: 2.56vw;
  }

  #top_strengths .block:nth-of-type(1) .item img,
  #top_strengths .block:nth-of-type(2) .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 112/43;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #top_strengths .block:nth-of-type(2) .items {
    max-width: 59.23vw;
  }

  #top_strengths .block:nth-of-type(3) .items {
    max-width: 100%;
  }

  #top_strengths .item a:hover {
    opacity: 1;
  }

  #top_strengths .title {
    font-size: 3.85vw;
    padding-left: 6.15vw;
  }

  #top_strengths .title::before {
    width: 3.33vw;
    top: calc(50% - 0.26vw);
    left: 0.51vw;
  }

  #top_strengths .image {
    width: 89.74vw;
    margin-left: auto;
  }

  #top_strengths .image img {
    aspect-ratio: 350/220;
  }

  /* TOP #top_area */
  #top_area {
    padding: 15.38vw 0 7.69vw;
  }

  #top_area::before {
    content: "";
    position: absolute;
    width: 64.62vw;
    height: 115.64vw;
    top: 91.28vw;
    background-image: url("./image/top-area-bg-sp.webp");
  }

  #top_area .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    padding-right: 0;
  }

  #top_area .image {
    position: relative;
    width: 100%;
    max-width: 89.74vw;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    z-index: 1;
  }

  #top_area .image img {
    aspect-ratio: 350/220;
  }

  #top_area .watermark {
    left: -5.13vw;
    font-size: 10.26vw;
  }

  #top_area .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 5.13vw;
    margin-top: -9.23vw;
  }

  #top_area .head {
    top: 0;
    max-width: 100%;
    margin-top: -10vw;
  }

  #top_area .title {
    font-size: 5.13vw;
    line-height: 1.5;
    padding-left: 5.13vw;
  }

  #top_area .title::before {
    height: 100%;
    top: 0;
    left: -0.51vw;
  }

  #top_area .title .accent {
    font-size: 6.15vw;
    line-height: 1;
  }

  #top_area .text {
    font-size: 3.85vw;
    line-height: 1.7;
    margin-top: 3.08vw;
  }

  #top_area .block {
    margin-top: 7.95vw;
  }

  #top_area .sub_title {
    font-size: 5.13vw;
    line-height: 1.56;
  }

  #top_area .lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.035em;
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 3.59vw;
  }

  #top_area .items {
    display: block;
    padding-right: 5.13vw;
    margin-top: 5.64vw;
    margin-right: -5.13vw;
  }

  #top_area .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }

  #top_area .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.64vw;
    flex: 0 0 25.64vw;
  }

  #top_area .item_body {
    padding: 3.33vw 2.56vw 3.08vw 3.85vw;
  }

  #top_area .item a:hover .item_body {
    background: #fff;
  }

  #top_area .item_title {
    font-size: 4.1vw;
    line-height: 1.3;
  }

  #top_area .item a:hover .item_title {
    color: #231815;
  }

  #top_area .item_contents {
    padding-right: 7.69vw;
  }

  #top_area .item_row {
    gap: 2.56vw;
    font-size: 3.33vw;
    margin-top: 2.56vw;
  }

  #top_area .item_rating .accent {
    font-size: 4.1vw;
    padding-right: 0.77vw;
  }

  #top_area .item_stars {
    font-size: 4.36vw;
  }

  #top_area .item_text {
    font-size: 3.08vw;
    margin-top: 0.26vw;
  }

  #top_area .item_text .accent {
    font-size: 4.1vw;
  }

  #top_area .item_arrow {
    width: 5.13vw;
    height: 5.13vw;
    right: 2.31vw;
    bottom: 2.31vw;
  }

  #top_area .item a:hover .item_arrow {
    background: #EAEAEA;
  }

  #top_area .item_arrow::before {
    width: 2.05vw;
  }

  #top_area .item a:hover .item_arrow::before {
    background: #149DBA;
  }

  #top_area .item_arrow::after {
    width: 1.28vw;
    height: 1.28vw;
    left: calc(50% + 0.26vw);
  }

  #top_area .item a:hover .item_arrow::after {
    border-right: 1px solid #149DBA;
    border-bottom: 1px solid #149DBA;
  }

  #top_area .controls {
    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;
    gap: 5.13vw;
    margin-top: 4.87vw;
  }

  #top_area .controls .swiper-button-prev,
  #top_area .controls .swiper-button-next {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 10.26vw;
    height: 10.26vw;
    background: #eaeaea;
    border-radius: 50%;
    border: none;
  }

  #top_area .controls .swiper-button-prev {
    left: 1.28vw;
  }

  #top_area .controls .swiper-button-next {
    right: 1.28vw;
  }

  #top_area .controls .swiper-button-prev::before,
  #top_area .controls .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 2.05vw;
    height: 2.05vw;
    border-top: 2px solid #149DBA;
    border-right: 2px solid #149DBA;
  }

  #top_area .controls .swiper-button-next::before {
    right: calc(50% - 0.51vw);
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }

  #top_area .controls .swiper-button-prev::before {
    left: calc(50% - 0.51vw);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  #top_area .controls .swiper-button-prev::after,
  #top_area .controls .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 3.85vw;
    height: 2px;
    left: calc(50% + 0.51vw);
    background: #149DBA;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #top_area .controls .swiper-button-next::after {
    left: calc(50% - 0.51vw);
  }

  #top_area .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.28vw;
  }

  #top_area .progress span {
    width: 6.41vw;
    height: 0.51vw;
    background: #eaeaea;
    cursor: pointer;
  }

  #top_area .progress span.is-active {
    background: #149DBA;
  }

  /* TOP #top_achievements */
  #top_achievements {
    padding: 6.41vw 0 15.38vw;
  }

  #top_achievements .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0 5.13vw;
  }

  #top_achievements .contents {
    display: contents;
  }

  #top_achievements .c_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  #top_achievements .lead {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 3.85vw;
    text-align: center;
  }

  #top_achievements .swiper-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 5.9vw;
  }

  /* 管理物件実績：記事0件のとき */
  #top_achievements .swiper-container:has(.no_article) {
    margin-top: 0;
  }

  #top_achievements .no_article {
    margin: 7.69vw 0 5.13vw;
  }

  #top_achievements .controls {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.85vw;
    margin-top: 6.41vw;
  }

  #top_achievements .controls .swiper-button-prev,
  #top_achievements .controls .swiper-button-next {
    width: 10.26vw;
    height: 10.26vw;
  }

  #top_achievements .controls .swiper-button-prev:hover,
  #top_achievements .controls .swiper-button-next:hover {
    background: #eaeaea;
  }

  #top_achievements .controls .swiper-button-prev::before,
  #top_achievements .controls .swiper-button-next::before {
    width: 2.05vw;
    height: 2.05vw;
  }

  #top_achievements .controls .swiper-button-prev:hover::before,
  #top_achievements .controls .swiper-button-next:hover::before {
    border-top: 2px solid #149DBA;
    border-right: 2px solid #149DBA;
  }

  #top_achievements .controls .swiper-button-prev::after,
  #top_achievements .controls .swiper-button-next::after {
    width: 3.85vw;
  }

  #top_achievements .controls .swiper-button-prev:hover::after,
  #top_achievements .controls .swiper-button-next:hover::after {
    background: #149DBA;
  }

  #top_achievements .progress {
    gap: 1.28vw;
  }

  #top_achievements .progress span {
    width: 6.41vw;
  }

  #top_achievements .btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 5.13vw;
    text-align: center;
  }

  /* TOP #top_plan */
  #top_plan .body {
    padding-right: 5.13vw;
  }

  #top_plan .body a {
    width: 100%;
    padding: 13.33vw 5.13vw;
  }

  #top_plan .body a::before {
    background-image: url("./image/top-plan-bg-sp.webp");
  }

  #top_plan .body a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_plan .body a:hover .c_btn_row {
    background: transparent;
  }

  #top_plan .body a:hover .c_btn_text {
    color: #fff;
  }

  #top_plan .body a:hover .c_btn_arrow::before {
    background: #fff;
  }

  #top_plan .body a:hover .c_btn_arrow::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  #top_plan .text {
    max-width: 100%;
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 5.64vw;
  }

  #top_plan .btn {
    margin-top: 8.72vw;
  }

  /* TOP #top_contact */
  #top_contact {
    padding: 28.21vw 0 7.69vw;
  }

  #top_contact .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 4.1vw;
    padding: 0 2.56vw 7.69vw;
  }

  #top_contact .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -12.82vw;
  }

  #top_contact .image img {
    aspect-ratio: 330/200;
  }

  #top_contact .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 2.56vw;
  }

  #top_contact .c_title {
    padding-bottom: 2.56vw;
    text-align: center;
  }

  #top_contact .c_title_en {
    font-size: 3.59vw;
  }

  #top_contact .text {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 2.56vw;
  }

  #top_contact .btn {
    margin-top: 4.1vw;
    text-align: center;
  }

  #top_contact .btn a {
    padding: 2.82vw 8.97vw;
  }

  /* TOP #top_support */
  #top_support .body {
    padding: 7.69vw 0;
  }

  #top_support .body::before {
    display: none;
  }

  #top_support .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
    padding-left: 0;
  }

  #top_support .image {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 89.74vw;
    margin-left: auto;
  }

  #top_support .image img {
    aspect-ratio: 350/220;
  }

  #top_support .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 5.13vw;
    margin-top: -2.56vw;
  }

  #top_support .watermark {
    top: 0;
    left: -5.13vw;
    font-size: 9.74vw;
    letter-spacing: 0.05em;
  }

  #top_support .title {
    font-size: 5.13vw;
    line-height: 1.5;
    padding-left: 5.13vw;
    margin-top: -2.05vw;
  }

  #top_support .title::before {
    height: 100%;
    top: 0;
  }

  #top_support .title .accent {
    font-size: 6.15vw;
    line-height: 1.33;
  }

  #top_support .text {
    font-size: 3.85vw;
    line-height: 1.7;
    margin-top: 2.82vw;
  }

  /* TOP #top_case */
  #top_case {
    padding: 6.92vw 0;
  }

  #top_case .lead {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 3.85vw;
  }

  #top_case .c_btn {
    margin-top: 3.85vw;
  }

  #top_case .swiper-container {
    padding: 0 5.13vw;
    margin-top: 5.64vw;
  }

  #top_case .swiper {
    padding-bottom: 6.15vw;
  }

  /* 売買実績：記事0件のとき */
  #top_case .no_article {
    margin: 7.69vw 0 8.5vw;
  }

  #top_case .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #top_case .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.64vw;
  }

  #top_case .swiper-pagination-bullet {
    width: 6.41vw;
    height: 0.77vw;
  }

  #top_case .swiper-button-prev,
  #top_case .swiper-button-next {
    width: 12.82vw;
    height: 12.82vw;
    top: 68.21vw;
  }

  #top_case .swiper-button-prev:hover,
  #top_case .swiper-button-next:hover {
    background: #eaeaea;
  }

  #top_case .swiper-button-prev {
    left: 2.56vw;
  }

  #top_case .swiper-button-next {
    right: 2.56vw;
  }

  #top_case .swiper-button-prev::before,
  #top_case .swiper-button-next::before {
    width: 2.05vw;
    height: 2.05vw;
  }

  #top_case .swiper-button-prev:hover::before,
  #top_case .swiper-button-next:hover::before {
    border-top: 2px solid #149DBA;
    border-right: 2px solid #149DBA;
  }

  #top_case .swiper-button-prev::after,
  #top_case .swiper-button-next::after {
    width: 3.85vw;
  }

  #top_case .swiper-button-prev:hover::after,
  #top_case .swiper-button-next:hover::after {
    background: #149DBA;
  }

  /* TOP #top_voice */
  #top_voice {
    padding: 4.36vw 0;
  }

  #top_voice .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0 5.13vw;
  }

  #top_voice .contents {
    display: contents;
  }

  #top_voice .c_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  #top_voice .lead {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 3.85vw;
    text-align: center;
  }

  #top_voice .swiper-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5.13vw;
    margin-top: 6.15vw;
  }

  /* 実績・オーナー様の声：記事0件のとき */
  #top_voice .swiper-container:has(.no_article) {
    margin-top: 0;
  }

  #top_voice .no_article {
    margin: 7.69vw 0 5.13vw;
  }

  #top_voice .btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 5.13vw;
    text-align: center;
  }

  #top_voice .controls {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.1vw;
    margin-top: 6.41vw;
  }

  #top_voice .controls .swiper-button-prev,
  #top_voice .controls .swiper-button-next {
    width: 10.26vw;
    height: 10.26vw;
  }

  #top_voice .controls .swiper-button-prev:hover,
  #top_voice .controls .swiper-button-next:hover {
    background: #eaeaea;
  }

  #top_voice .controls .swiper-button-prev::before,
  #top_voice .controls .swiper-button-next::before {
    width: 2.05vw;
    height: 2.05vw;
  }

  #top_voice .controls .swiper-button-prev:hover::before,
  #top_voice .controls .swiper-button-next:hover::before {
    border-top: 2px solid #149DBA;
    border-right: 2px solid #149DBA;
  }

  #top_voice .controls .swiper-button-prev::after,
  #top_voice .controls .swiper-button-next::after {
    width: 3.85vw;
  }

  #top_voice .controls .swiper-button-prev:hover::after,
  #top_voice .controls .swiper-button-next:hover::after {
    background: #149DBA;
  }

  #top_voice .progress {
    gap: 1.28vw;
  }

  #top_voice .progress span {
    width: 6.41vw;
  }

  #top_voice .item_image img {
    aspect-ratio: 290/190;
  }

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

  #top_voice .item_body {
    padding: 3.85vw 5.13vw 4.36vw;
  }

  #top_voice .item_title {
    font-size: 3.85vw;
  }

  #top_voice .item a:hover .item_title {
    color: #231815;
  }

  #top_voice .item_text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }

  #top_voice .item_date {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }

  /* TOP #top_column */
  #top_column {
    padding: 9.23vw 0 12.82vw;
  }

  #top_column .lead {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 5.13vw;
  }

  #top_column .items {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 5.64vw;
  }

  /* お役立ちコラム：記事0件のとき */
  #top_column .no_article {
    margin: 7.69vw 0 8.5vw;
  }

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

  #top_column .item_contents {
    margin-top: 4.36vw;
  }

  #top_column .item_title {
    font-size: 4.62vw;
  }

  #top_column .item a:hover .item_title {
    color: #231815;
  }

  #top_column .item_text {
    font-size: 3.85vw;
    margin-top: 2.56vw;
  }

  #top_column .item_date {
    font-size: 3.59vw;
    margin-top: 4.36vw;
  }

  #top_column .c_btn {
    margin-top: 5.64vw;
  }

  /* TOP #top_faq */
  #top_faq {
    padding: 13.59vw 0 12.82vw;
  }

  #top_faq .lead {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 4.62vw;
  }

  #top_faq .items {
    margin-top: 5.9vw;
  }

  /* TOP #top_company */
  #top_company {
    padding: 10.26vw 0 15.38vw;
  }

  #top_company .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.62vw;
    padding: 0 5.13vw;
  }

  #top_company .image img {
    height: auto;
    aspect-ratio: 350/230;
  }

  #top_company .contents {
    width: 100%;
    padding: 0;
  }

  #top_company .c_title_en {
    font-size: 3.59vw;
    line-height: 1;
  }

  #top_company .c_title_ja {
    font-size: 5.13vw;
    margin-top: 2.31vw;
  }

  #top_company .text {
    font-size: 3.33vw;
    line-height: 1.7;
    padding-left: 1.28vw;
    margin-top: 3.85vw;
  }

  #top_company .btn {
    padding-left: 1.28vw;
    margin-top: 5.13vw;
  }

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ ネクストライフの強み */
  #strengths_content {
    padding: 5.13vw 0 15.38vw;
    overflow: hidden;
  }

  #strengths_content .wrap {
    width: 100%;
  }

  #strengths_content .items {
    gap: 10.26vw;
  }

  #strengths_content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }

  #strengths_content .item_contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 5.13vw;
  }

  #strengths_content .item_watermark {
    top: -2.56vw;
    left: -5.13vw;
    font-size: 9.74vw;
    letter-spacing: 0.05em;
  }

  #strengths_content .item_head {
    margin-top: -12.82vw;
  }

  #strengths_content .item_catch {
    font-size: 5.13vw;
    line-height: 1.5;
    padding-left: 5.13vw;
    margin-top: -2.05vw;
  }

  #strengths_content .item_catch .accent {
    font-size: 6.15vw;
    line-height: 1.33;
  }

  #strengths_content .item_catch--en .accent {
    font-size: 8.21vw;
    line-height: 1;
  }

  #strengths_content .item_catch::before {
    height: 100%;
    top: 0;
  }

  #strengths_content .accent {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0.035em;
    color: #149DBA;
  }

  #strengths_content .item_text {
    max-width: 100%;
    font-size: 3.85vw;
    line-height: 1.7;
    margin-top: 2.82vw;
  }

  #strengths_content .item_image {
    position: relative;
    width: 89.74vw;
    margin-left: auto;
  }

  #strengths_content .item_image img {
    aspect-ratio: 350/220;
  }

  #strengths_content .item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #strengths_content .item:nth-of-type(even) .item_contents {
    right: 0;
  }

  #strengths_content .item:nth-of-type(even) .item_image {
    margin-left: 0;
    margin-right: auto;
  }

  #strengths_content .item:nth-of-type(3) .item_head {
    margin-top: -5.13vw;
  }

  /* SP固定ページ 管理サービスと料金 */
  #plan_contents {
    padding: 5.13vw 0 15.38vw;
  }

  #plan_contents .wrap {
    width: 94.87%;
  }

  #plan_contents .sub_title {
    font-size: 4.62vw;
    line-height: 1.8;
    margin-top: 4.1vw;
  }

  #plan_contents .sub_title .number {
    font-size: 6.15vw;
  }

  #plan_contents .table {
    min-width: 1140px;
  }

  #plan_contents .summary {
    overflow-x: auto;
    margin-top: 7.69vw;
  }

  #plan_contents .detail {
    overflow-x: auto;
    margin-top: 5.13vw;
  }

  #plan_contents .detail thead .job {
    width: 180px;
  }

  #plan_contents .summary .group {
    font-size: 13px;
  }

  #plan_contents .summary .job--head {
    font-size: 13px;
  }

  #plan_contents .summary .job {
    font-size: 12px;
  }

  #plan_contents .plan_name {
    max-width: 235px;
    margin-inline: auto;
    font-size: 14px;
  }

  #plan_contents .plan_name::before {
    width: 12px;
    height: 8px;
    bottom: -7px;
    left: 50%;
  }

  #plan_contents .plan_text {
    font-size: 10px;
  }

  #plan_contents .summary .mark {
    font-size: 20px;
  }

  #plan_contents .summary .all {
    font-size: 14px;
  }

  #plan_contents td {
    font-size: 14px;
  }

  #plan_contents th,
  #plan_contents td {
    font-size: 14px;
  }

  #plan_contents .notice {
    min-width: 1140px;
    margin-top: 4.1vw;
  }

  /* SP固定ページ 店舗一覧 */
  #branch_contents {
    padding: 5.13vw 0 15.38vw;
  }

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

  #branch_contents .item a {
    padding: 2.56vw;
  }

  #branch_contents .item a:hover {
    background: #fff;
  }

  #branch_contents .item_box {
    display: block;
  }

  #branch_contents .item_image img {
    aspect-ratio: 285/160;
  }

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

  #branch_contents .item_contents {
    padding-top: 0;
    padding: 0 2.56vw;
    margin-top: 3.85vw;
  }

  #branch_contents .item_head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.56vw;
  }

  #branch_contents .item_title {
    font-size: 5.13vw;
  }

  #branch_contents .item_row {
    gap: 2.56vw;
  }

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

  #branch_contents .unit {
    gap: 0.77vw;
    font-size: 4.36vw;
  }

  #branch_contents .unit .small {
    top: -0.51vw;
    font-size: 2.82vw;
  }

  #branch_contents .item_arrow {
    width: 6.67vw;
    height: 6.67vw;
  }

  #branch_contents .item a:hover .item_arrow {
    background: #EAEAEA;
  }

  #branch_contents .item_arrow::before {
    width: 2.31vw;
  }

  #branch_contents .item a:hover .item_arrow::before {
    background: #149DBA;
  }

  #branch_contents .item_arrow::after {
    width: 1.54vw;
    height: 1.54vw;
    left: calc(50% + 0.26vw);
  }

  #branch_contents .item a:hover .item_arrow::after {
    border-right: 1px solid #149DBA;
    border-bottom: 1px solid #149DBA;
  }

  #branch_contents .table {
    margin-top: 4.62vw;
  }

  #branch_contents .th,
  #branch_contents .td {
    font-size: 3.33vw;
  }

  #branch_contents .th {
    width: 20%;
    padding: 2.56vw 1.28vw;
  }

  #branch_contents .td {
    width: 80%;
    padding: 10px 24px;
    padding: 2.56vw 2.56vw;
  }

  /* SP固定ページ 管理物件実績 */
  #achievements_article {
    padding: 5.13vw 0 15.38vw;
  }

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

  /* SP固定ページ 売買実績 */
  #sell_achievements_article {
    padding: 5.13vw 0 15.38vw;
  }

  #sell_achievements_article .items {
    gap: 6.15vw;
  }

  /* 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: 1.3em 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form input[type="text"],
  .common_contact_form input[type="email"],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }

  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }

  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }

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

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  /* SP固定ページ 個人情報保護方針 */
  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

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

  /* フォーム追加 */
  .mw_wp_form .column {
    gap: 2.56vw;
  }

  .mw_wp_form .row {
    gap: 5.13vw;
  }

  .mw_wp_form .row .row_input_zip {
    max-width: 38.5vw;
  }

  .mw_wp_form .row_label {
    min-width: 20.5vw;
    font-size: 3.59vw;
  }

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

  /* 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 .fix_cta_btns {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.51vw;
  }

  .site_footer .fix_cta_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.03vw;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.035em;
    font-size: 2.82vw;
    color: #231815;
    background: #F0F0F0;
    padding: 5.77vw 2.31vw;
    text-align: center;
  }

  .site_footer .fix_cta_btn--accent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.92vw;
    flex: 0 0 26.92vw;
  }

  .site_footer .fix_cta_btn--accent a {
    color: #fff;
    background: #149DBA;
  }

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

  .site_footer .fix_cta_icon img {
    width: 3.59vw;
    height: 2.56vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .site_footer .body {
    display: block;
    width: auto;
    padding: 12.56vw 0 9.23vw;
  }

  .site_footer .box {
    top: 0;
    left: 0;
    padding: 0 0.51vw;
  }

  .site_footer .logo {
    max-width: 53.85vw;
  }

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

  .site_footer .address {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 2.56vw;
  }

  .site_footer .nav {
    grid-template-columns: 1fr 1fr;
    gap: 4.31vw 2.56vw;
    margin-top: 9.23vw;
  }

  .site_footer .menus {
    display: contents;
  }

  .site_footer .menu a {
    gap: 1.03vw;
    padding-bottom: 3.85vw;
  }

  .site_footer .menu:last-of-type a {
    border-bottom: 1px solid #e0e0e0;
  }

  .site_footer .menus:last-of-type .menu:nth-last-of-type(-n+2) a {
    border-bottom: none;
  }

  .site_footer .menu_en {
    font-size: 2.56vw;
  }

  .site_footer .menu_ja {
    font-size: 3.08vw;
    line-height: 1.33;
    margin-top: 2.05vw;
  }

  .site_footer .menu a:hover .menu_ja {
    color: #231815;
  }

  .site_footer .menu_arrow {
    top: 0.51vw;
    width: 4.1vw;
    height: 4.1vw;
  }

  .site_footer .menu a:hover .menu_arrow {
    background: #EAEAEA;
  }

  .site_footer .menu_arrow::before {
    width: 1.79vw;
  }

  .site_footer .menu a:hover .menu_arrow::before {
    background: #149DBA;
  }

  .site_footer .menu_arrow::after {
    width: 1.03vw;
    height: 1.03vw;
    left: calc(50% + 0.26vw);
  }

  .site_footer .menu a:hover .menu_arrow::after {
    border-right: 1px solid #149DBA;
    border-bottom: 1px solid #149DBA;
  }

  .site_footer .bottom {
    padding: 4.36vw 0 19.49vw;
  }

  .site_footer .bottom_row {
    display: block;
    padding-left: 0;
  }

  .site_footer .lists {
    gap: 7.69vw;
  }

  .site_footer .list a {
    font-size: 3.08vw;
  }

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

  .site_footer .copyright {
    font-size: 3.08vw;
    letter-spacing: 0.04em;
    margin-top: 2.56vw;
  }

  .site_footer .page_top {
    width: 12.31vw;
    height: 12.31vw;
    bottom: 17.95vw;
    right: 3.85vw;
    display: none;
  }

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

  .site_footer .page_top_arrow {
    width: 3.33vw;
    height: 4.62vw;
  }

  .site_footer .page_top_arrow::before {
    height: 4.62vw;
  }

  .site_footer .page_top_arrow::after {
    width: 2.56vw;
    height: 2.56vw;
    top: calc(50% - 1.03vw);
  }

  /* フッター追従 */
  .site_footer .fix_cta {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    z-index: 100;
  }

  /* ----------------------- 仲介業者様へ SP ------------------------- */
  .page_broker_ierabu_sec {
    padding: 12.8vw 0;
  }

  .page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_btn a {
    /* min-width: auto; */
    /* width: 86vw; */
    /* padding: 4.3vw 5.3vw; */
  }

  .page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_btn .c_btn_text {
    font-size: 3vw;
  }

  .page_broker_ierabu_sec .page_broker_ierabu_block .page_broker_ierabu_block_text {
    margin-top: 6.4vw;
    font-size: 3.7vw;
    text-align: left;
    padding: 0 5.3vw;
  }

  .page_broker_flow_sec {
    padding: 12.8vw 0;
  }

  .page_broker_flow_sec .c_title {
    margin-bottom: 8vw;
  }

  .page_broker_flow_sec .page_broker_flow_list {
    grid-template-columns: 1fr;
    gap: 10.6vw;
  }

  .page_broker_flow_sec .page_broker_flow_list .item {
    padding: 5.3vw 0;
  }

  /* SP：矢印を縦向きに変換 */
  .page_broker_flow_sec .page_broker_flow_list .item:not(.item--last)::after {
    top: auto;
    bottom: -21.3vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 6.4vw;
    height: 31.5vw;
    background-image: url("image/icon_step_arrow.svg");
  }

  /* SP：STEP3の円形解除 */
  .page_broker_flow_sec .page_broker_flow_list .item.item--last {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    width: 90vw;
    /* border-radius: 0; */
    /* border: none; */
    /* text-align: left; */
    /* -webkit-box-align: start; */
    -ms-flex-align: start;
    /* align-items: flex-start; */
    /* display: block; */
    padding: 10.3vw;
    margin: 5vw 0;
  }

  .page_broker_flow_sec .page_broker_flow_list .item.item--last .item_title_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 2.1vw;
  }

  .page_broker_flow_sec .page_broker_flow_list .item .item_title_row {
    /* margin-bottom: 4.3vw; */
    gap: 2.1vw;
  }

  .page_broker_flow_sec .page_broker_flow_list .item .item_title_row .item_step {
    font-size: 3.2vw;
  }

  .page_broker_flow_sec .page_broker_flow_list .item .item_title_row .item_ttl {
    font-size: 4.8vw;
  }

  .page_broker_flow_sec .page_broker_flow_list .item .item_text {
    font-size: 3.5vw;
    margin-top: 4vw;
  }

  #page_broker #top_contact .contents .contact_info .contact_info_company {
    font-size: 4.3vw;
  }

  #page_broker #top_contact .contents .contact_info .contact_info_address {
    font-size: 3.5vw;
  }

  #page_broker #top_contact .contents .contact_info .contact_info_tel {
    margin-top: 3.2vw;
  }

  #page_broker #top_contact .contents .contact_info .contact_info_tel a {
    font-size: 6.4vw;
  }

  #page_broker #top_contact .contents .contact_info .contact_info_hours {
    font-size: 3.2vw;
    margin-top: 1.3vw;
  }
}