@charset "UTF-8";


/*
* ============================================
* 共通要素
* ============================================
*/
.inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.lp-container {
  font-size: 15px;
  line-height: 26px;
}

.lp-container .animated {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

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


/*
* ============================================
* 全ブロック共通　物件を見るボタン base.cssの.btnを使う
* ============================================
*/
.btn.btn_lp_default {
  display: inline-flex;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 4px solid #FFF;
  font-weight: 700;
}
  
.btn.btn_lp_default img.btn__arrow {
  height: 20px;
  width: auto;
  margin-left: 10px;
  display: block;
}

.btn.btn_lp_default.btn_border0 {
  border-width: 0;
}

/* PCで大きく表示するボタン */
@media screen and (min-width: 768px) and (max-width: 5000px) {
  .btn.btn_lp_default.btn_large {
    font-size: 24px;
    padding: 16px 0;
    width: 320px;
  }

  .btn.btn_lp_default img.btn__arrow {
    margin-left: 12px;
  }
}


/*
* ============================================
* 全ブロック共通　ロゴありボタン　base.cssの.btnを使う
* ============================================
*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_lp_with_logo img {
    margin-right: 0;
  }
}

@media screen and (min-width: 390px) and (max-width: 767px) {
  .btn.btn_lp_with_logo {
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.btn_lp_with_logo img {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 0px) and (max-width: 389px) {
  .btn.btn_lp_with_logo {
    font-size: 6.7vw;
    padding-left: 5.1vw;
    padding-right: 6.1vw;
  }
  .btn.btn_lp_with_logo img {
    margin-bottom: 1.5vw;
  }
}


/*
* ============================================
* アプリダウンロード
* ============================================
*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  .sp_header {
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #fff;
    z-index: 1;
  }

  img.top_btn{
    width: 108px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    display: block;
  }
}


/*
* ============================================
* ふきだしの大見出し
* ============================================
*/
.title {
  position: relative;
  display: block;
  margin: auto;
  padding: 90px 0 25px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding: 55px 0 25px;
  }
}

.title:after {
  content: "";
  background-image: url("../img/service/index_line.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 14px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    content: "";
    background-image: url("../img/service/index_line.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 14px;
  }
}

.title__text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    font-size: 36px;
  }
}

.title__text img {
  display: inline;
  height: 48px;
  margin-right: 10px;
}
/*
* 
*
* 重要なお知らせ
* 
*/

.important {
  background: #FFF4C0;
  padding: 10px 16px 12px;
  margin-top: 56px;
  
  /* PC */
  @media screen and (min-width: 768px) and (max-width: 5000px) {
    margin-top: 85px;
  }
}

.important_head {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #85533E;
}

.important_body {
  font-size: 15px;
  line-height: 150%;
  text-align: start;
  margin-top: 5px;

  /* PC */
  @media screen and (min-width: 768px) and (max-width: 5000px) {
    max-width: 1042px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
* 
*
* メインビジュアル
* 
*/


.main_visual {
  position: relative;
  width: 100%;
  height: 534px;
  background-image: url("../img/service/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.main_visual:before{
  content: "";
  display: block;
  width: 100%;
  height: 534px;
  background-color: #337a69;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .main_visual {
    height: 558px;
  }

  .main_visual:before {
    height: 558px;
  }
}

/* 物件を見るボタンの余白 */
.main_visual .visual-btn {
  margin-top: 36px;
  text-align: center;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-top: 24px;
  }
}

.visual-btn .btn {
  font-size: 20px;
  border: 4px solid #FFF;
  font-weight: 700;
}

/* キャッチとアプリ画面を包むブロック */
.visual_inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 135px;

  @media screen and (min-width: 921px) and (max-width: 1100px) {
    width: 90%;
  }
  @media screen and (min-width: 768px) and (max-width: 920px) {
    width: 92.5%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 80px;
  }
}

.visual_left {
  width: 595px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: auto;
  }
}

