@charset 'UTF-8';
/*************
/* LP用
*************/
/* 基本設定 */
#lp-main {
  width: 100%;
}
#lp-main img {
  max-width: 100%;
  height: auto;
}
#lp-main a img {
  transition: .3s;
}
#lp-main a:hover img {
  opacity: 0.6;
}
.lp_pan {
  padding-top: 80px; /* headerの高さ分padding */
}
@media screen and (min-width: 1001px) {
  .lp_pan {
    padding-top: 100px; /* headerの高さ分padding */
  }
}
/* header */
.lp_head {
  background-image: url("../images/page/lp_headsp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 300px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .lp_head {
    background-image: url("../images/page/lp_headpc.jpg");
    margin-bottom: 8rem;
  }
}
/* LP基本フォント */
h1.lp_h1 {
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  clear: both;
}
h1.lp_h1:after {
  content: '';
  width: 120px;
  height: 2px;
  background-color: #8ec31f;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 1rem;
}
h2.lp_h2 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-left: 5px solid #8ec31f;
  background-color: #1a1a1a;
  padding: 0.8rem;
  font-weight: bold;
  color: #fff;
}
h3.lp_h3 {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0.8rem 1.2rem;
  background: #1a1a1a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
h3.lp_h3:after {
  position: absolute;
  bottom: -15px;
  left: 10%;
  z-index: 90;
  margin-left: -15px;
  border-top: 15px solid #1a1a1a;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  content: "";
}
h4.lp_h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
  border-bottom: solid 3px #1a1a1a;
  padding: 0.8rem 1.2rem;
  position: relative;
}
h4.lp_h4::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #8ec31f;
  width: 80px;
  height: 3px;
}
@media screen and (min-width: 1200px) {
  h1.lp_h1 {
    font-size: 1.6rem;
  }
}
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
#page-main a:hover img {
  opacity: 0.6;
}
#page-main .wp_social_bookmarking_light {
  max-width: 1170px;
  padding: 0 15px !important;
  margin: 0 auto !important;
}
/* クラス */
.page-bgimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 50px;
}
.page-bgimg-w {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 50px;
  color: #fff;
}
.page-bgimg-pc {
  position: relative;
  width: 100%;
}
.bg-pc {
  width: 100%;
  position: absolute;
  height: 100%;
}
.bg-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-main .bg-pc img {
  height: 100%;
}
.bg-pc-text {
  position: relative;
  padding: 60px 0 50px;
}
.bg-pc-text-w {
  position: relative;
  padding: 60px 0 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bg-pc {
    position: relative;
    height: auto;
  }
  #page-main .bg-pc img {
    height: auto;
  }
  .bg-pc-text {
    position: relative;
    padding: 30px 0 0px;
  }
  .bg-pc-text-w {
    color: #222;
    padding: 30px 0 0px;
  }
}
/**********************
/* 施主様向けサポート
**********************/
#page-main h2.support_main_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .2rem;
  line-height: 3.5;
  text-align: center;
  margin-bottom: 2.5rem;
}
#page-main h2.support_main_ttl span {
  display: block;
  font-family: "A1明朝", ",A1 Mincho", serif;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
}
.support_sub {
  font-size: 1.1rem;
  font-family: "A1明朝", ",A1 Mincho", serif;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .support_sub {
    font-size: 1.3rem;
  }
}
/* 建てる前から… */
/* 品質検査 */
.support_wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
}
#page-main h3.support_h3_1 {
  font-size: 1.4rem;
  font-family: "A1明朝", ",A1 Mincho", serif;
  text-align: center;
  line-height: 1.7;
  background-color: #eee;
  padding: 2rem;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
