@charset "utf-8";

/*
Theme Name: フェニックスホールディングス(202511)
Theme URI:
Author:
*/
/* ==================================================
   セクション：RESET（全体リセット）
   ================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

textarea,
select,
option {
  font: inherit;
}

/* ==================================================
   セクション：WP（投稿レイアウト）
   ================================================== */
/* 投稿の画像配置 */
.alignright {
  display: block;
  margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
  display: block;
  margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */
/* ==================================================
   セクション：LINK（リンク共通）
   ================================================== */
a:link,
a:visited {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  /*	color: #AB0106;*/
}

a:active {
  text-decoration: none;
  /*	color: #AB0106;*/
}

/* ==================================================
   セクション：CLEARFIX
   ================================================== */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ==================================================
   セクション：COMMON（共通レイアウト）
   ================================================== */
html {
  font-size: 62.5%;
  /* 10px */
}

body {
  position: relative;
  /* background: #ffffff; */
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}

#container {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}

.en {
  font-family: "Jost", sans-serif;
  font-feature-settings: "palt";
  line-height: 0.7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.spBr {
  display: none;
}

/* button */
.btnSet {
  position: relative;
}

.btnSet:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.linkSet {
  width: 100%;
  padding: 18px 0;
  display: block;
  position: relative;
  z-index: 1;
  background: #000;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.linkSet:hover {
  transform: translate(5px, 5px);
}

/* section title  */
.secTtl {
  margin: 0 0 3em;
  text-align: center;
}

.secTtlEn,
.secTtlJp {
  display: block;
  color: #000;
}

.secTtlEn {
  margin: 0 0 0.25em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.secTtlJp {
  font-weight: 700;
  letter-spacing: 0.16em;
}

.secTtl02 {
  margin: 0 0 1em;
  padding: 0 0 0.25em;
  font-size: clamp(1.6rem, 2.0vw, 2.8rem);
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #dadada;
}

.secTtlIn {
  position: relative;
  display: inline-block;
}

.secTtlIn:after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.28em;
  left: 0;
  background: #ab0106;
  content: "";
}

/* パンくず */
#contsWrap {
  position: relative;
}

.pankuzuArea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.pankuzuArea li,
.pankuzuArea li a {
  font-size: 1.1rem;
  color: #333333;
}

.pankuzuArea a {
  transition: all 0.3s ease-in-out;
}

.pankuzuArea a:hover {
  color: #ab0106;
}

.pankuzuArea li:after {
  width: 10px;
  height: 1px;
  margin: 0 8px;
  content: "";
  display: inline-block;
  background: #ccc;
  vertical-align: middle;
}

.pankuzuArea li:nth-last-of-type(1):after {
  display: none;
}

.btnMore {
  font-size: clamp(1.0rem, 1.1vw, 1.2rem);
  font-weight: 700;
  transition: all .3s ease-in-out;
  position: absolute;
  right: 1.5em;
  bottom: 1em;
}

.btnMore:before,
.btnMore:after {
  display: inline-block;
  content: "";
}

.btnMore:before {
  width: 5em;
  height: 1px;
  margin: 0 1em 0 0;
  background: #ab0106;
  vertical-align: middle;
}

.btnMore:after {
  width: 8px;
  height: 8px;
  margin: 0 0 0 3px;
  border-top: 1px solid #ab0106;
  border-right: 1px solid #ab0106;
  transform: rotate(45deg);
}

/* ==================================================
   セクション：PROPERTY（民泊・物件 共通）
   ================================================== */

#realEstate {
  margin-bottom: 100px;
}

.propertyList {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2em 2%;
}

.propertyBox {
  width: 49%;
}

.propertyBoxIn {
  height: 100%;
  display: block;
  display: flex;
  align-items: stretch;
}

.propertyFigure {
  width: 40%;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
  overflow: hidden;
}

.propertyFigure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.propertyBoxIn:hover .propertyFigure img {
  transform: scale(1.12);
}

.propertyConts {
  width: 60%;
  padding: 1em 1.5em 1.75em;
  background: #fff;
  position: relative;
  border: 1px solid #dedede;
  border-left: none;
  flex-shrink: 0;
  min-height: 140px;
}

.propertyContsInner {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-self: flex-start;
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
}

.propertyCat {
  width: auto;
  padding: 0.5em 1.0em;
  background: #000;
  color: #fff;
  border-radius: 20px;
  font-size: clamp(1.0rem, 1.1vw, 1.2rem);
  display: flex;
  align-items: center;
  justify-self: center;
  line-height: 1.0;
}

.propertyTag {
  width: auto;
  padding: 0.25em 0.75em;
  background: #fff;
  color: #000;
  border: 1px solid;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.0;
  letter-spacing: 0.01em;
}

.propertyContsInner .propertyTag:nth-of-type(n+3) {
  display: none;
}

.propertyTag span {
  font-size: 1.2rem;
}

.propertyHead {
  margin-bottom: 0.5em;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  line-height: 1.2;
}

.propertyAdd {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}

.property .btnMore {
  font-weight: 700;
  text-align: right;
  transition: all .3s ease-in-out;
  font-size: clamp(1.0rem, 1.1vw, 1.2rem);
  line-height: 1;
}

.propertyBoxIn:hover .propertyHead,
.propertyBoxIn:hover .btnMore {
  color: #333333;
}

.minpaku {
  padding: 100px 0;
  background: #fcfcfc;
}

.propertyBoxIn:hover .btnMore {
  transform: translateX(10px);
}

.property .btnMore:before,
.property .btnMore:after {
  display: inline-block;
  content: "";
}

.property .btnMore:before {
  width: 5em;
  height: 1px;
  margin: 0 1em 0 0;
  background: #ab0106;
  vertical-align: middle;
}

.property .btnMore:after {
  width: 8px;
  height: 8px;
  margin: 0 0 0 3px;
  border-top: 1px solid #ab0106;
  border-right: 1px solid #ab0106;
  transform: rotate(45deg);
}

/* ==================================================
   セクション：HEADER（ヘッダー共通）
   ================================================== */
#container {
  width: 100%;
  overflow: hidden;
}

/*
.wrapper:before {
	background-color: #13b5b1;
	width: 100%;
	height: 100vh;
	content: "";
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 999999;
}
.wrapper:after {
	background-color: #107671;
	width: 100%;
	height: 100vh;
	content: "";
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 99999;
	}
.wrapper-cover:before {
	 left: 100%;
	 transition: all 0.7s ease-in-out 0.3s;
	-webkit-transition: all 0.7s ease-in-out 0.3s;
}
.wrapper-cover:after {
	left: 100%;
	transition: all 1.0s ease-in-out 0.5s;
	-webkit-transition: all 1.0s ease-in-out 0.5s;
}
*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: center;
}

.headerLogo {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}

.headerLogo.is-animation {
  width: 100px;
  height: 100px;
}

.logoLink {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.headerLogo:before,
.headerLogo:after,
.logoLink:before,
.logoLink:after {
  background: #ab0106;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
}

.headerLogo:after {
  /* 左上 */
  width: 0;
  height: 4px;
  top: 0;
  left: 0;
}

.headerLogo:before {
  /* 右下 */
  width: 0;
  height: 4px;
  right: 0;
  bottom: 0;
}

.logoLink:after {
  /* 左下 */
  width: 4px;
  height: 0;
  bottom: 0;
  left: 0;
}

.logoLink:before {
  /* 右下 */
  width: 4px;
  height: 0;
  top: 0;
  right: 0;
}

.headerLogo:hover:before,
.headerLogo:hover:after {
  width: 100%;
}

.headerLogo:hover .logoLink:before,
.headerLogo:hover .logoLink:after {
  height: 100%;
}

.logoFigure {
  width: 114px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.headerLogo.is-animation .logoFigure {
  width: 51px;
}

/* global navi */
.spNav {
  display: none;
}

.headerNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 100px;
}

.headerNav * {
  font-weight: 700;
}

.globalNav,
.btnNav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gNavItem {
  margin: 0 38px 0 0;
}

.gNavLink {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
}

.gNavLink:hover {
  color: #ab0106;
}

.btnNavItem {
  width: 100px;
  height: 100px;
  text-align: center;
}

.btnNavLink {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.btnNav .btnNavLink:hover {
  opacity: 0.7;
}

.btnHdTop {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: linear-gradient(360deg, rgba(243, 150, 0, 1), rgba(231, 36, 24, 1) 41%);
  color: #fff !important;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
  letter-spacing: 0.01em;
  position: relative;
}

.btnHdTop:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("img/common/logo_w.svg") no-repeat 0 0 / 100%;
  display: flex;
  align-items: center;
  justify-self: center;
  position: absolute;
  opacity: 0.2;
}

.btnHdTop::after {
  width: 10em;
  text-align: center;
}

#groupNav #headRe .btnHdTop {
  background: #ab0106;
}

/* #groupNav .btnNavItem .btnHdTop::after {
  content: "R.E";
}

#groupNav .btnNavItem .btnHdTop:hover::after {
  content: "不動産事業";
} */

#groupNav #headHal .btnHdTop {
  background: #f6301a;
}

#groupNav #headHal .btnHdTop:before {
  content: "";
  width: 50px;
  height: 56px;
  background: url("img/common/logo_h_w.svg") no-repeat 0 0 / 100%;
  display: flex;
  align-items: center;
  justify-self: center;
  position: absolute;
  opacity: 0.2;
}