.visual_left p {
  display: block;
  font-size: 25px;
  margin: 40px auto 20px;
  width: fit-content;
}

.visual_left img {
  width: 590px;
  height: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 282px;
    margin: auto;
  }
}

.visual_left ul {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: fit-content;
  margin-top: 20px;
}

.visual_left ul li {
  padding: 0 15px 0;   
}

.visual_left dl dt img {
  width: 223px;
  height: 67px;
  margin: auto;
  border: none;
  margin-bottom: 10px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-bottom:0;
  }
}

.visual_left dl dd img {
  width: 94px;
  height: 94px;
  margin: auto;
  border: none;
}


.visual-heading-lv1 {
  text-align: center;
}

/* サブタイトル */
.visual-heading__subttl {
  padding-top: 64px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  margin: 0 auto 20px;
  width: fit-content;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-top: 0;
    margin: 0 auto 30px;
  }
}

/* さあ、〜はじめよう */
.visual-heading__ttl {
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;

  @media screen and (min-width: 921px) and (max-width: 1100px) {
    letter-spacing: 0.15em;
    font-size: 4vw;
  }

  @media screen and (min-width: 768px) and (max-width: 920px) {
    letter-spacing: 0.12em;
    font-size: 4.2vw;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.visual-heading__ttl img {
  display: inline;
  height: 60px;
  width: auto;
  margin-right: 10px;
  vertical-align: baseline;
  margin-bottom: -0.25em;

  @media screen and (min-width: 768px) and (max-width: 920px) {
    height: 1.4em;
    width: auto;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    height: 42px;
    width: auto;
  }
}

/* アプリ画面スライド */
.visual_right {
  position: relative;
  margin-left: 25px;

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    margin-left: 5%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-top: 40px;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-left: 0;
  }
}

.visual_right:before {
  content: "";
  background-image: url("../img/service/phone.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 242px;
  height: 486px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 10;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 197px;
    height: 396px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

.phone_frame {
  position: relative;
  width: 239px;
  height: 483px;
  overflow: hidden;
  border-radius: 37px;
  z-index: 1;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 193px;
    height: 390px;
    margin: auto;
    border-radius: 30px;
  }
}

.phone_frame img {
  margin: auto;
  height: 483px;
  width: 234px;
  overflow: hidden;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 193px;
    height: 390px;
  }
}


/*
* ============================================
* 掲載・仲介手数料無料
* ============================================
*/
.free-listing-tag {
  width: 100px;
  height: 100px;
  background-color: #FF4F83;
  border: 4px solid #FF95B5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 3px 10px #717171;
  z-index: 1000;
  position: absolute;
  top: 30px;
  left: -70px;

  @media screen and (max-width: 915px) {
    left: -15%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    z-index: 11;
    top: auto;
    bottom: 105px;
    left: 50%;
    transform: translateX(80px);
  }
}

.free-listing {
  font-size: 25px;
  line-height: 1.15;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.12);
}

.brokerage-fee-tag {
  position: absolute;
  top: 120px;
  left: -70px;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 3px 10px #717171;
  z-index: 999;

  @media screen and (max-width: 915px) {
    left: -15%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    z-index: 10;
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(80px);
  }
}

.brokerage-fee-tag-inner {
  padding-top: 4px;
}

.brokerage-fee {
  text-align: center;
  color: black;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  padding-bottom: 2px;
}

.brokerage-fee-bottom {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  line-height: 1.3em;
}

.brokerage-fee-half {
  color: #FF3D76;
  font-weight: bold;
  font-size: 16px;
  writing-mode: vertical-rl;
  padding-right: 2px;
}

