@charset "UTF-8";

/* ====================================
 * 賃貸住宅の差別化提案
 * chintai_feature.css
 * 202309
==================================== */


/****************************************

    common

*****************************************/

body{
  min-width:1200px;
}
main{
  position:relative;
  min-width:1200px;
}
img{vertical-align:bottom;}

/* NOTE: 2020/04/08 - /assets/stylesheets/main-slim.css により border-box が初期値の世界になっているため */
main,
main * {
  box-sizing: content-box;
  vertical-align:bottom;
}
main img {
vertical-align:bottom;
}

/* NOTE: 2020/04/08 - JS による自動縮小処理をする場合は useAutoScale モディファイヤをつける */
  main.-useAutoScale {}

@media screen and (max-width:768px){
  body{
    min-width:initial;
    min-width:auto;
  }
  main{
    min-width:initial;
    min-width:auto;
  }
}

.pc_block{display:block;}
.sp_block{display:none;}
.pc_txt-block{display:inline-block;}
.sp_txt-block{display:none;}

.clearfix:after { content: ""; display: block; clear: both;}

@media screen and (max-width:768px){
  .sp_block{display:block;}
  .pc_block{display:none;}
  .sp_txt-block{display:inline-block;}
  .pc_txt-block{display:none;}
}

.inSec{
  margin:0 auto;
  max-width:1160px;
}
@media screen and (max-width:768px){
  .inSec{
    padding:0 20px;
    /* margin:0 auto; */
    max-width:initial;
    max-width:auto;
  }
}


/* 賃貸住宅の差別化提案
-------------------------------------------------- */
.chintai._feature{
  letter-spacing:0.05em;
  color:#333333;
}

.chintai._feature sup{
	font-size:0.7em;
}
.chintai._feature sup,
.chintai._feature sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
		margin: 0 0.1em;
}
 
.chintai._feature sup {
    bottom: 0.6em;
}
 
.chintai._feature sub {
    bottom: 0;
}

.chintai._feature .area-content > div{
  padding:25px 0 75px;
}

@media screen and (max-width:768px){
  .chintai._feature .area-content > div{
    padding:0;
    margin: 0;
  }
}

.chintai._feature .area-content a.arrow{
  position: relative;
  color:#fff;
  transition: 0.3s ease;
}

.chintai._feature .area-content a.arrow::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	vertical-align: middle;
	margin: auto;
  transition: 0.3s ease;
}

.chintai._feature .area-content a.arrow:hover{
  color:#DB0047;
}

.chintai._feature .area-content .button_l a.arrow{
  border: 1px solid rgba(255,255,255,0.5);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 0;
  display: block;
}
.chintai._feature .area-content .button_l a.arrow::after{
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #DB0047;
  border-right: 3px solid #DB0047;
}
.chintai._feature .area-content .button_l a.arrow:hover{
  background-color: #fff;
}
.chintai._feature .area-content .button_l a.arrow:hover::after{
  right: 17px;
}
@media screen and (max-width:768px){
  .chintai._feature .area-content .button_l a.arrow{
    font-size: 0.875rem;
  }
}
.chintai._feature .area-heading._newheader{
    margin-bottom:0;
}

.chintai._feature .area-content{
    background-color: #E8EAE7;
}

/*  .header
-------------------------------------------------- */
.chintai._feature .area-content .header{
    padding: 90px 0;
}
.chintai._feature .area-content .header .inSec{
    padding: 0;
}
.chintai._feature .area-content .header p{
    text-align: center;
    color:#0B2232;
}
.chintai._feature .area-content .header .lead{
    font-size: 2.5rem;
    line-height:1.8;
    font-family: 'Noto Serif JP', serif;
}
.chintai._feature .area-content .header .txt{
    margin-top: 1.5em;
    font-size: 1.5625rem;
}