/* #groupNav .btnNavItem:nth-child(2) .btnHdTop::after {
  content: "HAL";
}

#groupNav .btnNavItem:nth-child(2) .btnHdTop:hover::after {
  content: "ホテル事業";
} */

#groupNav #headDesign .btnHdTop {
  background: #1c4fa1;
}

/* #groupNav .btnNavItem:nth-child(3) .btnHdTop::after {
  content: "DESIGN";
}

#groupNav .btnNavItem:nth-child(3) .btnHdTop:hover::after {
  content: "リノベ・リフォーム";
} */

#groupNav .btnHdTop:hover {
  width: 160px;
  margin-left: -60px;
  opacity: 1;
}

.btnNav01,
.btnNav02,
.btnNav03 {
  padding: 20px 0 0;
  font-size: 1.3rem;
  color: #fff !important;
}

.btnNav01 {
  background: #737373;
}

.btnNav02 {
  background: #414141;
}

.btnNav03 {
  background: #000;
}

.btnNav04 {
  background: #fff;
}

.btnNav01:before,
.btnNav02:before,
.btnNav03:before {
  content: "";
  height: 38px;
  margin: 0 auto 6px;
  display: block;
}

.btnNav01:before {
  width: 27px;
  background: url("img/common/icon_key.png") no-repeat 0 0 / 100%;
}

.btnNav02:before {
  width: 30px;
  background: url("img/common/icon_user.png") no-repeat 0 0 / 100%;
}

.btnNav03:before {
  width: 36px;
  background: url("img/common/icon_form.png") no-repeat 0 0 / 100%;
}

/* site map */
.siteMapBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.btnNav04 {
  position: relative;
  z-index: 1;
  background: #fff;
  cursor: pointer;
}

.btnNav04 span {
  width: 30px;
  height: 2px;
  margin: 0 0 0 -15px;
  display: block;
  position: absolute;
  left: 50%;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.btnNav04 span:nth-of-type(1) {
  top: 39px;
}

.btnNav04 span:nth-of-type(2) {
  top: 49px;
}

.btnNav04 span:nth-of-type(3) {
  bottom: 39px;
}

.siteMap:hover .btnNav04 {
  background: #ab0106;
}

.siteMap:hover .btnNav04 span {
  background: #fff;
}

.siteMap:hover .btnNav04 span:nth-of-type(1) {
  transform: translateX(-10px);
}

.siteMap:hover .btnNav04 span:nth-of-type(3) {
  transform: translateX(10px);
}

.siteMap ul {
  width: 350px;
  padding: 50px 30px 70px;
  position: fixed;
  top: 100px;
  right: -350px;
  background: #ab0106;
}

.smItem {
  margin: 0 0 2em;
}

.smLInk {
  padding: 0 0 0 30px;
  display: block;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  text-indent: -30px;
  color: #fff !important;
}

.smLinkHd:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  content: "";
  background: url(img/common/icon_link_sm.png) no-repeat 0 0 / 100%;
  vertical-align: -2px;
}

.smLInk:before {
  width: 20px;
  height: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #fff;
  content: "";
  vertical-align: 4px;
  transition: all 0.3s ease-in-out;
}

.smLInk:hover:before {
  transform: translateX(-8px);
}

#holdingsNavLink a {
  width: 100%;
  margin-top: 3em;
  padding: 0.5em;
  color: #fff;
  border: 1px solid;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}

#holdingsNavLink a::before {
  content: none;
}

#holdingsNavLink a:hover {
  transform: scale(1.06);
}

/* ==================================================
   セクション：FOOTER（フッター共通）
   ================================================== */
/* footer contact */
.footConsul {
  padding: 100px 0;
  background: #f9f9f9;
}

.consulInner {
  display: flex;
  justify-content: space-between;
}

.consul {
  width: 66.7%;
  /* max-width: 800px; */
  max-width: 1000px;
  padding: 45px 6%;
  background: #fff;
}

.consulTtl {
  margin: 0 0 24px;
  text-align: center;
}

.consulTtlEn {
  margin: 0 0 18px;
  display: block;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 0.7;
  color: #000;
}

.consulMiddle {
  margin: 0 0 9px;
  /* padding: 0 50px; */
}

.consulTxt {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  text-align: center;
}

.consulMidTxt {
  margin: 0 0 27px;
  text-align: left;
}

.consulTelArea {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consulTelTxt {
  margin: 0 16px 0 0;
  font-size: 0;
}

.consulTelBox,
.consulTelLink {
  display: inline-block;
  color: #ab0106;
  vertical-align: middle;
}

.consulTelBox {
  margin: 0 8px 0 0;
  padding: 5px 12px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #950a0a;
}

.consulTelLink {
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.consulTime dl {
  display: flex;
  margin: 0 0 6px;
}

.consulTime .consulHoliday {
  margin: 0;
}

.consulTime dt,
.consulTime dd {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.consulTime dt {
  width: 5em;
}

.consulBtnArea {
  margin: 20px 0 32px;
}

.consulBtnList {
  display: flex;
  justify-content: space-between;
}

.consulBtnItem {
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}

.consulBtnItem:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  content: "";
  border-right: 1px solid #ab0106;
  border-bottom: 1px solid #ab0106;
}

.consulBtn01 {
  width: 140px;
}

.consulBtn02 {
  width: 180px;
}

.consulBtn03 {
  width: 200px;
}

.consulBtn04 {
  width: 140px;
  margin: 0;
}

.consulBtnLink {
  width: 100%;
  height: auto;
  padding: 1.0em 0;
  position: relative;
  background: #ab0106;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  font-weight: 700;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consulBtnLink:hover {
  transform: translate(5px, 5px);
}

/*
.consulBtnLink span:before {
	display: inline-block;
	content: "";
	margin: 0 15px 0 0;
}

.consulLink01 span:before {
	width: 27px;
	height: 20px;
	background: url(img/common/icon_mail.png) no-repeat 0 0 / 100%;
	vertical-align: -3px;
}

.consulLink02 span:before {
	width: 21px;
	height: 27px;
	background: url(img/common/icon_calculator.png) no-repeat 0 0 / 100%;
	vertical-align: -7px;
}

.consulLink03 span:before {
	width: 25px;
	height: 27px;
	margin: 0 20px 0 0;
	background: url(img/common/icon_calendar.png) no-repeat 0 0 / 100%;
	vertical-align: -6px;
}
*/

.traderDial {
  text-align: right;
}

.traderTelNum {
  font-size: 2.4rem;
  font-weight: 700;
}

.worry {
  width: 30%;
  max-width: 360px;
  max-width: 420px;
  padding: 2em 3em;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.worryHead {
  margin: 0 0 1em;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.3;
}

.worryFigure {
  width: 100%;
  margin: 0 0 1em;
}

.worryFigure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 7 / 5;
}

.btnWorry {
  width: 100%;
}

.btnWorryStaff {
  margin: 0 0 9px;
}

.linkWorry {
  width: 100%;
  padding: 16px 0 15px;
  display: block;
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  font-weight: 700;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}

.linkWorry:before {
  margin: 0 14px 0 0;
  display: inline-block;
  content: "";
  vertical-align: -5px;
  transition: all 0.3s ease-in-out;
}

.wryStaff:before {
  width: 16px;
  height: 24px;
  background: url(img/common/icon_person_off.png) no-repeat 0 0 / 100%;
}

.wryFaq:before {
  width: 21px;
  height: 22px;
  background: url(img/common/icon_faq_off.png) no-repeat 0 0 / 100%;
}

.linkWorry:hover {
  background: #000;
  color: #fff;
}

.wryStaff:hover:before {
  background: url(img/common/icon_person_on.png) no-repeat 0 0 / 100%;
}

.wryFaq:hover:before {
  background: url(img/common/icon_faq_on.png) no-repeat 0 0 / 100%;
}

/* footer */
footer {
  padding: 0 0 40px;
  position: relative;
}

.pageTop a {
  width: 80px;
  height: calc(100% - 100px);
  position: absolute;
  top: 100px;
  right: 0;
  background: #ab0106 url(img/top/arrow_pagetop.png) no-repeat top 30px left 34px;
  cursor: pointer;
}

.pageTop a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #000 url(img/top/arrow_pagetop.png) no-repeat top 30px left 34px;
  transition: all 0.3s ease-in-out;
}

.pageTop a:hover:before {
  height: 0;
}

.pageTopTxt {
  display: block;
  position: absolute;
  top: 120px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  transform: rotate(90deg);
}

.footerInner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 64px;
  padding: 100px 0 0;
}

.footerNavWrap {
  margin: 0 0 100px;
  display: flex;
  justify-content: space-between;
}

.footerNav {
  position: relative;
  width: 30.4%;
  max-width: 280px;
  padding: 40px 0 0;
  border-top: 1px solid #dadada;
}

.footerNav:before {
  width: 25px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  background: #ab0106;
}

.footNavItem {
  margin: 0 0 22px;
}

.footNavLink {
  font-feature-settings: "palt";
  transition: all 0.3s ease-in-out;
}


.footNavLink:hover {
  color: #ab0106;
}

#holdings {
  padding: 0;
  border: none;
}

#holdings:before {
  content: none;
}

li#holdingsLink {
  width: 100%;

  & a {
    width: 100%;
    padding: 0.75em 1.25em;
    background: linear-gradient(360deg, rgba(243, 150, 0, 1), rgba(231, 36, 24, 1) 41%);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out all;
  }

  & a:hover {
    transform: scale(1.05);
  }
}

.linkExternal {
  padding: 0 21px 0 0;
  background: url(img/common/icon_link_off.png) no-repeat right bottom 3px;
}