.brokerage-fee-percent {
  color: #FF3D76;
  font-size: 41px;
  font-weight: bold;
  transform: translate(0, -2px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.brokerage-fee-percent span {
  font-size: 18px;
  margin-left: 2px;
}


/*
* ============================================
* アプリ利用イメージ
* ============================================
*/
.swiper-container {
  height: 484px !important;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    height: 390px !important;
  }
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  display: none;
}
/*
* 
*
* 人物とセリフ
* 
*/

.about {
  width: 100%;
  background-color: #00b695;
  color: #fff;
  position: relative;
}
  
.about .inner .about_tit img {
  width: 713px;
  height: auto;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 271px;
  }
}
  
.about:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 50vw 50px 0;
  border-color: transparent transparent #fff transparent;
}
  
.about:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 50px 50vw;
  border-color: transparent transparent #fff transparent;
}

.about .inner {
  padding: 155px 0 50px;

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    padding-top: 180px;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding: 270px 0 50px;
  }
}

.about .inner h3 {
  text-align: center;
  line-height: 40px;
}

.about .inner p {
  font-size: 20px;
  text-align: center;
  margin: 45px auto 0;
  line-height: 35px;
}

.about .inner .about_tit p {
  margin: 60px auto 20px;
}

.about .inner img {
  width: 371px;
  height: 51px;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 50%;
    height: auto;
  }
}

.users_wrapper {
  display: flex;
  justify-content: space-between;

  @media screen and (min-width: 1201px) and (max-width: 1360px) {
    padding: 0 4vw;
  }

  @media screen and (min-width: 768px) and (max-width: 1200px) {
    padding: 0 7vw;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    display: block;
    margin: auto;
  }
}

/* ブロック一つずつ */
.user_block {
  position: relative;
  flex: 0 0 29.5%;

  @media screen and (min-width: 768px) and (max-width: 1300px) {
    flex: 0 0 33%;
  }

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    padding-bottom: 60px;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-bottom: 42px;
  }
}

.user_block:nth-child(1) {
  z-index: 1;
}
.user_block:nth-child(2) {
  z-index: 3;
}
.user_block:nth-child(3) {
  z-index: 1;
}

/* テキスト */
.user_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 132%;
  margin-bottom: 48px;
  text-wrap: nowrap;

  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    font-size: 1.6vw;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    font-size: 2vw;
  }

  @media screen and (min-width: 768px) and (max-width: 900px) {
    font-size: 2.1vw;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-bottom: 6.2vw;
  }
}

.user_ttl u {
  font-size: 28px;
  display: block;

  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    font-size: 1.8vw;
  }

  @media screen and (min-width: 901px) and (max-width: 1200px) {
    font-size: 2.2vw;
  }

  @media screen and (min-width: 768px) and (max-width: 900px) {
    font-size: 2.4vw;
  }
}

/* 人物とふきだしのブロック */
.user_content {
  position: relative;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}

/* 人物画像 */
.user_content img.user_img {
  height: auto;
  width: 100%;
  max-width: 294px;

  @media screen and (min-width: 768px) and (max-width: 1300px) {
    width: 90%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    position: absolute;
    width: 45%;
  }
}

/* SPの時の位置 */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .user_content img.user_img.user_img_1,
  .user_content img.user_img.user_img_3 {
    top: 0;
    left: 0;
    margin-right: auto;
  }

  .user_content img.user_img.user_img_2 {
    top: 0;
    right: 0;
    margin-left: auto;
  }
}

/* PCはアニメーションを消す */
@media screen and (min-width: 768px) and (max-width: 5000px) {
  .user_ttl.animated,
  .user_content img.user_img.animated {
    animation: none;
    opacity: 1;
  }
}


/* ふきだし */
.user_block .user_balloon {
  display: block;
}

/* SP */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .user_block .user_balloon {
    position: relative;
    width: 50%;
    height: auto;
    margin-top: 2%;
  }

  .user_block .user_balloon img {
    width: 100%;
    height: auto;
  }
    
  .user_block .user_balloon.user_balloon_1,
  .user_block .user_balloon.user_balloon_2,
  .user_block .user_balloon.user_balloon_5,
  .user_block .user_balloon.user_balloon_6 {
    right: 0;
    margin-left: auto;
  }

  .user_block .user_balloon.user_balloon_3,
  .user_block .user_balloon.user_balloon_4 {
    left: 0;
    margin-right: auto;
  }
}

