@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

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

:root {
  --main-color: #000;
  --sub-color: #fff;
}

/* フォント */
@font-face {
  font-family: "DIN 2014";
  src: url("./font/DIN2014_Bold.ttf") format("truetype");
  font-weight: 700;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  min-width: 1440px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
  color: #363636;
  background: #fff;
  margin: 0;
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

.no_article {
  margin-top: 10px;
}

/* 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: 80px 0 120px;
}

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

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- サイト共通パーツ ------------------------- */
/* パンくず */
.breadcrumb {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #363636;
}

.breadcrumb .box {
  margin-left: -18px;
  text-align: left;
}

.breadcrumb a {
  color: #363636;
}

.breadcrumb span {
  padding-inline: 9px;
}

/* ボタン */
.c_btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 320px;
  margin-inline: auto;
  background: #A4CC45;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 #90b23e;
  box-shadow: 0 5px 0 #90b23e;
  padding: 21.5px 47px 21.5px 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c_btn .btn_text {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.73;
  letter-spacing: 0.05em;
  color: #fff;
}

.c_btn .btn_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* セクションタイトル */
.c_title--center {
  text-align: center;
}

.c_title_en {
  font-family: "DIN 2014", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 0.01em;
  color: #A4CC45;
}

.c_title_ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* ----------------------- サイト共通セクション ------------------------- */
/* 共通FV */
.common_fv {
  padding: 28px 0 35px;
  margin-top: 120px;
}

.common_fv .body {
  position: relative;
  margin-top: 12px;
}

.common_fv .illustration01,
.common_fv .illustration02 {
  position: absolute;
  z-index: 1;
}

.common_fv .illustration01 {
  width: 118px;
  height: 225px;
  bottom: -37px;
  left: 50px;
}

.common_fv .illustration02 {
  width: 117px;
  height: 167px;
  bottom: -4px;
  right: 50px;
}

.common_fv .illustration01 img,
.common_fv .illustration02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_fv .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

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

.common_fv .title {
  position: relative;
  padding: 98px 0 85px;
  text-align: center;
}

.common_fv .en {
  font-family: "DIN 2014", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #A4CC45;
}

.common_fv .ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 12px;
}

/* 関連リンク */
.common_links {
  padding: 100px 0 90px;
  background: #F8F7F3;
}

.common_links .title_wrap {
  text-align: center;
}

.common_links .title {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #A4CC45;
  border-bottom: 5px solid #A4CC45;
  padding-bottom: 10px;
}

.common_links .body {
  background: #fff;
  padding: 59px 50px 50px;
  margin-top: -35px;
}

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

.common_links .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 370/170;
}

.common_links .image a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* お部屋探し */
.common_search .catch {
  position: relative;
  left: 18px;
  width: 100%;
  max-width: 535px;
  margin-inline: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
  color: #fff;
  background: #A4CC45;
  border-radius: 39px;
  padding: 6px 20px;
  text-align: center;
}

.common_search .body {
  background: #fff;
  border: 5px solid #A4CC45;
  border-radius: 10px;
  padding: 50px 45px 55px;
  margin-top: -26px;
}

.common_search .title_wrap {
  text-align: center;
}

.common_search .title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.03em;
  z-index: 1;
}

.common_search .accent {
  color: #A4CC45;
}

.common_search .en {
  position: absolute;
  width: 155px;
  height: auto;
  top: -15px;
  right: -35px;
  z-index: -1;
}

.common_search .en img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_search .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 53px;
}

.common_search .item a {
  display: block;
  background: #F8F7F3;
  padding: 25px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_search .item_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.common_search .item_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.common_search .item_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #A4CC45;
  -webkit-mask-image: url("image/php/key.php");
  mask-image: url("image/php/key.php");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_search .item:nth-of-type(2) .item_icon {
  -webkit-mask-image: url("image/php/school.php");
  mask-image: url("image/php/school.php");
}

.common_search .item:nth-of-type(3) .item_icon {
  -webkit-mask-image: url("image/php/ui-checks-grid.php");
  mask-image: url("image/php/ui-checks-grid.php");
}

.common_search .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.common_search .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 200/155;
  border-radius: 5px;
}

.common_search .item_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.common_search .item_title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.05em;
  color: #363636;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_search .item_title .accent {
  position: relative;
  color: #A4CC45;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_search .item_title .accent::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -5px;
  left: calc(50% - 1px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #A4CC45;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_search .item_title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.common_search .item_arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #A4CC45;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_search .item_arrow::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #A4CC45;
  border-bottom: 2px solid #A4CC45;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pc_header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #e6e1d7;
  z-index: 100;
}

.pc_header .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-left: 50px;
}

.pc_header .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pc_header .head {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

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

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

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

.pc_header .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.08em;
  color: #363636;
}

.pc_header .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pc_header .box {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-right: 45px;
}

.pc_header .group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pc_header .links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  background: #F8F7F3;
  padding: 14px 19.5px;
  border-radius: 3px;
}

.pc_header .link {
  position: relative;
}

.pc_header .link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e6e1d7;
}

.pc_header .link:last-of-type::before {
  display: none;
}

.pc_header .link a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pc_header .link_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #363636;
}

.pc_header .link_icon {
  position: relative;
  top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pc_header .link_icon img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .unit a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #f3f7e9;
  border-radius: 3px;
  padding: 12.9px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .unit_icon {
  position: relative;
  top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #A4CC45;
  -webkit-mask-image: url("image/php/calendar.php");
  mask-image: url("image/php/calendar.php");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .unit_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #363636;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .tel_row {
  font-family: "DIN 2014", sans-serif;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pc_header .tel_text {
  position: relative;
  top: -2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.pc_header .tel_number {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #363636;
}

.pc_header .tel_hour {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #797979;
  margin-top: 5px;
  text-align: center;
}

.pc_header .nav {
  margin-top: 17px;
}

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

.pc_header .menu {
  position: relative;
  padding: 0 44.5px 19px;
}

.pc_header .menu::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  top: 0;
  right: 0;
  background: #e6e1d7;
}

.pc_header .menu:last-of-type::before {
  display: none;
}

.pc_header .menu a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #363636;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .menu a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #A4CC45;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .btn a {
  position: relative;
  height: 100%;
  -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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 20.8px 16.7px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .btn--mail a {
  background: #a4cc45;
}

.pc_header .btn--line a {
  background: #48CC7F;
}

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

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

.pc_header .btn--mail .btn_icon {
  position: relative;
  top: 3px;
  width: 28px;
  height: 22px;
  background: #fff;
  -webkit-mask-image: url("image/php/mail.php");
  mask-image: url("image/php/mail.php");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .btn_text {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 固定バナー */
#fixed_banner {
  position: fixed;
  width: 338px;
  height: 116px;
  bottom: 5px;
  right: 7px;
  z-index: 10;
}

#fixed_banner .banner {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#fixed_banner .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* FV */
#top_fv {
  position: relative;
  padding: 30px 0 50px;
  margin-top: 120px;
}

#top_fv .body {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}

#top_fv .illustration01,
#top_fv .illustration02 {
  position: absolute;
  z-index: 2;
}

#top_fv .illustration01 {
  width: 180px;
  height: 113px;
  top: -10px;
  right: 32px;
}