.linkExternal:hover {
  background: url(img/common/icon_link_on.png) no-repeat right bottom 3px;
}

.serviceChild .footNavLink:before {
  width: 12px;
  height: 1px;
  margin: 0 10px 0 0;
  content: "";
  display: inline-block;
  background: #999999;
  vertical-align: 4px;
}

.footerConts {
  display: flex;
  justify-content: flex-start;
}

.footerConts * {
  font-feature-settings: "palt";
}

#footerCompany {
  display: flex;
  justify-content: flex-start;
}

.footerLogo {
  width: 90px;
  margin: 0 52px 0 0;

  & a {
    & img {
      width: 100%;
    }
  }
}

.footContsMid {
  /* margin: 0 196px 0 0; */
}

.footMidHead {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
}

.btnMap {
  margin: 0 0 0 5px;
  padding: 3px 9px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff !important;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.btnMap:hover {
  opacity: 0.7;
}

.btnMap:before {
  width: 10px;
  height: 14px;
  margin: 0 2px 0 0;
  display: inline-block;
  background: url(img/common/icon_pin.svg) no-repeat 0 0 / 100%;
  content: "";
  vertical-align: -2px;
}

.footInfo {
  margin: 0 0 15px;
  line-height: 1.6;
}

.snsBtnArea {
  display: flex;
}

.btnFacebook {
  margin: 0 13px 0 0;
}

.linkSns {
  width: 42px;
  height: 42px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.linkSns:hover {
  opacity: 0.7;
}

.footBtnArea {
  width: 200px;
}

.footListItem {
  width: 100%;
}

.footListLink {
  width: 100%;
  max-height: 60px;
  padding: 17px 0 18px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.footListLink:hover {
  opacity: 0.7;
}

.footLink01 {
  background: #737373;
}

.footLink02 {
  background: #414141;
}

.footLink03 {
  background: #000;
}

.footListLink:before {
  margin: 0 10px 0 0;
  display: inline-block;
  content: "";
  vertical-align: -5px;
}

.footLink01:before {
  width: 18px;
  height: 25px;
  background: url(img/common/icon_key_footer.png) no-repeat 0 0 / 100%;
}

.footLink02:before {
  width: 20px;
  height: 25px;
  background: url(img/common/icon_user_footer.png) no-repeat 0 0 / 100%;
}

.footLink03:before {
  width: 20px;
  height: 21px;
  background: url("img/common/icon_form_footer.png") no-repeat 0 0 / 100%;
}

#footerLinkList {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;

  & li {
    width: 30%;

    & a {
      width: auto;
      height: 60px;
      aspect-ratio: 5 / 6;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: .3s ease-in-out all;

      & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      & p {
        font-size: clamp(1.1rem, 1.1vw, 1.3rem);
        font-weight: 600;
      }
    }

    & .footContsMid {
      margin-top: 0.25em;
    }

    & a:hover {
      transform: scale(1.05);
    }

    & .footMidHead {
      margin: 0;
      font-size: clamp(1.2rem, 1.3vw, 1.4rem);
    }

    & .footAdd {
      font-size: clamp(1.0rem, 1.1vw, 1.2rem);
      display: flex;
      align-items: flex-end;
    }

    & a.btnMap {
      width: auto;
      height: auto;
      aspect-ratio: auto;
      padding: 0.25em 0.5em;
      font-size: 1.0rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    & a.btnMap:before {
      content: "";
      width: auto;
      height: 1.0em;
      aspect-ratio: 3 / 4;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* & a:before {
      content: "";
      width: 1.5em;
      height: 1.5em;
      background: url(img/common/logo_w.svg) no-repeat 0 0 / 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    } */

    /* & a::after {
      content: "";
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      position: absolute;
      right: 1em;
    } */
  }

  /* 
  & li#linkHal {
    & a {
      background: #f6301a;
    }
  }

  & li#linkDesign {
    & a {
      background: #1c4fa1;
    }
  } */

}

.copy {
  margin: 0 190px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: right;
}

/* ==================================================
   セクション：PC レイアウト（共通）
   ================================================== */
.businessSecTtl {
  margin: 0 0 2em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.busiTtlJp,
.busiTtlEn {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}


.busiTtlJp {
  font-size: clamp(2.4rem, 3.6vw, 5.0rem);
  color: #1a1a1a;
  line-height: 1.0;
}

.busiTtlEn {
  font-size: clamp(1.2rem, 1.4vw, 2.0rem);
  color: #ab0106;
}

.busiSubTtl {
  margin: 0 0 1em;
  padding: 0 0 0 24px;
  border-left: 2px solid #ab0106;
}

.busiSubTtlJp,
.busiSubTtlEn {
  display: block;
}

.busiSubTtlJp {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}

.busiSubTtlEn {
  font-size: 4.5rem;
  color: #ab0106;
}

#contsWrap {
  margin: 0 0 150px;
}

/* page title */
#pageTtlWrap {
  width: 100%;
  height: 280px;
  margin: 100px 0 100px;
  border-bottom: 5px solid #ab0106;
}

.pageTtlInner {
  position: relative;
  height: 100%;
}

.pageTtl {
  padding: 30px 45px 30px 40px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ab0106;
  transform: translateY(-50%);
}

.pageTtlJp,
.pageTtlEn {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
}

.pageTtlJp {
  margin: 0 30px 0 0;
  font-size: 3.4rem;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.16em;
}

.pageTtlEn {
  font-size: 1.3rem;
  line-height: 0.7;
  letter-spacing: 0.34em;
}

#passwordTxt {
  padding-bottom: 10px;
}

#passwordTxt a {
  color: #ab0106;
  transition: all 0.3s ease-in-out 0s;
}

#passwordTxt a:hover {
  text-decoration: underline;
}

/* ==================================================
   セクション：共通コンテンツ（下層・会社概要・アクセス など）
   ================================================== */

/* ───── 下層共通　ロゴ表示（.start） ───── */
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start p {
  z-index: 9999;
  width: 24%;
  max-width: 200px;
}

.start p img {
  width: 100%;
}

.startLogo {
  width: 100%;
  height: auto;
}

/* ───── 下層共通　メインビジュアルスライダー（.img-wrapper） ───── */
.img-wrapper {
  margin: 100px auto;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.img-wrapper .slider {
  position: relative;
  width: 100%;
  z-index: 1
}

.img-wrapper .slider .slide {
  position: relative;
  width: 317.8666666667%
}

@media screen and (min-width:980px) {
  .img-wrapper .slider .slide {
    width: 100%;
  }
}

@-webkit-keyframes marquee {
  0% {
    translate: 0 0
  }

  to {
    translate: -100% 0
  }
}

@keyframes marquee {
  0% {
    translate: 0 0
  }

  to {
    translate: -100% 0
  }
}

.img-wrapper .slider .slide .imgs {
  display: flex;
  width: 100%
}

.img-wrapper .slider .slide .imgs img {
  border-radius: 5px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  margin-right: .7969798658%;
  width: 24.2030201342%
}

@media screen and (min-width:980px) {
  .img-wrapper .slider .slide .imgs img {
    margin-right: .7575757576%;
    width: 24.2424242424%
  }
}

.img-wrapper .slider .slide .copy {
  left: 100%;
  position: absolute;
  top: 0
}

.img-wrapper .tagline {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: 1s ease 2s
}

.img-wrapper .season {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: 1s ease 0s
}

.img-wrapper .slider .slide {
  -webkit-animation: marquee 15s linear .5s infinite;
  animation: marquee 15s linear .5s infinite;
}

.img-wrapper .slider .slide .imgs img {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: 1s ease .5s
}

.img-wrapper .slider .slide .imgs img:nth-child(2) {
  transition-delay: .8s
}

.img-wrapper .slider .slide .imgs img:nth-child(3) {
  transition-delay: 1.1s
}

.img-wrapper .slider .slide .imgs img:nth-child(4) {
  transition-delay: 1.4s
}

.img-wrapper .slider .slide .imgs img:nth-child(5) {
  transition-delay: 1.7s
}

.img-wrapper .slider .slide .imgs img:nth-child(6) {
  transition-delay: 2.0s
}

.img-wrapper .slider .slide .imgs.copy img {
  transition-delay: 2.3s
}

.img-wrapper .tagline {
  background: #fff;
  align-items: flex-end;
  background-color: var(--background1);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: 81.3333333333%;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  width: 12.1333333333%;
  z-index: 2
}

@media screen and (min-width:980px) {
  .img-wrapper .tagline {
    align-items: center;
    margin-left: 74.2258652095%;
    max-width: 80px;
    padding-bottom: 0;
    width: 6.6484517304%
  }
}

.img-wrapper .tagline p {
  font-size: clamp(1.3rem, 1.3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

@media screen and (min-width:980px) {
  .img-wrapper .tagline img {
    width: 28.7671232877%
  }
}

.img-wrapper .tagline {
  background: #fff;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: 1s ease 2s
}

/* ───── 下層共通　会社概要（#outline, #table） ───── */
#outline {
  /* margin: 0 0 100px; */
  padding: 100px 0;
  background: #F9F9F9;
}

.outlineInner {
  max-width: 1000px;
  padding: 20px 40px 40px;
  background: #FFFFFF;
}

#table {
  width: 100%;
  /* border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF; */
}

#table th, #table td {
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  line-height: 1.4;
  /* border-left: 1px solid #BFBFBF; */
  border-bottom: 1px solid #BFBFBF;
}