/* 768px〜1300px */
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .user_block .user_balloon {
    position: absolute;
    height: 20%;
    display: block;
  }

  .user_block .user_balloon img {
    height: 100%;
    width: auto;
    display: block;
  }

  .user_block .user_balloon.user_balloon_1 {
    top: 30%;
    left: -22%;
  }
  .user_block .user_balloon.user_balloon_2 {
    bottom: 27%;
    left: -22%;
  }
  .user_block .user_balloon.user_balloon_3 {
    top: 33%;
    left: -18%;
  }
  .user_block .user_balloon.user_balloon_4 {
    bottom: 5%;
    right: -16%;
  }
  .user_block .user_balloon.user_balloon_5 {
    top: 48%;
    right: -22%;
  }
  .user_block .user_balloon.user_balloon_6 {
    bottom: 10%;
    right: -22%;
  }
}

/* PC */
@media screen and (min-width: 1301px) and (max-width: 5000px) {
  .user_block .user_balloon {
    position: absolute;
    height: 23%;
    max-height: 70px;
    display: block;
  }

  .user_block .user_balloon img {
    height: 100%;
    width: auto;
    display: block;
  }

  .user_block .user_balloon.user_balloon_1 {
    top: 23%;
    left: -43%;
  }
  .user_block .user_balloon.user_balloon_2 {
    bottom: 25%;
    left: -43%;
  }
  .user_block .user_balloon.user_balloon_3 {
    top: 30%;
    left: -25%;
  }
  .user_block .user_balloon.user_balloon_4 {
    bottom: 5%;
    right: -10%;
  }
  .user_block .user_balloon.user_balloon_5 {
    top: 29%;
    right: -52%;
  }
  .user_block .user_balloon.user_balloon_6 {
    bottom: 19%;
    right: -52%;
  }
}

/*
* 
*
* こんなサービスです
* 
*/


.intro {
  margin: 90px auto 0;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    position: relative;
    margin-bottom: -20%;
    z-index: -1;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: 45px auto 0;
  }
}

.intro .intro_title img {
  width: 827px;
  height: 164px;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 235px;
    height: auto;
  }
}

.intro .intro_content dt img {
  margin-right: 0.25em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .intro .intro_content dt img {
    width: 239px;
    height: auto;
    margin: auto;
  }
}

.intro_content dl dd {
  text-align: center;
  font-size: 15px;
  margin: 50px auto 0;
  line-height: 26px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: 30px auto 0;
    line-height: 23px;
  }
}

.intro_content ul {
  width: fit-content;
  display: flex;
  flex-direction: row;
  margin: 47px auto 0;
  justify-content: space-between;
  max-width: 1000px;
  width: 95%;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    justify-content: center;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    flex-direction: column;
    margin: 40px auto 0;
  }
}

/* 左側 相関図 */
.intro_content ul li:nth-child(1) {
  margin-top: 30px;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 48.15%;
  }
}

.intro_content ul li:nth-child(1) img {
  width: 457px;
  height: 358px;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
    height: auto;
    margin: auto;
  }
}

/* 右側 アプリイメージ */
.intro_content ul li:nth-child(2) {
  display: block;
  width: 316px;
  height: 490px;
  overflow: hidden;
  margin-left: 90px;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    margin-left: 10%;
    width: 33.3%;
    height: auto;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 228px;
    height: 320px;
    margin: 30px auto 0;
  }
}

.intro_content ul li:nth-child(2) img {
  width: 316px;
  height: 641px;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 228px;
    height: auto;
  }
}

/*
* 
*
* おすすめな理由
* 
*/