#top_fv .illustration02 {
  width: 240px;
  height: 174px;
  bottom: -30px;
  left: 15px;
}

#top_fv .illustration01 img,
#top_fv .illustration02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_fv .contents {
  position: relative;
  padding: 132px 0 125px;
  text-align: center;
  z-index: 2;
}

#top_fv .title {
  position: relative;
  display: inline-block;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding-left: 20px;
  text-shadow:
    0 0 6px #fff, 0 0 6px #fff,
    6px 0 0 #fff, -6px 0 0 #fff, 0 6px 0 #fff, 0 -6px 0 #fff,
    4.24px 4.24px 0 #fff, -4.24px 4.24px 0 #fff, 4.24px -4.24px 0 #fff, -4.24px -4.24px 0 #fff,
    5.77px 2.25px 0 #fff, -5.77px 2.25px 0 #fff, 5.77px -2.25px 0 #fff, -5.77px -2.25px 0 #fff,
    2.25px 5.77px 0 #fff, -2.25px 5.77px 0 #fff, 2.25px -5.77px 0 #fff, -2.25px -5.77px 0 #fff,
    5.97px 1.13px 0 #fff, -5.97px 1.13px 0 #fff, 5.97px -1.13px 0 #fff, -5.97px -1.13px 0 #fff,
    1.13px 5.97px 0 #fff, -1.13px 5.97px 0 #fff, 1.13px -5.97px 0 #fff, -1.13px -5.97px 0 #fff,
    5.2px 3.37px 0 #fff, -5.2px 3.37px 0 #fff, 5.2px -3.37px 0 #fff, -5.2px -3.37px 0 #fff,
    3.37px 5.2px 0 #fff, -3.37px 5.2px 0 #fff, 3.37px -5.2px 0 #fff, -3.37px -5.2px 0 #fff,
    5.56px 1.69px 0 #fff, -5.56px 1.69px 0 #fff, 5.56px -1.69px 0 #fff, -5.56px -1.69px 0 #fff,
    1.69px 5.56px 0 #fff, -1.69px 5.56px 0 #fff, 1.69px -5.56px 0 #fff, -1.69px -5.56px 0 #fff;
}

#top_fv .title .accent {
  color: #A4CC45;
}

#top_fv .title::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 51px;
  top: -28px;
  left: -28px;
  background-image: url("./image/top-fv-title-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#top_fv .texts {
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

#top_fv .text {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 2px;
  padding: 1px 15px 2px;
}

#top_fv .text .accent {
  color: #A4CC45;
}

#top_fv .swiper-container {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  height: 100%;
  inset: 0;
  padding: 0 23px 0 37px;
}

#top_fv .swiper {
  height: 100%;
}

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

#top_fv .swiper-slide img {
  width: 50%;
  height: 100%;
  aspect-ratio: 690/520;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_fv .swiper-slide .img01 {
  border-radius: 10px 0 0 10px;
}

#top_fv .swiper-slide .img02 {
  border-radius: 0 10px 10px 0;
}

#top_fv .pagination-bullets,
#top_fv .swiper-pagination-bullets.swiper-pagination-horizontal,
#top_fv .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}

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

#top_fv .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  background: #e6e1d7;
  border-radius: 0;
  opacity: 1;
}

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

/* バナー */
#top_banner {
  position: relative;
  padding: 100px 0 120px;
}

#top_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 310px);
  bottom: 0;
  left: 0;
  background: #F8F7F3;
  z-index: -1;
}

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

#top_banner .image a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* お部屋探し */
#top_search {
  padding: 120px 0;
}

/* 新着物件 */
#top_new_arrivals {
  position: relative;
  background-image: url("./image/top-new-arrivals-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0 125px;
}

#top_new_arrivals .image {
  position: relative;
  width: 100%;
  max-width: 995px;
  margin-inline: auto;
  margin-top: 35px;
}

#top_new_arrivals .image img {
  width: 100%;
  height: auto;
}

#top_new_arrivals .btn {
  margin-top: 53px;
  text-align: center;
}

#top_new_arrivals .athome.search-engine-rental {
  margin-top: 35px;
}

/* お知らせ */
#top_news {
  padding: 116px 0 120px;
}

#top_news .head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#top_news .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
  margin-top: 48px;
}

#top_news .item a {
  display: block;
}

#top_news .item_head {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e1d7;
  padding: 4px 0 9px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_news .item_head::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #A4CC45;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

#top_news .item_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;
}

#top_news .item_year {
  position: relative;
  font-family: "DIN 2014", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #A4CC45;
}

#top_news .item_year::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  background: #e6e1d7;
}

#top_news .item_date {
  font-family: "DIN 2014", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #A4CC45;
}

#top_news .item_tag {
  display: inline-block;
  font-family: "DIN 2014", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  background: #A4CC45;
  padding: 6px 16.5px 5px;
}

#top_news .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #363636;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_news .item_texts {
  background: #F8F7F3;
  padding: 20px;
  margin-top: 14px;
}

#top_news .item_text {
  color: #363636;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC固定ページ 営業カレンダー */
#calender_contents {
  padding: 100px 0 150px;
}

#calender_contents .body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#calender_contents .image {
  width: 100%;
  text-align: center;
}

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

/* PC固定ページ 契約の流れ */
#flow_contents {
  padding: 80px 0 150px;
}

#flow_contents .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#flow_contents .link {
  position: relative;
  border-right: 1px solid #e6e1d7;
}

#flow_contents .link:last-of-type {
  border-right: none;
}

#flow_contents .link a {
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  background: #fff;
  padding: 20px 20px 30px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#flow_contents .link a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 0;
  left: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #e6e1d7;
  border-bottom: 2px solid #e6e1d7;
}

#flow_contents .link_icon img {
  width: 80px;
  height: 80px;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#flow_contents .link:nth-of-type(2) .link_icon img,
#flow_contents .link:nth-of-type(3) .link_icon img {
  position: relative;
  top: 5px;
  width: 65px;
  height: 65px;
}

#flow_contents .link_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #363636;
}

#flow_contents .block {
  border-bottom: 1px solid #e6e1d7;
  padding-bottom: 80px;
  margin-top: 80px;
}