#table th {
  width: 220px;
  padding: 1.5em 0;
  color: #000;
  /* background: #F9F9F9; */
  font-weight: 600;
  text-align: left;
  /* border-left: 1px solid #BFBFBF; */
  border-bottom: 1px solid #BFBFBF;
  position: relative;
}

#table th:before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ab0106;
}

#table td {
  padding: 1.5em 0;
}

.bizTxt {
  margin: 0 0 20px;
}

.especially {
  font-weight: 700;
}

/* ───── 下層共通　アクセス（#access, #tabArea, .gmap） ───── */
#access {
  margin: -10px auto 120px;
  padding: 110px 0 0;
}

#access.inner {
  max-width: 1000px;
}

#accessConts {
  padding: 44px 30px;
  border: 1px solid #CCCCCC;
}

#accessHead {
  margin: 0 0 30px;
  font-size: 1.8rem;
  text-align: center;
}

#accessHead:before {
  width: 142px;
  height: 32px;
  margin: 0 auto 13px;
  content: "";
  display: block;
  background: url(img/company/icons.png) no-repeat 0 0 / 100%;
}

#tabArea ul {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabItem {
  width: 32.2%;
  padding: 1em 0;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.0;
  text-align: center;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.tabItem:after {
  width: 0;
  height: 0;
  margin: 0 0 0 -10px;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  opacity: 0;
}

.tabItem:hover, .tabItem.active {
  color: #FFFFFF;
  background: #000000;
}

.tabItem.active:after {
  opacity: 1;
}

#tabConts .gmap {
  display: none;
}

#tabConts .gmap.show {
  display: block;
}

.gmap {
  width: 100%;
  height: 400px;
}

.gmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .tabItem {
    line-height: 1.4;
    text-align: center;
  }

  .tabItem .br_:after {
    content: "\A";
    white-space: pre;
  }
}

/* ───── ニュース共通（#topNews） TOP・下層 ───── */
#topNews {
  margin: 0 auto 100px;
  max-width: 920px;
}

#newsLinkArea {
  display: flex;
  align-items: center;
  justify-content: center;

  & a {
    width: 100%;
    max-width: 600px;
    margin-bottom: 2em;
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    font-size: clamp(1.3rem, 1.4vw, 1.5rem);
    font-weight: 600;
    position: relative;
    transition: .3s ease-in-out all;
  }

  & a:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
  }

  & a::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    right: 2em;
  }

  & a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

#topNewsList {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
}

.topNewsBox {
  width: 100%;
}

.topNewsBoxIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s ease-in-out;
}

.topNewsBoxIn:hover {
  transform: translateX(10px);
}

.postThumb {
  width: 34.9%;
  overflow: hidden;
  display: none;
}

.postThumb img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.topNewsBoxIn:hover .postThumb img {
  transform: scale(1.12);
}

