@charset "UTF-8";
/**
 * レスポンシブのブレイクポイント設定
 */
/*
COLORS
================================================ */
:root {
  --pink: #F279A2;
  --blue: #1B6EB1;
  --sky-blue: #56ADF0;
  --orange: #ED794D;
  --green: #008B80;
  --yellow: #FFDC5A;
  --light-blue: #F2FAFF;
  --light-green: #E4E8E5;
  --light-grey: #F7F7F7;
  --placeholder: #9B9B9B;
  --grey: #ddd;
  --navy: #2E3180;
  --black: #333;
  --white: #fff;
  --gradation-orange: linear-gradient(180deg, #EA8863, #CC5223);
  --gradation-orange_hover: linear-gradient(180deg, #ea7b52, #cd4510);
  --gradation-blue: linear-gradient(180deg, #1C96CE, #1F67AF);
  --gradation-blue_hover: linear-gradient(180deg, #0b8fcc, #0154a7);
}

/*
土地先行プラン
================================================ */
#tochisenko {
  padding-bottom: 40px;
}
@media (769px <= width) {
  #tochisenko {
    width: 900px;
    margin: 0 auto;
  }
}
#tochisenko .note {
  text-align: left;
}
@media (769px <= width) {
  #tochisenko .note {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media (width < 769px) {
  #tochisenko .note {
    margin: 8vw auto;
    font-size: 2.667vw;
    line-height: 1.7;
  }
}
#tochisenko .service-tit {
  text-align: center;
  margin: 0 auto 20px auto;
}
@media (width < 769px) {
  #tochisenko .service-tit {
    max-width: 90%;
    margin: 5% auto;
  }
}
@media (769px <= width) {
  #tochisenko .service-tit img {
    max-width: 400px;
  }
}
@media (width < 769px) {
  #tochisenko .service-tit img {
    max-width: 90%;
  }
}
#tochisenko .service-tit p {
  color: var(--blue);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#tochisenko .lead {
  line-height: 160%;
}
@media (769px <= width) {
  #tochisenko .lead {
    width: 900px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (width < 769px) {
  #tochisenko .lead {
    text-align: left;
    margin: 5%;
  }
}
#tochisenko .lead strong {
  color: var(--orange);
}
#tochisenko .lead .note {
  margin: 40px auto;
  text-align: left;
}
#tochisenko .features_wrap div:nth-child(1) img {
  width: 60%;
}
#tochisenko .features_wrap div:nth-child(2) img {
  width: 82%;
  margin: 15px auto;
}
#tochisenko .features_wrap div:nth-child(3) img {
  width: 60%;
  margin: 15px auto;
}
@media (769px <= width) {
  #tochisenko .tochisenko_img {
    width: 60%;
    margin: 30px auto;
  }
}
@media (width < 769px) {
  #tochisenko .tochisenko_img {
    margin: 30px 5%;
  }
}
@media (769px <= width) {
  #tochisenko .repayment {
    margin: 30px auto 60px;
    text-align: center;
  }
}
@media (width < 769px) {
  #tochisenko .repayment {
    margin: 30px 5%;
  }
}