.recommend {
  width: 100%;
  background-color: #00b695;
  padding: 0 0 120px;

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    padding-bottom: 80px;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding: 0 0 80px;
  }
}

.recommend .inner {
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 90%;
  }
}

.recommend .inner .recommend-content {
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    padding-left: 5%;
    padding-right: 5%;
  }
}


/*
* -------------------------------------------
* ふきだしタイトル
* -------------------------------------------
*/
.recommend .title {
  margin-top: 0;
  color: #fff;
}

.recommend .title img {
  width: 396px;
  height: 36px;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 195px;
    height: auto;
    margin: 10px auto 0;
  }
}

.recommend .title h3:before {
  content: "";
  background-image: url("../img/service/fufu_wh.png");
}

.recommend .title:after {
  content: "";
  background-image: url("../img/service/index_line_wh.png");
}


/*
* -------------------------------------------
* コンテンツ　ブロック
* -------------------------------------------
*/
.recommend-content {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  margin: 42px auto 84px;
  padding: 60px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: 42px auto 50px;
    padding: 40px 20px 40px;
  }
}


/*
* -------------------------------------------
* コンテンツブロックの基本スタイル
* -------------------------------------------
*/
.recommend-content p {
  font-size: 15px;
  text-align: center;
  line-height: 26px;
  margin: 35px 0 0 0;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    line-height: 23px;
    margin: 30px 0 0 0;
  }
}

/* .recommend-content img {
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    z-index: 1;
  }
} */


/*
* -------------------------------------------
* 数字
* -------------------------------------------
*/
.recommend-number {
  text-align: center;
  margin-bottom: 0;
}
.recommend-number img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 43px;
    height: 43px;
  }
}


/*
* -------------------------------------------
* 黄色い線の見出し
* -------------------------------------------
*/
.recommend-heading {
  margin: 15px 0 25px;
  text-align: center;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: 10px 0 20px;
  }
}

.recommend-heading-text {
  display: inline;
  font-size: 25px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFFF33 0%);
  line-height: 1.6;
  text-shadow: 0 0 1px #000;

  @media screen and (min-width: 768px) and (max-width: 820px) {
    font-size: 4.7vw;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    font-size: 4.7vw;
  }
}

/* 1つ目ブロックだけ1100pxで改行 */
.recommend-heading1-br {
  display: none;

  @media screen and (min-width: 0px) and (max-width: 1100px) {
    display: block;
  }
}

/* 3つ目ブロックの1.5% */
.recommend-heading3-num {
  padding-left: 0.45em;
  padding-right: 0.3em;
  font-family: 'Noto Sans JP';
  transform: scale(1.2, 1.1);
  display: inline-block;
}

/*
* -------------------------------------------
* イメージ画像
* -------------------------------------------
*/
.recommend-image {
  max-width: 100%;
  height: auto;
}


/*
* -------------------------------------------
* ポイント
* -------------------------------------------
*/
.recommend-point {
  position: relative;
  width: 100%;
  max-width: 870px;
  border: 3px solid #00b695;
  display: flex;
  margin-top: 45px;
  /* padding: 0 0 50px; */

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-top: 40px;
    padding: 30px 20px 0;
  }
}

/* PC:水平、SP:垂直 */
.recommend-point.recommend-point--h {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    flex-direction: column;
  }
}

/* PC:垂直、SP:垂直 */
.recommend-point.recommend-point--v {
  flex-direction: column;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    flex-direction: column;
  }
}

.recommend-point h5 {
  font-size: 30px;
  color: #00b695;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: -35px;
  left: 30px;
}

/* POINT 見出し */
.recommend-point__title {
  display: block;
  width: 142px !important;
  height: 62px !important;
  color: #00b695;
  background-color: #fff;
  position: absolute;
  top: -31px;
  left: 30px;
  padding: 20px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 113px !important;
    height: 29px !important;
    top: -15px;
    left: 20px;
    padding: 3px 7px 7px 15px;
  }
}