#flow_contents .block:first-of-type {
  margin-top: 100px;
}

#flow_contents .block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#flow_contents .block_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.08em;
  color: #363636;
  text-align: center;
}

#flow_contents .block_title .accent {
  color: #A4CC45;
}

#flow_contents .items {
  margin-top: 60px;
}

#flow_contents .item:not(:first-of-type) {
  margin-top: 50px;
}

#flow_contents .item_title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #363636;
  border-left: 5px solid #A4CC45;
  padding: 8px 20px;
}

#flow_contents .item_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 20px;
}

#flow_contents .groups {
  background: #f8f7f3;
  border-radius: 3px;
  padding: 60px 40px;
  margin-top: 50px;
}

#flow_contents .group {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

#flow_contents .group:not(:first-of-type) {
  margin-top: 60px;
}

#flow_contents .groups_title {
  -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;
}

#flow_contents .groups_title .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

#flow_contents .groups_title .text::first-letter {
  color: #A4CC45;
}

#flow_contents .groups_title .border {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #e6e1d7;
}

#flow_contents .lists {
  margin-top: 24px;
}

#flow_contents .list {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.01em;
  padding-left: 32px;
}

#flow_contents .list::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  top: 5px;
  left: 8px;
  color: #A4CC45;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#flow_contents .list:not(:first-of-type) {
  margin-top: 5px;
}

#flow_contents .groups_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 24px;
}

/* PC固定ページ 店舗情報 */
#shop_contents {
  padding: 63px 0 75px;
}

#shop_contents .body {
  gap: 60px;
}

#shop_contents .dl-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#shop_contents .dl {
  border-bottom: 1px solid #e6e1d7;
  padding: 24px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shop_contents .dt {
  width: 17.8%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  word-break: break-all;
  padding: 3px 20px 3px 0;
}

#shop_contents .dd {
  position: relative;
  width: 82.2%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding: 3px 60px;
}

#shop_contents .dd::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: -webkit-repeating-linear-gradient(top, #e6e1d7 0 3px, transparent 3px 6px);
  background: repeating-linear-gradient(to bottom, #e6e1d7 0 3px, transparent 3px 6px);
}

#shop_contents .map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  position: relative;
  width: 100%;
  aspect-ratio: 380/540;
}

#shop_contents .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
}

#shop_search {
  padding: 55px 0 120px;
}

/* PC固定ページ オンライン相談 */
#online_contents {
  padding: 60px 0 120px;
}

#online_contents .lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
}

#online_contents .items {
  margin-top: 80px;
}

#online_contents .item {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f7f3;
  border-radius: 3px;
  padding: 40px;
}

#online_contents .item:not(:first-of-type) {
  margin-top: 60px;
}

#online_contents .item_number {
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "DIN 2014", sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(164, 204, 69, 0.5);
}

#online_contents .texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#online_contents .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

#online_contents .item_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-top: 20px;
}

#online_contents .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  text-align: center;
}

#online_contents .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#online_contents .item:nth-of-type(2) .image img {
  width: 90px;
  margin-inline: auto;
}

#online_contents .item:nth-of-type(3) .image img {
  position: relative;
  left: 3px;
  width: 95px;
  margin-inline: auto;
}

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

#online_contents .box {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  background: #fff;
  border: 3px solid #A4CC45;
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 100px;
  text-align: center;
}

#online_contents .box_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

#online_contents .units {
  margin-top: 50px;
}

#online_contents .unit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.01em;
}

#online_contents .unit:not(:first-of-type) {
  margin-top: 50px;
}

#online_contents .unit_title {
  -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;
}

#online_contents .unit_title .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

#online_contents .unit_title .text::first-letter {
  color: #A4CC45;
}

#online_contents .unit_title .border {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #e6e1d7;
}

#online_contents .lists {
  margin-top: 16px;
  text-align: left;
}

#online_contents .list {
  position: relative;
  width: 100%;
  font-weight: 700;
  padding-left: 30px;
}

#online_contents .list:not(:first-of-type) {
  margin-top: 5px;
}

#online_contents .list::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  top: 5px;
  left: 8px;
  color: #A4CC45;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* PC固定ページ 個人情報保護方針 */
#privacy_contents .block:not(:first-of-type) {
  margin-top: 80px;
}

#privacy_contents .block_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

#privacy_contents .block_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 10px;
}

#privacy_contents .items {
  margin-top: 16px;
}

#privacy_contents .item:not(:first-of-type) {
  margin-top: 32px;
}

#privacy_contents .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

#privacy_contents .item_title--thin {
  font-weight: 500;
}

#privacy_contents .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 10px;
}

#privacy_contents .item_text--lh {
  line-height: 1.8;
  margin-top: 32px;
}

#privacy_contents .lists {
  margin-top: 16px;
}

#privacy_contents .list {
  position: relative;
  padding-left: 20px;
}

#privacy_contents .list:not(:first-of-type) {
  margin-top: 5px;
}

#privacy_contents .list::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  background: #363636;
  border-radius: 50%;
}

#privacy_contents .lists--number {
  margin-top: 30px;
}

#privacy_contents .lists--number .list {
  padding-left: 0;
}

#privacy_contents .lists--number .list:not(:first-of-type) {
  margin-top: 30px;
}

#privacy_contents .lists--number .list::before {
  display: none;
}

#privacy_contents .links {
  margin-top: 10px;
}

#privacy_contents .link:not(:first-of-type) {
  margin-top: 10px;
}

#privacy_contents a {
  color: #004cca;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#privacy_contents .table_wrap {
  margin-top: 16px;
}

#privacy_contents .table {
  width: 100%;
  border-collapse: collapse;
}

#privacy_contents .table th,
#privacy_contents .table td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #e6e1d7;
  padding: 12px;
}

#privacy_contents .table th {
  color: #fff;
  background: #A4CC45;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #363636;
  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: 1em;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #363636;
  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: "";
  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 input[type="number"],
.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 input[type="number"] {
  width: 200px;
}

.common_contact_form input[type="number"]::-webkit-inner-spin-button,
.common_contact_form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.common_contact_form select.empty {
  color: #363636;
}

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

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

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

.privacy_term_outer .privacy_term_inner {
  height: 170px;
  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: 20px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 1150px;
  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;
}

/* ラジオボタン デザイン */
.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;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  color: #3E3E3E;
  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;
}

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

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.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: #363636;
  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: #A4CC45;
  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;
}

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

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

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

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

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

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

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

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

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

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

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  -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: var(--main-color);
  border-color: var(--main-color);
  font-weight: bold;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCフッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.site_footer {
  position: relative;
  color: #fff;
  background: #363636;
  padding: 100px 0 50px;
  z-index: 20;
}

