@charset "utf-8";

/* CSS Document */

#Wrap {
  padding: 0;
}
/* ===================================
header　※フルワイド仕様 トップのみ
=================================== */
#headerContents {
  width: auto;
  padding: 20px 0;
  margin: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border: none !important;
  background: no-repeat;
}
#Wrap #headerContents {
  padding: 20px 0;
}
#headerContents > .inner {
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0 40px 0 25px;
  box-sizing: border-box;
}
.menuListBtn {
  position: fixed;
  background: none;
  top: 30px;
  right: 30px;
}
.spMenuHead {
  margin: 30px 35px 80px 0;
}
/* --------------------
コンテンツ共通
---------------------*/
#contentsArea section {
  margin: 60px 0;
}
#contentsArea .btn a {
  width: 300px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 16px 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
}
/* ===================================
ファーストビュー
=================================== */
.full.topSlider {
  position: relative;
}
.topAreaWrap {
  text-align: right;
  position: relative;
  margin: 0 0 50px;
  padding: 100px 0 20px;
  background: url('../img/sp/fv_bg_pc_01_sp.png') no-repeat left bottom / 240px 240px, var(--sub-color-02);
}
.topAreaWrap::after {
  content: '';
  width: 100%;
  display: block;
  background: var(--sub-color-02);
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}

#topArea {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  display: inline-block;
  margin-bottom: 20px;
}

#hero.heroSlider .slick-slide {
  height: 325px;
  background: no-repeat 50% / cover;
  overflow: hidden;
  /* ↓テキストを垂直中央にするため */
  display: flex;
  justify-content: center;
  align-items: center;
  /* ↓背景画像ZOOM */
}

#hero.heroSlider .slick-slide:nth-child(1) {
  background-image: url('../img/fv_img_pc_01.jpg');
}

#hero.heroSlider .slick-slide:nth-child(2) {
  background-image: url('../img/fv_img_pc_02.jpg');
}

#hero.heroSlider .slide-animation {
  animation: fadezoom 15s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}
#hero.heroSlider .slick-list {
  border-radius: 30px 0 0 30px;
}
#hero.heroSlider .slick-dots {
  position: absolute;
  right: 20px;
  bottom: -16px;
  display: flex;
  gap: 15px;
}
#hero.heroSlider .slick-dots li {
  position: relative;
  background: none;
}
#hero.heroSlider .slick-dots button {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #b3b3b3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#hero.heroSlider .slick-dots li:hover {
  cursor: pointer;
}
#Wrap #hero.heroSlider .slick-dots li.slick-active button {
  color: var(--main-color);
  background: #fff !important;
}
#hero.heroSlider .slick-dots svg {
  transform: rotate(-90deg);
  position: absolute;
  left: -2px;
  top: -2px;
  outline: none;
  width: 35px;
  height: 35px;
}
#hero.heroSlider .slick-dots circle {
  fill: transparent;
  stroke-width: 3px;
  cx: 22;
  cy: 22;
  r: 20;
}
#hero.heroSlider .slick-dots .slick-active circle {
  stroke: var(--main-color);
  animation: circle 33s;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    -stroke-dashoffset: 400;
  }

  99.9%,
  to {
    stroke-dasharray: 400 400;
    -stroke-dashoffset: 400;
  }
}

/* txtArea */
.txtArea {
  margin: 0 20px;
  text-align: left;
}
.txtArea p {
  color: var(--main-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.txtArea.left p {
  text-align: left;
}
.txtArea .slogan {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 10px;
  letter-spacing: 2px;
}
.txtArea .subTit {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6;
}
.fvBtnList {
  display: flex;
  gap: 10px;
}
.fvBtnListItem {
  width: calc(50% - 5px);
  max-width: 200px;
  background: #fff;
  border-radius: 2px;
}
.fvBtnListLink {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  font-size: 13px;
}
.fvBtnListLink:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
/* slidNavi */
#slidNavi {
  width: 60px;
  margin: 20px auto 0;
  display: none;
}
.topSlider #slidNavi {
  display: block;
}
#slidNavi li {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  margin: 0 7.5px;
  background: #ddd;
  border-radius: 2.5px;
  text-align: center;
  text-indent: -9999px;
}
#slidNavi li.current {
  background: #999;
}
/* ===================================
当社のこだわり
=================================== */
.passion {
  position: relative;
  padding-top: 200px;
}
.passion .pic-area {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin-right: 20px;
  background: url(../img/pic_passion.jpg) 0 0/100% no-repeat;
  position: absolute;
  top: 0;
  z-index: -1;
}
.passion .txt-area {
  width: calc(100% - 20px);
  margin-left: 20px;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}