/* 説明テキスト */
.recommend-point dl {
  width: 60%;
  padding: 35px 60px 30px 40px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.recommend-point.recommend-point--v dl {
  width: 100%;
  padding-right: 40px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-right: 0;
  }
}

/* 説明テキスト タイトル */
.recommend-point dl dt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    font-size: 15px;
  }
}

/* 説明テキスト 詳細 */
.recommend-point dl dd {
  margin-top: 20px;
}

/* 1つ目ブロック　ポイント画像 */
img.recommend-point-image1 {
  width: 276px;
  height: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 202px;
    margin-left: auto;
    margin-right: -20px;
  }
}

/* 2つ目ブロック　ポイント画像 */
img.recommend-point-image2 {
  width: 270px;
  height: 201px;
  margin-right: 5%;

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

/* 3つ目ブロック　ポイント画像 */
img.recommend-point-image3 {
  height: auto;
  max-width: 712px;
  margin: 0 auto 50px;
  width: 90%;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
  }
}


/*
* -------------------------------------------
* 物件を見るボタン
* -------------------------------------------
*/
.recommend_btn_wrapper {
  margin-top: 50px;
  text-align: center;

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    margin-top: 80px;
  }
}

/*
* 
*
* こんなトラブルも安心
* 
*/


.trouble {
  overflow: hidden;
  padding-bottom: 90px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-bottom: 60px;
  }
}

.trouble .inner {
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 90%;
  }
}

.trouble .title img {
  width: 687px;
  height: auto;   
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 261px;
  }
}

/* ケース1 タイトル */
.trouble dl.case01 dt img {
  height: 70px;
  width: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    height: 50px;
    margin-left: 0;
    margin-right: auto;
  }
}

/* ケース2 タイトル */
.trouble dl.case02 dt img {
  height: 70px;
  width: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    height: 50px;
  }
}

.trouble dl dd {
  margin-top: 30px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-top: 15px;
    text-align: left;
  }
}

.trouble dl.case01 {
  padding: 65px 150px 0 0;
  align-self: center;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-top: 0;
    padding-right: 0;
  }
}

.trouble dl.case02 {
  padding: 85px 0 0 100px;
  align-self: center;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-top: 0;
    padding-left: 0;
  }
}

.trouble_left {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 70px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: auto;
    max-width: 350px;
    width: auto;
    display: block;
  }
}

.trouble_left:after {
  content: "";
  display: block;
  width: 3000px;
  height: 180px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0px;
  right: -150px;
  z-index: -1;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    bottom: -15px;
    left: -500px;
    right: 0;
    margin: auto;
    height: 90px;
  }
}

.trouble_left img {
  width: 350px;
  height: 300px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 244px;
    height: auto;
    margin: 0 0 0 auto;
  }
}

.trouble_right {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 30px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: auto;
    max-width: 350px;
    width: auto;
    display: block;
  }
}

.trouble_right:after {
  content: "";
  display: block;
  width: 3000px;
  height: 180px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: -5px;
  z-index: -1;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    bottom: -15px;
    left: -500px;
    height: 110px;
  }
}

.trouble_right img {
  width: 313px;
  height: 319px;
}

.trouble_right img:nth-child(1) {
  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 232px;
    height: auto;
    margin: 0 auto 0 0;
  }
}

.trouble p {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin: 50px auto 0;
}

.trouble .inner img.trouble-foot {
  width: 640px;
  height: 68px;
  margin: 50px auto 0;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 286px;
    height: auto;
  }
}
/*
* 
*
* 契約の流れ
* 
*/

.flow {
  background-color: #00b695;
  color: #fff;
  padding-bottom: 90px;

  @media screen and (min-width: 0px) and (max-width: 767px) {

  }
}

.flow .inner {
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 90%;
  }
}

.flow .title img {
  width: 608px;
  height: 38px;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 195px;
    height: auto;
  }
}