.postConts {
  width: 100%;
  position: relative;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.topNewsBoxIn:hover .postConts:before {
  right: 1px;
}

.topNewsBoxIn:hover .postConts:after {
  right: -10px;
}

.dateCat {
  /* margin: 0 0 18px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1em;
}

.listDate {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(1.0rem, 1.1vw, 1.3rem);
  color: #777;
}

.listCat {
  padding: 0.5em 1em;
  background: #fff;
  color: #777;
  border: 1px solid;
  font-size: clamp(0.8rem, 1.0vw, 1.1rem);
  font-weight: 500;
  border-radius: 30px;
  line-height: 1.2;
  flex-shrink: 0;
}

.listTtl {
  font-size: clamp(1.1rem, 1.3vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.topNewsBoxIn:hover .listTtl {
  color: #ab0106;
}

.topNewsBtn {
  width: 360px;
  margin: auto;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .pankuzuArea {
    width: 95%;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
  }

  /* ==================================================
     レスポンシブ：PC 1025-1200px / フッター
     ================================================== */
  /* footer contact */
  .consul {
    padding: 45px 2.5%;
  }

  .worry {
    padding: 36px 2.5% 42px;
  }

  .worryFigure img {
    width: 100%;
  }

  /* footer */
  .footerInner {
    width: calc(100% - 80px);
    max-width: 1120px;
    margin: 0 0 64px;
    padding: 100px 2.5% 0;
  }

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

  .footerNav {
    width: 280px;
    margin: 0 25px 0 0;
  }

  .footerNav:nth-last-of-type(1) {
    margin: 0;
  }

  .footerConts {
    position: relative;
  }

  .footContsMid {
    margin: 0;
  }

  .btnMap {
    width: 60px;
    margin: 0 0 0 5px;
  }

  .footBtnArea {
    position: absolute;
    top: 0;
    left: 690px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1370px) {
  .gNavItem {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1640px) {
  .headerLogo {
    width: 170px;
    height: 170px;
  }

  .logoFigure {
    width: 88px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }

  .consulMiddle {
    padding: 0 4%;
  }

  .consulTxt {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .pageTtl {
    padding: 15px 5% 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

  .globalNav,
  .siteMap {
    display: none;
  }

  /* spnav */
  .spNav {
    display: block;
  }

  .spNavConts {
    display: none;
  }

  .spNavBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .btnNav04 {
    position: relative;
    background: #fff;
  }

  .btnNav04 span {
    transition: all 0.3s ease-in-out;
  }

  .btnNav04 span:nth-of-type(1) {
    top: 39px;
  }

  .btnNav04 span:nth-of-type(2) {
    top: 49px;
  }

  .btnNav04 span:nth-of-type(3) {
    bottom: 39px;
  }

  .active .btnNav04 span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .active .btnNav04 span:nth-of-type(2) {
    opacity: 0;
  }

  .active .btnNav04 span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .spNavConts {
    width: 100%;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: 0;
    background: #ffffff;
    overflow-y: auto;
  }

  .spNavInner {
    height: 100%;
    margin: 0;
  }

  .spNavList {
    padding: 15px 0;
  }

  .spNavList,
  .spNavListSub {
    background: #ab0106;
  }

  .spSubItem,
  .spNavList {
    border-bottom: 1px solid #ffffff;
  }

  .serviceChild .spNavItem {
    border: none !important;
  }

  .spLInk {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff !important;
  }

  .spNavItem .spLInk {
    padding: 15px 4%;
    position: relative;
    font-size: 1.8rem;
  }

  .serviceChild .spLInk:before {
    width: 16px;
    height: 1px;
    margin: 0 8px 0 0;
    display: inline-block;
    content: "";
    background: #ffffff;
    vertical-align: 3px;
  }

  .serviceChild .spLInk:after {
    display: none;
  }

  .spSubItem .spLInk {
    padding: 19px 4%;
    position: relative;
    font-size: 1.6rem;
    font-feature-settings: "palt";
  }

  .spLInk br {
    display: none;
  }

  .spSubItem .spLinkHd {
    position: relative;
    font-size: 1.6rem !important;
    letter-spacing: 0;
  }

  .spSubItem .spLinkHd:after {
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    display: inline-block;
    background: url(img/common/icon_link_off.png) no-repeat 0 0 / 100%;
    content: "";
  }

  .spSubItem .spLInkAssist {
    padding: 24px 4%;
    line-height: 1;
  }

  .spNavListSub {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .spSubItem {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .spSubItem:nth-of-type(odd) {
    border-right: 1px solid #ffffff;
  }

  .telLinkSet {
    font-size: 2.3rem;
    color: #fff;
    background: #ab0106;
  }

  .telLinkSet:before {
    width: 15px;
    height: 20px;
    margin: 0 9px 0 0;
    display: inline-block;
    content: "";
    background: url(img/common/sp_icon_phone.png) no-repeat 0 0 / 100%;
    vertical-align: -2px;
  }

  .spTelSet {
    margin: 0 auto 30px;
  }

  .spTelSet:after {
    border-right: 1px solid #ab0106;
    border-bottom: 1px solid #ab0106;
  }

  .spMenuArea {
    width: 100%;
    margin: 0 0 40px;
    display: flex;
    flex-wrap: nowrap;
  }

  .spMenuItem {
    width: calc(100% / 2);
  }

  .spMenuLink {
    display: block;
    width: 100%;
    height: 28.5vw;
    max-height: 107px;
    text-align: center;
    color: #fff !important;
  }

  .spMenuLink01 {
    padding: 31px 0 0;
    background: #737373;
  }

  .spMenuLink02 {
    padding: 31px 0 0;
    background: #414141;
  }

  .spMenuLink03 {
    padding: 31px 0 0;
    background: #000000;
  }

  .spMenuLink01:before {
    width: 16px;
    height: 23px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink02:before {
    width: 18px;
    height: 23px;
    margin: 0 auto 5px;
    display: block;
    content: "";
    background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink03:before {
    width: 22px;
    height: 24px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
  }

  .snsBtnSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .spSnsFb {
    margin: 0 30px 0 0;
  }

  .spSnsLink {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
  }

  .spTelSet {
    width: 340px;
  }

  .spTelSet {
    margin: 50px auto 60px;
  }

  .telLinkSet {
    padding: 26px 0;
  }
}

/* ==================================================
   セクション：施工実績（共通）
   ================================================== */
#works {
  margin: 0 0 80px;
  padding: 80px 0 100px;
  background: #f9f9f9;
}

#worksArea {
  margin-bottom: 60px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em 1.7%;
}

.worksBox {
  width: 32.2%;
  padding: clamp(1.0em, 1.1vw, 1.5em);
  background: #fff;
  position: relative;
}

.worksLink:before,
.worksLink:after,
.worksBox:before,
.worksBox:after {
  background: #ab0106;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
}

.worksBox:after {
  /* 左上 */
  width: 0;
  height: 2px;
  top: 0;
  left: 0;
}

.worksBox:before {
  /* 右下 */
  width: 0;
  height: 2px;
  right: 0;
  bottom: 0;
}

.worksLink:after {
  /* 左下 */
  width: 2px;
  height: 0;
  bottom: 0;
  left: 0;
}

.worksLink:before {
  /* 右下 */
  width: 2px;
  height: 0;
  top: 0;
  right: 0;
}

.worksBox:hover:before,
.worksBox:hover:after {
  width: 100%;
}

.worksBox:hover .worksLink:before,
.worksBox:hover .worksLink:after {
  height: 100%;
}

.worksBoxTit {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1em;
  letter-spacing: 0.05em;
}

.category {
  padding: 0.25em 0.75em;
  background: #ccc;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.place {
  font-size: 1.8rem;
  font-weight: 700;
}

.worksImg {
  margin-bottom: 1em;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

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

.thumbHoverWrap {
  position: relative;
  overflow: hidden;
}

.flipWrap {
  perspective: 1000px;
}

.flipWrap .flipCard {
  width: 100%;
  height: 100%;
  position: relative;
}

.flipWrap .flipInner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.flipWrap:has(.flipBack):hover .flipInner {
  transform: rotateY(-180deg);
}

.flipFront,
.flipBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flipFront img,
.flipBack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flipBack {
  transform: rotateY(180deg);
}

.noimg {
  border: 1px solid #ccc;
}

.worksCont {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.worksContInner {
  width: 48%;

  & p {
    font-size: 1.2rem;
  }

  & p.big {
    color: #ab0106;
    font-size: clamp(1.6rem, 1.8vw, 2.0rem);
    font-weight: 600;
    text-align: right;

    & span {
      font-size: 1.4rem;
    }
  }
}

.worksContInner:first-child {
  padding-right: 4%;
  border-right: 1px dotted #ccc;
}

/* ==================================================
   セクション：TAB レイアウト（タブレット共通）
   ================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTop {
    position: inherit;
    width: 100%;
    height: 70px;
    margin: 0;
    background: #1a1a1a;
    text-align: center;
  }

  .pageTop a {
    position: relative;
    top: inherit;
    z-index: 0;
    display: block;
    width: 100%;
    padding: 40px 0 0;
    transform: none;
  }

  .pageTop .pageTopTxt {
    position: inherit;
    top: inherit;
    color: #fff !important;
    transform: none;
  }

  .pageTop a:hover {
    background: #1a1a1a;
  }

  .pageTop a:before {
    z-index: -1;
    background: #000 !important;
  }

  .pageTop a:after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .pankuzuArea {
    display: none;
  }

  #container {
    position: relative;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
      "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
  }

  .secTtl {
    margin: 0 0 30px;
  }

  .secTtlEn {
    margin: 0 0 8px;
    font-size: 3.5rem;
  }

  .secTtlJp {
    font-size: 1.3rem;
  }

  .btnSet {
    max-width: 340px;
    margin: auto;
  }

  .linkSet:hover {
    transform: none;
  }

  .globalNav,
  .siteMap {
    display: none;
  }

  .logoFigure {
    width: 55px;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .headerLogo:hover:before,
  .headerLogo:hover:after {
    width: 0;
  }

  .headerLogo:hover .logoLink:before,
  .headerLogo:hover .logoLink:after {
    height: 0;
  }

  .btnNav01:before {
    width: 27px;
    background: url("img/common/tab_icon_key.svg") no-repeat 0 0 / 100%;
  }

  .btnNav02:before {
    width: 30px;
    background: url("img/common/tab_icon_user.svg") no-repeat 0 0 / 100%;
  }

  .btnNav03:before {
    width: 36px;
    background: url("img/common/tab_icon_form.svg") no-repeat 0 0 / 100%;
  }

  /* spnav */
  .spNav {
    display: block;
  }

  .spNavConts {
    display: none;
  }

  .btnNavItem {
    width: 80px;
    height: 80px;
  }

  .spNavBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .btnNav04 {
    position: relative;
    background: #fff;
  }

  .btnNav04 span {
    transition: all 0.3s ease-in-out;
  }

  .btnNav04 span:nth-of-type(1) {
    top: 29px;
  }

  .btnNav04 span:nth-of-type(2) {
    top: 39px;
  }

  .btnNav04 span:nth-of-type(3) {
    bottom: 29px;
  }

  .active .btnNav04 span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .active .btnNav04 span:nth-of-type(2) {
    opacity: 0;
  }

  .active .btnNav04 span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .spNavConts {
    width: 100%;
    height: calc(100vh - 80px);
    position: fixed;
    top: 80px;
    left: 0;
    background: #ffffff;
    overflow-y: auto;
  }

  .spNavInner {
    height: 100%;
    margin: 0;
  }

  .spNavList {
    padding: 10px 0;
  }

  .spNavList,
  .spNavListSub {
    background: #ab0106;
  }

  .spSubItem,
  .spNavList {
    border-bottom: 1px solid #ffffff;
  }

  .serviceChild .spNavItem {
    border: none !important;
  }

  .spLInk {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff !important;
  }

  .spNavItem .spLInk {
    padding: 15px 4%;
    position: relative;
    font-size: 1.8rem;
  }

  .serviceChild .spLInk:before {
    width: 16px;
    height: 1px;
    margin: 0 8px 0 0;
    display: inline-block;
    content: "";
    background: #ffffff;
    vertical-align: 3px;
  }

  .serviceChild .spLInk:after {
    display: none;
  }

  .spSubItem:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }

  .spSubItem .spLInk {
    padding: 19px 8%;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLinkHd {
    position: relative;
    font-size: 1.3rem !important;
    letter-spacing: 0;
  }

  .spSubItem .spLinkHd:after {
    width: 12px;
    height: 12px;
    margin: -6px -82px 0 0;
    background: url(img/common/icon_link_off.png) no-repeat 0 0 / 100%;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 12.5em;
  }

  .spSubItem .spLInkLines {
    padding: 12px 8%;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLInkAssist {
    padding: 24px 8%;
    line-height: 1;
  }

  .spNavListSub {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .spSubItem {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .telLinkSet {
    font-size: 2.3rem;
    color: #fff;
    background: #ab0106;
  }

  .telLinkSet:before {
    width: 15px;
    height: 20px;
    margin: 0 9px 0 0;
    display: inline-block;
    content: "";
    background: url(img/common/sp_icon_phone.png) no-repeat 0 0 / 100%;
    vertical-align: -2px;
  }

  .spTelSet {
    margin: 0 auto 30px;
  }

  .spTelSet:after {
    border-right: 1px solid #ab0106;
    border-bottom: 1px solid #ab0106;
  }

  .spMenuArea {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: nowrap;
  }

  .spMenuItem {
    width: calc(100% / 2);
  }

  .spMenuLink {
    display: block;
    width: 100%;
    height: 28.5vw;
    max-height: 107px;
    text-align: center;
    color: #fff !important;
  }

  .spMenuLink01 {
    padding: 31px 0 0;
    background: #737373;
  }

  .spMenuLink02 {
    padding: 31px 0 0;
    background: #414141;
  }

  .spMenuLink03 {
    padding: 31px 0 0;
    background: #000000;
  }

  .spMenuLink01:before {
    width: 16px;
    height: 23px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/tab_icon_key.svg) no-repeat 0 0 / 100%;
  }

  .spMenuLink02:before {
    width: 18px;
    height: 23px;
    margin: 0 auto 5px;
    display: block;
    content: "";
    background: url(img/common/tab_icon_user.svg) no-repeat 0 0 / 100%;
  }

  .spMenuLink03:before {
    width: 22px;
    height: 24px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/tab_icon_form.svg) no-repeat 0 0 / 100%;
  }

  .snsBtnSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .spSnsFb {
    margin: 0 30px 0 0;
  }

  .spSnsLink {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
  }

  header {
    height: 80px;
  }

  .headerLogo {
    width: 80px;
    height: 80px;
    transform: scale(1);
  }

  .headerNav {
    right: 80px;
  }

  .btnNavItem {
    width: 80px;
    height: 80px;
  }

  .btnNav01,
  .btnNav02,
  .btnNav03 {
    padding: 10px 0 0;
  }

  /*.btnNav01:before, .btnNav02:before, .btnNav03:before {
        height: 24px;
        margin: 0 auto 6px;
        display: block;
    }
    .btnNav01:before {
        width: 16px;
        background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
    }
    .btnNav02:before {
        width: 18px;
        background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
    }
    .btnNav03:before {
        width: 22px;
        background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
    }*/

  .footConsul {
    padding: 50px 0;
  }

  .consulInner {
    flex-wrap: wrap;
  }

  .consul {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
    padding: 40px 4.9%;
    background: #fff;
  }

  .consulTtl {
    margin: 0 0 15px;
  }

  .consulTtlEn {
    margin: 0 0 6px;
    font-size: 3rem;
  }

  .consulMiddle {
    margin: 0 0 24px;
    padding: 0;
  }

  .consulTxt {
    line-height: 1.4;
    text-align: left;
  }

  .consulTelTxt {
    margin: 0 16px 0 0;
  }

  .consulTelBox {
    padding: 5px 6px;
    font-size: 1.1rem;
  }

  .consulTelLink {
    font-size: clamp(3.6rem, 6vw, 4.8rem);
  }

  .consulTime dt,
  .consulTime dd {
    font-size: 1.4rem;
  }

  .consulBtnArea {
    margin: 1em 0 2em;
  }

  .consulBtnList {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .consulBtnItem {
    width: 23.5%;
    margin: 0;
  }

  .consulBtnLink {
    height: 50px;
    padding: 13px 0;
    font-size: 1.6rem;
  }

  .consulBtnLink:hover {
    transform: none;
  }

  .consulBtnLink span:before {
    margin: 0 12px 0 0;
  }

  .consulLink01 span:before {
    width: 23px;
    height: 17px;
    background: url(img/common/icon_mail_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -3px;
  }

  .consulLink02 span:before {
    width: 18px;
    height: 24px;
    background: url(img/common/icon_calculator_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .consulLink03 span:before {
    width: 22px;
    height: 24px;
    background: url(img/common/icon_calendar_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .traderDial {
    letter-spacing: 0.05em;
  }

  .worry {
    width: 100%;
    max-width: inherit;
    padding: 40px 7.9%;
  }

  .worryHead {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .worryFigure {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .worryFigure img {
    width: 100%;
  }

  .btnWorry {
    max-width: 500px;
    margin: 0 auto;
  }

  .btnWorryStaff {
    margin: 0 auto 12px;
  }

  .linkWorry {
    padding: 11px 0 10px;
    font-size: 1.6rem;
  }

  .linkWorry:hover {
    background: #fff;
    color: inherit;
  }

  .linkWorry:before {
    margin: 0 10px 0 0;
  }

  .wryStaff:before {
    width: 15px;
    height: 22px;
    background: url(img/common/icon_person_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:before {
    width: 19px;
    height: 20px;
    background: url(img/common/icon_faq_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryStaff:hover:before {
    background: url(img/common/icon_person_off.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:hover:before {
    background: url(img/common/icon_faq_off.png) no-repeat 0 0 / 100%;
  }

  .footerNavWrap,
  .footBtnArea {
    display: none;
  }

  .btnNav .btnNavLink:hover {
    opacity: 1;
  }

  /* footer */
  .pageTop a:hover {
    background: #1a1a1a;
  }

  .pageTop a:before {
    z-index: -1;
    background: #000 !important;
  }

  .pageTop a:hover:before {
    height: 100%;
  }

  footer {
    padding: 0 0 20px;
  }

  .footerInner {
    max-width: inherit;
    margin: 0 auto 50px;
    padding: 55px 0 0;
  }

  .footerConts {
    display: block;
    text-align: center;
  }

  .footerLogo {
    margin: 0 auto 30px;
  }

  .footContsMid {
    margin: 0;
    text-align: center;
  }

  .footMidHead {
    margin: 0 0 20px;
  }

  .btnMap {
    width: 120px;
    margin: 10px auto 0;
    padding: 8px 35px;
    display: block;
    font-size: 1.3rem;
  }

  .footAdd {
    margin: 0 0 15px;
  }

  .footInfo {
    margin: 0 0 30px;
    line-height: 1.4;
  }

  .snsBtnArea {
    justify-content: center;
  }

  .copy {
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
  }

  /* ==================================================
     レスポンシブ：TAB（768-1024px）共通コンテンツ
     ================================================== */
  .start {
    display: none;
  }

  /* ── 下層共通　メインビジュアルスライダー */
  .img-wrapper {
    height: 40vh;
    margin: 80px auto 60px;
  }

  .img-wrapper .slider,
  .img-wrapper .slide,
  .img-wrapper .imgs {
    height: 100%;
  }

  /* ％幅計算を無効化 */
  .img-wrapper .slider .slide {
    width: max-content;
    display: flex;
  }

  /* imgsを実寸横並び */
  .img-wrapper .slider .slide .imgs {
    flex-shrink: 0;
    width: auto;
  }

  /* 画像は高さ基準 */
  .img-wrapper .slider .slide .imgs img {
    width: auto;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 10px;
    /* 好みで調整 */
  }

  /* アニメーション距離を半分に変更 */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .img-wrapper .tagline {
    width: 7vw;
  }

  /* ── 下層共通　アクセス */
  #access {
    margin-bottom: 100px;
  }

  #accessConts {
    padding: 20px 4%;
  }

  .tabItem {
    line-height: 1.4;
    text-align: center;
  }

  .tabItem .br_:after {
    content: "\A";
    white-space: pre;
  }

  .tabItem:hover {
    color: #1A1A1A;
    background: #FFFFFF;
  }

  .tabItem.active:hover {
    color: #FFFFFF;
    background: #1A1A1A;
  }

  #tabArea ul {
    margin: 0 0 20px;
  }

  .gmap {
    height: 40vh;
  }

  /* ── 下層共通　会社概要 */
  #outline {
    /* margin: 0 0 60px; */
    padding: 60px 0;
    background: #F9F9F9;
  }

  .outlineInner {
    padding: 20px 4%;
    background: #FFFFFF;
  }

  #table {
    width: 100%;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
  }

  #table th, #table td {
    line-height: 1.4;
    border-left: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
  }

  #table th {
    width: 220px;
    padding: 20px 0;
    background: #F9F9F9;
    text-align: center;
    border-left: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
  }

  #table td {
    padding: 20px 5%;
    font-feature-settings: "palt";
  }

  .bizTxt {
    margin: 0 0 20px;
  }

  .especially {
    font-weight: 700;
  }

  /* ── 宿泊施設一覧共通 */
  .propertyList {
    gap: 1em 2%;
    margin-bottom: 50px;
  }

  .propertyBox {
    width: 49%;
  }

  .propertyBox:nth-last-of-type(1) {
    margin: 0;
  }

  .propertyFigure img {
    width: 100%;
  }

  .propertyBox:hover .propertyFigure img {
    transform: scale(1);
  }

  .propertyBox:hover .btnMore {
    transform: translateX(0);
  }

  .minpaku {
    margin: 0 0 50px;
  }

  /* ── 施工事例共通 */
  #works {
    margin: 0 0 50px;
    padding: 50px 0 55px;
  }

  .worksBox {
    width: 49%;
  }

  /* ── ニュース共通 */
  #topNews {
    margin: 0 auto 60px;
  }

  #topNewsList {
    margin: 0 0 30px;
  }

  .topNewsBox {
    max-width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  /* .topNewsBoxIn {
    padding: 24px 0;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
  } */

  .postThumb {
    width: 37%;
    max-width: 200px;
  }

  .postThumb img {
    width: 100%;
  }

  .topNewsBoxIn:hover .postThumb img {
    transform: none;
  }

  /* .postConts {
    width: 63.8%;
    padding: 0 0 30px 20px;
  } */

  .dateCat {
    margin: 0 0 8px;
  }

  .listDate,
  .listCat {
    font-size: 1.2rem;
  }

  .listDate:after {
    margin: 0 10px;
  }

  .listTtl {
    line-height: 1.2;
  }

  .topNewsBoxIn:hover .listTtl {
    color: inherit;
  }

  .topNewsBoxIn:hover .postConts:before {
    right: 11px;
  }

  .topNewsBoxIn:hover .postConts:after {
    right: 0;
  }

  /* sub */
  #contsWrap {
    margin: 0 0 60px;
  }

  /* page title */
  #pageTtlWrap {
    margin: 80px 0 50px;
    border-bottom: 3px solid #ab0106;
  }
}

@media (orientation: landscape) {
  @media screen and (min-width: 1024px) {
    .spNavInner {
      height: 100%;
      margin: 0 0 22%;
    }
  }
}

/* ==================================================
   セクション：SP レイアウト（スマホ共通）
   ================================================== */
@media screen and (max-width: 767px) {
  .spBr {
    display: inline-block;
  }

  .pageTop {
    position: inherit;
    width: 100%;
    height: 70px;
    margin: 0;
    background: #1a1a1a;
    text-align: center;
  }

  .pageTop a {
    position: relative;
    top: inherit;
    z-index: 0;
    display: block;
    width: 100%;
    padding: 40px 0 0;
    transform: none;
  }

  .pageTop .pageTopTxt {
    position: inherit;
    top: inherit;
    color: #fff !important;
    transform: none;
  }

  .pageTop a:hover {
    background: #1a1a1a;
  }

  .pageTop a:before {
    z-index: -1;
    background: #000 !important;
  }

  .pageTop a:after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .pageTop a:hover:before {
    height: 100%;
  }

  #container {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
      "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }

  .pankuzuArea {
    display: none;
  }

  .secTtl {
    margin: 0 0 30px;
  }

  .secTtlEn {
    margin: 0 0 8px;
    font-size: 3.5rem;
  }

  .secTtlJp {
    font-size: 1.3rem;
  }

  .businessSecTtl {
    margin: 0 0 1em;
    padding: 0 0 0.75em;
  }

  .btnSet {
    max-width: 340px;
    margin: auto;
  }

  .linkSet:hover {
    transform: none;
  }

  .globalNav,
  .siteMap {
    display: none;
  }

  .linkWorry:hover {
    background: #fff;
    color: #333;
  }

  .headerLogo.is-animation .logoFigure {
    width: auto;
    height: 70%;
  }

  .logoFigure {
    width: auto;
    height: 70%;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .headerLogo:hover:before,
  .headerLogo:hover:after {
    width: 0;
  }

  .headerLogo:hover .logoLink:before,
  .headerLogo:hover .logoLink:after {
    height: 0;
  }

  .btnHdTop {
    gap: 0.5em;
  }

  .btnHdTop:before {
    content: "";
    width: 2em;
    height: 2em;
  }

  /* spnav */
  .spNav {
    display: block;
  }

  .spNavConts {
    display: none;
  }

  .btnNavItem {
    width: 60px;
    height: 60px;
  }

  .spNavBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .btnNav04 {
    position: relative;
    background: #fff;
  }

  .btnNav04 span {
    transition: all 0.3s ease-in-out;
  }

  .btnNav04 span:nth-of-type(1) {
    top: 19px;
  }

  .btnNav04 span:nth-of-type(2) {
    top: 29px;
  }

  .btnNav04 span:nth-of-type(3) {
    bottom: 19px;
  }

  .active .btnNav04 span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .active .btnNav04 span:nth-of-type(2) {
    opacity: 0;
  }

  .active .btnNav04 span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .spNavConts {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background: #ffffff;
    overflow-y: auto;
  }

  .spNavInner {
    height: 100%;
    margin: 0 0 68%;
  }

  .spNavList {
    padding: 10px 0;
  }

  .spNavList,
  .spNavListSub {
    background: #ab0106;
  }

  .spSubItem,
  .spNavList {
    border-bottom: 1px solid #ffffff;
  }

  .serviceChild .spNavItem {
    border: none !important;
  }

  .spLInk {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff !important;
  }

  .spNavItem .spLInk {
    padding: 10px 4%;
    position: relative;
    font-size: 1.8rem;
  }

  .serviceChild .spLInk:before {
    width: 16px;
    height: 1px;
    margin: 0 8px 0 0;
    display: inline-block;
    content: "";
    background: #ffffff;
    vertical-align: 5px;
  }

  .serviceChild .spLInk:after {
    display: none;
  }

  .spSubItem:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }

  .spSubItem .spLInk {
    padding: 19px 8% 19px;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLinkHd {
    position: relative;
    font-size: 1.3rem !important;
    letter-spacing: 0;
  }

  .spSubItem .spLinkHd:after {
    width: 12px;
    height: 12px;
    margin: -6px -82px 0 0;
    background: url(img/common/icon_link_off_sp.png) no-repeat 0 0 / 100%;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 12.5em;
  }

  .spSubItem .spLInkLines {
    padding: 12px 8% 12px;
    position: relative;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }

  .spSubItem .spLInkAssist {
    padding: 24px 8% 24px;
    line-height: 1;
  }

  .spNavListSub {
    margin: 00;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .spSubItem {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .telLinkSet {
    font-size: 2.3rem;
    color: #fff;
    background: #ab0106;
  }

  .telLinkSet:before {
    width: 15px;
    height: 20px;
    margin: 0 9px 0 0;
    display: inline-block;
    content: "";
    background: url(img/common/sp_icon_phone.png) no-repeat 0 0 / 100%;
    vertical-align: -2px;
  }

  .spTelSet {
    margin: 0 auto 30px;
  }

  .spTelSet:after {
    border-right: 1px solid #ab0106;
    border-bottom: 1px solid #ab0106;
  }

  .spMenuArea {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: nowrap;
  }

  .spMenuItem {
    width: calc(100% / 2);
  }

  .spMenuLink {
    display: block;
    width: 100%;
    height: 28.5vw;
    max-height: 107px;
    text-align: center;
    color: #fff !important;
  }

  .spMenuLink01 {
    padding: 31px 0 0;
    background: #737373;
  }

  .spMenuLink02 {
    padding: 31px 0 0;
    background: #414141;
  }

  .spMenuLink03 {
    padding: 31px 0 0;
    background: #000000;
  }

  .spMenuLink01:before {
    width: 16px;
    height: 23px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink02:before {
    width: 18px;
    height: 23px;
    margin: 0 auto 5px;
    display: block;
    content: "";
    background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
  }

  .spMenuLink03:before {
    width: 22px;
    height: 24px;
    margin: 0 auto 4px;
    display: block;
    content: "";
    background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
  }

  .snsBtnSp {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    gap: 1em;
  }

  .spSnsLink {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
  }

  .spSnsBtn img {
    width: 22px;
  }

  .spSnsFb img {
    width: 10px;
  }

  /*  header  */
  header {
    height: 60px;
  }

  .headerLogo {
    width: 60px;
    height: 60px;
    transform: scale(1);
    margin: 0 0 0 5px;
  }

  .headerNav {
    right: 60px;
  }

  .btnNavItem {
    width: 60px;
    height: 60px;
  }

  .btnNav01,
  .btnNav02,
  .btnNav03 {
    padding: 10px 0 0;
    font-size: 1rem;
  }

  .btnNav01:before,
  .btnNav02:before,
  .btnNav03:before {
    height: 24px;
    margin: 0 auto 6px;
    display: block;
  }

  .btnNav01:before {
    width: 16px;
    background: url(img/common/icon_key_sp.png) no-repeat 0 0 / 100%;
  }

  .btnNav02:before {
    width: 18px;
    background: url(img/common/icon_user_sp.png) no-repeat 0 0 / 100%;
  }

  .btnNav03:before {
    width: 22px;
    background: url(img/common/icon_form_sp.png) no-repeat 0 0 / 100%;
  }

  .footConsul {
    padding: 50px 0;
  }

  .consulInner {
    flex-wrap: wrap;
  }

  .consul {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
    padding: 40px 7.9%;
    background: #fff;
  }

  .consulTtl {
    margin: 0 0 15px;
  }

  .consulTtlEn {
    margin: 0 0 6px;
    font-size: 2.5rem;
  }

  .consulMiddle {
    margin: 0 0 1em;
    padding: 0;
  }

  .consulTxt {
    line-height: 1.4;
    text-align: left;
  }

  .consulTelArea {
    display: block;
  }

  .consulTelTxt {
    margin: 0 0 10px;
  }

  .consulTelBox {
    margin: 0 8px 0 0;
    padding: 5px 6px;
    font-size: 1.1rem;
  }

  .consulTelLink {
    font-size: clamp(3.8rem, 9.2vw, 4.8rem);
  }

  .consulTelLink a {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-feature-settings: "palt";
    line-height: 0.7;
    letter-spacing: 0.02em;
    color: #ab0106;
    vertical-align: middle;
  }


  .consulTime dt,
  .consulTime dd {
    font-size: 1.2rem;
  }

  .consulBtnArea {
    margin: 24px 0 6px;
  }

  .consulBtnList {
    flex-wrap: wrap;
  }

  .consulBtnItem {
    width: 100% !important;
    margin: 0 0 19px;
  }

  .consulBtnLink {
    height: 50px;
    padding: 13px 0;
    font-size: 1.6rem;
  }

  .consulBtnLink:hover {
    transform: none;
  }

  .consulBtnLink span:before {
    margin: 0 12px 0 0;
  }

  .consulLink01 span:before {
    width: 23px;
    height: 17px;
    background: url(img/common/icon_mail_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -3px;
  }

  .consulLink02 span:before {
    width: 18px;
    height: 24px;
    background: url(img/common/icon_calculator_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .consulLink03 span:before {
    width: 22px;
    height: 24px;
    background: url(img/common/icon_calendar_sp.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
  }

  .traderDial {
    letter-spacing: 0.05em;
  }

  .traderTelNum {
    margin: 10px 0 0;
    display: block;
    font-size: 2.2rem;
  }

  .worry {
    width: 100%;
    max-width: inherit;
    padding: 40px 7.9%;
  }

  .worryHead {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .worryFigure {
    margin: 0 0 15px;
  }

  .worryFigure img {
    width: 100%;
  }

  .linkWorry {
    padding: 11px 0 10px;
    font-size: 1.6rem;
  }

  .linkWorry:before {
    margin: 0 10px 0 0;
  }

  .wryStaff:before {
    width: 15px;
    height: 22px;
    background: url(img/common/icon_person_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:before {
    width: 19px;
    height: 20px;
    background: url(img/common/icon_faq_off_sp.png) no-repeat 0 0 / 100%;
  }

  .wryStaff:hover:before {
    background: url(img/common/icon_person_off.png) no-repeat 0 0 / 100%;
  }

  .wryFaq:hover:before {
    background: url(img/common/icon_faq_off.png) no-repeat 0 0 / 100%;
  }

  .footerNavWrap,
  .footBtnArea {
    display: none;
  }

  .btnNav .btnNavLink:hover {
    opacity: 1;
  }

  /* footer */
  footer {
    padding: 0 0 20px;
  }

  .footerInner {
    max-width: inherit;
    margin: 0 auto 50px;
    padding: 55px 0 0;
  }

  .footerConts {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  #footerCompany {
    width: auto;
  }

  .footerLogo {
    width: 30%;
    margin: 0 auto 0.5em;
  }

  .footerLogo img {
    width: 100%;
  }

  .footContsMid {
    margin: 0;
    text-align: center;
  }

  .footMidHead {
    margin: 0 0 20px;
  }

  .btnMap {
    width: 120px;
    margin: 10px auto 0;
    padding: 8px 35px;
    display: block;
    font-size: 1.3rem;
  }

  .btnMap:hover,
  .linkSns:hover {
    opacity: 1;
  }

  .footAdd {
    margin: 0 0 15px;
  }

  .footInfo {
    margin: 0 0 30px;
    line-height: 1.4;
  }

  .snsBtnArea {
    justify-content: center;
  }

  #footerLinkList {
    flex-direction: column;
    gap: 1em;

    & li {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1em;

      & a {
        width: 12%;
        padding: 0;
      }


      & .footContsMid {
        margin-top: 0;
        text-align: left;
      }

      & .footAdd {
        margin: 0;
        gap: 1em;
      }
    }
  }

  .copy {
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
  }

  /* sub */
  #contsWrap {
    margin: 0 0 60px;
  }

  /* page title */
  #pageTtlWrap {
    height: 176px;
    height: 250px;
    margin: 60px 0 50px;
    border-bottom: 3px solid #ab0106;
  }

  .pageTtlInner {
    position: relative;
    height: 100%;
  }

  .pageTtl {
    padding: 15px 5% 15px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ab0106;
    transform: translateY(-50%);
  }

  .pageTtlJp,
  .pageTtlEn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
  }

  .pageTtlJp {
    margin: 0 30px 0 0;
    font-size: 2.9rem;
    font-feature-settings: "palt";
    line-height: 1;
    letter-spacing: 0.16em;
  }

  .pageTtlEn {
    font-size: 1.3rem;
    line-height: 0.7;
    letter-spacing: 0.34em;
  }

  .secTtl02 {
    color: #000;
    border-bottom: 1px solid #dadada;
  }

  .secTtlIn {
    position: relative;
    display: inline-block;
  }

  .secTtlIn:after {
    bottom: -0.32em;
  }

  .headerLogo.is-animation {
    width: 60px;
    height: 60px;
  }

  /* ==================================================
     レスポンシブ：SP（〜767px）共通コンテンツ
     ================================================== */
  .start p {
    width: 104px !important;
  }

  .start img {
    width: 100%;
    height: auto;
  }

  /* ── 下層共通　メインビジュアルスライダー */
  .img-wrapper {
    height: 50vh;
    margin: 60px auto 40px;
  }

  .img-wrapper .slider,
  .img-wrapper .slide,
  .img-wrapper .imgs {
    height: 100%;
  }

  /* ％幅計算を無効化 */
  .img-wrapper .slider .slide {
    width: max-content;
    display: flex;
  }

  /* imgsを実寸横並び */
  .img-wrapper .slider .slide .imgs {
    flex-shrink: 0;
    width: auto;
  }

  /* 画像は高さ基準 */
  .img-wrapper .slider .slide .imgs img {
    width: auto;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 10px;
    /* 好みで調整 */
  }

  /* アニメーション距離を半分に変更 */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .img-wrapper .tagline {
    width: 10vw;
  }

  /* ── 下層共通　アクセス */
  #access {
    margin-bottom: 80px;
  }

  #accessConts {
    padding: 20px 4%;
  }

  .tabItem {
    width: 100%;
    margin: 0 0 10px;
  }

  .tabItem:hover {
    color: #1A1A1A;
    background: #FFFFFF;
  }

  .tabItem.active:hover {
    color: #FFFFFF;
    background: #1A1A1A;
  }

  .tabItem:after {
    display: none;
  }

  #tabArea ul {
    margin: 0 0 20px;
  }

  .gmap {
    height: 40vh;
  }

  /* ── 下層共通　会社概要 */
  #outline {
    /* margin: 0 0 60px; */
    padding: 60px 0;
  }

  .outlineInner {
    padding: 20px 4%;
  }

  #table th {
    width: 100%;
    padding: 1em;
    display: block;
    font-weight: 700;
    text-align: left;
  }

  #table td {
    padding: 1em;
    display: block;
    width: 100%;
    font-feature-settings: "palt";
  }

  /* ── 宿泊施設一覧共通 */
  .propertyList {
    gap: 1.0em 0;
    margin-bottom: 40px;
  }

  .propertyBox {
    width: 100%;
  }

  .propertyBox:nth-last-of-type(1) {
    margin: 0;
  }

  .propertyFigure {
    width: 30%;
    aspect-ratio: auto;
  }

  .propertyFigure img {
    width: 100%;
  }

  .propertyBox:hover .propertyFigure img {
    transform: scale(1);
  }

  .propertyConts {
    width: 70%;
    min-height: 120px;
    /* padding: 20px 4.5% 30px; */
  }

  .propertyCat, .propertyTag {
    font-size: 1.0rem;
  }

  .propertyHead {
    margin-bottom: 0;
  }

  .property .btnMore {
    font-size: 1.0rem;
  }

  .propertyBox:hover .btnMore {
    transform: translateX(0);
  }

  .minpaku {
    padding: 50px 0;
  }

  /* ── 施工事例共通 */
  #works {
    margin: 0 0 50px;
    padding: 50px 0 55px;
  }

  .worksBox {
    width: 100%;
  }

  .worksBox:nth-last-of-type(1) {
    margin: 0;
  }

  .worksBoxTit {
    flex-wrap: wrap;
  }

  .category {
    margin: 0;
    font-size: 1.0rem;
  }

  .place {
    margin: 0;
    font-size: 1.6rem;
  }

  /* ── ニュース共通 */
  #topNews .postThumb {
    width: 36.2%;
  }

  #topNews .postThumb img {
    width: 100%;
    height: auto;
  }

  .topNewsBoxIn:hover .listTtl {
    color: inherit;
  }

  .topNewsBoxIn:hover .postThumb img {
    transform: scale(1);
  }

  .topNewsBoxIn:hover .postConts:before {
    right: 11px;
  }

  .topNewsBoxIn:hover .postConts:after {
    right: 0;
  }

  #topNews {
    margin: 0 auto 60px;
  }

  #topNewsList {
    margin: 0 0 30px;
    gap: 1.25em 0;
  }

  .btnMap:before {
    width: 10px;
    height: 14px;
    margin: 0 2px 0 0;
    display: inline-block;
    content: "";
    vertical-align: -2px;
  }

  .btnSns img {
    width: 22px;
  }

  .btnFacebook img {
    width: 10px;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 2.667vw;
  }

  .spSubItem .spLInkLines {
    font-size: 1.3rem;
  }

  .spSubItem .spLinkHd:after {
    margin: -6px -75px 0 0;
  }

  .spTelSet {
    width: 92%;
  }

  .spMenuLink01 {
    padding: 8.2vw 0 0;
  }

  .spMenuLink02 {
    padding: 8.2vw 0 0;
  }

  .spMenuLink03 {
    padding: 8.2vw 0 0;
  }

  .headerLogo {
    margin: 0;
  }

  .spNavInner {
    margin: 0 0 90%;
  }

  .consul {
    padding: 40px 5%;
  }

  .topNewsBtn {
    width: 100%;
    margin: auto;
  }
}

/* ==================================================
   セクション：RE物件一覧 共通
   ================================================== */
#propertyList {
  margin: 0 auto 120px;
}

.rePropertyList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 2%;
}

.rePropertyBox {
  width: 18.4%;
  background: #fff;
  border: 1px solid #dcdcdc;
  position: relative;
  display: flex;
  flex-direction: column;
}

.rePropertyFigure {
  width: 100%;
  aspect-ratio: 7 / 4.6;
  background: #f4f4f4;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

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

.rePropertyFigureSlider img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .9s ease-in-out;
}

.rePropertyFigureSlider img.is-active {
  opacity: 1;
}

.rePropertyConts {
  height: 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rePropertyMeta {
  margin: 0 0 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}

.rePropertyCat,
.rePropertyTag {
  margin: 0;
  padding: 5px 10px;
  font-size: clamp(1.0rem, 1.1vw, 1.1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.rePropertyCat {
  background: #ab0106;
  color: #fff;
}

.rePropertyTag {
  border: 1px solid #dcdcdc;
  color: #333;
}

.rePropertyHead {
  margin: 0 0 0.25em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #111;
}

.rePropertyYear {
  margin-top: 0.5em;
  padding: 0.5em 0 0;
  border-top: 1px solid #dcdcdc;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}

.rePropertyAddress {
  margin: 0;
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #333;
}

.rePropertyEmpty {
  width: 100%;
  margin: 0;
  padding: 40px 24px;
  border-top: 4px solid #111;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}

.rePropertySliderNav {
  display: none;
}

@media screen and (max-width: 1024px) {
  #propertyList {
    margin: 0 auto 80px;
  }

  .rePropertyList {
    gap: 28px 2.8%;
  }

  .rePropertyBox {
    width: 48.6%;
  }
}

@media screen and (max-width: 767px) {
  #propertyList {
    margin: 0 auto 60px;
  }


  #realEstate {
    margin-bottom: 50px;
  }

  .rePropertyList {
    display: block;
  }

  .rePropertyList.is-re-property-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    padding: 0 0 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .rePropertyList.is-re-property-slider::-webkit-scrollbar {
    display: none;
  }

  .rePropertyBox {
    width: 100%;
    margin: 0 0 24px;
  }

  .rePropertyList.is-re-property-slider .rePropertyBox {
    width: auto;
    flex: 0 0 86%;
    margin: 0;
    scroll-snap-align: start;
  }

  .rePropertyBox:nth-last-of-type(1) {
    margin: 0;
  }

  .rePropertyConts {
    padding: 18px 16px 20px;
  }

  /* .rePropertyHead {
    font-size: 1.9rem;
  }

  .rePropertyAddress {
    font-size: 1.3rem;
  } */

  .rePropertySliderNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 14px 0 0;
  }

  .rePropertySliderBtn {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #111;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
  }

  .rePropertySliderBtn:disabled {
    border-color: #cfcfcf;
    color: #cfcfcf;
  }

  .rePropertySliderDots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .rePropertySliderDot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d0d0d0;
  }

  .rePropertySliderDot.is-active {
    background: #ab0106;
  }
}