@media screen and (max-width:768px){
    .chintai._feature .area-content .header{
        padding: 5.3333333% 0;
        margin: 0;
    }
    .chintai._feature .area-content .header .lead{
        font-size: 1.0625rem;
    }
    .chintai._feature .area-content .header .txt{
        font-size: 0.875rem;
        margin-top: 0.5em;
    }
    
}

/*  .feature
-------------------------------------------------- */
.chintai._feature .area-content .feature{
    background-color: #14375B;
    color:#fff;
    margin-top: 100px;
    padding: 0;
}
.chintai._feature .area-content .feature:first-child{
    margin-top: 0;
}

.chintai._feature .area-content .feature .cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chintai._feature .area-content .feature:nth-child(odd) .cont{
    flex-direction: row-reverse;
}

.chintai._feature .area-content .feature .cont .cont-flex{
    padding: 20px 0;
    width: 480px;
}

.chintai._feature .area-content .feature .cont .cont-flex:last-child{
    padding: 0;
    width: 623px;
}

.chintai._feature .area-content .feature h3{
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
}

.chintai._feature .area-content .feature h3 span{
    font-size: 1.125rem;
    vertical-align: baseline;
}

.chintai._feature .area-content .feature .lead{
    font-size: 1.375rem;
    line-height:1.8;
    font-family: 'Noto Serif JP', serif;
    margin-top:0.6em;
    letter-spacing: 0;
}

.chintai._feature .area-content .feature .txt{
    font-size: 1rem;
    line-height:1.8;
    margin-top:1.2em;
    font-weight: 300;
}

.chintai._feature .area-content .feature .notes{
    font-size: 0.8125rem;
    margin-top: 0.25em;
    font-weight: 300;
}

.chintai._feature .area-content .feature .button{
    margin-top:1.4em;
    width: 15em;
}

.chintai._feature .area-content .feature figure img{
    max-width: none;
    transform: translate(0, -37px);
    box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.35);
}
.chintai._feature .area-content .feature .logo{
    position: relative;
}
.chintai._feature .area-content .feature .logo img{
    position: absolute;
    top:0;
    right:0;
    transform: translate(0, -37px);
}

.chintai._feature .area-content #design .logo img{
    width: calc(165.2533% / 623 * 100);
    margin-top: calc(57.5263% / 623 * -100);
    margin-right: calc(44.7774% / 623 * -100);
}

.chintai._feature .area-content #garage .logo img{
    width: calc(142.123% / 623 * 100);
    margin-top: calc(50.6846% / 623 * -100);
    margin-right: calc(41.8732% / 623 * -100);
}

.chintai._feature .area-content #energy{
    margin-top: 0;
}
.chintai._feature .area-content #energy .logo img{
    width: calc(153.8955% / 623 * 100);
    margin-top: calc(60.4713% / 623 * -100);
    margin-right: calc(40.8% / 623 * -100);
}

.chintai._feature .area-content #resilience .logo img{
    width: calc(306.8979% / 623 * 100);
    margin-top: calc(53.0447% / 623 * -100);
    margin-right: calc(31.9741% / 623 * -100);
}