.flow .title:after {
  background-image: url("../img/service/index_line_wh.png");
}


/*
* -------------------------------------------
* リスト
* -------------------------------------------
*/
.flow ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 80px auto 0;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    flex-direction: column;
    margin: 45px auto 0;
  }
}

.flow ul li {
  position: relative;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    flex: 0 0 17%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    height: 270px;
  }
}

/* 画像が入る */
.flow ul li dl dt {
  position: relative;
}

.flow ul li dl dt img {
  width: 170px;
  height: 170px;
  margin: auto;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 100%;
    height: auto;
  }
}

/* PCの時　矢印 */
.flow dl dt:after {
  content: "";
  background-image: url("../img/service/allow_right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 26px;
  position: absolute;
  top: 75px;
  right: -25px;
  display: inline-block;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 10%;
    height: 20%;
    top: 45%;
    right: -17%;
    background-size: contain;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    display: none;
  }
}

/* 最後の矢印は消す */
.flow li:nth-child(5) dt:after {
  background-image: none;
}

/* テキスト */
.flow ul li dl dd {
  text-align: center;
  padding-top: 10px;
  line-height: 20px;
}

.flow ul li dl dd h3 {
  font-weight: inherit;
  font-size: inherit;
}

/* SPの時　矢印 */
.flow dl dd:after {
  @media screen and (min-width: 0px) and (max-width: 767px) {
    content: "";
    background-image: url("../img/service/allow_under.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 33px;
    height: 18px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
  }
}

/* 最後の矢印は消す */
.flow li:nth-child(5) dd:after{
  @media screen and (min-width: 0px) and (max-width: 767px) {
    background-image: none;
  }
}


/*
* -------------------------------------------
* メッセージ
* -------------------------------------------
*/
.flow-message {
  background-color: #fff;
  margin: 40px auto 0;
  padding: 30px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: 0 auto 0;
    padding: 28px 16px;
  }
}

.flow-message__text {
  font-size: 28px;
  color: #00B695;
  line-height: 1.4;
  text-align: center;

  @media screen and (min-width: 390px) and (max-width: 767px) {
    font-size: 25px;
  }

  @media screen and (min-width: 0px) and (max-width: 389px) {
    font-size: 6.4vw;
  }
}


/*
* -------------------------------------------
* 物件を見るボタン
* -------------------------------------------
*/
.flow_btn_wrapper .btn {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
}

.flow_btn_wrapper .btn.btn_lp_default img {
  margin-right: 0;
}

.flow_btn_wrapper {
  margin-top: 50px;
  text-align: center;

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    margin-top: 80px;
  }
}
/*
* 
*
* 社長の思い
* 
*/


.president {
  overflow: hidden;
}
 
.president .inner {
  padding-top: 90px;
}
 
.president .president_in {
  display: flex;
  flex-direction: row;
  padding: 60px 60px 0;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
  }
}

.president .inner .title {
  padding-top: 0;
}

.president .inner .title img {
  width: 336px;
  height: 38px;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 145px;
    height: auto;
  }
}

.president .pre_left {
  max-width: 575px;
  width: 100%;
  padding-right: 90px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin: 15px auto 75px;
    padding-right: 0;
  }
}

.president .pre_left dl dt {
  font-size: 25px;
  line-height: 37px;
  font-weight: bold;
  margin-top: 50px;
}

.president .pre_left dl dd {
  margin-top: 30px;
}

.president .pre_right {
  position: relative;
  height: 535px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-top: 50px;
    height: auto;
  }
}

.president .pre_right img {
  width: 341px;
  height: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 80%;
    margin: auto;
  }
}

.president .pre_right dl {
  position: absolute;
  bottom: 140px;
  left: -30px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    margin-left: 10px;
    bottom: 20px;
    left: -10px;
  }
}

.president .pre_right dl dt {
  width: fit-content;
  padding: 4px 8px 5px;
  background-color: #00b695;
  font-size: 12px;
  line-height: 1em;
  color: #fff;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    font-size: 15px;
  }
}

