@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 */
  }
}
/*************
/* 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;
}*/
/* responsible */
.sp-none {
  display: block;
}
.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
/* margin */
.res_mb {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
  .res_mb {
    margin-bottom: 8rem;
  }
}
/***************************************
会社概要
***************************************/
.pgcom_top_outer {
  margin-top: -3rem;
  background-color: #F0F1F4;
}
.pgcom_top_block {
  background-color: #fff;
  padding: 3rem 0 5rem;
}
.pgcom_top_item {
  width: 87%;
  margin: 0 auto;
  /*  max-width: 1200px;*/
}
.pgcom_top_unit01 {
  margin-bottom: 2.4rem;
}
.pgcom_top_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pgcom_top_title {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
}
.pgcom_top_txt {
  line-height: 1.75;
  letter-spacing: 0;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.pgcom_top_company {
  text-align: right;
  margin-top: 3.5rem;
  margin-bottom: 0.5rem;
}
.pgcom_top_name span {
  font-size: 1rem;
  margin-right: 12px;
}
.pgcom_top_name {
  font-size: 1.42rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .pgcom_top_outer {
    margin-top: -2rem;
  }
  .pgcom_top_block {
    padding: 3rem 0 6.5rem;
  }
  .pgcom_top_item {
    display: flex;
  }
  .pgcom_top_unit01 {
    width: 40%;
    margin-bottom: 0;
  }
  .pgcom_top_unit02 {
    /*  width: 60%;
    padding-left: 7%;*/
    width: 82%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .pgcom_top_outer {
    margin-top: -6.5rem;
    padding: 3rem 0;
  }
  .pgcom_top_block {
    padding: 7rem 0;
    width: 92.8%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_top_outer {
    margin-top: -7.4rem;
    padding: 0 0 7rem;
  }
  .pgcom_top_block {
    padding: 8.8rem 0;
  }
  .pgcom_top_item {
    width: 74%;
  }
  .pgcom_top_unit01 {
    width: 41.5%;
  }
  /*  .pgcom_top_unit02 {
    width: 58.5%;
    padding-top: 1.2rem;
    padding-left: 7.8%;
  }*/
  .pgcom_top_title {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 2.3rem;
  }
  .pgcom_top_txt {
    margin-bottom: 1.6rem;
  }
  .pgcom_top_company {
    margin-top: 5.8rem;
  }
  .pgcom_top_name span {
    font-size: 1rem;
    margin-right: 12px;
  }
  .pgcom_top_name {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgcom_top_item {
    padding-left: 2%;
  }
  .pgcom_top_unit02 {
    /* padding-left: 11.8%;*/
    width: 65.5%;
  }
}
@media screen and (min-width: 1700px) {
  .pgcom_top_item {
    align-items: center;
  }
}
/*||会社概要-table||*/
.pgcom_ove_outer {
  background-color: #F0F1F4;
  padding: 5rem 0 5.5rem;
  margin-bottom: 5.5rem;
}
.pgcom_ove_block {
  width: 87%;
  margin: 0 auto;
}
.pgcom_ove_table {
  background-color: #fff;
  padding: 2rem 6.5% 4.5rem;
}
.pgcom_ove_table tr {
  font-size: 0.875rem;
  display: flex;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  padding: 1.5rem 0;
}
.pgcom_ove_table th {
  width: 25%;
  font-weight: 200;
}
.pgcom_ove_table td {
  width: 75%;
}
.pgcom_ove_table_number{
    color: #000;
}
.pgcom_ove_table_number:hover{
    color: #000;
}
.pgcom_ove_list_txt {
  color: #0066CC;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .pgcom_ove_outer {
    padding: 6rem 0 6.5rem;
    margin-bottom: 6.5rem;
  }
  .pgcom_ove_table {
    width: 87%;
    margin: 0 auto;
    padding: 2rem 6.5% 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_ove_outer {
    padding: 1.3rem 0 8.7rem;
    margin-bottom: 8.5rem;
  }
  .pgcom_ove_block {
    width: 85.5%;
  }
  .pgcom_ove_table {
    width: 84.5%;
    padding: 4.6rem 10.5% 8.8rem;
  }
  .pgcom_ove_table tr {
    font-size: 1rem;
    line-height: 1.75;
    padding: 2.45rem 0 2.1rem;
  }
  .pgcom_ove_table th {
    width: 17.5%;
  }
  .pgcom_ove_table td {
    width: 82.5%;
  }
}
/*||アクセスマップ||*/
.pgcom_acc_block {
  width: 87%;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 1200px) {
  .pgcom_acc_block {
    width: 85.5%;
    margin-bottom: 8.8rem;
  }
  .pgcom_acc_map .youtube {
    padding-top: 44.25%;
  }
}
/***************************************
スタッフ紹介
***************************************/
.pgstaff_block {
  width: 87%;
  margin: 0 auto 6rem;
}
.pgstaff_block > ul > li {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 5.5rem;
}
.pgstaff_block > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.pgstaff_type {
  font-size: 1.57rem;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
.pgstaff_col_list > ul > li {
  margin-bottom: 3rem;
}
.pgstaff_col_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgstaff_col_img {
  margin-bottom: 1.5rem;
}
.pgstaff_col_name span {
  display: block;
  font-size: 0.928rem;
  line-height: 1;
  color: #969696;
  margin-bottom: 0.5rem;
}
.pgstaff_col_name {
  font-size: 1.42rem;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
.pgstaff_col_txt {
  font-size: 0.928rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pgstaff_block {
    margin: 0 auto 7rem;
  }
  .pgstaff_col_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
  .pgstaff_col_list > ul > li {
    width: calc((100% - 5%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .pgstaff_block > ul > li {
    padding-bottom: 3rem;
    margin-bottom: 6rem;
  }
  .pgstaff_col_list > ul > li {
    width: calc((100% - 10%) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .pgstaff_block {
    width: 72%;
    margin-top: -0.5rem;
  }
  .pgstaff_block > ul > li {
    padding-bottom: 2rem;
    margin-bottom: 6.5rem;
  }
  .pgstaff_type {
    font-size: 1.75rem;
    margin-bottom: 2.4rem;
  }
  .pgstaff_col_img {
    margin-bottom: 1.85rem;
  }
  .pgstaff_col_name span {
    font-size: 0.875rem;
  }
  .pgstaff_col_name {
    font-size: 1.4375rem;
    margin-bottom: 1.1rem;
  }
  .pgstaff_col_txt {
    font-size: 0.875rem;
  }
}
/*||サービス内容||*/
.pgstaff_back_white {
  background-color: #fff;
  padding: 5rem 0 6rem;
  margin-bottom: -6rem;
}
@media screen and (min-width: 768px) {
  .pgstaff_back_white {
    padding: 7rem 0 7rem;
    margin-bottom: -7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgstaff_back_white {
    padding: 8.3rem 0 8.9rem;
    margin-bottom: -7.8rem;
  }
}
.pgstaff_ser_block {
  width: 87%;
  margin: 0 auto 6rem;
}
.pgstaff_ser_col .pgstaff_ser_item:first-child {
  margin-bottom: 2.4rem;
}
.pgstaff_ser_item {
  display: block;
  position: relative;
}
.pgstaff_ser_img {
  position: relative;
  z-index: 0;
}
.pgstaff_ser_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
}
a:hover .pgstaff_ser_img::before {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.pgstaff_ser_title span {
  font-size: 0.857rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.6rem;
}
.pgstaff_ser_title {
  font-size: 1.214rem;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pgstaff_ser_block {
    margin-bottom: 7.5rem;
  }
  .pgstaff_ser_col {
    display: flex;
    gap: 3%;
  }
  .pgstaff_ser_item {
    width: calc((100% - 3%) / 2);
  }
  .pgstaff_ser_col .pgstaff_ser_item:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgstaff_ser_block {
    width: 72%;
    margin-bottom: 8.6rem;
  }
  .pgstaff_ser_title span {
    font-size: 0.875rem;
  }
  .pgstaff_ser_title {
    font-size: 1.25rem;
    top: 48%;
  }
}
/*||pgstaff_model_block||*/
.pgstaff_model_block .model_container {
  margin-bottom: 0;
}
/***************************************
モデルハウス
***************************************/
@media screen and (min-width: 1200px) {
  .pg_model_container {
    margin-bottom: 8.7rem;
  }
}
.pgmod_top_block {
  width: 87%;
  margin: 0 auto 4rem;
}
.pgmod_top_title {
  font-size: 1.57rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2rem;
}
.pgmod_top_txt {
  letter-spacing: 0.05em;
  text-align: center;
}
.pgmod_top_txt_last {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 992px) {
  .pgmod_top_block {
    margin-bottom: 6rem;
  }
  .pgmod_top_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgmod_top_block {
    margin-bottom: 7.8rem;
  }
  .pgmod_top_title {
    font-size: 1.75rem;
    margin-bottom: 3.1rem;
  }
  .pgmod_top_txt {
    line-height: 1.75;
    margin-bottom: 1.7rem;
  }
  .pgmod_top_txt_last {
    margin-bottom: 4.8rem;
  }
}
/***************************************
固定ページ-ボタン共通
***************************************/
.page_btn_center .page_btn {
  margin: 0 auto;
}
.page_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 55px;
  border-radius: 45px;
}
.page_btn_green {
  color: #fff;
  background-color: #3a6432;
  border: 1px solid rgba(58, 100, 50, 0.5);
  transition: all 0.5s;
  position: relative;
}
.page_btn_green:hover {
  color: #3a6432;
  background-color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .page_btn {
    width: 300px;
    height: 60px;
  }
}
/*||こんな方におすすめ||*/
.pgmod_rec_outer {
  padding-bottom: 4rem;
  margin-bottom: 5.7rem;
  position: relative;
  z-index: 0;
}
.pgmod_rec_outer::before {
  content: "";
  display: block;
  width: 100%;
  height: 97.8%;
  background-color: #fafafa;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pgmod_rec_block {
  width: 77%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.pgmod_rec_unit01 {
  width: 20%;
}
.pgmod_rec_head {
  font-size: 1.42rem;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  display: inline-block;
}
.pgmod_rec_unit02 {
  padding-top: 4.6rem;
  width: 80%;
}
.pgmod_rec_unit02_left {
  margin-bottom: 2rem;
}
.pgmod_rec_unit02_left img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pgmod_rec_txt {
  letter-spacing: 0;
  display: flex;
  align-items: center;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 0.5rem;
}
.pgmod_rec_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 0.6rem;
}
.pgmod_rec_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .pgmod_rec_outer {
    padding-bottom: 5rem;
    margin-bottom: 6.7rem;
  }
  .pgmod_rec_unit01 {
    width: 15%;
  }
  .pgmod_rec_unit02 {
    padding-top: 5.6rem;
    width: 85%;
    display: flex;
  }
  .pgmod_rec_unit02_left {
    width: 45%;
    margin-bottom: 0;
  }
  .pgmod_rec_unit02_right {
    width: 55%;
    padding-left: 6.8%;
  }
}
@media screen and (min-width: 992px) {
  .pgmod_rec_unit01 {
    width: 10%;
  }
  .pgmod_rec_unit02 {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .pgmod_rec_outer {
    padding-bottom: 6rem;
    margin-bottom: 8.6rem;
  }
  .pgmod_rec_outer::before {
    height: 97%;
    width: 92.8%;
  }
  .pgmod_rec_block {
    width: 72.2%;
  }
  .pgmod_rec_unit01 {
    width: 11.5%;
  }
  .pgmod_rec_head {
    font-size: 1.75rem;
  }
  .pgmod_rec_unit02 {
    padding-top: 7.2rem;
    width: 88.5%;
  }
  .pgmod_rec_unit02_left {
    width: 35%;
    margin-bottom: 0;
  }
  .pgmod_rec_unit02_right {
    width: 65%;
    padding-left: 10.8%;
    padding-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgmod_rec_unit02 {
    padding-top: 7.2rem;
    width: 88.5%;
    align-items: center;
  }
  .pgmod_rec_unit02_right {
    padding-left: 6.8%;
  }
  .pgmod_rec_unit02_right > ul > li {
    border-bottom: 1px solid rgba(180, 180, 180, 0.25);
    padding-bottom: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .pgmod_rec_unit02_right > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .pgmod_rec_item {
    display: flex;
  }
  .pgmod_rec_item .pgmod_rec_txt:first-child {
    margin-right: 3.2rem;
  }
  .pgmod_rec_txt {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .pgmod_rec_icon {
    width: 25px;
    height: 25px;
  }
}
/*||モデルハウスの見どころ||*/
.pgmod_point_block {
  margin-bottom: 6rem;
}
.pgmod_point_list {
  width: 87%;
  margin: 0 auto;
}
.pgmod_point_list > ul > li {
  margin-bottom: 3rem;
}
.pgmod_point_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgmod_point_img {
  margin-bottom: 1.5rem;
}
.pgmod_point_txt {
  font-size: 1.14rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgmod_point_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
  .pgmod_point_list > ul > li {
    width: calc((100% - 5%) / 2);
    margin-bottom: 3.6rem;
  }
  .pgmod_point_list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgmod_point_block {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgmod_point_block {
    margin-bottom: 8.8rem;
  }
  .pgmod_point_list {
    width: 72%;
  }
  .pgmod_point_img {
    margin-bottom: 1.6rem;
  }
  .pgmod_point_txt {
    font-size: 1.125rem;
  }
}
/*||間取り||*/
.pgmod_floor_outer {
  background-color: #F0F1F4;
  padding: 5rem 0 6rem;
  margin-bottom: 6rem;
}
.pgmod_floor_block {
  width: 87%;
  margin: 0 auto;
}
.pgmod_floor_heading {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 3rem;
}
.pgmod_floor_list {
  margin-bottom: 4rem;
}
.pgmod_floor_list > ul > li {
  margin-bottom: 3rem;
}
.pgmod_floor_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgmod_floor_img {
  margin-bottom: 1.3rem;
}
.pgmod_floor_title {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgmod_floor_outer {
    padding: 6rem 0 7rem;
    margin-bottom: 7rem;
  }
  .pgmod_floor_block .section_title_box {
    margin-bottom: 2.5rem;
  }
  .pgmod_floor_list > ul {
    display: flex;
    gap: 4%;
  }
  .pgmod_floor_list > ul > li {
    width: calc((100% - 8%) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgmod_floor_outer {
    padding: 8.5rem 0 8.9rem;
    margin-bottom: 8.5rem;
  }
  .pgmod_floor_block {
    width: 85.5%;
  }
  .pgmod_floor_block .section_title_box {
    margin-bottom: 3rem;
  }
  .pgmod_floor_heading {
    line-height: 1.75;
    margin-bottom: 4.8rem;
  }
  .pgmod_floor_list {
    margin-bottom: 6rem;
  }
}
/*||アクセスマップ||*/
.pgmod_access_block {
  width: 87%;
  margin: 0 auto 6.5rem;
}
.pgmod_access_map .youtube {
  padding-top: 72.25%;
}
@media screen and (min-width: 768px) {
  .pgmod_access_block {
    margin-bottom: 7.5rem;
  }
  .pgmod_access_map .youtube {
    padding-top: 62.25%;
  }
}
@media screen and (min-width: 1200px) {
  .pgmod_access_block {
    width: 85.5%;
    margin-bottom: 8.4rem;
  }
  .pgmod_access_map .youtube {
    padding-top: 44.25%;
  }
}
/***************************************
商品ラインナップ
***************************************/
.pg_lineup_container {
  overflow-x: clip;
  margin-bottom: -6rem;
}
@media screen and (min-width: 768px) {
  .pg_lineup_container {
    margin-bottom: -7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_lineup_container {
    margin-top: -1rem;
    margin-bottom: -7.8rem;
  }
}
.pg_lineup_container .lineup_container {
  margin-bottom: 0;
}
.pgline_top_block {
  width: 87%;
  margin: 0 auto 5rem;
}
.pgline_top_title {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 3.5rem;
}
.pgline_top_img {
  width: 700px;
}
@media screen and (min-width: 768px) {
  .pgline_top_title {
    font-size: 1.9rem;
  }
  .pgline_top_img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .pgline_top_title {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgline_top_block {
    width: 75%;
    padding-right: 1.5rem;
    margin-bottom: 8.8rem;
  }
  .pgline_top_title {
    font-size: 2.5rem;
    margin-bottom: 5.6rem;
  }
}
/***************************************
サイエンスホーム
***************************************/
.pgLU_main_block {
  margin-top: 5.5rem;
  background-color: #F0F1F4;
  padding: 5rem 0 6rem;
  margin-bottom: 5rem;
}
.pgLU_main_inner {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.pgLU_main_list {
  width: 80%;
  margin: 0 auto 5rem;
  max-width: 960px;
}
.pgLU_main_list > ul > li {
  margin-bottom: 1rem;
}
.pgLU_main_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgLU_main_list_item {
  font-size: 0.928rem;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #3A6432;
  padding: 1rem 1rem;
  border-radius: 45px;
  display: flex;
  align-items: first baseline;
  justify-content: center;
  border: 1px solid rgba(58, 100, 50, 0.5);
  transition: all 0.5s;
}
.pgLU_main_list_item:hover {
  background-color: #fff;
  color: #3A6432;
  transition: all 0.5s;
}
.pgLU_main_list_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  position: relative;
}
.pgLU_main_list_arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s;
}
a:hover .pgLU_main_list_arrow::before {
  background-image: url("../images/arrow_green.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgLU_main_block {
    padding: 5rem 0 7rem;
    margin-bottom: 6rem;
  }
  .pgLU_main_list {
    width: 87%;
  }
  .pgLU_main_list > ul {
    display: flex;
    gap: 3%;
  }
  .pgLU_main_list > ul > li {
    width: calc((100% - 6%) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgLU_main_block {
    padding: 7.2rem 0 8.7rem;
    margin: 8.8rem auto 7.2rem;
  }
  .pgLU_main_inner .section_title_box {
    margin-bottom: 4.9rem;
  }
  .pgLU_main_list {
    margin-bottom: 8.8rem;
  }
  .pgLU_main_list_item {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    padding: 1.1rem 1rem;
  }
  .pgLU_main_list_arrow {
    margin-right: 11px;
  }
}
@media screen and (min-width: 1500px) {
  .pgLU_main_block {
    width: 85.5%;
  }
}
/*||pgsh_list_item||*/
.pgsh_list > ul > li {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 5rem;
}
.pgsh_list > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.pgsh_list_item {
  margin-bottom: 3.8rem;
  display: flex;
  flex-direction: column;
}
.pgsh_list_unit01 {
  order: 2;
}
.pgsh_list_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.pgsh_list_unit02 {
  order: 1;
  margin-bottom: 2.7rem;
}
.pgsh_list_number {
  font-size: 0.857rem;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 0.6rem;
}
.pgsh_list_number span {
  font-size: 5rem;
  display: block;
  color: #fff;
  margin-left: -1rem;
  position: relative;
  z-index: -1;
}
.pgsh_list_title {
  font-size: 1.57rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin-bottom: 1.4rem;
}
.pgsh_list_title_braket {
  margin-left: -0.8rem;
}
.pgsh_list_txt {
  font-size: 0.928rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgsh_list_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    flex-direction: row;
  }
  .pgsh_list_unit01 {
    width: 50%;
    margin-bottom: 0;
    order: inherit;
  }
  .pgsh_list > ul > li:nth-child(2n) .pgsh_list_unit01 {
    order: 2;
  }
  .pgsh_list_unit02 {
    width: 45%;
    margin-bottom: 0;
    order: inherit;
  }
  .pgsh_list > ul > li:nth-child(2n) .pgsh_list_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .pgsh_list > ul > li {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgsh_list > ul > li {
    padding-bottom: 7.2rem;
    margin-bottom: 7.5rem;
  }
  .pgsh_list_item {
    align-items: center;
    margin-bottom: 6.2rem;
  }
  .pgsh_list_unit01 {
    width: 57%;
  }
  .pgsh_list_unit02 {
    width: 35.5%;
    /*   padding-bottom: 2.5rem;*/
  }
  .pgsh_list_number {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .pgsh_list_number span {
    font-size: 5rem;
    margin-left: -1.2rem;
  }
  .pgsh_list_title {
    font-size: 1.75rem;
    line-height: 1.75;
    margin-bottom: 2rem;
  }
  .pgsh_list_title_braket {
    margin-left: -0.9rem;
  }
  .pgsh_list_txt {
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}
/*||pgsh_block_title||*/
.pgsh_block_title {
  background-color: #fff;
  font-size: 1.14rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid rgba(58, 100, 50, 1);
  margin-bottom: 1.8rem;
}
.pgsh_block_heading {
  font-size: 0.928rem;
  margin-bottom: 2.6rem;
}
.pgsh_block01_list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.pgsh_block01_list > ul > li {
  width: calc((100% - 5%) / 2);
  margin-bottom: 2rem;
}
.pgsh_block01_list > ul > li:nth-last-child(2), .pgsh_block01_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgsh_block01_img {
  margin-bottom: 1rem;
}
.pgsh_block01_txt {
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgsh_block01_list > ul {
    gap: 1.7%;
  }
  .pgsh_block01_list > ul > li {
    width: calc((100% - 6.8%) / 5);
  }
  .pgsh_block01_list > ul > li:nth-last-child(3), .pgsh_block01_list > ul > li:nth-last-child(4), .pgsh_block01_list > ul > li:nth-last-child(5) {
    margin-bottom: 0;
  }
  .pgsh_block01_img {
    margin-bottom: 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  .pgsh_block_title {
    font-size: 1.2rem;
    padding: 1.1rem 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgsh_block_title {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    padding: 1.2rem 2.3rem;
    border-left: 5px solid rgba(58, 100, 50, 1);
    margin-bottom: 2.3rem;
  }
  .pgsh_block_heading {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    margin-bottom: 3.6rem;
  }
  .pgsh_block01_list > ul > li {
    margin-bottom: 2.3rem;
  }
  .pgsh_block01_img {
    margin-bottom: 0.8rem;
  }
}
/*||pgsh_block02_5col||*/
.pgsh_block02_5col {
  margin-bottom: 4rem;
}
.pgsh_block02_5col > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pgsh_block02_5col > ul > li {
  width: 50%;
  text-align: center;
  padding: 1rem;
  border-right: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 2rem;
}
.pgsh_block02_5col > ul > li:first-child, .pgsh_block02_5col > ul > li:nth-child(3) {
  border-left: 1px solid rgba(180, 180, 180, 0.25);
}
.pgsh_block02_5col > ul > li:last-child {
  width: 60%;
  border-left: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 0;
}
.pgsh_block02_5col_title {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: #3A6432;
}
.pgsh_block02_5col_txt {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pgsh_block02_5col > ul > li {
    width: calc(100% / 3);
  }
  .pgsh_block02_5col > ul > li:nth-child(3) {
    border-left: none;
  }
  .pgsh_block02_5col > ul > li:nth-child(4) {
    border-left: 1px solid rgba(180, 180, 180, 0.25);
  }
  .pgsh_block02_5col > ul > li:last-child {
    width: calc(100% / 3);
    border-left: none;
  }
}
@media screen and (min-width: 992px) {
  .pgsh_block02_5col > ul > li {
    width: 20%;
    padding: 1rem 0.5rem;
    margin-bottom: 0;
  }
  .pgsh_block02_5col > ul > li:nth-child(4) {
    border-left: none;
  }
  .pgsh_block02_5col > ul > li:last-child {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .pgsh_block02_5col {
    margin-bottom: 6.3rem;
  }
  .pgsh_block02_5col_title {
    font-size: 1.25rem;
  }
  .pgsh_block02_5col_txt {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
/*||pgsh_block02_list||*/
.pgsh_block02_list {
  margin-top: 2.4rem;
}
.pgsh_block02_list > ul > li {
  margin-bottom: 3rem;
}
.pgsh_block02_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgsh_block02_list_img {
  margin-bottom: 1.6rem;
}
.pgsh_block02_list_title {
  font-size: 1.214rem;
  margin-bottom: 1rem;
}
.pgsh_block02_list_txt {
  font-size: 0.928rem;
}
@media screen and (min-width: 768px) {
  .pgsh_block02_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .pgsh_block02_list > ul > li {
    width: calc((100% - 4%) / 2);
  }
  .pgsh_block02_list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgsh_block02_list > ul {
    gap: 3%;
  }
  .pgsh_block02_list > ul > li {
    width: calc((100% - 6%) / 3);
    margin-bottom: 2.9rem;
  }
  .pgsh_block02_list > ul > li:nth-last-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgsh_block02_list {
    margin-top: 2.6rem;
  }
  .pgsh_block02_list_img {
    margin-bottom: 1.7rem;
  }
  .pgsh_block02_list_title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.35rem;
  }
  .pgsh_block02_list_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}
/*||pgsh_block03_list||*/
.pgsh_block03_list {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
.pgsh_block03_list > ul > li {
  margin-bottom: 3rem;
}
.pgsh_block03_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgsh_block03_list_img {
  margin-bottom: 1.5rem;
}
.pgsh_block03_list_title span {
  font-size: 0.928rem;
  display: block;
}
.pgsh_block03_list_title {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgsh_block03_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .pgsh_block03_list > ul > li {
    width: calc((100% - 4%) / 2);
  }
  .pgsh_block03_list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgsh_block03_list > ul {
    gap: 3%;
  }
  .pgsh_block03_list > ul > li {
    width: calc((100% - 6%) / 3);
    margin-bottom: 3rem;
  }
  .pgsh_block03_list > ul > li:nth-last-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgsh_block03_list {
    margin-top: 2.6rem;
    margin-bottom: 6.2rem;
  }
  .pgsh_block03_list_img {
    margin-bottom: 1.4rem;
  }
  .pgsh_block03_list_title span {
    font-size: 0.9375rem;
    margin-bottom: 0.4rem;
  }
  .pgsh_block03_list_title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
}
/*||pgsh_block03_6col||*/
.pgsh_block03_6col > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.pgsh_block03_6col > ul > li {
  width: calc((100% - 4%) / 2);
  margin-bottom: 2rem;
}
.pgsh_block03_6col > ul > li:nth-last-child(2), .pgsh_block03_6col > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgsh_block03_6col > ul > li {
    width: calc((100% - 8%) / 3);
  }
  .pgsh_block03_6col > ul > li:nth-last-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgsh_block03_6col > ul {
    gap: 1.5%;
  }
  .pgsh_block03_6col > ul > li {
    width: calc((100% - 7.5%) / 6);
    margin-bottom: 0;
  }
}
/*||pgLU_main_slider_block||*/
.pgLU_main_slider_block {
  margin-bottom: 9rem;
}
.pgLU_main_slider_img {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pgLU_main_slider_block {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgLU_main_slider_block {
    margin-bottom: 12.3rem;
  }
  .pgLU_main_slider_block .section_title_box {
    margin-bottom: 5rem;
  }
  .pgLU_main_slider_img {
    width: 95%;
  }
}
.pgLU_main_slider {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
/*||スリック-ドット||*/
.pgLU_main_slider .slick-dots {
  top: auto;
  bottom: -3.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
.pgLU_main_slider .slick-dots li {
  margin: 0px;
}
.pgLU_main_slider .slick-dots li button::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: #B4B4B4;
  background-color: #B4B4B4;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pgLU_main_slider .slick-dots .slick-active button::before {
  width: 6px;
  height: 6px;
  background-color: #3A6432;
  color: #3A6432;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .pgLU_main_slider .slick-dots {
    bottom: -4rem;
  }
  .pgLU_main_slider .slick-dots li {
    margin: 0px 0px;
  }
  .pgLU_main_slider .slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
  .pgLU_main_slider .slick-dots .slick-active button::before {
    width: 8.5px;
    height: 8.5px;
  }
}
/*||スリック-arrows||*/
.pgLU_main_slider .slick-prev, .pgLU_main_slider .slick-next {
  z-index: 100;
  top: auto;
  bottom: -1px;
  transform: translate(0%, 0%);
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #fff;
}
.pgLU_main_slider .slick-prev {
  left: auto;
  right: calc(12% + 49px);
  border-right: 1px solid rgba(180, 180, 180, 0.25);
}
.pgLU_main_slider .slick-next {
  left: auto;
  right: calc(12% - 1px);
}
.pgLU_main_slider .slick-prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url("../images/prev_arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.pgLU_main_slider .slick-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url("../images/next_arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .pgLU_main_slider .slick-prev, .pgLU_main_slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .pgLU_main_slider .slick-prev {
    right: calc(22.6% + 59px);
  }
  .pgLU_main_slider .slick-next {
    right: calc(22.6% - 1px);
  }
}
@media screen and (min-width: 1200px) {
  .pgLU_main_slider .slick-prev, .pgLU_main_slider .slick-next {
    width: 70px;
    height: 70px;
  }
  .pgLU_main_slider .slick-prev {
    right: calc(22.3% + 69px);
  }
  .pgLU_main_slider .slick-prev::before {
    width: 10px;
    height: 13px;
  }
  .pgLU_main_slider .slick-next {
    right: calc(22.3% - 1px);
  }
  .pgLU_main_slider .slick-next::before {
    width: 10px;
    height: 13px;
  }
}
/***************************************
ソーラーサーキット
***************************************/
.pgsh_block02_list_title span {
  font-size: 0.928rem;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1200px) {
  .pg_solar_container .pgsh_block02_list > ul > li {
    margin-bottom: 3.5rem;
  }
  .pg_solar_container .pgsh_block02_list > ul > li:nth-last-child(3), .pg_solar_container .pgsh_block02_list > ul > li:nth-last-child(2), .pg_solar_container .pgsh_block02_list > ul > li:last-child {
    margin-bottom: 0;
  }
  .pgsh_block02_list_title span {
    font-size: 0.9375rem;
  }
}
/***************************************
リフォーム
***************************************/
@media screen and (min-width: 1200px) {
  .pg_reform_container {
    margin-bottom: 8.8rem;
  }
}
.pgref_ser_block {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 5rem;
}
.pgref_ser_heading {
  font-size: 0.928rem;
  margin-bottom: 3rem;
}
.pgref_ser_list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.pgref_ser_list > ul > li {
  width: calc((100% - 4%) / 2);
  margin-bottom: 2rem;
}
.pgref_ser_list > ul > li:nth-last-child(2), .pgref_ser_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgref_ser_img {
  margin-bottom: 1rem;
}
.pgref_ser_title {
  font-size: 1.14rem;
  font-size: 1.07rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgref_ser_heading {
    text-align: center;
  }
  .pgref_ser_list > ul {
    gap: 2.5%;
  }
  .pgref_ser_list > ul > li {
    width: calc((100% - 7.5%) / 4);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgref_ser_heading {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgref_ser_block {
    padding-bottom: 7.2rem;
    margin-bottom: 7.2rem;
  }
  .section_title_box.pg_reform_title {
    margin-bottom: 4.5rem;
  }
  .pgref_ser_heading {
    font-size: 0.9375rem;
    line-height: 1.75;
    margin-bottom: 5.9rem;
  }
  .pgref_ser_img {
    margin-bottom: 1.2rem;
  }
  .pgref_ser_title {
    font-size: 1.125rem;
  }
}
/*||リフォームの特長||*/
.pg_reform_container .pgsh_list_item {
  margin-bottom: 0;
}
.pg_reform_container .pgsh_list > ul > li {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 3.6rem;
}
.pg_reform_container .pgsh_list > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .pg_reform_container .pgLU_main_inner .section_title_box.pg_reform_title02 {
    margin-bottom: 6.2rem;
  }
  .pg_reform_container .pgsh_list > ul > li {
    margin-bottom: 4.8rem;
  }
  .pg_reform_container .pgsh_list_unit02 {
    padding-bottom: 4.5rem;
  }
}
/*||リフォーム施工事例||*/
.pgref_works_block {
  width: 87%;
  margin: 0 auto 6rem;
  max-width: 1300px;
}
.pgref_works_list > ul > li {
  margin-bottom: 4rem;
}
.pgref_works_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgref_works_slider_wrap {
  margin-bottom: 1.4rem;
}
.pgref_works_slider_item {
  position: relative;
  z-index: 0;
}
.pgref_works_slider_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pgref_works_slider_txt_black {
  background-color: #000;
}
.pgref_works_slider_txt_green {
  background-color: #3A6432;
}
.pgref_works_title {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.pgref_works_title span {
  font-size: 1rem;
}
.pgref_works_txt {
  font-size: 0.928rem;
}
@media screen and (min-width: 768px) {
  .pgref_works_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5.4%;
  }
  .pgref_works_list > ul > li {
    width: calc((100% - 5.4%) / 2);
    margin-bottom: 4.8rem;
  }
  .pgref_works_list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgref_works_block {
    /*  width: 72%;*/
    margin-bottom: 8.3rem;
  }
  .pgref_works_block .pgref_works_slider_txt {
    width: 120px;
    height: 35px;
  }
  .pgref_works_slider_wrap {
    margin-bottom: 1.8rem;
  }
  .pgref_works_title {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.4rem;
  }
  .pgref_works_title span {
    font-size: 1.125rem;
  }
  .pgref_works_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}
/*||slick||*/
.pgref_works_slider {
  margin-bottom: 0 !important;
}
.pgref_works_slider .slick-prev, .pgref_works_slider .slick-next {
  z-index: 100;
  top: auto;
  bottom: -1px;
  transform: translate(0%, 0%);
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #fff;
}
.pgref_works_slider .slick-prev {
  left: auto;
  right: calc(0% + 49px);
  border-right: 1px solid rgba(180, 180, 180, 0.25);
}
.pgref_works_slider .slick-next {
  left: auto;
  right: -1px;
}
.pgref_works_slider .slick-prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url("../images/prev_arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.pgref_works_slider .slick-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url("../images/next_arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media screen and (min-width: 1200px) {
  .pgref_works_slider .slick-prev, .pgref_works_slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .pgref_works_slider .slick-prev {
    right: calc(0% + 59px);
  }
  .pgref_works_slider .slick-prev::before {
    width: 8px;
    height: 11px;
  }
  .pgref_works_slider .slick-next::before {
    width: 8px;
    height: 11px;
  }
}
/*||リフォームの流れ||*/
.pgref_flow_outer {
  background-color: #F0F1F4;
  padding: 5.5rem 0 5rem;
}
.pgref_flow_block {
  width: 93.5%;
  margin-left: auto;
  margin-right: 0;
}
.pgref_flow_item {
  position: relative;
  z-index: 0;
}
.pgref_flow_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(180, 180, 180, 0.5);
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
.pgref_flow_item_last::before {
  content: none;
}
.pgref_flow_number {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3A6432;
  color: #fff;
  margin-bottom: 1.6rem;
}
.pgref_flow_title {
  font-size: 1.214rem;
  color: #3A6432;
  margin-bottom: 1rem;
}
.pgref_flow_txt {
  font-size: 0.928rem;
  text-align: justify;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .pgref_flow_outer {
    padding: 6.5rem 0 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgref_flow_outer {
    padding: 7.2rem 0 8.3rem;
  }
  .pgref_flow_block .section_title_box {
    margin-bottom: 4.8rem;
  }
  .pgref_flow_number {
    font-size: 1.125rem;
    width: 65px;
    height: 65px;
    margin-bottom: 1.4rem;
  }
  .pgref_flow_title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.9rem;
  }
  .pgref_flow_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
    width: 84%;
  }
}
@media screen and (min-width: 1500px) {
  .pgref_flow_outer {
    width: 85.5%;
    margin: 0 auto;
  }
  .pgref_flow_block {
    width: 92.2%;
  }
}
/*||slick||*/
.pgref_flow_slider .slick-list {
  padding: 0 24% 0 0 !important;
}
.pgref_flow_slider {
  margin-bottom: 0 !important;
}
.pgref_flow_slider .slick-prev, .pgref_flow_slider .slick-next {
  z-index: 100;
  top: -7.5rem;
  bottom: auto;
  transform: translate(0%, 0%);
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #fff;
}
.pgref_flow_slider .slick-prev {
  left: auto;
  right: calc(7% + 50px);
  border-right: 1px solid rgba(180, 180, 180, 0.25);
}
.pgref_flow_slider .slick-next {
  left: auto;
  right: 7%;
}
.pgref_flow_slider .slick-prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url("../images/prev_arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.pgref_flow_slider .slick-next::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background-image: url("../images/next_arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .pgref_flow_slider .slick-list {
    padding: 0 23% 0 0 !important;
  }
  .pgref_flow_slider .slick-prev, .pgref_flow_slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .pgref_flow_slider .slick-prev {
    right: calc(7% + 60px);
  }
}
@media screen and (min-width: 992px) {
  .pgref_flow_slider .slick-list {
    padding: 0 19% 0 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .pgref_flow_slider .slick-list {
    padding: 0 18.2% 0 0 !important;
  }
  .pgref_flow_slider .slick-prev, .pgref_flow_slider .slick-next {
    width: 70px;
    height: 70px;
    top: -9.4rem;
  }
  .pgref_flow_slider .slick-prev {
    right: calc(7% + 70px);
  }
  .pgref_flow_slider .slick-prev::before {
    width: 10px;
    height: 13px;
  }
  .pgref_flow_slider .slick-next {
    right: 7%;
  }
  .pgref_flow_slider .slick-next::before {
    width: 10px;
    height: 13px;
  }
}
@media screen and (min-width: 1500px) {
  .pgref_flow_slider .slick-prev {
    right: calc(8.5% + 70px);
  }
  .pgref_flow_slider .slick-next {
    right: 8.5%;
  }
}
/***************************************
アフター保証 
***************************************/
@media screen and (min-width: 1200px) {
  .pg_after_container {
    margin-bottom: 8.8rem;
  }
}
.pgaft_top_outer {
  margin-top: -5rem;
  background-color: #F0F1F4;
  margin-bottom: 5rem;
}
.pgaft_top_block {
  background-color: #fff;
  padding: 5rem 0 5rem;
}
.pgaft_top_item {
  width: 87%;
  margin: 0 auto;
  /*  max-width: 1200px;*/
}
.pgaft_top_unit01 {
  margin-bottom: 2.4rem;
}
.pgaft_top_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pgaft_top_title {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
}
.pgaft_top_txt {
  line-height: 1.75;
  letter-spacing: 0;
  text-align: justify;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgaft_top_outer {
    margin-top: -5.5rem;
    margin-bottom: 6rem;
  }
  .pgaft_top_block {
    padding: 6rem 0 6.5rem;
  }
  .pgaft_top_item {
    display: flex;
  }
  .pgaft_top_unit01 {
    width: 40%;
    margin-bottom: 0;
  }
  .pgaft_top_unit02 {
    width: 60%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 992px) {
  .pgaft_top_outer {
    margin-top: -6.5rem;
  }
  .pgaft_top_block {
    padding: 7rem 0;
    width: 92.8%;
  }
}
@media screen and (min-width: 992px) {
  .pgaft_top_item {
    align-items: center;
  }
  .pgaft_top_unit01 {
    width: 48%;
  }
  .pgaft_top_unit02 {
    width: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .pgaft_top_outer {
    margin-top: -7.4rem;
    margin-bottom: 6.9rem;
  }
  .pgaft_top_block {
    padding: 8.8rem 0;
  }
  .pgaft_top_item {
    /* width: 74%;*/
    width: 80%;
  }
  .pgaft_top_unit01 {
    width: 53%;
  }
  .pgaft_top_unit02 {
    width: 47%;
    padding-left: 7.8%;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgaft_top_title {
    font-size: 2.5rem;
    line-height: 1.75;
    margin-bottom: 2rem;
  }
  .pgaft_top_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1700px) {
  .pgaft_top_item {
    margin-left: 15%;
  }
  .pgaft_top_unit02 {
    padding-left: 8.8%;
  }
}
/*||最長60年長期保証プログラム||*/
.pgaft_main_block {
  width: 87%;
  margin: 0 auto;
}
.pgaft_main_title {
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 3.8rem;
}
.pgaft_main_img_wrap {
  margin-bottom: 5rem;
}
.pgaft_main_img {
  width: 700px;
}
.pgaft_main_list > ul > li {
  margin-bottom: 3rem;
}
.pgaft_main_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgaft_main_list_img {
  margin-bottom: 1.6rem;
}
.pgaft_main_list_title {
  font-size: 1.214rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.pgaft_main_list_title span {
  font-size: 0.857rem;
  background-color: #3A6432;
  color: #fff;
  display: inline-block;
  padding: 0px 10px 2px;
  margin-left: 0.8rem;
  position: relative;
  top: 1px;
}
.pgaft_main_list_txt {
  font-size: 0.928rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgaft_main_img {
    width: 100%;
  }
  .pgaft_main_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .pgaft_main_list > ul > li {
    width: calc((100% - 4%) / 2);
  }
  .pgaft_main_list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgaft_main_list > ul > li {
    width: calc((100% - 8%) / 3);
    margin-bottom: 3.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgaft_main_block {
    width: 72%;
  }
  .pgaft_main_title {
    font-size: 2.5rem;
    margin-bottom: 4.5rem;
  }
  .pgaft_main_img_wrap {
    margin-bottom: 6rem;
  }
  .pgaft_main_list_img {
    margin-bottom: 1.5rem;
  }
  .pgaft_main_list_title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.1rem;
  }
  .pgaft_main_list_title span {
    font-size: 0.875rem;
    padding: 1px 11px 3px;
  }
  .pgaft_main_list_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}
/***************************************
住宅性能について
***************************************/
@media screen and (min-width: 1200px) {
  .pg_spec_container {
    margin-bottom: 8.8rem;
  }
}
.pgspec_link_heading {
  font-size: 1.57rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 3rem;
}
.pgspec_link_block {
  width: 87%;
  margin: 0 auto 5rem;
}
.pgspec_link_block > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.pgspec_link_block > ul > li {
  width: calc((100% - 1px) / 2);
  margin-bottom: 1px;
}
.pgspec_link_block > ul > li:nth-last-child(2), .pgspec_link_block > ul > li:last-child {
  margin-bottom: 0;
}
.pgspec_link_item {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  background-color: #F0F1F4;
  transition: all 0.5s;
}
.pgspec_link_item:hover {
  background-color: #3A6432;
  color: #fff;
  transition: all 0.5s;
}
.pgspec_link_number {
  margin-bottom: 1rem;
}
.pgspec_link_title {
  font-size: 1.4rem;
}
.pgspec_link_txt {
  font-size: 0.928rem;
  margin-bottom: 1.5rem;
}
.pgspec_link_btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #3A6432;
  position: relative;
  transition: all 0.5s;
}
a:hover .pgspec_link_btn {
  background-color: #fff;
  transition: all 0.5s;
}
.pgspec_link_btn::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s;
}
a:hover .pgspec_link_btn::before {
  background-image: url("../images/arrow_green.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgspec_link_block > ul > li {
   /* width: calc((100% - 3px) / 4);*/  
      width: calc((100% - 3px) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgspec_link_heading {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgspec_link_heading {
    font-size: 1.875rem;
    margin-bottom: 4.7rem;
  }
  .pgspec_link_block {
    width: 85.5%;
    margin-bottom: 7.6rem;
  }
  .pgspec_link_item {
    padding: 2.3rem 0 3rem;
  }
  .pgspec_link_number {
    font-size: 1.125rem;
  }
  .pgspec_link_title {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .pgspec_link_txt {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1500px) {
  .pgspec_link_block {
    width: 72%;
  }
}
/*||pgspec_list||*/
.pgspec_list {
  width: 87%;
  margin: 0 auto 6rem;
}
.pgspec_list > ul > li {
  margin-bottom: 3.6rem;
}
.pgspec_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgspec_list_item {
  display: flex;
  flex-direction: column;
}
.pgspec_list_unit01 {
  order: 2;
}
.pgspec_list_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.pgspec_list_unit02 {
  order: 1;
  margin-bottom: 2.8rem;
}
.pgspec_list_number {
  font-size: 0.857rem;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 0.6rem;
}
.pgspec_list_number span {
  font-size: 5rem;
  display: block;
  color: #F0F1F4;
  margin-left: -1rem;
  position: relative;
  z-index: -1;
}
.pgspec_list_title {
  font-size: 1.57rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin-bottom: 1.4rem;
}
.pgspec_list_txt {
  font-size: 0.928rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgspec_list_item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .pgspec_list_unit01 {
    width: 50%;
    margin-bottom: 0;
    order: inherit;
  }
  .pgspec_list > ul > li:nth-child(2n) .pgspec_list_unit01 {
    order: 2;
  }
  .pgspec_list_unit02 {
    width: 45%;
    margin-bottom: 0;
    order: inherit;
  }
  .pgspec_list > ul > li:nth-child(2n) .pgspec_list_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .pgspec_list {
    margin-bottom: 7rem;
  }
  .pgspec_list > ul > li {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgspec_list {
    width: 85.5%;
    margin-bottom: 9rem;
  }
  .pgspec_list > ul > li {
    margin-bottom: 6.3rem;
  }
  .pgspec_list_item {
    align-items: center;
  }
  .pgspec_list_unit01 {
    width: 57%;
  }
  .pgspec_list_unit02 {
    width: 35.5%;
    /*   padding-bottom: 2.5rem;*/
  }
  .pgspec_list_number {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .pgspec_list_number span {
    font-size: 5rem;
    margin-left: -1.2rem;
  }
  .pgspec_list_title {
    font-size: 1.75rem;
    line-height: 1.75;
    margin-bottom: 2rem;
  }
  .pgspec_list_txt {
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1500px) {
  .pgspec_list {
    width: 72%;
  }
}
/*||性能グレード表||*/
.pgspec_grade_outer {
  background-color: #F0F1F4;
  padding: 5rem 0 6rem;
  margin-bottom: 5.5rem;
}
.pgspec_grade_block {
  width: 87%;
  margin: 0 auto;
}
.pgspec_grade_table {
  overflow: auto;
  margin: 0 auto;
}
.pgspec_grade_table table {
  width: 775px;
  border-collapse: collapse;
  margin-bottom: 0;
}
.pgspec_grade_table tr {
  border-top: 1px solid rgba(180, 180, 180, 0.25);
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
}
.pgspec_grade_table th {
  color: #fff;
  font-weight: 200;
}
.pgspec_grade_table th:nth-child(1), .pgspec_grade_table td:nth-child(1) {
  width: 23%;
}
.pgspec_grade_table th:first-child {
  background-color: #F8F9F7;
  position: sticky;
  left: 0;
  width: 5.8%;
  border-left: 1px solid rgba(180, 180, 180, 0.25);
}
.pgspec_grade_table th:nth-child(2) {
  background-color: #8DA588;
}
.pgspec_grade_table th:nth-child(3) {
  background-color: #64855E;
}
.pgspec_grade_table th:nth-child(4) {
  background-color: #3A6432;
}
.pgspec_grade_table td {
  background-color: #fff;
}
.pgspec_grade_table td, .pgspec_grade_table th {
  width: 30%;
  padding: 13px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.9rem;
  border-right: 1px solid rgba(180, 180, 180, 0.25);
  letter-spacing: 0.04em;
}
.pgspec_grade_table td:nth-child(1) {
  text-align: center;
  position: sticky;
  left: 0;
  width: 5.8%;
  border-right: none;
  background-color: #F8F9F7;
  border-left: 1px solid rgba(180, 180, 180, 0.25);
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
}
.pgspec_grade_table td:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(180, 180, 180, 0.25);
}
.pgspec_grade_table th.pgspec_grade_table_none {
  background-color: #F0F1F4;
  border-top: 1px solid rgba(240, 241, 244, 0.25);
  border-left: 1px solid rgba(240, 241, 244, 0.25);
}
@media screen and (min-width: 768px) {
  .pgspec_grade_outer {
    padding: 6rem 0 7rem;
    margin-bottom: 6.5rem;
  }
  .pgspec_grade_table table {
    width: 100%;
  }
  .pgspec_grade_table td, .pgspec_grade_table th {
    padding: 18px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .pgspec_grade_outer {
    width: 85.5%;
    padding: 7.2rem 0 8.5rem;
    margin: 0 auto 7.3rem;
  }
  .pgspec_grade_block {
    width: 84.5%;
  }
  .pgspec_grade_block .section_title_box {
    margin-bottom: 4.9rem;
  }
  .pgspec_grade_table td, .pgspec_grade_table th {
    font-size: 0.9375rem;
    padding: 20px 10px;
  }
  .pgspec_grade_table th {
    padding: 22px 10px;
  }
  .pgspec_grade_table tr th:nth-child(1), .pgspec_grade_table tr td:nth-child(1) {
    width: 17%;
  }
  .pgspec_grade_table tr th:nth-child(2), .pgspec_grade_table tr td:nth-child(2) {
    width: 27%;
  }
  .pgspec_grade_table tr th:nth-child(3), .pgspec_grade_table tr td:nth-child(3) {
    width: 27%;
  }
  .pgspec_grade_table tr th:nth-child(4), .pgspec_grade_table tr td:nth-child(4) {
    width: 27%;
  }
}
/*||アフターフォロー||*/
.pgspec_af_block {
  width: 87%;
  margin: 0 auto;
}
.pgspec_af_list {
  margin-bottom: 3.5rem;
}
.pgspec_af_list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.pgspec_af_list > ul > li {
  width: calc((100% - 4%) / 2);
  margin-bottom: 2.2rem;
}
.pgspec_af_list > ul > li:nth-last-child(2), .pgspec_af_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgspec_af_img {
  margin-bottom: 1rem;
}
.pgspec_af_title {
  font-size: 1rem;
  text-align: center;
}
.pgspec_af_txt {
  font-size: 0.857rem;
  color: #646464;
  text-align: center;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .pgspec_af_list > ul {
    gap: 3%;
  }
  .pgspec_af_list > ul > li {
    width: calc((100% - 9%) / 4);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgspec_af_block {
    width: 85.5%;
  }
  .pgspec_af_block .section_title_box {
    margin-bottom: 4.8rem;
  }
  .pgspec_af_img {
    margin-bottom: 1.4rem;
  }
  .pgspec_af_title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
  .pgspec_af_txt {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}
/***************************************
家づくりの流れ
***************************************/
@media screen and (min-width: 1200px) {
  .pg_flow_container {
    margin-bottom: 8.8rem;
  }
}
.pgflow_block {
  background-color: #F0F1F4;
  padding: 3.8rem 0 2.8rem;
}
.pgflow_list {
  width: 87%;
  margin: 0 auto;
  max-width: 1000px;
}
.pgflow_item {
  display: flex;
  position: relative;
  z-index: 0;
  padding-bottom: 2rem;
}
.pgflow_item::before {
  content: "";
  width: 1px;
  position: absolute;
  background-color: rgba(180, 180, 180, 1);
  top: 25px;
  left: 25px;
  z-index: -1;
  height: 100%;
  /*  height: 0%;
  transition: height 0.8s linear;*/
}
.pgflow_list > ul > li:last-child .pgflow_item::before {
  content: none;
}
.pgflow_unit01 {
  width: 90px;
  position: relative;
  z-index: 0;
}
.pgflow_unit01::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
  background-image: url("../images/page/line_col_green.svg?202508");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.pgflow_number {
  font-size: 1.2rem;
  color: #fff;
  background-color: #3A6432;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0;
}
.pgflow_unit02 {
  width: calc(100% - 90px);
  padding-top: 0.8rem;
  padding-left: 1rem;
}
.pgflow_title {
  font-size: 1.214rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.pgflow_free_txt {
  font-size: 0.785rem;
  letter-spacing: 0.27em;
  display: inline-block;
  background-color: #3A6432;
  color: #fff;
  padding: 1px 9px 3px 12px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.pgflow_small_txt {
  font-size: 0.857rem;
  display: block;
  margin-top: 0.4rem;
  margin-left: -6px;
}
.pgflow_txt {
  font-size: 0.928rem;
  letter-spacing: 0;
  text-align: justify;
}
/*||以降有料||*/
.pgflow_paid_item {
  background-color: #F0F1F4;
  padding: 2.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.pgflow_paid_txt {
  font-size: 1.14rem;
  letter-spacing: 0.05em;
  background-color: #F0F1F4;
  padding: 0 1rem;
  position: relative;
  z-index: 0;
}
.pgflow_paid_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/page/line_col_gray.svg?2025");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pgflow_block {
    width: 87%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .pgflow_list {
    width: 80%;
  }
  .pgflow_small_txt {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 992px) {
  .pgflow_block {
    padding: 6rem 0;
  }
  .pgflow_list {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .pgflow_block {
    width: 85.5%;
    padding: 7.5rem 0 6.4rem;
  }
  .pgflow_item {
    padding-bottom: 2.58rem;
  }
  .pgflow_item::before {
    top: 25px;
    left: 30px;
  }
  .pgflow_unit01 {
    width: 165px;
  }
  .pgflow_unit01::before {
    top: 30px;
  }
  .pgflow_number {
    font-size: 1.1875rem;
    width: 60px;
    height: 60px;
  }
  .pgflow_unit02 {
    width: calc(100% - 165px);
    padding-left: 1.6rem;
  }
  .pgflow_title {
    font-size: 1.25rem;
  }
  .pgflow_free_txt {
    font-size: 0.8125rem;
    padding: 3px 14px 4px 18px;
    margin-left: 19px;
    top: -4px;
  }
  .pgflow_small_txt {
    font-size: 0.8125rem;
  }
  .pgflow_txt {
    font-size: 0.9375rem;
    line-height: 2;
  }
  /*||以降有料||*/
  .pgflow_paid_item {
    padding: 3rem 0 4.5rem;
  }
  .pgflow_paid_item::before {
    top: 42%;
  }
  .pgflow_paid_txt {
    font-size: 1.125rem;
  }
}
/***************************************
私たちの想い
***************************************/
@media screen and (min-width: 1200px) {
  .pg_concept_container {
    margin-bottom: 8.8rem;
  }
}
.pgcon_top_outer {
  margin-top: -5rem;
  background-color: #F0F1F4;
  margin-bottom: 5rem;
}
.pgcon_top_block {
  background-color: #fff;
  padding: 5rem 0 5rem;
}
.pgcon_top_item {
  width: 87%;
  margin: 0 auto;
}
.pgcon_top_unit01 {
  margin-bottom: 2.4rem;
}
.pgcon_top_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.pgcon_top_title {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
}
.pgcon_top_txt {
  line-height: 1.75;
  letter-spacing: 0;
  text-align: justify;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgcon_top_outer {
    margin-top: -5.5rem;
    margin-bottom: 6rem;
  }
  .pgcon_top_block {
    padding: 6rem 0 6.5rem;
  }
  .pgcon_top_item {
    display: flex;
  }
  .pgcon_top_unit01 {
    width: 40%;
    margin-bottom: 0;
  }
  .pgcon_top_unit02 {
    width: 60%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 992px) {
  .pgcon_top_outer {
    margin-top: -6.5rem;
  }
  .pgcon_top_block {
    padding: 7rem 0;
    width: 92.8%;
  }
}
@media screen and (min-width: 992px) {
  .pgcon_top_item {
    align-items: center;
  }
  .pgcon_top_unit01 {
    width: 48%;
  }
  .pgcon_top_unit02 {
    width: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcon_top_outer {
    margin-top: -7.4rem;
    margin-bottom: 6.9rem;
  }
  .pgcon_top_block {
    padding: 8.8rem 0;
    margin-bottom: 8.7rem;
  }
  .pgcon_top_unit01 {
    width: 36.5%;
  }
  .pgcon_top_unit02 {
    width: 63.5%;
    padding-left: 10.8%;
    padding-bottom: 0.7rem;
  }
  .pgcon_top_txt {
    width: 92%;
  }
}
@media screen and (min-width: 1500px) {
  .pgcon_top_item {
    width: 83%;
    margin-left: 11%;
  }
  .pgcon_top_title {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .pgcon_top_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    width: 80%;
  }
}
@media screen and (min-width: 1700px) {
  .pgcon_top_item {
    margin-left: 15%;
  }
  .pgcon_top_unit02 {
    padding-left: 9.7%;
  }
}
/*||pgcon_list_block||*/
.pgcon_list_block {
  width: 87%;
  margin: 0 auto;
}
.pgcon_list_block > ul > li {
  margin-bottom: 5rem;
}
.pgcon_list_block > ul > li:last-child {
  margin-bottom: 0;
}
.pgcon_list_unit01 {
  margin-bottom: 3.2rem;
}
.pgcon_list_head {
  font-size: 1.07rem;
  letter-spacing: 0.18em;
  display: inline-block;
  background-color: #3A6432;
  color: #fff;
  padding: 2px 1.2rem 3px;
  margin-bottom: 1.7rem;
}
.pgcon_list_title {
  font-size: 1.57rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin-bottom: 1.4rem;
}
.pgcon_list_txt {
  font-size: 0.928rem;
  text-align: justify;
}
.pgcon_list_unit02 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pgcon_list_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .pgcon_list_unit01 {
    width: 50%;
    margin-bottom: 0;
    order: 2;
  }
  .pgcon_list_block > ul > li:nth-child(2n) .pgcon_list_unit01 {
    order: 1;
  }
  .pgcon_list_unit02 {
    width: 45%;
    order: 1;
  }
  .pgcon_list_block > ul > li:nth-child(2n) .pgcon_list_unit02 {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .pgcon_list_item {
    align-items: center;
  }
  .pgcon_list_unit01 {
    width: 45%;
  }
  .pgcon_list_unit02 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcon_list_block {
    width: 85.5%;
  }
  .pgcon_list_block > ul > li {
    margin-bottom: 6.2rem;
  }
  .pgcon_list_unit01 {
    width: 39.5%;
  }
  .pgcon_list_unit02 {
    width: 52%;
  }
  .pgcon_list_head {
    font-size: 1.125rem;
    padding: 4px 1.7rem 7px;
    margin-bottom: 2.8rem;
  }
  .pgcon_list_title {
    font-size: 1.75rem;
    line-height: 1.75;
    margin-bottom: 1.6rem;
  }
  .pgcon_list_txt {
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1700px) {
  .pgcon_list_block {
    width: 72%;
  }
}
@media screen and (min-width: 1800px) {
  .pgcon_list_unit01 {
    width: 35.5%;
  }
  .pgcon_list_unit02 {
    width: 57%;
  }
}
/***************************************
オリジナル住宅
***************************************/
.pgcus_top_block {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 4rem;
}
.pgcus_top_title {
  font-size: 1.57rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2rem;
}
.pgcus_top_txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .pgcus_top_txt {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .pgcus_top_block {
    padding-bottom: 6.5rem;
    margin-bottom: 7rem;
  }
  .pgcus_top_title {
    font-size: 1.75rem;
    margin-bottom: 3.1rem;
  }
  .pgcus_top_txt {
    line-height: 1.75;
    margin-bottom: 1.7rem;
  }
}
/*||pgcus_house_block||*/
.pgcus_house_block {
  margin-top: 5rem;
}
.pgcus_house_block > ul > li {
  margin-bottom: 3.5rem;
}
.pgcus_house_block > ul > li:last-child {
  margin-bottom: 0;
}
.pgcus_house_unit01 {
  margin-bottom: 1.6rem;
}
.pgcus_house_block .pgsh_block_title {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px) {
  .pgcus_house_item {
    display: flex;
    align-items: center;
  }
  .pgcus_house_unit01 {
    width: 31.5%;
    margin-bottom: 0;
  }
  .pgcus_house_unit02 {
    width: 68.5%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcus_house_block {
    margin-top: 7rem;
  }
  .pgcus_house_block > ul > li {
    margin-bottom: 4rem;
  }
  .pgcus_house_block .pgsh_block_title {
    margin-bottom: 3rem;
  }
  .pgcus_house_unit02_txt {
    line-height: 1.75;
  }
}
/*+++++++++++++++++
プライバシーポリシー
******************/
.privacy-area {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
}
.privacy-main-txt2 {
  margin-bottom: 4rem;
}
#main .privacy-area h2 {
  font-size: 1.4rem;
  font-weight: 200;
  padding: 0;
  margin: 0;
  margin-bottom: 1.4rem;
  background-color: inherit;
  border-bottom: none;
}
#main .privacy-area h2::after {
  content: none;
}
.privacy-con_first {
  margin-top: 3rem;
}
#main .privacy_h3 {
  font-size: 1.28rem;
  background-color: transparent;
  color: unset;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  display: flex;
  align-items: center;
  padding: 0 0 1rem;
  font-weight: 200;
  letter-spacing: 0.02em;
}
#main .privacy_h3 span {
  font-size: 1.7rem;
  padding-right: 10px;
  padding-bottom: 2px;
  line-height: 1;
}
#main .privacy_h3::after {
  content: none;
}
.privacy-con {
  margin-top: 3rem;
}
.indices {
  list-style: none;
}
.indices li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.indices li.annotation {
  padding: 0;
  text-indent: 0;
}
.privacy-con-inner {
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.75;
}
.privacy-area p {
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.75;
}
.privacy-area li {
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .privacy-con {
    margin-top: 3.5rem;
  }
  .privacy-con_first {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #main .privacy-area h2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-area {
    width: 100%;
  }
  .privacy-con-inner {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .privacy-area p {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .privacy-area li {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
/***************************************
サンクスページ
***************************************/
.pg_default_container {
  width: 96%;
  margin: 0 auto;
}
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/*||||*/