@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400&display=swap');

.svg_parts svg { display: none; }

.bg_gray .area_contents .txtarea p{
    color:#333;
    font-size: 1.8rem;
    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
}

.bg_gray .area_contents .txtarea p + p{
    margin-top: 35px;
}

.txtarea p .logo{
    margin-top: 20px;
}

.bg_gray .area_contents .txtarea p.mt70{
    margin-top: 70px;
}

.boxin_business{
    position: relative;
    width: 840px;
    background: linear-gradient(135deg, transparent 60px, #fff 0);
    margin: 60px auto 0;
    padding: 60px;
}

.boxin_business:nth-of-type(1){
    margin: 90px auto 0;
}

.boxin_business:before{
    content: "";
    position: absolute;
    top:26px;
    left:28px;
}

.boxin_business:nth-of-type(1):before{
    top:24px;
    left:23px;
    width: 40px;
    height: 36px;
    background: url("../img/business/ico_house.png") 0 0 no-repeat;
}

.boxin_business:nth-of-type(2):before{
    width: 36px;
    height: 37px;
    background: url("../img/business/ico_hammer.png") 0 0 no-repeat;
}

.boxin_business:nth-of-type(3):before{
    top:22px;
    width: 34px;
    height: 37px;
    background: url("../img/business/ico_human.png") 0 0 no-repeat;
}

.boxin_business:nth-of-type(4):before{
    top:22px;
    width: 36px;
    height: 86px;
    background: url("../img/business/ico_hh.png") 0 0 no-repeat;
}

.boxin_business .img{
    margin-bottom: 20px;
    text-align: center;
}

.bg_gray .area_contents .boxin_business p.txt{
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
}

.bg_gray .area_contents .boxin_business p.txt + .img{
    margin-top: 35px;
}

.area_tel{
    margin: 70px 0 40px;
    text-align: center;
}

.area_tel .txt{
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}

.area_tel .tel{
    color: #000;
    margin: 30px 0 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
    font-size: 6rem;
    text-align: center;
}

.area_tel .time{
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (min-width: 769px) {

    .area_tel .tel a {
        display: inline-block;
        pointer-events: none;
    }

}

@media screen and (max-width: 768px) {

     .bg_gray .area_contents .txtarea p{
        font-size: 1.6rem;
    }

    .bg_gray .area_contents .txtarea p + p{
        margin-top: 5%;
    }

    .txtarea p .logo{
        width:180px;
        margin-top: 3%;
    }

    .txtarea .arw{
        width: 12px;
    }

    .bg_gray .area_contents .txtarea p.mt70{
        margin-top: 12%;
    }

    .boxin_business{
        width: 100%;
        background: linear-gradient(135deg, transparent 30px, #fff 0);
        margin: 5% auto 0;
        padding: 6%;
    }

    .boxin_business:nth-of-type(1){
        margin: 10% auto 0;
    }

    .boxin_business:before{
        content: "";
        position: absolute;
        top:7px;
        left:7px;
    }

    .boxin_business:nth-of-type(1):before{
        top:7px;
        left:5px;
        width: 30px;
        height: 27px;
        background: url("../img/business/ico_house.png") 0 0 no-repeat;
        background-size: 30px auto;
    }

    .boxin_business:nth-of-type(2):before{
        width: 27px;
        height: 28px;
        background: url("../img/business/ico_hammer.png") 0 0 no-repeat;
        background-size: 27px auto;
    }

    .boxin_business:nth-of-type(3):before{
        top:7px;
        left:9px;
        width: 34px;
        height: 27px;
        background: url("../img/business/ico_human.png") 0 0 no-repeat;
        background-size: 25px auto;
    }

    .boxin_business:nth-of-type(4):before{
        top:7px;
        left:9px;
        width: 27px;
        height: 65px;
        background: url("../img/business/ico_hh.png") 0 0 no-repeat;
        background-size: 27px auto;
    }

    .boxin_business .img{
        margin-bottom:5%;
    }

    .bg_gray .area_contents .boxin_business p.txt{
        font-size: 1.4rem;
        text-align: left;
    }

    .bg_gray .area_contents .boxin_business p.txt + .img{
        margin-top: 7%;
    }

    .area_tel{
        margin: 10% 0 5%;
    }

    .area_tel .txt{
        font-size: 1.9rem;
    }

    .area_tel .tel{
        margin: 5% 0 3%;
        font-size: 3.4rem;
    }

    .area_tel .time{
        font-size: 1.1rem;
    }

}

/*--------------------------------------------------------------*/

.pc { display: block; }
.sp { display: none; }

.about_area img {
  display: block;
  margin: 0 auto;
}

.about_area img:nth-child(1) { width: 80%; }
.about_area img:nth-child(2) { width: 100%; }

.detail_area .unit {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: 60px auto 0;
}

.detail_area .unit * {
  font-weight: bold;
}

.detail_area .unit .img {
  margin-right: 20px;
}

.detail_area .unit h2 {
  margin: 0 0 10px;
  color: #e59690;
}

.detail_area .unit ul li {
  text-indent: -1.3em;
  margin-left: 1.3em;
  line-height: 1.6;
}

.detail_area .unit .wish li,
.detail_area .unit .wish p {
  color: #e59690;
}

.detail_area .unit .arrow .svg {
  width: 35px;
  margin: 15px 0;
  fill:#fff;
  stroke:#e59690;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2.83px;
  position: relative;
  left: 70px;
}

.detail_area .unit.sell_user h2,
.detail_area .unit.sell_user .wish li,
.detail_area .unit.sell_user .wish p {
  color: #998675;
}

.detail_area .unit.sell_user .arrow .svg {
  stroke: #998675;
}

.detail_area .unit.estate h2,
.detail_area .unit.estate .wish li,
.detail_area .unit.estate .wish p {
  color: #96c1a5;
}

.detail_area .unit.estate .arrow .svg {
  stroke: #96c1a5;
}

.detail_area .unit.reform h2,
.detail_area .unit.reform .wish li,
.detail_area .unit.reform .wish p {
  color: #96c1a5;
}

.detail_area .unit.reform .arrow .svg {
  stroke: #96c1a5;
}

@media screen and (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }

  .about_area img:nth-child(1) { width: 100%; }

  .about_area .box_small {
    margin: 20px 0 5px;
    padding: 5px 10px;
    border: solid 2px #e59690;
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  .about_area .box_small .svg {
    width: 20px;
    margin-right: 5px;
    stroke: #e59690;
    fill:#fff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:2.83px;
    position: relative;
    vertical-align: middle;
  }

  .detail_area .unit {
    width: 100%;
    margin: 20px 0 0;
    flex-direction: column;
  }
  .detail_area .unit .img {
    text-align: center;
    margin: 0;
  }
  .detail_area .unit .img img { height: 100px; }

  .detail_area .unit h2 {
    margin: 10px auto;
    text-align: center;
  }

  .detail_area .unit .arrow .svg {
    left: 50%;
    transform: translateX(-50%);
  }
}