.president .pre_right dl dd {
  padding: 5px 10px 7px;
  background-color: #00b695;
  font-size: 20px;
  color: #fff;
  line-height: 1em;
  margin-top: 5px;
}
/*
* 
*
* よくあるご質問
* 
*/


.question {
  background-color: #f4f4f4;
  padding-bottom: 90px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-bottom: 75px;
  }
}

.question .inner {
  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 90%;
  }
}

.question .inner .title img {
  width: 397px;
  height: 38px;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 195px;
    height: auto;
  }
}

.question-list {
  max-width: 700px;
  margin: 70px auto 0;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 80%;
  }
}

.question-list li {
  display: block;
  width: 574px;
  padding: 20px 28px 20px;
  margin: 28px 0 28px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px #b8b8b8;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    width: 90%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
    padding: 15px;
  }
}

.question-list li.question-list-item-q {
  position: relative;
  margin-right: 120px;
  font-weight: bold;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    margin-right: 10%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.question-list li.question-list-item-q h3 {
  font-size: inherit;
  font-weight: inherit;
}


.question-list li.question-list-item-q:before {
  content: "";
  background-image: url("../img/service/col_q.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: -65px;
  margin: auto;
  display: block;
}

.question-list li.question-list-item-a {
  position: relative;
  margin-left: 120px;

  @media screen and (min-width: 768px) and (max-width: 1100px) {
    margin-left: 10%;
  }

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 80%;
    margin-left: 0;
  }
}


/*
* ============================================
* ボタン
* ============================================
*/

.question .btn {
  font-size: 28px;
  border: 8px solid #FFF;
  display: block;
  line-height: 1.4;
  margin: 40px auto 0;
  padding: 20px 40px;
  text-align: center;
}

.question .btn img {
  display: inline;
  margin-right: 10px;
  width: 200px;
}

.question ul li.question-list-item-a:after {
  content: "";
  background-image: url("../img/service/col_a.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: -65px;
}


.question_btn_wrapper {
  text-align: center;
  padding-top: 6px; /* 34 - 28 */

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    padding-top: 12px; /* 40 - 28 */
  }
}

.question .question_btn_wrapper .btn.btn_lp_default {
  display: inline-flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 4px solid #FFF;
  font-weight: 700;
  margin-top: 0;
  line-height: 1;
}

.question .btn.btn_lp_default img {
  margin-right: 0;
}

.question .question_btn_wrapper .btn.btn_width_logo {
  margin-top: 34px;

  @media screen and (min-width: 768px) and (max-width: 5000px) {
    margin-top: 40px;
  }
}
/*
* 
*
* 最後のサービス紹介
* 
*/

.ending__wrapper {
  border-bottom: 4px solid #FFF;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;

  @media only screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.ending__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.ending__subttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-top: 0;
  }
}


.ending {
  padding: 94px 0 90px;
  background-color: #00b695;
  color: #fff;
  text-align: center;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding: 70px 0 60px;
  }
}

.ending .inner dl {
  margin-bottom: 45px;
}

.ending .inner dl dt img {
  width: 754px;
  height: auto;
  margin: 0 auto 35px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
  }
}

.ending dl dd img {
  width: 590px;
  height: auto;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 100%;
  }
}

.ending img {
  width: 353px;
  height: auto;
  margin: auto;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    width: 247px;
  }
}

.ending p {
  font-size: 25px;
  margin: 50px auto 15px;
}

.ending ul {
  width: 475px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 20px auto 0;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    flex-direction: column;
    margin: 15px auto 0;
  }
}

.ending ul li img {
  width: 223px;
  height: 67px;
  margin: auto;
  border: none;
  margin-bottom: 10px;
}

/* ボタンの余白 */
.ending_btn_wrapper {
  padding-top: 30px;

  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=../css-maps/lp.css.map */