.site_footer .head {
  width: 100%;
  max-width: 297px;
  margin-inline: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.site_footer .logo {
  width: 100%;
  max-width: 163px;
  margin-inline: auto;
}

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

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

.site_footer .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 5px;
}

.site_footer .contents {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  padding-bottom: 35px;
  margin-top: 54px;
}

.site_footer .contents::before {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

.site_footer .btns {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}

.site_footer .btns::before {
  content: "";
  position: absolute;
  top: 0;
  right: -51px;
  width: 1px;
  height: 100%;
  background: #f8f7f3;
}

.site_footer .btn a {
  min-width: 250px;
  height: 100%;
  -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;
  border-radius: 3px;
  padding: 16px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .btn--mail a {
  background: #a4cc45;
  -webkit-box-shadow: 0 3px 0 #90b23e;
  box-shadow: 0 3px 0 #90b23e;
}

.site_footer .btn--line a {
  background: #48CC7F;
  -webkit-box-shadow: 0 3px 0 #3eac6b;
  box-shadow: 0 3px 0 #3eac6b;
}

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

.site_footer .btn_icon img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .btn--mail .btn_icon {
  position: relative;
  top: 1px;
  width: 28px;
  height: 22px;
  background: #fff;
  -webkit-mask-image: url("image/php/mail.php");
  mask-image: url("image/php/mail.php");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.site_footer .btn_text {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0.03em;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.site_footer .box_row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.site_footer .box_tel {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
}

.site_footer .box_tel-text {
  position: relative;
  top: -2px;
  font-family: "DIN 2014", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.site_footer .box_tel-number {
  font-family: "DIN 2014", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}

.site_footer .box_hour {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}

.site_footer .box_text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 10px;
}

.site_footer .nav {
  position: relative;
  padding: 60px 0;
}

.site_footer .nav::before {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

.site_footer .menus {
  position: relative;
}

.site_footer .menus:not(:first-of-type) {
  padding-left: 52px;
}

.site_footer .menus:not(:last-of-type) {
  padding-right: 152px;
}

.site_footer .menus::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: -webkit-repeating-linear-gradient(top, #f8f7f3 0 3px, transparent 3px 6px);
  background: repeating-linear-gradient(to bottom, #f8f7f3 0 3px, transparent 3px 6px);
}

.site_footer .menus:last-of-type::before {
  display: none;
}

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

.site_footer .menu a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  padding-left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .menu a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% + 1px);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

.site_footer .items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding-top: 7px;
}

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

.site_footer .item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .row_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.site_footer .row_text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 8px;
}

.site_footer .lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}

.site_footer .list {
  position: relative;
}

.site_footer .list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
  background: #fff;
}

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

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

.site_footer .copyright {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09em;
  padding-left: 30px;
  margin-top: 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ボタン */
.c_btn a:hover {
  -webkit-box-shadow: 0 0 0 #90b23e;
  box-shadow: 0 0 0 #90b23e;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* 関連リンク */
.common_links .image a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* お部屋探し */
.common_search .item a:hover {
  background: #A4CC45;
}

.common_search .item a:hover .item_icon {
  background: #fff;
}

.common_search .item a:hover .item_title,
.common_search .item a:hover .item_title .accent {
  color: #fff;
}

.common_search .item a:hover .item_title .accent::before {
  background: #fff;
}

.common_search .item a:hover .item_title::after {
  width: 100%;
}

.common_search .item a:hover .item_arrow {
  background: #fff;
  border-color: #fff;
}

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

.pc_header .link a:hover .link_text {
  color: #A4CC45;
}

.pc_header .unit a:hover {
  background: #A4CC45;
}

.pc_header .unit a:hover .unit_icon {
  background: #fff;
}

.pc_header .unit a:hover .unit_text {
  color: #fff;
}

.pc_header .menu a:hover {
  color: #A4CC45;
}

.pc_header .menu a:hover::before {
  opacity: 1;
  bottom: -6px;
}

.pc_header .btn--mail a:hover {
  background: #ddf2ac;
}

.pc_header .btn--line a:hover {
  background: #aef0ca;
}

.pc_header .btn--mail a:hover .btn_icon {
  background: #a4cc45;
}

.pc_header .btn--mail a:hover .btn_text {
  color: #a4cc45;
}

.pc_header .btn--line a:hover .btn_text {
  color: #03c755;
}

/* 固定バナー */
#fixed_banner .banner:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* バナー */
#top_banner .image a:hover {
  opacity: 0.6;
}

/* お知らせ */
#top_news .item a:hover .item_head::before {
  width: 100%;
}

#top_news .item a:hover .item_head {
  border-bottom: 1px solid transparent;
}

#top_news .item a:hover .item_title {
  color: #A4CC45;
}

/* PC固定ページ 契約の流れ */
#flow_contents .link a:hover {
  opacity: 0.6;
}

/* PC固定ページ 個人情報保護方針 */
#privacy_contents a:hover {
  opacity: 0.8;
}

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

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

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

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

.site_footer .btn--mail a:hover {
  background: #ddf2ac;
  -webkit-box-shadow: 0 0 0 #90b23e;
  box-shadow: 0 0 0 #90b23e;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.site_footer .btn--line a:hover {
  background: #aef0ca;
  -webkit-box-shadow: 0 0 0 #3eac6b;
  box-shadow: 0 0 0 #3eac6b;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.site_footer .btn--mail a:hover .btn_icon {
  background: #a4cc45;
}

.site_footer .btn--mail a:hover .btn_text {
  color: #a4cc45;
}

.site_footer .btn--line a:hover .btn_text {
  color: #03c755;
}

.site_footer .menu a:hover {
  color: #A4CC45;
}

.site_footer .menu a:hover::before {
  left: 5px;
  border-right: 2px solid #A4CC45;
  border-bottom: 2px solid #A4CC45;
}

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