.passion .txt-area h2 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.passion .txt-area p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 2;
}
.passion .txt-area p:last-child {
  margin-bottom: 0;
}

/* ===================================
service
=================================== */
.service {
  margin: 40px 0;
}
.service h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding-left: 58px;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}
/* bnrArea */
.bnrArea {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnrArea li {
  width: 100%;
  margin: 0 0 10px;
}
.bnrArea a {
  text-decoration: none;
  color: #333;
}
.bnrArea .bnrLink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 0 30px 0 112px;
  background: #f9f9f9 no-repeat 0 0 / auto 100%;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  line-height: 1.5;
  position: relative;
}
.bnrArea .bnrLink:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  z-index: 99999;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bnrArea .bnrLink.sell {
  background-image: url('../img/sp/bnr_img_sell_sp.png');
}
.bnrArea .bnrLink.buy {
  background-image: url('../img/sp/bnr_img_buy_sp.png');
}
.bnrArea .bnrLink.borrow {
  background-image: url('../img/sp/bnr_img_borrow_sp.png');
}
.bnrArea .bnrLink.reform {
  background-image: url('../img/sp/bnr_img_reform_sp.png');
}
.bnrArea .bnrTxtMain {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.bnrArea .bnrTxtMain strong {
  color: var(--main-color);
  font-size: 20px;
}
.bnrArea .bnrTxtSub {
  font-size: 11px;
}
/* ===================================
買取事例のご紹介
=================================== */
.businessAchivementArea {
  overflow: hidden;
}
.businessAchivementArea h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding-left: 58px;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}
.businessAchivementSlick {
  height: auto;
}
.businessAchivementSlick .slick-track {
  display: flex;
}
.businessAchivementInner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.businessAchivementImageWrapper img {
  width: 100%;
}
.businessAchivementInformation {
  height: 200px;
  padding: 15px 10px 12px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #e6e6e6;
  border-top: none;
  box-sizing: border-box;
  word-break: break-all;
  background: #fff;
}
.businessAchivementCategory {
  display: block;
  height: 20px;
  margin-bottom: 5px;
}
.businessAchivementCategory span {
  display: inline-block;
  padding: 3px 13px;
  border-radius: 11px;
  background-color: var(--main-color);
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.businessAchivementTitle {
  height: 47px;
  font-size: 17px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.businessAchivementAddress {
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.businessAchivementContracted {
  margin-top: 10px;
  height: 15px;
  color: #a9a9a9;
}
.businessAchivementDetailText {
  color: #333;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #e6e6e6;
  text-align: right;
}
.businessAchivement .articleImageWrapperNewIcon {
  position: relative;
}
.businessAchivement .articleImageWrapperNewIcon::before {
  position: absolute;
  content: '';
  width: 31px;
  height: 31px;
  background-image: url(https://base.formatline.com/common/cms/business_achivement/img/ico_new_01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.businessAchivement .businessAchivementImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.businessAchivementItem {
  margin: 0 10px;
}
.businessAchivementItem a {
  text-decoration: none;
}
.businessAchivementLink {
  color: #333;
  outline: none;
  text-decoration: none;
}
.businessAchivement .slick-slide {
  opacity: 0.4;
  height: auto;
}
.businessAchivement .slick-active {
  opacity: 1;
}
.notFound {
  text-align: center;
  font-size: 17px;
  margin: 40px 0;
}
.cmsPager {
  margin: 25px 0;
  text-align: center;
}
.cmsPager li {
  display: inline-block;
  margin: 0 8px;
}
.cmsPager button {
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background-color: #ddd;
  text-indent: -9999px;
}
.cmsPager .slick-active button {
  background-color: var(--main-color);
}
/* 記事がない場合 */
.notFonund {
  padding: 60px 0 15px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: #333333;
}

/* ===================================
お問合せBOX
=================================== */
#Wrap #contentsArea .conductorBox {
  border: none;
  border-radius: 30px;
  background: var(--sub-color-02);
  padding: 0 20px 15px;
  margin: 90px 20px 0;
  text-align: center;
}
#Wrap #contentsArea .conductorBox .conductorBoxTit {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  padding: 8px 12px;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
  translate: 0 -50%;
}
#Wrap #contentsArea .conductorBox .conductorBoxTit::after {
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid var(--main-color);
  position: absolute;
  left: 47%;
  bottom: -19px;
}
#Wrap .conductorBoxBtn {
  margin: 0 0 10px;
  border-radius: 5px;
}
#Wrap #contentsArea .conductorBoxBtn a {
  font-size: clamp(16px, 3.5vw, 18px);
  text-align: left;
  padding: 28px 20px 25px 68px;
  background-position: 20px;
  border: 2px solid #e2e2e2;
}
#Wrap .conductorBoxBtn a:after {
  width: 8px;
  height: 8px;
  border-top: 3px solid #1f1f1f;
  border-right: 3px solid #1f1f1f;
  border-radius: 2px;
  top: 43%;
  right: 15px;
}
#Wrap #contentsArea .conductorBoxBtn a span {
  display: inline-block;
}
#Wrap .conductorBoxTel {
  line-height: 1.6;
}