#page-main h3.support_h3_2 {
  margin-bottom: 2rem;
  line-height: 4;
}
#page-main h3.support_h3_2 span {
  font-family: "A1明朝", ",A1 Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  display: block;
}
.quality_main {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.quality_main span {
  color: #be401c;
}
.quality_list1 {
  width: 100%;
  margin-left: 17px;
}
.quality_list1 li {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.quality_list1 li:last-child {
  margin-bottom: 0;
}
.quality_list1 li span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .support_wrap {}
}
@media screen and (min-width: 992px) {
  .support_wrap {
    max-width: 885px;
  }
  #page-main h3.support_h3_1 {
    font-size: 1.5rem;
    margin-bottom: 5rem;
    margin-top: 6rem;
  }
  #page-main h3.support_h3_2 {
    margin-bottom: 2.5rem;
  }
  #page-main h3.support_h3_2 span {
    font-size: 3rem;
  }
  .quality_main {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .support_wrap {
    max-width: 75%;
    margin-bottom: 8rem;
  }
}
/* 背景画像イラスト */
.support_img_bk {
  background-image: url("../images/page/support_img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding: 5%;
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.support_w-box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.support_copy {
  font-family: "A1明朝", ",A1 Mincho", serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #626262;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .support_img_bk {
    padding: 0 50% 0 0;
  }
  .support_w-box {
    padding: 10%;
  }
  .support_copy {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .support_img_bk {
    padding: 2%;
  }
  .support_w-box {
    padding: 2%;
  }
  .support_copy {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .support_img_bk {
    padding: 3% 10%;
    margin-top: 7rem;
    margin-bottom: 9rem;
  }
  .support_copy {
    font-size: 1.7rem;
  }
}
/* sticky */
.ray_sticky {
  width: 100%;
}
.rays_po {
  padding: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .ray_sticky {
    display: flex;
    align-items: flex-start;
  }
  .rays_po {
    width: 50%;
    position: sticky;
    top: 150px;
    padding-right: 5%;
  }
  .rays_con {
    width: 50%;
    padding-left: 5%;
  }
  .rays_po.order-md-2 {
    padding-right: 0;
    padding-left: 5%;
  }
  .rays_con.order-md-1 {
    padding-right: 5%;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .rays_po {
    top: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .rays_po {
    top: 200px;
    width: 40%;
  }
  .rays_con {
    width: 60%;
  }
}
/* card */
.card01 {
  border: 1px solid #be401c;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}
.card01_header {
  background-color: #be401c;
  color: #fff;
  font-size: 1.2rem;
  padding: 4% 5%;
  border-radius: 7px 7px 0 0;
}
.card01_con {
  padding: 5%;
}
.card01_img img {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}
/* 定期点検サポートシステム */
/* card */
.card02 {
  border: 1px solid #a0a0a0;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}
.card02_header {
  background-color: #a0a0a0;
  color: #fff;
  font-size: 1.2rem;
  padding: 4% 5%;
  border-radius: 7px 7px 0 0;
}
.card02_con {
  padding: 5%;
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}
.b_bottom {
  border-bottom: 1px solid #a0a0a0;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .card02_header {
    padding: 2% 3%;
  }
}
/* 短期保証 */
/* card */
.card03 {
  border: 1px solid #222;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}
.card03_header {
  background-color: #222;
  color: #fff;
  font-size: 1.2rem;
  padding: 4% 5%;
  border-radius: 7px 7px 0 0;
}
.card03_con {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}
.card03_con img {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}
.pc-on {
  display: none;
}
.sp-on {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
  .sp-on {
    display: none;
  }
}
/*家づくりの進め方*/
.flow_point {
  display: inline-block;
  background: rgba(190, 64, 28, 1);
  padding: 0.4rem 1.2rem;
  color: #fff;
}
/*性能とコスト*/
@media screen and (max-width: 576px) {
  .sp-scroll {
    overflow: scroll;
  }
  .sp-scroll img {
    max-width: 850px;
    overflow: scroll;
  }
}
.spec-header {
  position: relative;
  margin-bottom: 2rem;
}
.spec-header.topm {
  margin-top: 5rem;
}
.spec-header .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
.row .spec-header .img img {
  border-radius: 10px;
  aspect-ratio: 1 / 0.35;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .spec-header .inner h2 {
  font-size: 1.5rem;
  position: absolute;
  margin-bottom: 0;
  clear: both;
  background-image: unset;
  border-left: none;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0;
}
#main .spec-header .inner h2 span {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.8rem;
}
ul.spec-link-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
ul.spec-link-ul li.page-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 577px) {
  .row .spec-header .img img {
    aspect-ratio: 1 / 0.2;
  }
}
@media screen and (min-width: 768px) {
  ul.spec-link-ul li.page-area {
    width: calc(33.33% - 0.25rem);
  }
  ul.spec-link-ul {
    margin-bottom: 4rem;
  }
  .spec-header.topm {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main .spec-header .inner h2 span {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  #main .spec-header .inner h2 {
    font-size: 2.2rem;
  }
  .spec-header {
    margin-bottom: 3rem;
  }
  ul.spec-link-ul {
    margin: 0 -0.5rem 5rem;
    justify-content: flex-start;
  }
  ul.spec-link-ul li.page-area {
    width: 16.66%;
    padding: 0 0.5rem 0.5rem;
  }
  ul.spec-link-ul.hosyo-link-ul li.page-area {
    width: 33.33%;
  }
  .spec-header.topm {
    margin-top: 8rem;
  }
}
/***************************************
工事費内訳と資金シミュレーション
***************************************/
.pgspec_plan_wrap01 {
  margin-bottom: 5rem;
}
.pgspec_plan_head {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.pgspec_plan_3col {
  margin-bottom: 2rem;
}
.pgspec_plan_3col > ul > li {
  list-style: none;
  border: 1px solid #ddd;
  background: #eee;
  padding: 1rem 1rem 0.5rem;
  margin-bottom: 1rem;
}
.pgspec_plan_3col > ul > li:last-child {
  margin-bottom: 0;
}
.pgspec_plan_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pgspec_plan_type {
  font-size: 1.2rem;
  font-weight: 700;
  width: 50%;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.pgspec_plan_right {
  width: 50%;
}
.pgspec_plan_price {
  font-size: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}
.pgspec_plan_tsubo {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgspec_plan_3col > ul {
    display: flex;
    gap: 3%;
  }
  .pgspec_plan_3col > ul > li {
    width: calc((100% - 6%) / 3);
    margin-bottom: 0;
  }
  .pgspec_plan_type {
    font-size: 1rem;
  }
  .pgspec_plan_price {
    font-size: 1rem;
  }
  .pgspec_plan_tsubo {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .pgspec_plan_type {
    font-size: 1.2rem;
  }
  .pgspec_plan_price {
    font-size: 1.2rem;
  }
  .pgspec_plan_tsubo {
    font-size: 1rem;
  }
}
/***************************************

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