.site_footer .list a:hover {
  color: #707070;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
@media (max-width: 750px) {
  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

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

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

  .no_article {
    margin-top: 2.56vw;
  }

  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

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

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

  .reserve_text {
    font-size: 6vw;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* パンくず */
  .breadcrumb {
    font-size: 2.56vw;
    line-height: 1.8;
  }

  .breadcrumb .box {
    margin-left: -18px;
    margin-left: -1.54vw;
  }

  .breadcrumb .box>div {
    text-indent: -0.8em;
    padding-left: 0.8em;
  }

  .breadcrumb span {
    padding-inline: 1.03vw;
  }

  /* ボタン */
  .c_btn a {
    min-width: 82.05vw;
    border-radius: 1.28vw;
    -webkit-box-shadow: 0 1.28vw 0 #90b23e;
    box-shadow: 0 1.28vw 0 #90b23e;
    padding: 4.21vw 6.92vw 4.21vw 7.69vw;
  }

  .c_btn a:hover {
    -webkit-box-shadow: 0 1.28vw 0 #90b23e;
    box-shadow: 0 1.28vw 0 #90b23e;
    -webkit-transform: none;
    transform: none;
  }

  .c_btn .btn_text {
    font-size: 4.62vw;
  }

  .c_btn .btn_arrow {
    width: 3.08vw;
    height: 3.08vw;
  }

  /* セクションタイトル */
  .c_title_en {
    font-size: 10.26vw;
    line-height: 1.35;
  }

  .c_title_ja {
    font-size: 4.1vw;
  }

  /* 下層FV */
  .common_fv {
    padding: 3.59vw 0 5.13vw;
    margin-top: 66px;
  }

  .common_fv .body {
    margin-top: 4.62vw;
  }

  .common_fv .illustration01 {
    width: 16.92vw;
    height: 32.31vw;
    bottom: -5.9vw;
    left: 2.56vw;
  }

  .common_fv .illustration02 {
    width: 16.67vw;
    height: 23.85vw;
    bottom: -0.51vw;
    right: 2.56vw;
  }

  .common_fv .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .common_fv .title {
    word-break: break-all;
    padding: 14.87vw 0 15.9vw;
  }

  .common_fv .en {
    font-size: 12.31vw;
    line-height: 1.13;
  }

  .common_fv .ja {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-size: 4.1vw;
    line-height: 1.5;
    margin-top: 0.26vw;
  }

  /* 関連リンク */
  .common_links {
    padding: 12.82vw 0 12.82vw;
  }

  .common_links .title {
    font-size: 7.18vw;
    border-bottom: 0.79vw solid #A4CC45;
    padding-bottom: 2.56vw;
  }

  .common_links .body {
    padding: 11.54vw 2.56vw 7.69vw;
    margin-top: -6.15vw;
  }

  .common_links .images {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.28vw;
  }

  .common_links .image {
    aspect-ratio: 172/80;
  }

  .common_links .image a:hover {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  /* お部屋探し */
  .common_search .catch {
    left: 0;
    max-width: 84.62vw;
    font-size: 4.62vw;
    border-radius: 10vw;
    padding: 1.54vw 2.56vw;
  }

  .common_search .body {
    border: 0.79vw solid #A4CC45;
    border-radius: 2.56vw;
    padding: 8.21vw 4.36vw 6.92vw;
    margin-top: -4.87vw;
  }

  .common_search .title {
    font-size: 7.18vw;
    line-height: 1.3;
  }

  .common_search .en {
    width: 25.64vw;
    top: 7.69vw;
    right: -1.54vw;
  }

  .common_search .items {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    margin-top: 6.41vw;
  }

  .common_search .item a {
    position: relative;
    padding: 4.1vw 3.85vw;
    border-radius: 0.77vw;
  }

  .common_search .item a:hover {
    background: #F8F7F3;
  }

  .common_search .item_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .common_search .item_icon {
    width: 7.69vw;
    height: 7.69vw;
  }

  .common_search .item a:hover .item_icon {
    background: #A4CC45;
  }

  .common_search .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.77vw;
    flex: 0 0 30.77vw;
  }

  .common_search .item_image img {
    aspect-ratio: 120/120;
    border-radius: 1.28vw;
  }

  .common_search .item_box {
    margin-top: 0;
  }

  .common_search .item_title {
    font-size: 4.62vw;
    line-height: 1.3;
  }

  .common_search .item:nth-of-type(1) .item_title,
  .common_search .item:nth-of-type(2) .item_title {
    line-height: 1.8;
  }

  .common_search .item a:hover .item_title {
    color: #363636;
  }

  .common_search .item a:hover .item_title .accent {
    color: #A4CC45;
  }

  .common_search .item_title .accent::before {
    width: 1.03vw;
    height: 1.03vw;
    top: -1.03vw;
    left: calc(50% - 0.26vw);
  }

  .common_search .item a:hover .item_title .accent::before {
    background: #A4CC45;
  }

  .common_search .item_title::after {
    display: none;
  }

  .common_search .item_arrow {
    position: absolute;
    width: 7.69vw;
    height: 7.69vw;
    bottom: 0;
    right: 0;
    background: #A4CC45;
    border: none;
    border-radius: 0.77vw 0 0.77vw 0;
  }

  .common_search .item a:hover .item_arrow {
    background: #A4CC45;
  }

  .common_search .item_arrow::before {
    width: 1.79vw;
    height: 1.79vw;
    left: calc(50% - 0.51vw);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  /* ----------------------- ヘッダー ------------------------- */
  #sp_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #e6e1d7;
    z-index: 99999;
  }

  #sp_header .body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 8px 0;
    padding-right: 56px;
  }

  #sp_header .logo {
    width: 100%;
    max-width: 160px;
  }

  #sp_header .links {
    -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;
    gap: 19px;
    background: #F8F7F3;
    padding: 10px;
    border-radius: 3px;
  }

  #sp_header .link {
    position: relative;
    height: 100%;
    text-align: center;
  }

  #sp_header .link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e6e1d7;
  }

  #sp_header .link:last-of-type::before {
    display: none;
  }

  #sp_header .link a {
    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;
    gap: 5px;
  }

  #sp_header .link_icon {
    min-height: 15px;
  }

  #sp_header .link_icon img {
    display: block;
    width: 15px;
    height: auto;
    margin-inline: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #sp_header .link:first-of-type .link_icon img {
    position: relative;
    top: 2px;
  }

  #sp_header .link_text {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #363636;
  }

  /* ----------------------- TOPページ ------------------------- */
  /* FV */
  #top_fv {
    padding: 6.15vw 0 21.54vw;
    margin-top: 66px;
    overflow: hidden;
  }

  #top_fv .body {
    max-width: 100%;
    max-height: 153.85vw;
  }

  #top_fv .illustration01 {
    width: 30.77vw;
    height: 19.23vw;
    top: -3.85vw;
    right: 0;
  }

  #top_fv .illustration02 {
    display: none;
  }

  #top_fv .contents {
    padding: 46.15vw 2.56vw 47.44vw;
  }

  #top_fv .title {
    font-size: 8.97vw;
    line-height: 1.3;
    padding-left: 1.54vw;
    text-shadow:
      0 0 3px #fff, 0 0 3px #fff,
      3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff,
      2.12px 2.12px 0 #fff, -2.12px 2.12px 0 #fff, 2.12px -2.12px 0 #fff, -2.12px -2.12px 0 #fff,
      2.89px 1.13px 0 #fff, -2.89px 1.13px 0 #fff, 2.89px -1.13px 0 #fff, -2.89px -1.13px 0 #fff,
      1.13px 2.89px 0 #fff, -1.13px 2.89px 0 #fff, 1.13px -2.89px 0 #fff, -1.13px -2.89px 0 #fff,
      2.98px 0.56px 0 #fff, -2.98px 0.56px 0 #fff, 2.98px -0.56px 0 #fff, -2.98px -0.56px 0 #fff,
      0.56px 2.98px 0 #fff, -0.56px 2.98px 0 #fff, 0.56px -2.98px 0 #fff, -0.56px -2.98px 0 #fff,
      2.6px 1.69px 0 #fff, -2.6px 1.69px 0 #fff, 2.6px -1.69px 0 #fff, -2.6px -1.69px 0 #fff,
      1.69px 2.6px 0 #fff, -1.69px 2.6px 0 #fff, 1.69px -2.6px 0 #fff, -1.69px -2.6px 0 #fff,
      2.78px 0.85px 0 #fff, -2.78px 0.85px 0 #fff, 2.78px -0.85px 0 #fff, -2.78px -0.85px 0 #fff,
      0.85px 2.78px 0 #fff, -0.85px 2.78px 0 #fff, 0.85px -2.78px 0 #fff, -0.85px -2.78px 0 #fff;
  }

  #top_fv .title::before {
    width: 8.97vw;
    height: 8.46vw;
    top: -4.62vw;
    left: 6vw;
  }

  #top_fv .texts {
    gap: 1.28vw;
    margin-top: 3.85vw;
  }

  #top_fv .text {
    font-size: 3.85vw;
    border-radius: 0.51vw;
    padding: 0.26vw 2.44vw 0.38vw;
  }

  #top_fv .banner {
    position: relative;
    width: 100%;
    max-width: 86.67vw;
    margin-inline: auto;
    margin-top: -15.38vw;
    z-index: 2;
  }

  #top_fv .swiper-container {
    max-width: 100%;
    padding: 0 2.56vw;
  }

  #top_fv .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #top_fv .swiper-slide--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #top_fv .swiper-slide img {
    width: 100%;
    height: 50%;
    aspect-ratio: 370/300;
  }

  #top_fv .swiper-slide .img01 {
    border-radius: 2.56vw 2.56vw 0 0;
  }

  #top_fv .swiper-slide .img02 {
    border-radius: 0 0 2.56vw 2.56vw;
  }

  #top_fv .swiper-slide:nth-child(2) .img01 {
    border-radius: 0 0 2.56vw 2.56vw;
  }

  #top_fv .swiper-slide:nth-child(2) .img02 {
    border-radius: 2.56vw 2.56vw 0 0;
  }

  #top_fv .pagination-bullets,
  #top_fv .swiper-pagination-bullets.swiper-pagination-horizontal,
  #top_fv .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20vw;
  }

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

  #top_fv .swiper-pagination-bullet {
    width: 8.97vw;
    height: 1.28vw;
  }

  /* バナー */
  #top_banner {
    padding: 6.41vw 0 8.21vw;
  }

  #top_banner::before {
    height: 246.15vw;
    bottom: 0;
  }

  #top_banner .images {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    padding: 0 5.13vw;
  }

  #top_banner .image a:hover {
    opacity: 1;
  }

  /* お部屋探し */
  #top_search {
    padding: 23.08vw 0 17.95vw;
  }

  /* 新着物件 */
  #top_new_arrivals {
    background-image: url("./image/top-new-arrivals-bg-sp.webp");
    padding: 16.92vw 0;
  }

  #top_new_arrivals .image {
    max-width: 76.92vw;
    margin-top: 6.15vw;
  }

  #top_new_arrivals .btn {
    margin-top: 5.13vw;
  }

  #top_new_arrivals .athome.search-engine-rental {
    margin-top: 6.15vw;
  }

  /* お知らせ */
  #top_news {
    padding: 14.87vw 0 16.67vw;
  }

  #top_news .wrap {
    width: 89.74%;
  }

  #top_news .head {
    display: block;
    text-align: center;
  }

  #top_news .items {
    grid-template-columns: 1fr;
    gap: 4.87vw;
    margin-top: 5.9vw;
  }

  #top_news .item_head {
    padding: 0.51vw 0 2.31vw;
  }

  #top_news .item_head::before {
    display: none;
  }

  #top_news .item_row {
    gap: 5.13vw;
  }

  #top_news .item_year {
    font-size: 3.08vw;
  }

  #top_news .item_year::before {
    height: 6.15vw;
    right: -2.56vw;
  }

  #top_news .item_date {
    font-size: 6.15vw;
  }

  #top_news .item_tag {
    font-size: 3.33vw;
    padding: 1.54vw 4.23vw 1.28vw;
  }

  #top_news .item_title {
    font-size: 4.1vw;
    line-height: 1.3;
    margin-top: 3.08vw;
  }

  #top_news .item a:hover .item_head {
    border-bottom: 1px solid #e6e1d7;
  }

  #top_news .item a:hover .item_title {
    color: #363636;
  }

  #top_news .item_texts {
    padding: 3.85vw;
    margin-top: 2.82vw;
  }

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

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ 営業カレンダー */
  #calender_contents {
    padding: 10.26vw 0 15.38vw;
  }

  /* SP固定ページ 契約の流れ */
  #flow_contents {
    padding: 10.26vw 0;
  }

  #flow_contents .wrap {
    width: 89.74%;
  }

  #flow_contents .links {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.03vw;
  }

  #flow_contents .link {
    border: 1px solid #e6e1d7;
  }

  #flow_contents .link:last-of-type {
    border: 1px solid #e6e1d7;
  }

  #flow_contents .link a {
    gap: 1.28vw;
    padding: 1.28vw 2.56vw 6.15vw;
  }

  #flow_contents .link a:hover {
    opacity: 1;
  }

  #flow_contents .link a::before {
    width: 2.56vw;
    height: 2.56vw;
    left: calc(50% - 1.28vw);
  }

  #flow_contents .link_icon img {
    width: 14.1vw;
    height: 14.1vw;
  }

  #flow_contents .link:nth-of-type(2) .link_icon img,
  #flow_contents .link:nth-of-type(3) .link_icon img {
    top: 2.05vw;
    width: 11.54vw;
    height: 11.54vw;
  }

  #flow_contents .link_text {
    font-size: 3.59vw;
    line-height: 1.33;
  }

  #flow_contents .block {
    padding-bottom: 10.26vw;
    margin-top: 10.26vw;
  }

  #flow_contents .block:first-of-type {
    margin-top: 15.38vw;
  }

  #flow_contents .block_title {
    font-size: 6.15vw;
  }

  #flow_contents .items {
    margin-top: 8.21vw;
  }

  #flow_contents .item:not(:first-of-type) {
    margin-top: 10.26vw;
  }

  #flow_contents .item_title {
    font-size: 4.62vw;
    border-left: 4px solid #A4CC45;
    padding: 1.28vw 2.56vw;
  }

  #flow_contents .item_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.01em;
    font-size: 3.59vw;
    margin-top: 4.1vw;
  }

  #flow_contents .groups {
    border-radius: 0.77vw;
    padding: 10.26vw 3.85vw;
    margin-top: 8.21vw;
  }

  #flow_contents .group {
    max-width: 100%;
  }

  #flow_contents .group:not(:first-of-type) {
    margin-top: 12.82vw;
  }

  #flow_contents .groups_title {
    display: block;
  }

  #flow_contents .groups_title .text {
    display: block;
    font-size: 4.62vw;
  }

  #flow_contents .groups_title .text::first-letter {
    color: #A4CC45;
  }

  #flow_contents .groups_title .border {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 2.56vw;
  }

  #flow_contents .lists {
    margin-top: 2.56vw;
  }

  #flow_contents .list {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.01em;
    font-size: 4.1vw;
    padding-left: 7.69vw;
  }

  #flow_contents .list::before {
    width: 1.79vw;
    height: 3.85vw;
    top: 0.77vw;
    left: 2.05vw;
  }

  #flow_contents .list:not(:first-of-type) {
    margin-top: 1.28vw;
  }

  #flow_contents .groups_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  /* SP固定ページ 店舗情報 */
  #shop_contents {
    padding: 10.26vw 0;
  }

  #shop_contents .wrap {
    width: 89.74%;
  }

  #shop_contents .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.21vw;
  }

  #shop_contents .dl {
    padding: 2.56vw 0;
  }

  #shop_contents .dt {
    width: 22%;
    font-size: 3.59vw;
    padding: 0.77vw 2.56vw 0.77vw 0;
  }

  #shop_contents .dd {
    width: 78%;
    font-size: 3.59vw;
    padding: 0.77vw 5.13vw;
  }

  #shop_contents .map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    aspect-ratio: 380/240;
  }

  #shop_search {
    padding: 55px 0 120px;
    padding: 10.26vw 0 15.38vw;
  }

  /* SP固定ページ オンライン相談 */
  #online_contents {
    padding: 10.26vw 0 15.38vw;
  }

  #online_contents .wrap {
    width: 89.74%;
  }

  #online_contents .lead {
    font-size: 4.1vw;
    text-align: center;
  }

  #online_contents .items {
    margin-top: 20.51vw;
  }

  #online_contents .item {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5.13vw;
    border-radius: 0.77vw;
    padding: 5.13vw 3.85vw;
  }

  #online_contents .item:not(:first-of-type) {
    margin-top: 12.82vw;
  }

  #online_contents .item_number {
    top: -7.69vw;
    left: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 16.41vw;
  }

  #online_contents .item_title {
    font-size: 5.13vw;
    text-align: center;
  }

  #online_contents .item_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  #online_contents .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 20.6vw;
    margin-inline: auto;
  }

  #online_contents .item:nth-of-type(2) .image img {
    width: 15.4vw;
  }

  #online_contents .item:nth-of-type(3) .image img {
    left: 0.77vw;
    width: 16.67vw;
  }

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

  #online_contents .box {
    max-width: 100%;
    border: 0.79vw solid #A4CC45;
    border-radius: 2.56vw;
    padding: 5.13vw 3.85vw;
    margin-top: 15.38vw;
  }

  #online_contents .box_text {
    font-size: 3.33vw;
  }

  #online_contents .units {
    margin-top: 8.21vw;
  }

  #online_contents .unit {
    font-size: 4.1vw;
  }

  #online_contents .unit:not(:first-of-type) {
    margin-top: 8.21vw;
  }

  #online_contents .unit_title {
    display: block;
    text-align: left;
  }

  #online_contents .unit_title .text {
    display: block;
    font-size: 4.1vw;
  }

  #online_contents .unit_title .border {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 2.56vw;
  }

  #online_contents .lists {
    margin-top: 2.56vw;
  }

  #online_contents .list {
    font-size: 3.59vw;
    padding-left: 7.18vw;
  }

  #online_contents .list:not(:first-of-type) {
    margin-top: 1.28vw;
  }

  #online_contents .list::before {
    width: 1.54vw;
    height: 3.33vw;
    top: 0.77vw;
    left: 2.05vw;
  }

  /* SP固定ページ 個人情報保護方針 */
  #privacy_contents .wrap {
    width: 89.74%;
  }

  #privacy_contents .block:not(:first-of-type) {
    margin-top: 15.38vw;
  }

  #privacy_contents .block_title {
    font-size: 4.1vw;
  }

  #privacy_contents .block_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  #privacy_contents .items {
    margin-top: 4.1vw;
  }

  #privacy_contents .item:not(:first-of-type) {
    margin-top: 6.15vw;
  }

  #privacy_contents .item_title {
    font-size: 3.59vw;
  }

  #privacy_contents .item_text {
    font-size: 3.33vw;
    margin-top: 2.56vw;
  }

  #privacy_contents .item_text--lh {
    margin-top: 6.15vw;
  }

  #privacy_contents .lists {
    margin-top: 2.56vw;
  }

  #privacy_contents .list {
    font-size: 3.33vw;
    padding-left: 3.85vw;
  }

  #privacy_contents .list:not(:first-of-type) {
    margin-top: 1.28vw;
  }

  #privacy_contents .list::before {
    width: 2.05vw;
    height: 2.05vw;
    top: 1.79vw;
  }

  #privacy_contents .lists--number {
    margin-top: 5.13vw;
  }

  #privacy_contents .lists--number .list:not(:first-of-type) {
    margin-top: 5.13vw;
  }

  #privacy_contents .links {
    margin-top: 10px;
  }

  #privacy_contents .link:not(:first-of-type) {
    margin-top: 2.56vw;
  }

  #privacy_contents a:hover {
    opacity: 1;
  }

  #privacy_contents .table_wrap {
    margin-top: 4.1vw;
  }

  #privacy_contents .table th,
  #privacy_contents .table td {
    font-size: 3.33vw;
    padding: 2.56vw;
  }

  /* 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;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }

  .page_contact #btn_wrap button[name="submitBack"] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    width: 100%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner {
    height: 200px;
  }

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

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* SP投稿ページ アーカイブページ */
  .archive_page_list>article {
    padding-right: 20px;
  }

  .archive_page_list>article .date {
    width: 80px;
  }

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

  .archive_page_list>article:after {
    width: 7px;
    height: 7px;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  body #sitemap_list {
    padding: 0;
  }

  /* ----------------------- フッター ------------------------- */
  /* フッター追従 */
  .fix_cta {
    position: fixed;
    width: 100%;
    width: 94.87vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border: 0.51vw solid #f8f7f3;
    border-radius: 0.77vw 0.77vw 0 0;
    z-index: 50;
  }

  .fix_cta .fix_cta-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .fix_cta .fix_cta-btn {
    position: relative;
    text-align: center;
  }

  .fix_cta .fix_cta-btn::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 7.18vw;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e6e1d7;
  }

  .fix_cta .fix_cta-btn:last-of-type::before {
    display: none;
  }

  .fix_cta .fix_cta-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.54vw;
    padding: 5vw 1.28vw;
  }

  .fix_cta .fix_cta-icon {
    display: inline-block;
    width: 5.13vw;
    height: 5.13vw;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  .fix_cta .fix_cta-btn:nth-of-type(1) .fix_cta-icon {
    background: #978863;
    -webkit-mask-image: url("image/php/calendar.php");
    mask-image: url("image/php/calendar.php");
  }

  .fix_cta .fix_cta-btn:nth-of-type(2) .fix_cta-icon {
    background: #a4cc45;
    -webkit-mask-image: url("image/php/mail.php");
    mask-image: url("image/php/mail.php");
  }

  .fix_cta .fix_cta-text {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-size: 3.08vw;
    text-align: left;
  }

  .fix_cta .fix_cta-btn:nth-of-type(1) .fix_cta-text {
    color: #978863;
  }

  .fix_cta .fix_cta-btn:nth-of-type(2) .fix_cta-text {
    color: #a4cc45;
  }

  .fix_cta .fix_cta-btn:nth-of-type(3) .fix_cta-text {
    color: #0dc754;
  }

  /* フッター */
  .site_footer {
    padding: 15.38vw 0 25.64vw;
  }

  .site_footer .wrap {
    width: 89.74%;
  }

  .site_footer .head {
    max-width: 100%;
    display: block;
  }

  .site_footer .logo {
    max-width: 64.1vw;
  }

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

  .site_footer .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.1vw;
    border-bottom: 1px solid #fff;
    padding-bottom: 13.33vw;
    margin-top: 7.44vw;
  }

  .site_footer .contents::before {
    display: none;
  }

  .site_footer .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.85vw;
  }

  .site_footer .btns::before {
    display: none;
  }

  .site_footer .btn a {
    min-width: 76.92vw;
    min-height: 13.85vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.56vw;
    border-radius: 0.77vw;
    padding: 2.82vw 3.85vw;
  }

  .site_footer .btn--mail a {
    -webkit-box-shadow: 0 0.79vw 0 #90b23e;
    box-shadow: 0 0.79vw 0 #90b23e;
  }

  .site_footer .btn--mail a:hover {
    background: #a4cc45;
    -webkit-box-shadow: 0 0.79vw 0 #90b23e;
    box-shadow: 0 0.79vw 0 #90b23e;
    -webkit-transform: none;
    transform: none;
  }

  .site_footer .btn--line a {
    -webkit-box-shadow: 0 0.79vw 0 #3eac6b;
    box-shadow: 0 0.79vw 0 #3eac6b;
  }

  .site_footer .btn--line a:hover {
    background: #48CC7F;
    -webkit-box-shadow: 0 0.79vw 0 #3eac6b;
    box-shadow: 0 0.79vw 0 #3eac6b;
    -webkit-transform: none;
    transform: none;
  }

  .site_footer .btn_icon img {
    width: 8.21vw;
  }

  .site_footer .btn--mail .btn_icon {
    top: 0.26vw;
    width: 7.18vw;
    height: 5.64vw;
  }

  .site_footer .btn--mail a:hover .btn_icon {
    background: #fff;
  }

  .site_footer .btn_text {
    font-size: 4.1vw;
  }

  .site_footer .btn--mail a:hover .btn_text {
    color: #fff;
  }

  .site_footer .btn--line a:hover .btn_text {
    color: #fff;
  }

  .site_footer .box_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;
  }

  .site_footer .box_tel {
    gap: 2.05vw;
  }

  .site_footer .box_tel-text {
    top: -0.51vw;
    font-size: 4.1vw;
  }

  .site_footer .box_tel-number {
    font-size: 8.21vw;
  }

  .site_footer .box_hour {
    font-size: 3.33vw;
    padding-bottom: 0;
    margin-top: 2.56vw;
  }

  .site_footer .box_text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-top: 3.85vw;
  }

  .site_footer .nav {
    border-bottom: 1px solid #fff;
    padding: 12.31vw 0 12.82vw;
  }

  .site_footer .nav::before {
    display: none;
  }

  .site_footer .menus_wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11.54vw;
    padding-bottom: 7.69vw;
  }

  .site_footer .menus_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background: -webkit-repeating-linear-gradient(left, #f8f7f3 0 3px, transparent 3px 6px);
    background: repeating-linear-gradient(to right, #f8f7f3 0 3px, transparent 3px 6px);
  }

  .site_footer .menus:not(:first-of-type) {
    padding-left: 0;
  }

  .site_footer .menus:not(:last-of-type) {
    padding-right: 0;
  }

  .site_footer .menus--mt {
    margin-top: 7.69vw;
  }

  .site_footer .menus::before,
  .site_footer .menus:last-of-type::before {
    display: none;
  }

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

  .site_footer .menu a {
    font-size: 3.33vw;
    padding-left: 5.13vw;
  }

  .site_footer .menu a:hover {
    color: #fff;
  }

  .site_footer .menu a::before {
    width: 1.79vw;
    height: 1.79vw;
    top: calc(50% + 0.26vw);
  }

  .site_footer .menu a:hover::before {
    left: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .site_footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14.1vw;
    padding-top: 12.82vw;
  }

  .site_footer .row_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.08vw;
  }

  .site_footer .items {
    width: 100%;
    max-width: 47.18vw;
    -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: 2.56vw;
    padding-top: 0;
  }

  .site_footer .item {
    width: 100%;
  }

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

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

  .site_footer .row_text {
    font-size: 2.31vw;
    margin-top: 2.56vw;
  }

  .site_footer .lists {
    gap: 11.54vw;
  }

  .site_footer .list::before {
    height: 3.08vw;
    right: -6.41vw;
  }

  .site_footer .list a {
    font-size: 3.08vw;
  }

  .site_footer .list a:hover {
    color: #fff;
  }

  .site_footer .copyright {
    font-size: 3.08vw;
    padding-left: 3.85vw;
    margin-top: 3.85vw;
  }
}