/* ===================================
ダイアリー & ニュースCMS
=================================== */
#contentsArea #diaryArea,
#contentsArea #newsArea {
  margin: 60px 20px;
}
#newsArea h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #333;
  border-left: 3px solid #000;
  padding: 2px 5px 0 12px;
  margin: 0 0 18px;
}
#newsArea h2 span {
  display: block;
  padding: 3px 0 4px;
  font-size: 12px;
  font-weight: normal;
}
#diaryArea .diaryBox,
#newsArea .diaryBox {
  border: 1px solid #e2e2e2;
  padding: 30px 20px 0;
  margin: 0 0 25px;
  background: #fff;
  box-sizing: border-box;
}
.diaryBox {
  padding: 30px 40px;
  box-sizing: border-box;
}
.newsBox {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 0 0 25px;
  background: #fff;
  box-sizing: border-box;
}
.diaryBox .dateBox,
.newsBox .dateBox {
  position: relative;
  font-size: 14px;
  padding: 0 80px 0 0;
  margin: 0 0 10px;
  color: #8c8c8c;
  display: inline-block;
}
.diaryBox .diaryList li,
.newsBox .diaryList li {
}
.diaryBox .diaryList li + li,
.newsBox .diaryList li + li {
  padding: 20px 0 0;
  margin: 25px 0 0;
  border-top: 1px solid #e2e2e2;
}
.diaryBox .tit,
.newsBox .tit {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.diaryBox .tit a,
.newsBox .tit a {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  display: block;
  text-decoration: none;
}
.diaryBox .tit a:hover,
.newsBox .tit a:hover {
  color: #dd5454;
}
.diaryBox .pic,
.newsBox .pic {
  display: none;
}
.diaryBox .newIcon,
.newsBox .newIcon {
  box-sizing: border-box;
}
.diaryBox .newIcon::after,
.newsBox .newIcon::after {
  content: 'NEW';
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #fff;
  height: 14px;
  line-height: 15px;
  padding: 0 8px;
  margin: 0 10px;
  background: #dfc243;
  border-radius: 15px;
  letter-spacing: 1px;
}
.diaryBox .listDisplayNone {
  display: none;
}
/* ===================================
scubeRanking
=================================== */
.rankingArea {
  margin: 20px 10px;
  color: #000;
}
.rankingArea h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #333;
  border-left: 3px solid #000;
  padding: 2px 5px 0 12px;
  margin: 0 20px 18px;
}
.rankingArea h2 span {
  display: block;
  padding: 3px 0 4px;
  font-size: 12px;
  font-weight: normal;
}
.scubeRanking {
  margin: 0 20px;
}
.scubeRanking .list li {
  width: 100%;
  margin: 0 0 10px;
}
.scubeRanking .list li.error {
  width: 100%;
  min-height: 220px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 65px;
  background-size: 186px;
  text-indent: -9999px;
  border-color: #e2e2e2;
}
.scubeRanking .list li .pic01 {
  position: relative;
}
.scubeRanking .list li .pic01 img {
  width: 118px;
  margin: 0;
}
.scubeRanking .list li .pic01:before {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.scubeRanking .list li:first-child .pic01:before {
  content: '1';
  background: #f7d019;
}
.scubeRanking .list li:nth-child(2) .pic01:before {
  content: '2';
  background: #ddd;
}
.scubeRanking .list li:nth-child(3) .pic01:before {
  content: '3';
  background: #854f41;
  color: #fff;
}
.scubeRanking .list li .price01 {
  font-size: 18px;
}
.scubeRanking .list li .price01 span {
  font-size: 11px;
}
.scubeRanking .list li .infoArea {
  width: calc(100% - 148px);
  border: none;
  padding: 0;
  border: none;
}
.scubeRanking .list li .info02,
.scubeRanking .list li .infoArea .rimawari02 {
  font-size: 11px;
}
/* ===================================
物件コーナー
=================================== */
.corner h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding-left: 58px;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}
.cornerIcon {
  fill: var(--main-color);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
/* scube共通 */
.cubeWrap {
  overflow: hidden;
}
.cubeWrap .error {
  padding: 15px;
  font-size: 15px;
}
/* キューブ */
.cubeWrap .list li {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  overflow: hidden;
  float: left;
  height: auto;
  box-sizing: border-box;
  margin: 0 0 10px;
  border: 1px solid #e2e2e2;
}
.cubeWrap .list li a:hover img {
  opacity: 0.7;
}
/* キューブ内の右側 */
.cubeWrap .list li .infoArea {
  float: left;
  margin: 10px 15px 10px;
  box-sizing: border-box;
  line-height: 1.7;
}
/* 利回り */
.cubeWrap .list li .infoArea .rimawari02 {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
/* キューブ内の情報部分 */
.cubeWrap .info02 {
  font-size: 13px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
/* キューブ内の情報の色 */
.cubeWrap a,
.cubeWrap a:hover .info02 {
  color: #333;
}
/* キューブ内マウスオーバー */
.cubeWrap a:hover .comment {
  text-decoration: underline;
}
/* 画像位置 左 */
.cubeWrap .pic01 {
  float: left;
}
/* 価格 */
.cubeWrap .price01 {
  float: none;
  color: #ec2931;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/* 価格 単位部分 */
.cubeWrap .price01 span {
  font-size: 13px;
}
.cubeWrap .list li .infoArea span.unit {
  display: inline;
  padding: 0;
}
/* 間取り */
.cubeWrap .list li .infoArea span.info02 .madori {
  display: inline;
}
/* 利回り */
.cubeWrap a span.rimawari02 .red {
  color: #eb1a22;
}
/* 情報区切り */
.cubeWrap .list li .infoArea span.info02 .spt {
  display: inline-block;
  padding: 0 2px;
}
/* コメント */
.cubeWrap .list li span.comment {
  text-align: left;
  padding: 6px 15px 0;
  min-height: 80px;
  float: right;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
}
.ellipsis {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* pointer */
.pointer {
  text-align: center;
  padding: 10px 0 17px;
  clear: both;
}
.pointer span {
  width: 5px;
  height: 5px;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  background: #ddd;
  border-radius: 10px;
}
.pointer span.current {
  background: var(--main-color);
}
/* ===================================
scube01
=================================== */
.scube01 .list li {
  width: 303px;
  float: none;
  margin: 0 10px 15px;
}
.scube01 .list li:nth-child(2) {
  margin-left: 0;
}
.scube01 .list li.error {
  width: 100%;
  min-height: 200px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 50px;
  background-size: 186px;
  text-indent: -9999px;
  border-color: #e2e2e2;
}
.scube01 .pic01 {
  float: none;
}
.scube01 .pic01 img {
  width: 100%;
  margin: 0;
}
.scube01 .price01 span {
  font-size: 12px;
}
.scube01 .list li .infoArea {
  width: calc(100% - 30px);
  min-height: 122px;
}
.scube01 .infoArea {
  border-bottom: 1px solid #e6e6e6;
}
#contentsArea .scube01 .btn a {
  margin: 0 auto;
}

/* ===================================
scube01 slick-dots
=================================== */
.scube01 .list .slick-dots {
  margin: 25px 0;
  text-align: center;
}
.scube01 .list .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.scube01 .list .slick-dots button {
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background-color: #ddd;
  text-indent: -9999px;
}
.scube01 .list .slick-dots .slick-active button {
  background-color: var(--main-color);
}
.cubeWrap .list .slick-dots li {
  width: auto;
  border: none;
}