@media screen and (max-width:768px){
    .chintai._feature .area-content .feature{
        margin-top: 15.73333%;
    }
    .chintai._feature .area-content .feature .inSec{
        padding:0;
    }
    
    .chintai._feature .area-content .feature .cont{
        display: block;
    }
    
    .chintai._feature .area-content .feature .cont .cont-flex{
        padding: 2em 0 0;
        width: auto;
        margin-left:16.66667%;
        margin-right:15.46667%;
        position: relative;
    }
    
    .chintai._feature .area-content .feature .cont .cont-flex:last-child{
        width: auto;
        margin-right:0;
    }
    .chintai._feature .area-content .feature .cont .cont-flex:last-child{
        padding: 0;
    }
    
    .chintai._feature .area-content .feature:nth-child(odd) .cont .cont-flex{
        width: auto;
        margin-right:15.46667%;
        margin-left:16.66667%;
    }
    
    .chintai._feature .area-content .feature:nth-child(odd) .cont .cont-flex:last-child{
        width: auto;
        margin-left:0;
    }
    
    .chintai._feature .area-content .feature h3{
        font-size: 1.0625rem;
        letter-spacing: 0.05em;
        line-height: 1.2
    }
    
    .chintai._feature .area-content .feature h3 span{
        font-size: 0.6875rem;
    }
    
    .chintai._feature .area-content .feature .lead{
        font-size: 0.875rem;
        margin-top:0.9em;
    }
    
    .chintai._feature .area-content .feature .txt{
        font-size: 0.8125rem;
        margin-top:1.2em;
    }
    
    .chintai._feature .area-content .feature .notes{
        font-size: 0.75rem;
        text-indent: -2em;
        margin-left: 2em;
    }
    
    .chintai._feature .area-content .feature .button{
        margin-top:1.4em;
        width: 15em;
    }
    
    .chintai._feature .area-content .feature figure{
        margin-top: -2.5%;
    }
    
    .chintai._feature .area-content .feature figure img{
        max-width: none;
        width: 100%;
        transform: translate(0, 30px);
        box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.35);
    }
    .chintai._feature .area-content .feature .logo{
        position: static;
    }
    .chintai._feature .area-content .feature .logo img{
        position: absolute;
        top:0;
        right:auto;
        left:0;
        transform: translate(0,30px);
    }
    
    .chintai._feature .area-content #design .logo img,
    .chintai._feature .area-content #resilience .logo img{
        right:0;
        left:auto;
    }
    
    .chintai._feature .area-content #energy{
        padding-bottom: 2em;
        margin-bottom:7.866665%;
    }
    
    .chintai._feature .area-content #energy .button {
        margin-top: 17%;
        margin-left:16.66667%;
        width: 12em;
    }
   
    .chintai._feature .area-content #design .logo img{
        width: calc(165.2533% / 623 * 100);
        margin-top: calc(26.841% / 623 * -100);
        margin-right: calc(75.9703% / 623 * -100);
    }
    
    .chintai._feature .area-content #garage .logo img{
        width: calc(142.123% / 623 * 100);
        margin-top: calc(30.6516% / 623 * -100);
        margin-left: calc(67.7485% / 623 * -100);
    }
    
    .chintai._feature .area-content #energy{
        margin-top: 0;
    }
    .chintai._feature .area-content #energy .logo img{
        width: calc(153.8955% / 623 * 100);
        margin-top: calc(18.6904% / 623 * -100);
        margin-left: calc(71.7429% / 623 * -100);
    }
    
    .chintai._feature .area-content #resilience .logo img{
        width: calc(306.8979% / 623 * 100);
        margin-top: calc(20.1874% / 623 * -100);
        margin-right: calc(71.7429% / 623 * -100);
    }
}

/*  .return
-------------------------------------------------- */

.chintai._feature .area-content .return{
    background-color: #fff;
    padding: 60px 0;
}
.chintai._feature .area-content .return .btn_detail{
  margin:0 auto;
  width:490px;
}
.chintai._feature .area-content .return .btn_detail a{
  position:relative;
  display:block;
  padding:15px 0;
  color:#4a4a4a;
  font-weight:600;
  text-align:center;
  letter-spacing:0.05em;
  text-decoration:none;
  border:1px solid #d2d2c2;
  box-shadow:0 5px 0 0 #d2d2c2;
}
.chintai._feature .area-content .return .btn_detail a:hover{
  top:5px;
  box-shadow:none;
}

@media screen and (max-width:768px){
    .chintai._feature .area-content .return{
        margin: 60px 0 0;
        padding-left: 15.46667%;
        padding-right: 15.46667%;
    }
    .chintai._feature .area-content .return .inSec{
        margin: 0;
        padding: 0;
    }
    .chintai._feature .area-content .return .btn_detail{
      width:auto;
    }
}
