@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;
  }
}
/***************************************
プライバシーポリシー
***************************************/
.privacy-area {
  width: 87%;
  margin: 0 auto;
  max-width: 1000px;
}
.privacy-main-txt2 {
  margin-bottom: 5rem;
}
.privacy_h2 {
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;
  font-weight: 400;
  /*  border-bottom: 1px solid rgba(150, 150, 150, 0.25);*/
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
}
.privacy-con {
  margin-bottom: 4rem;
}
.privacy-area .privacy-con:last-child {
  margin-bottom: 0;
}
.indices {
  list-style: none;
  margin-bottom: 0;
}
.indices li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.indices li.annotation {
  padding: 0;
  text-indent: 0;
}
.privacy-con-inner {
  text-align: justify;
  line-height: 1.8;
}
.privacy-area p {
  text-align: justify;
  line-height: 1.8;
}
.privacy-area li {
  text-align: justify;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .privacy-con {
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {
  .privacy-area {
    width: 100%;
  }
  .privacy-main-txt2 {
    margin-bottom: 8rem;
  }
  .privacy-area h2 {
    font-size: 1.5rem;
  }
  .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;
  }
}
/***************************************
共通
***************************************/
.page_title_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3.55rem;
}
.page_title {
  font-size: 1.43rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 0;
  position: relative;
}
.page_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .page_title_wrap {
    margin-bottom: 5rem;
  }
  .page_title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .page_title_wrap {
    margin-bottom: 5.7rem;
  }
  .page_title {
    font-size: 2rem;
  }
}
/***************************************
bottom_just
***************************************/
/*.bottom_just {
  margin-bottom: -5.6rem;
}
@media screen and (min-width: 768px) {
  .bottom_just {
    margin-bottom: -8rem;
  }
}
@media screen and (min-width: 1200px) {
  .bottom_just {
    margin-bottom: -10rem;
  }
}*/
/***************************************
リフォーム個別相談
***************************************/
.pg_consultation_container {
  margin-top: -5.7rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .pg_consultation_container {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_consultation_container {
    margin-top: -11.3rem;
  }
}
.pgconsul_top_block {
  background-color: #f3f1ed;
  padding: 4.6rem 0 5.7rem;
  margin-bottom: 5.2rem;
}
.pgconsul_top_title {
  font-size: 1.64rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.85rem;
}
.pgconsul_4col_list {
  width: 77%;
  margin: 0 auto;
  max-width: 1300px;
}
.pgconsul_4col_list > ul > li {
  margin-bottom: 3.2rem;
}
.pgconsul_4col_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgconsul_4col_img_wrap {
  background-color: #fff;
  padding: 2.2rem 1rem 2.8rem;
  margin-bottom: 1.8rem;
}
.pgconsul_4col_head {
  font-size: 1.07rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
}
.pgconsul_4col_img {
  width: 98px;
  height: 97px;
  margin: 0 auto;
}
.pgconsul_4col_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pgconsul_4col_txt {
  line-height: 1.64;
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem;
}
.pgconsul_4col_btn {
  width: 94%;
  margin: 0 auto;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.75);
  background-color: #000;
  height: 48px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.pgconsul_4col_btn:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgconsul_top_block {
    padding: 6.6rem 0 7.7rem;
    margin-bottom: 6.2rem;
  }
  .pgconsul_4col_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .pgconsul_4col_list > ul > li {
    width: calc((100% - 20px) / 2);
  }
  .pgconsul_4col_list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .pgconsul_4col_btn {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .pgconsul_top_title {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
  .pgconsul_4col_list {
    width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_top_block {
    padding: 9.4rem 0 10rem;
    margin-bottom: 9.5rem;
  }
  .pgconsul_4col_list {
    width: 85.5%;
  }
  .pgconsul_top_title {
    font-size: 2.125rem;
    line-height: 1.58;
    letter-spacing: 0.08em;
    margin-bottom: 3.7rem;
  }
  .pgconsul_4col_list > ul {
    gap: 40px;
  }
  .pgconsul_4col_list > ul > li {
    width: calc((100% - 120px) / 4);
    display: flex;
    margin-bottom: 0;
  }
  .pgconsul_4col_item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .pgconsul_4col_img_wrap {
    padding: 2.1rem 1rem 2.6rem;
    margin-bottom: 1.5rem;
  }
  .pgconsul_4col_head {
    font-size: 1rem;
    margin-bottom: 1.4rem;
  }
  .pgconsul_4col_txt {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 2.8rem;
    flex-grow: 1;
  }
  .pgconsul_4col_btn {
    font-size: 0.875rem;
    height: 54px;
  }
}
/* mordal */
/* AOSを使用している為「st_modal」が固定されないので設定 */
.page-main_consultation.aos-animate {
  transform: none !important;
}
.js-modal-open {
  cursor: pointer;
}
.st_modal {
  display: none;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 5rem 2rem 5rem 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80%;
  color: #000;
  max-width: 1300px;
}
.modal__content a {
  color: #000;
  font-size: 2em;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  text-decoration: none;
}
.js-modal-close {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal__content {
    padding: 6rem 6rem;
  }
  .modal__content a {
    right: 30px;
  }
}
/*モーダル内容*/
.pgconsul_modal_inner > ul > li {
  margin-bottom: 5rem;
}
.pgconsul_modal_inner > ul > li:last-child {
  margin-bottom: 0;
}
.pgconsul_modal_title {
  font-size: 1.29rem;
  letter-spacing: 0.04em;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 1);
  margin-bottom: 1.6rem;
}
.pgconsul_modal_img {
  margin-bottom: 1.6rem;
}
.pgconsul_modal_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pgconsul_modal_txt {
  line-height: 1.78;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .pgconsul_modal_inner > ul {
    display: flex;
    gap: 8%;
  }
  .pgconsul_modal_inner > ul > li {
    width: calc((100% - 8%) / 2);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_modal_title {
    font-size: 1.4rem;
    padding-top: 1.2rem;
    margin-bottom: 1.8rem;
  }
  .pgconsul_modal_img {
    margin-bottom: 2.2rem;
  }
  .pgconsul_modal_txt {
    line-height: 1.625;
  }
}
/*||RIKYUが選ばれる３つの理由||*/
.pgconsul_point_block {
  width: 87%;
  margin: 0 auto 5.7rem;
}
.pgconsul_point_list {
  margin-bottom: 3.9rem;
}
.pgconsul_point_list > ul > li {
  margin-bottom: 4rem;
}
.pgconsul_point_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgconsul_point_unit01 {
  margin-bottom: 2.1rem;
}
.pgconsul_point_head {
  font-size: 1.07rem;
  margin-bottom: 1.9rem;
}
.pgconsul_point_title {
  font-size: 1.64rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
.pgconsul_point_txt {
  letter-spacing: 0.05em;
  line-height: 1.78;
  text-align: justify;
}
.pgconsul_point_btn {
  color: #fff;
  background-color: #026446;
  border: 1px solid rgba(2, 100, 70, 0.75);
  height: 60px;
  border-radius: 60px;
  max-width: 360px;
  padding-left: 3.5rem;
  width: 88%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.pgconsul_point_btn:hover {
  color: #026446;
  background-color: #fff;
}
.pgconsul_point_btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/arrow_white.svg");
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
.pgconsul_point_btn:hover::before {
  background-image: url("../images/arrow_green.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgconsul_point_block {
    margin-bottom: 8rem;
  }
  .pgconsul_point_list {
    margin-bottom: 5.9rem;
  }
  .pgconsul_point_item {
    display: flex;
    justify-content: space-between;
  }
  .pgconsul_point_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .pgconsul_point_list > ul > li:nth-child(2n) .pgconsul_point_unit01 {
    order: 2;
  }
  .pgconsul_point_unit02 {
    width: 45%;
  }
  .pgconsul_point_list > ul > li:nth-child(2n) .pgconsul_point_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .pgconsul_point_head {
    margin-bottom: 3.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_point_block {
    width: 85.5%;
    margin-bottom: 8.8rem;
  }
  .pgconsul_point_list {
    margin-bottom: 7.6rem;
  }
  .pgconsul_point_list > ul > li {
    margin-bottom: 7.4rem;
  }
  .pgconsul_point_unit01 {
    width: 52%;
  }
  .pgconsul_point_unit02 {
    width: 40.5%;
  }
  .pgconsul_point_head {
    font-size: 1.375rem;
    line-height: 1;
  }
  .pgconsul_point_title {
    font-size: 1.8rem;
    line-height: 1.58;
    letter-spacing: 0.08em;
    margin-bottom: 2.6rem;
  }
  .pgconsul_point_txt {
    letter-spacing: 0.06em;
    line-height: 2;
  }
  .pgconsul_point_btn {
    font-size: 0.875rem;
    height: 65px;
  }
}
@media screen and (min-width: 1500px) {
  .pgconsul_point_head {
    margin-bottom: 7.9rem;
  }
  .pgconsul_point_title {
    font-size: 2.125rem;
  }
}
/*||pgconsul_back_color||*/
.pgconsul_back_color {
  background-color: #f3f1ed;
  padding: 5.3rem 0;
  margin-bottom: 5.2rem;
}
@media screen and (min-width: 768px) {
  .pgconsul_back_color {
    padding: 7.3rem 0;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_back_color {
    /*background-color: #f00;*/
    padding: 9.6rem 0 8.2rem;
    margin-bottom: 9.6rem;
  }
}
/*||pgconsul_flow_block||*/
.pgconsul_flow_block {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  margin-bottom: 5.3rem;
}
.pgconsul_flow_list {
  width: 87%;
  margin: 0 auto;
}
.pgconsul_flow_list > ul > li {
  margin-bottom: 3rem;
}
.pgconsul_flow_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgconsul_flow_item {
  position: relative;
  padding-bottom: 51px;
}
.pgconsul_flow_item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 14px solid #b4b4b4;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0%);
}
.pgconsul_flow_list > ul > li:last-child .pgconsul_flow_item {
  padding-bottom: 0;
}
.pgconsul_flow_list > ul > li:last-child .pgconsul_flow_item::before {
  content: none;
}
.pgconsul_flow_head {
  color: #fff;
  background-color: #000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  margin-bottom: 3rem;
}
.pgconsul_flow_title {
  font-size: 1.29rem;
  font-size: 1.2rem;
  line-height: 1.44;
  /*  letter-spacing: 0.08em;*/
  margin-bottom: 1.5rem;
}
.pgconsul_flow_txt {
  letter-spacing: 0.05em;
  line-height: 1.78;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgconsul_flow_block {
    padding-bottom: 7.5rem;
    margin-bottom: 7.3rem;
  }
  .pgconsul_flow_list > ul {
    display: flex;
    gap: 50px;
  }
  .pgconsul_flow_list > ul > li {
    width: calc((100% - 100px) / 3);
    margin-bottom: 0;
  }
  .pgconsul_flow_item {
    padding-bottom: 0;
  }
  .pgconsul_flow_item::before {
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 14px solid #b4b4b4;
    border-right: 0;
    right: -30px;
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_flow_block {
    padding-bottom: 8.5rem;
    margin-bottom: 8.5rem;
  }
  .pgconsul_flow_block .page_section_title_box {
    margin-bottom: 5.2rem;
  }
  .pgconsul_flow_list {
    width: 85.5%;
  }
  .pgconsul_flow_list > ul {
    gap: 125px;
  }
  .pgconsul_flow_list > ul > li {
    width: calc((100% - 250px) / 3);
  }
  .pgconsul_flow_item::before {
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 20px solid #b4b4b4;
    right: -73px;
    top: 49%;
  }
  .pgconsul_flow_head {
    margin-bottom: 4rem;
  }
  .pgconsul_flow_title {
    font-size: 1.25rem;
    font-size: 1.2rem;
    /* letter-spacing: 0.08em;*/
    margin-bottom: 1.5rem;
  }
  .pgconsul_flow_txt {
    letter-spacing: 0.06em;
    line-height: 1.875;
  }
}
/*||pgconsul_staff_block||*/
.pgconsul_staff_block {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.pgconsul_staff_list {
  margin-bottom: 5.1rem;
}
.pgconsul_staff_list > ul > li {
  margin-bottom: 4rem;
}
.pgconsul_staff_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgconsul_staff_img {
  margin-bottom: 1.5rem;
}
.pgconsul_staff_type {
  margin-bottom: 1rem;
}
.pgconsul_staff_name {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.pgconsul_staff_name .j_font {
  font-size: 1.64rem;
  margin-right: 1.5rem;
}
.pgconsul_staff_name .e_font {
  font-size: 0.93rem;
}
.pgconsul_staff_txt {
  line-height: 1.78;
  letter-spacing: 0.01em;
  text-align: justify;
  margin-bottom: 0;
}
.pgconsul_staff_bottom {
  font-size: 1.64rem;
  line-height: 1.65;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgconsul_staff_list > ul {
    display: flex;
    gap: 4.5%;
  }
  .pgconsul_staff_list > ul > li {
    width: calc((100% - 4.5%) / 2);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_staff_block .page_section_title_box {
    margin-bottom: 5.3rem;
  }
  .pgconsul_staff_list {
    margin-bottom: 7.9rem;
  }
  .pgconsul_staff_type {
    margin-bottom: 1rem;
  }
  .pgconsul_staff_name {
    margin-bottom: 1rem;
  }
  .pgconsul_staff_name .j_font {
    font-size: 1.75rem;
    margin-right: 2.3rem;
  }
  .pgconsul_staff_name .e_font {
    font-size: 1rem;
  }
  .pgconsul_staff_txt {
    letter-spacing: 0.06em;
    line-height: 1.875;
  }
  .pgconsul_staff_bottom {
    font-size: 2.125rem;
    letter-spacing: 0.08em;
  }
}
/*||pgconsul_promise_block||*/
.pgconsul_promise_block {
  width: 87%;
  margin: 0 auto 5.8rem;
  max-width: 1300px;
}
.pgconsul_promise_block .page_section_title_box {
  margin-bottom: 2.9rem;
}
.pgconsul_promise_heading {
  line-height: 1.78;
  letter-spacing: 0.01em;
  text-align: justify;
  margin-bottom: 4rem;
}
.pgconsul_promise_list > ul > li {
  padding: 1.3rem 0 3.2rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
}
.pgconsul_promise_list > ul > li:first-child {
  border-top: 1px solid rgba(150, 150, 150, 0.25);
}
.pgconsul_promise_number {
  font-size: 1.29rem;
  line-height: 1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #026446;
  margin-bottom: 1.8rem;
}
.pgconsul_promise_title {
  font-size: 1.64rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.pgconsul_promise_txt {
  line-height: 1.78;
  letter-spacing: 0.01em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgconsul_promise_block {
    margin-bottom: 8rem;
  }
  .pgconsul_promise_heading {
    text-align: center;
  }
  .pgconsul_promise_list > ul > li {
    padding: 2rem 0 2.2rem;
  }
  .pgconsul_promise_item {
    display: flex;
    align-items: flex-start;
  }
  .pgconsul_promise_number {
    width: 52px;
    height: 52px;
  }
  .pgconsul_promise_unit {
    width: calc(100% - 52px);
    padding-top: 0.7rem;
    padding-left: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_promise_block {
    margin-bottom: 10rem;
  }
  .pgconsul_promise_block .page_section_title_box {
    margin-bottom: 2.7rem;
  }
  .pgconsul_promise_heading {
    letter-spacing: 0.06em;
    line-height: 1.875;
    margin-bottom: 5rem;
  }
  .pgconsul_promise_list > ul > li {
    padding: 2.4rem 0 2.5rem;
  }
  .pgconsul_promise_number {
    font-size: 1.375rem;
  }
  .pgconsul_promise_unit {
    padding-top: 0.3rem;
  }
  .pgconsul_promise_title {
    font-size: 1.75rem;
    margin-bottom: 1.7rem;
  }
  .pgconsul_promise_txt {
    letter-spacing: 0.06em;
    line-height: 1.875;
  }
}
/*||pgconsul_form_block||*/
.pgconsul_form_back_color {
  background-color: #f3f1ed;
  padding: 5.2rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .pgconsul_form_back_color {
    padding: 7.2rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgconsul_form_back_color {
    padding: 9.3rem 0 0;
  }
}
.pgconsul_form_block {
  width: 87%;
  margin: 0 auto;
}
.pgconsul_form_unit01 {
  margin-bottom: 5.2rem;
}
@media screen and (min-width: 1200px) {
  .pgconsul_form_block {
    display: flex;
    width: 85.5%;
  }
  .pgconsul_form_unit01 {
    width: 35%;
    padding-right: 8%;
    margin-bottom: 0;
  }
  .pgconsul_form_unit02 {
    width: 65%;
    padding-top: 2.7rem;
  }
}
/*||フォーム-ページタイトル||*/
.page_form_title_center {
  text-align: center;
}
.page_form_title span {
  display: block;
  font-size: 2.43rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1.7rem;
}
.page_form_title {
  font-size: 1.07rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.8rem;
}
.page_form_txt {
  font-size: 1.07rem;
  color: #232323;
  margin-bottom: 0;
}
/*.page_form_txt_last {
  display: flex;
  align-items: center;
}*/
.page_form_mark {
  color: #026446;
  font-weight: bold;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .page_form_txt {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .page_form_title span {
    font-size: 3.4375rem;
    margin-bottom: 1.9rem;
  }
  .page_form_title {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 5.7rem;
  }
  .page_form_txt {
    font-size: 0.9375rem;
    line-height: 1.73;
    text-align: left;
    margin-bottom: 1.6rem;
  }
}
/***************************************
会社概要
***************************************/
.pg_company_container {
  margin-top: -1.6rem;
}
@media screen and (min-width: 1200px) {
  .pg_company_container {
    margin-top: -2.9rem;
  }
}
.pgcom_block {
  width: 87%;
  scroll-behavior: smooth;
  margin: 0 auto;
  max-width: 1300px;
}
.pgcom_unit01 {
  display: none;
}
.pgcom_unit02 > ul > li {
  margin-bottom: 6.9rem;
}
.pgcom_unit02 > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .pgcom_block {
    display: flex;
    align-items: flex-start;
  }
  .pgcom_unit01 {
    display: block;
    width: 23%;
    top: 13rem;
    position: sticky;
    z-index: 3;
  }
  .c_menu ul li {
    margin-bottom: 1rem;
  }
  .c_menu ul li:last-child {
    margin-bottom: 0;
  }
  .c_menu ul li a {
    color: #b4b4b4;
    position: relative;
    transition: all 0.5s;
  }
  .c_menu ul li a:hover {
    color: #000;
    transition: all 0.5s;
  }
  .c_menu ul li.select a {
    color: #000;
    font-weight: 500;
    padding-left: 35px;
  }
  .c_menu ul li.select a::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 11px;
    transition: all 0.5s;
    display: block;
    position: absolute;
    transform: translateY(-50%) scale(1);
  }
  .pgcom_unit02 {
    width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_unit02 > ul > li {
    margin-bottom: 8.4rem;
  }
  .c_menu ul li.select a::after {
    top: 13px;
  }
}
/*||タイトル||*/
.pgcom_main_title {
  font-size: 1.71rem;
  line-height: 1;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1200px) {
  .pgcom_main_title {
    font-size: 2rem;
    padding-bottom: 1.3rem;
    margin-bottom: 3.5rem;
  }
}
/*||PHILOSOPHY||*/
.pgcom_phi_title {
  font-size: 1.86rem;
  margin-bottom: 2.5rem;
}
.pgcom_phi_list > ul > li {
  padding: 2.3rem 0 1rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
}
.pgcom_phi_list > ul > li:first-child {
  border-top: 1px solid rgba(150, 150, 150, 0.25);
}
.pgcom_phi_left {
  font-size: 1.14rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}
.pgcom_phi_right {
  font-size: 1.14rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .pgcom_phi_list > ul > li {
    padding: 2.3rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_phi_title {
    font-size: 2.125rem;
    letter-spacing: 0.08em;
    margin-bottom: 2rem;
  }
  .pgcom_phi_list > ul > li {
    padding: 3rem 0 2.5rem;
  }
  .pgcom_phi_item {
    display: flex;
    align-items: center;
  }
  .pgcom_phi_left {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    width: 23%;
    margin-bottom: 0;
  }
  .pgcom_phi_right {
    font-size: 1rem;
    line-height: 1.78;
    letter-spacing: 0.06em;
    width: 77%;
  }
}
/*||MESSAGE||*/
#message .pgcom_main_title {
  margin-bottom: 3.7rem;
}
.pgcom_mes_unit01 {
  margin-bottom: 2.4rem;
}
.pgcom_mes_unit01 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pgcom_mes_txt {
  letter-spacing: 0.02em;
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 1.8rem;
}
.pgcom_mes_txt_2nd, .pgcom_mes_txt_last {
  display: inline;
  margin-bottom: 0;
}
.pgcom_mes_name span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1.1rem;
}
.pgcom_mes_name {
  font-size: 1.79rem;
  letter-spacing: 0.08em;
  margin-top: 3.5rem;
}
@media screen and (min-width: 992px) {
  .pgcom_mes_block {
    display: flex;
    justify-content: space-between;
  }
  .pgcom_mes_unit01 {
    width: 40%;
    aspect-ratio: 35 / 44;
    margin-bottom: 0;
  }
  .pgcom_mes_unit02 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_mes_block {
    align-items: flex-start;
  }
  .pgcom_mes_unit01 {
    width: 35%;
  }
  .pgcom_mes_unit02 {
    width: 55%;
  }
  .pgcom_mes_txt {
    letter-spacing: 0.05em;
    line-height: 1.625;
    margin-bottom: 1.6rem;
  }
  .pgcom_mes_txt_2nd, .pgcom_mes_txt_last {
    display: block;
    margin-bottom: 1.6rem;
  }
  .pgcom_mes_name span {
    font-size: 0.875rem;
  }
  .pgcom_mes_name {
    font-size: 1.75rem;
  }
}
/*||OVERVIEW||*/
#overview .pgcom_main_title {
  margin-bottom: 1.7rem;
}
.pgcom_ove_table tr {
  line-height: 2;
  letter-spacing: 0;
  color: #000;
  display: flex;
  flex-direction: column;
}
.pgcom_ove_table th {
  font-weight: 400;
  width: 100%;
  padding: 24px 0 6px;
}
.pgcom_ove_table td {
  font-weight: 400;
  width: 100%;
  padding: 6px 0 24px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
}
.pgcom_ove_table td a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .pgcom_ove_table tr {
    flex-direction: row;
    line-height: 1.73;
    letter-spacing: 0.05em;
  }
  .pgcom_ove_table th {
    width: 18%;
    padding: 29px 0;
    border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  }
  .pgcom_ove_table td {
    width: 82%;
    padding: 29px 0;
  }
}
@media screen and (min-width: 1200px) {
  #overview .pgcom_main_title {
    margin-bottom: 1.2rem;
  }
  .pgcom_ove_table tr {
    font-size: 0.9375rem;
  }
}
/*||ACCESS||*/
.pgcom_acc_unit {
  margin-bottom: 4.3rem;
}
.pgcom_acc_block .pgcom_acc_unit:last-child {
  margin-bottom: 0;
}
.pgcom_acc_img {
  margin-bottom: 1.8rem;
}
.pgcom_acc_title span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
  line-height: 1;
  color: #000;
  margin-bottom: 1rem;
}
.pgcom_acc_title {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #b4b4b4;
  padding-left: 0.4rem;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 768px) {
  .pgcom_acc_block {
    display: flex;
    gap: 8%;
  }
  .pgcom_acc_unit {
    width: calc((100% - 8%) / 2);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_acc_img {
    margin-bottom: 2.3rem;
  }
  .pgcom_acc_title span {
    font-size: 1.75rem;
  }
  .pgcom_acc_title {
    font-size: 0.875rem;
    padding-left: 0.6rem;
    margin-bottom: 3.6rem;
  }
  .pgcom_acc_unit .section_long_btn {
    font-size: 1rem;
    padding-left: 0.7rem;
  }
}
/*||||*/
/***************************************
カタログ請求 
***************************************/
.pg_catalog_container {
  margin-top: -5.7rem;
}
@media screen and (min-width: 768px) {
  .pg_catalog_container {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_catalog_container {
    margin-top: -11.3rem;
  }
}
.pgcat_top_block {
  background-color: #f3f1ed;
  padding: 5.2rem 0 6.7rem;
  margin-bottom: 6.7rem;
}
.pgcat_top_inner {
  width: 87%;
  margin: 0 auto;
}
.pgcat_top_title {
  font-size: 1.64rem;
  line-height: 1.56;
  text-align: center;
  margin-bottom: 2rem;
}
.pgcat_top_heading {
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 4rem;
}
.pgcat_list > ul > li {
  margin-bottom: 4rem;
}
.pgcat_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgcat_list_img {
  margin-bottom: 1.9rem;
}
.pgcat_list_title {
  font-size: 1.43rem;
  margin-bottom: 1.7rem;
}
.pgcat_list_txt {
  line-height: 1.64;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgcat_top_block {
    padding: 6.2rem 0 7.7rem;
    margin-bottom: 7.7rem;
  }
  .pgcat_top_title {
    font-size: 1.8rem;
  }
  .pgcat_top_heading {
    text-align: center;
    line-height: 2;
    margin-bottom: 5.8rem;
  }
  .pgcat_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .pgcat_list > ul > li {
    width: calc((100% - 4%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .pgcat_list > ul > li {
    width: calc((100% - 8%) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgcat_top_block {
    padding: 8.2rem 0 9.5rem;
    margin-bottom: 9.5rem;
  }
  .pgcat_top_inner {
    width: 85.5%;
  }
  .pgcat_top_title {
    font-size: 2.125rem;
    margin-bottom: 3rem;
  }
  .pgcat_list_img {
    margin-bottom: 2.1rem;
  }
  .pgcat_list_title {
    font-size: 1.375rem;
    margin-bottom: 1.2rem;
  }
  .pgcat_list_txt {
    line-height: 1.75;
  }
}
/*||フォーム||*/
.pgcat_form_block {
  width: 87%;
  margin: 0 auto;
  max-width: 1000px;
}
.pgcat_form_item {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 1.4rem;
}
.pgcat_form_unit01 {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  margin-bottom: 3.3rem;
}
.pgcat_form_btn {
  color: #fff;
  background-color: #026446;
  border: 1px solid rgba(2, 100, 70, 0.75);
  height: 54px;
  border-radius: 60px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 360px;
  padding-left: 3.2rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.pgcat_form_btn:hover {
  color: #026446;
  background-color: #fff;
}
.pgcat_form_btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
.pgcat_form_btn:hover::before {
  background-image: url("../images/arrow_green.svg");
}
.pgcat_form_btn_img {
  width: 22px;
  height: 20px;
  margin-right: 0.6rem;
  transition: all 0.5s;
}
.pgcat_form_btn_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/page/line_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s;
}
a:hover .pgcat_form_btn_img::before {
  background-image: url("../images/page/line_green.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgcat_form_item {
    display: flex;
    padding-bottom: 5.5rem;
    margin-bottom: 1.1rem;
  }
  .pgcat_form_unit01 {
    width: 50%;
    padding: 3.2rem 0;
    border-right: 1px solid rgba(180, 180, 180, 0.25);
    border-bottom: none;
    margin-bottom: 0;
  }
  .pgcat_form_unit02 {
    width: 50%;
    padding: 3.2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgcat_form_block .page_section_title_box {
    margin-bottom: 5rem;
  }
  .pgcat_form_btn {
    font-size: 0.9375rem;
    height: 65px;
    padding-left: 2.8rem;
  }
  .pgcat_form_btn_img {
    width: 24px;
    height: 23px;
    margin-top: 3px;
  }
}
/***************************************
コンセプト
***************************************/
.pg_concept_container {
  margin-top: -5.7rem;
}
@media screen and (min-width: 768px) {
  .pg_concept_container {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_concept_container {
    margin-top: -11.3rem;
  }
}
.pgcnc_top_block {
  color: #fff;
  background-color: #026446;
  padding: 5rem 0 5.5rem;
}
.pgcnc_top_item {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.pgcnc_top_title {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
.pgcnc_top_txt {
  letter-spacing: 0.05em;
  line-height: 1.78;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgcnc_top_block {
    padding: 7rem 0 7.5rem;
  }
  .pgcnc_top_title {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 992px) {
  .pgcnc_top_item {
    display: flex;
  }
  .pgcnc_top_title {
    width: 45%;
    margin-bottom: 0;
  }
  .pgcnc_top_unit {
    width: 55%;
    padding-left: 10.3%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcnc_top_block {
    padding: 10.7rem 0 9.7rem;
  }
  .pgcnc_top_title {
    letter-spacing: 0.14rem;
    line-height: 1.58;
  }
  .pgcnc_top_txt {
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgcnc_top_title {
    font-size: 2.125rem;
  }
}
/*||pgcnc_top_slider_block||*/
/*||pgcnc_arc_block||*/
.pgcnc_arc_block {
  background-color: #fff;
  /*  padding: 5rem 0 6rem;*/
  padding: 5rem 0 0;
}
.pgcnc_arc_inner {
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pgcnc_arc_block {
    /*padding: 7rem 0;*/
    padding: 7rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgcnc_arc_block {
    /* padding: 9.5rem 0 8.9rem;*/
    padding: 9.5rem 0 0;
  }
  .pgcnc_arc_inner {
    width: 85.5%;
  }
}
.pgcnc_arc_logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.pgcnc_arc_logo {
  width: 100px;
}
.pgcnc_arc_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pgcnc_arc_logo_txt {
  font-size: 1.5rem;
  position: relative;
  padding-left: 35px;
  margin-left: 18px;
}
.pgcnc_arc_logo_txt::before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%) rotate(135deg);
}
.pgcnc_arc_logo_txt::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%) rotate(-135deg);
}
.pgcnc_arc_head_outer {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.pgcnc_arc_head_wrap {
  position: relative;
}
.pgcnc_arc_head_TL {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.pgcnc_arc_head_TL::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
.pgcnc_arc_head_TL::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.pgcnc_arc_head_BR {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.pgcnc_arc_head_BR::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pgcnc_arc_head_BR::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
}
.pgcnc_arc_head {
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  padding: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgcnc_arc_head {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgcnc_arc_logo_wrap {
    padding-left: 1rem;
    margin-bottom: 4.4rem;
  }
  .pgcnc_arc_logo {
    width: 160px;
  }
  .pgcnc_arc_logo_txt {
    font-size: 2rem;
    padding-left: 51px;
    margin-left: 34px;
  }
  .pgcnc_arc_logo_txt::before {
    width: 16px;
  }
  .pgcnc_arc_logo_txt::after {
    width: 16px;
  }
  .pgcnc_arc_head_outer {
    margin-bottom: 8.7rem;
  }
  .pgcnc_arc_head_TL::before {
    width: calc(100% + 40px);
  }
  .pgcnc_arc_head_TL::after {
    height: calc(100% + 40px);
  }
  .pgcnc_arc_head_BR::before {
    width: calc(100% + 40px);
  }
  .pgcnc_arc_head_BR::after {
    height: calc(100% + 40px);
  }
  .pgcnc_arc_head {
    font-size: 1.5rem;
    letter-spacing: 0.14rem;
    padding: 0.9rem 2.3rem;
  }
}
/*||pgcnc_arc_list||*/
.pgcnc_arc_list {
  margin-bottom: 3.9rem;
}
.pgcnc_arc_list > ul > li {
  margin-bottom: 4rem;
}
.pgcnc_arc_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgcnc_arc_unit01 {
  margin-bottom: 2.1rem;
}
.pgcnc_arc_title {
  font-size: 1.64rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
.pgcnc_arc_txt {
  letter-spacing: 0.05em;
  line-height: 1.78;
  text-align: justify;
}
.pgcnc_arc_btn_wrap .siwo_bottom_block {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .pgcnc_arc_list {
    margin-bottom: 5.9rem;
  }
  .pgcnc_arc_item {
    display: flex;
    justify-content: space-between;
  }
  .pgcnc_arc_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .pgcnc_arc_unit01 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .pgcnc_arc_list > ul > li:nth-child(2n) .pgcnc_arc_unit01 {
    order: 2;
  }
  .pgcnc_arc_unit02 {
    width: 45%;
  }
  .pgcnc_arc_list > ul > li:nth-child(2n) .pgcnc_arc_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgcnc_arc_list {
    margin-bottom: 7.6rem;
  }
  .pgcnc_arc_list > ul > li {
    margin-bottom: 7.4rem;
  }
  .pgcnc_arc_unit01 {
    width: 52%;
  }
  .pgcnc_arc_unit02 {
    width: 40.5%;
  }
  .pgcnc_arc_title {
    font-size: 1.8rem;
    line-height: 1.58;
    letter-spacing: 0.08em;
    margin-bottom: 2.6rem;
  }
  .pgcnc_arc_txt {
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgcnc_arc_item {
    align-items: center;
  }
  .pgcnc_arc_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .pgcnc_arc_title {
    font-size: 2.125rem;
  }
}
/***************************************
プロダクト
***************************************/
.pgprod_back_color {
  background-color: #f3f1ed;
  padding: 5.3rem 0 5.6rem;
}
@media screen and (min-width: 768px) {
  .pgprod_back_color {
    padding: 7.3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgprod_back_color {
    padding: 9.6rem 0 10rem;
  }
}
/*||pgcnc_reno_block||*/
/*.pgcnc_reno_block {
  background-color: #f3f1ed;
  padding: 5rem 0 0;
}*/
.pgcnc_reno_block .page_section_title span {
  line-height: 1.4;
}
.pgcnc_reno_btn_wrap {
  width: 77%;
  margin: 0 auto 3rem;
  max-width: 1060px;
}
.pgcnc_reno_btn_wrap > ul > li {
  margin-bottom: 1rem;
}
.pgcnc_reno_btn_wrap > ul > li:last-child {
  margin-bottom: 0;
}
.pgcnc_reno_btn_wrap .section_long_btn {
  width: 100%;
  margin: 0 auto;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  /*  .pgcnc_reno_block {
    padding: 7rem 0 0;
  }*/
}
@media screen and (min-width: 992px) {
  .pgcnc_reno_btn_wrap {
    width: 87%;
    margin-bottom: 5rem;
  }
  .pgcnc_reno_btn_wrap > ul {
    display: flex;
    justify-content: center;
    gap: 7%;
  }
  .pgcnc_reno_btn_wrap > ul > li {
    width: calc((100% - 14%) / 3);
    margin-bottom: 0;
  }
  .pgcnc_reno_btn_wrap .section_long_btn {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  /*  .pgcnc_reno_block {
    padding: 9.5rem 0 0;
  }*/
  .pgcnc_reno_block .page_section_title_box {
    margin-bottom: 5.2rem;
  }
  .pgcnc_reno_block .page_section_title span {
    line-height: 1;
  }
  .pgcnc_reno_btn_wrap {
    margin-bottom: 8.8rem;
  }
}
/*||pgcnc_reno_list||*/
.pgcnc_reno_list > ul > li {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  margin-bottom: 5rem;
}
.pgcnc_reno_list > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.pgcnc_reno_left {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.pgcnc_reno_item {
  width: 87%;
  margin: 0 auto;
}
.pgcnc_reno_right_item {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  margin-bottom: 3rem;
}
.pgcnc_reno_unit01 {
  margin-bottom: 1.8rem;
}
.pgcnc_reno_title {
  font-size: 1.64rem;
  letter-spacing: 0.01rem;
  margin-bottom: 0.5rem;
}
.pgcnc_reno_subtxt {
  font-size: 1.14rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1.5rem;
}
.pgcnc_reno_txt {
  line-height: 1.78;
  letter-spacing: 0.01em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgcnc_reno_list > ul > li {
    padding-bottom: 7rem;
    margin-bottom: 5rem;
  }
  .pgcnc_reno_right_item {
    display: flex;
    justify-content: space-between;
  }
  .pgcnc_reno_unit01 {
    width: 48%;
    order: 2;
    margin-bottom: 0;
  }
  .pgcnc_reno_unit01 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .pgcnc_reno_unit02 {
    width: 42%;
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgcnc_reno_list > ul > li {
    padding-bottom: 7.5rem;
    margin-bottom: 7.3rem;
  }
  .pgcnc_reno_item {
    width: 85.5%;
  }
  .pgcnc_reno_title {
    font-size: 1.9rem;
    letter-spacing: 0.08rem;
    margin-bottom: 0.5rem;
  }
  .pgcnc_reno_subtxt {
    font-size: 1.125rem;
    letter-spacing: 0.08rem;
    margin-bottom: 2.5rem;
  }
  .pgcnc_reno_txt {
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1500px) {
  .pgcnc_reno_item {
    display: flex;
  }
  .pgcnc_reno_left {
    font-size: 1.375rem;
    line-height: 1;
    width: 7.7%;
    margin-bottom: 0;
  }
  .pgcnc_reno_right {
    width: 92.3%;
  }
  .pgcnc_reno_right_item {
    align-items: center;
    padding-bottom: 5rem;
  }
  .pgcnc_reno_title {
    font-size: 2.125rem;
  }
}
/*||pgcnc_merit_wrap||*/
.pgcnc_merit_wrap {
  margin-bottom: 5rem;
}
.pgcnc_merit_head span {
  display: block;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.pgcnc_merit_head {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.pgcnc_merit_list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.pgcnc_merit_list > ul > li {
  width: calc((100% - 15px) / 2);
}
.pgcnc_merit_item {
  background-color: #fff;
  padding: 2rem 0.8rem;
  height: 100%;
}
.pgcnc_merit_img {
  width: 70px;
  margin: 0 auto 1.5rem;
}
.pgcnc_merit_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pgcnc_merit_title {
  font-size: 0.93rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgcnc_merit_list > ul {
    gap: 20px;
  }
  .pgcnc_merit_list > ul > li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 1200px) {
  .pgcnc_merit_wrap {
    margin-bottom: 7.4rem;
  }
  .pgcnc_merit_head {
    font-size: 1.125rem;
    margin-bottom: 3.1rem;
  }
  .pgcnc_merit_item {
    padding: 3.1rem 1rem;
  }
  .pgcnc_merit_img {
    width: 103px;
    margin-bottom: 2.3rem;
  }
  .pgcnc_merit_title {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
/*||pgcnc_3row_wrap||*/
.pgcnc_3row_wrap > ul > li {
  margin-bottom: 5rem;
}
.pgcnc_3row_wrap > ul > li:last-child {
  margin-bottom: 0;
}
.pgcnc_3row_unit01 {
  margin-bottom: 2rem;
}
.pgcnc_3row_title {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.pgcnc_3row_txt {
  line-height: 1.78;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgcnc_3row_item {
    display: flex;
    justify-content: space-between;
  }
  .pgcnc_3row_unit01 {
    width: 48%;
    margin-bottom: 0;
  }
  .pgcnc_3row_wrap > ul > li:nth-child(2n) .pgcnc_3row_unit01 {
    order: 2;
  }
  .pgcnc_3row_unit01 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .pgcnc_3row_unit02 {
    width: 43.5%;
  }
  .pgcnc_3row_wrap > ul > li:nth-child(2n) .pgcnc_3row_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgcnc_3row_wrap > ul > li {
    margin-bottom: 3.6rem;
  }
  .pgcnc_3row_item {
    align-items: center;
  }
  .pgcnc_3row_unit01.pgcnc_3row_PL {
    padding-left: 10%;
  }
  .pgcnc_3row_unit01.pgcnc_3row_PR {
    padding-right: 10%;
  }
  .pgcnc_3row_title {
    font-size: 1.65rem;
    line-height: 1.5;
  }
  .pgcnc_3row_txt {
    line-height: 1.875;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgcnc_3row_title {
    font-size: 1.75rem;
  }
}
/***************************************
お問い合わせ
***************************************/
.pg_contact_container .siev_form_tel_wrap {
  border-top: none;
  padding-top: 0;
}
/***************************************
サンクスページ
***************************************/
.pg_thanks_container {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/***************************************
リノベーションについて-共通
***************************************/
.pg_guide_link_top {
  margin: 0 auto 5.6rem;
}
.pg_guide_link_wrap {
  width: 77%;
  margin: 0 auto;
  max-width: 720px;
}
.pg_guide_link_bottom {
  margin-top: 5.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pg_guide_link_top {
    margin-top: 8.6rem;
    margin-bottom: 9rem;
  }
  .pg_guide_link_bottom {
    margin-top: 7.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_guide_link_top {
    margin: -4rem auto 7.5rem;
  }
  .pg_guide_link_bottom {
    margin-top: 7.5rem;
    margin-bottom: -3.5rem;
  }
}
/*||pg_guide_link_top_renovation||*/
.pg_guide_link_top_renovation {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1200px) {
  .pg_guide_link_top_renovation {
    margin: -2rem auto 1.5rem;
  }
}
/***************************************
-リノベの特徴
***************************************/
.pgfea_back_color {
  background-color: #f3f1ed;
  padding: 5.3rem 0 5.6rem;
  margin-bottom: 5.3rem;
}
@media screen and (min-width: 768px) {
  .pgfea_back_color {
    padding: 7.3rem 0;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgfea_back_color {
    /*background-color: #f00;*/
    padding: 9.6rem 0 9.8rem;
    margin-bottom: 9.6rem;
  }
}
.pgfea_app_block {
  margin-bottom: 5.3rem;
}
.pgfea_app_upside {
  width: 87%;
  margin: 0 auto 5.3rem;
}
.pgfea_app_upside .page_section_title_box {
  margin-bottom: 3rem;
}
.pgfea_app_heading_wrap {
  margin-bottom: 3.6rem;
}
.pgfea_app_heading {
  display: inline;
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 0;
}
.pgfea_app_head {
  font-size: 1.64rem;
  letter-spacing: 0.01rem;
  line-height: 1.65;
  text-align: center;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 255, 255, 1);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .pgfea_app_block {
    margin-bottom: 7rem;
  }
  .pgfea_app_upside {
    margin-bottom: 8rem;
  }
  .pgfea_app_heading {
    display: block;
    text-align: center;
    margin-bottom: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgfea_app_block {
    margin-bottom: 8rem;
  }
  .pgfea_app_upside {
    margin-bottom: 5.7rem;
  }
  .pgfea_app_upside .page_section_title_box {
    margin-bottom: 4.3rem;
  }
  .pgfea_app_heading_wrap {
    margin-bottom: 4.3rem;
  }
  .pgfea_app_heading {
    line-height: 1.75;
    margin-bottom: 1.8rem;
  }
  .pgfea_app_head {
    font-size: 1.625rem;
    letter-spacing: 0.02rem;
  }
}
/*||pgfea_app_downside||*/
.pgfea_app_downside {
  background-color: #fff;
  padding: 4.3rem 0 5.4rem;
}
.pgfea_app_item {
  width: 87%;
  margin: 0 auto;
}
.pgfea_app_unit01 {
  margin-bottom: 5.3rem;
}
.pgfea_app_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pgfea_app_title {
  font-size: 1.64rem;
  line-height: 1.56;
  margin-bottom: 2.8rem;
}
.pgfea_app_list > ul > li {
  margin-bottom: 3.7rem;
}
.pgfea_app_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgfea_app_list_title {
  font-size: 1.29rem;
  letter-spacing: 0.01em;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  margin-bottom: 1.8rem;
  position: relative;
}
.pgfea_app_list_title::after {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #026446;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  transform: translate(0%, -50%);
}
.pgfea_app_list_txt {
  letter-spacing: 0.01em;
  line-height: 1.78;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgfea_app_downside {
    padding: 7rem 0;
  }
  .pgfea_app_unit01 {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .pgfea_app_downside {
    width: 92.8%;
    margin-left: auto;
    margin-right: 0;
  }
  .pgfea_app_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pgfea_app_unit01 {
    width: 44%;
    margin: 0;
  }
  .pgfea_app_unit02 {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .pgfea_app_downside {
    padding: 8.1rem 0 8.5rem;
  }
  .pgfea_app_item {
    width: 85.5%;
    margin-right: 10%;
  }
  .pgfea_app_list > ul > li {
    margin-bottom: 4.4rem;
  }
  .pgfea_app_list_title {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    padding-left: 22px;
    padding-bottom: 20px;
    margin-bottom: 1rem;
  }
  .pgfea_app_list_title::after {
    top: calc(50% - 10px);
  }
  .pgfea_app_list_txt {
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1500px) {
  .pgfea_app_item {
    width: 77.5%;
    margin-right: 15%;
  }
  .pgfea_app_title {
    font-size: 1.9rem;
    letter-spacing: 0.08rem;
    line-height: 1.58;
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 1700px) {
  .pgfea_app_title {
    font-size: 2.125rem;
  }
}
/*||DESIGN||*/
.pgfea_des_block .pgconsul_promise_block {
  max-width: 1000px;
  margin-bottom: 0;
}
.pgfea_des_block .pgconsul_promise_list > ul > li {
  padding: 3.3rem 0 4.2rem;
}
.pgfea_des_block .pgconsul_promise_list > ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
.pgfea_des_sp {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
.pgfea_des_sp .pgconsul_promise_number {
  margin-right: 1rem;
  margin-bottom: 0;
}
.pgfea_des_sp .pgconsul_promise_title {
  margin-bottom: 0;
}
.pgconsul_promise_number.pgfea_des_pc {
  display: none;
}
.pgconsul_promise_title.pgfea_des_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pgfea_des_sp {
    display: none;
  }
  .pgconsul_promise_number.pgfea_des_pc {
    display: flex;
  }
  .pgconsul_promise_title.pgfea_des_pc {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .pgfea_des_block .pgconsul_promise_heading {
    margin-bottom: 5.6rem;
  }
  .pgfea_des_block .pgconsul_promise_list > ul > li {
    padding: 5.1rem 0 4.7rem;
  }
  .pgfea_des_block .pgconsul_promise_unit {
    padding-top: 0rem;
    padding-left: 4%;
  }
  .pgconsul_promise_title.pgfea_des_pc {
    font-size: 2.125rem;
    margin-bottom: 1.3rem;
  }
  .pgfea_des_block .pgconsul_promise_txt {
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
}
/*||||*/
.pgfea_per_back_color {
  padding-bottom: 5.9rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
}
@media screen and (min-width: 992px) {
  .pgfea_per_back_color {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgfea_per_back_color {
    padding-bottom: 7.3rem;
  }
}
.pgfea_per_block {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.pgfea_per_block .page_section_title_box {
  margin-bottom: 3rem;
}
.pgfea_per_heading {
  line-height: 1.78;
  max-width: 1000px;
  margin: 0 auto 3.6rem;
}
.pgfea_per_head {
  font-size: 1.64rem;
  letter-spacing: 0.01rem;
  line-height: 1.65;
  text-align: center;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(235, 233, 220, 1);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 1200px) {
  .pgfea_per_block .page_section_title_box {
    margin-bottom: 4.3rem;
  }
  .pgfea_per_heading {
    line-height: 1.75;
    margin-bottom: 4.2rem;
  }
  .pgfea_per_head {
    font-size: 1.625rem;
    letter-spacing: 0.02rem;
    margin-bottom: 6rem;
  }
}
/*||pgfea_per_list||*/
.pgfea_per_list {
  margin-bottom: 5.1rem;
}
.pgfea_per_list > ul > li {
  margin-bottom: 4rem;
}
.pgfea_per_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgfea_per_list_img {
  margin-bottom: 1.9rem;
}
.pgfea_per_list_title {
  font-size: 1.43rem;
  margin-bottom: 1.3rem;
}
.pgfea_per_list_txt {
  text-align: justify;
  line-height: 1.78;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgfea_per_list > ul {
    display: flex;
    gap: 6%;
    flex-wrap: wrap;
  }
  .pgfea_per_list > ul > li {
    width: calc((100% - 6%) / 2);
    margin-bottom: 4.7rem;
  }
  .pgfea_per_list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgfea_per_list {
    margin-bottom: 7.8rem;
  }
  .pgfea_per_list_img {
    margin-bottom: 2.2rem;
  }
  .pgfea_per_list_title {
    font-size: 1.375rem;
    letter-spacing: 0.14rem;
    margin-bottom: 1.7rem;
  }
  .pgfea_per_list_txt {
    line-height: 1.75;
  }
}
/*||pgfea_heal_wrap||*/
.pgfea_heal_head {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
.pgfea_heal_head_line {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: rgba(235, 233, 220, 1);
  text-underline-offset: -0.15em;
  text-decoration-skip-ink: none;
}
.pgfea_heal_list {
  width: 88%;
  margin: 0 auto;
  max-width: 760px;
}
.pgfea_heal_list > ul > li {
  margin-bottom: 1.35rem;
}
.pgfea_heal_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgfea_heal_txt {
  font-size: 1.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #026446;
  color: #fff;
  text-align: center;
  width: 220px;
  padding: 3px 0;
  border-radius: 30px;
}
.pgfea_heal_list > ul > li:nth-child(2n) .pgfea_heal_txt {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .pgfea_heal_list > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .pgfea_heal_list > ul > li {
    width: auto;
    margin-bottom: 0;
  }
  .pgfea_heal_list > ul > li:nth-child(2n) .pgfea_heal_txt {
    margin-right: auto;
  }
  .pgfea_heal_head_big {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgfea_heal_head {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-bottom: 2.8rem;
  }
  .pgfea_heal_head_big {
    font-size: 2.125rem;
    letter-spacing: 0.08em;
  }
  .pgfea_heal_txt {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    width: 240px;
    padding: 2px 0;
  }
}
/***************************************
リノベの進め方
***************************************/
.pgflow_back_color {
  background-color: #f3f1ed;
  padding: 5.3rem 0 5.6rem;
}
@media screen and (min-width: 768px) {
  .pgflow_back_color {
    padding: 7.3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgflow_back_color {
    /*    background-color: #f00;*/
    padding: 9.6rem 0 7.5rem;
  }
}
.pgflow_block {
  width: 87%;
  margin: 0 auto;
  max-width: 1000px;
}
.pgflow_block .page_section_title_box {
  margin-bottom: 3rem;
}
.pgflow_top_heading_wrap {
  margin-bottom: 4rem;
}
.pgflow_top_heading {
  display: inline;
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgflow_top_heading {
    display: block;
    text-align: center;
    margin-bottom: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgflow_block .page_section_title_box {
    margin-bottom: 4.3rem;
  }
  .pgflow_top_heading_wrap {
    margin-bottom: 4.9rem;
  }
  .pgflow_top_heading {
    line-height: 1.75;
    margin-bottom: 1.8rem;
  }
}
/*bootstrap4tab編集*/
.pgflow_tab_block .tab_hl_like .nav {
  width: 88%;
  max-width: 740px;
  margin: 0 auto 4.1rem;
  flex-direction: column;
}
.pgflow_tab_block .tab_hl_like .nav-tabs {
  border-bottom: none;
}
.pgflow_tab_block .tab_hl_like .nav-tabs .nav-item {
  width: 100%;
  flex: inherit;
}
.pgflow_tab_block .tab_hl_like .nav-tabs .nav-item:first-child {
  margin-bottom: 1rem;
}
.pgflow_tab_block .tab_hl_like .nav-tabs .nav-link {
  color: #fff;
  background-color: #969696;
  padding: 15px;
  transition: all 0.5s;
  border-radius: 45px;
  border: none;
}
.pgflow_tab_block .tab_hl_like .nav-tabs .nav-link.active, .pgflow_tab_block .tab_hl_like .nav-tabs .nav-item.show .nav-link {
  /*  border: 1px #524b40 solid;*/
  background-color: #026446;
  color: #fff;
  transition: all 0.5s;
  border: none;
}
.pgflow_tab_block .tab_hl_like .nav-tabs .nav-link:hover, .pgflow_tab_block .tab_hl_like .nav-tabs .nav-link:focus {
  background-color: #026446;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pgflow_tab_block .tab_hl_like .nav {
    flex-direction: row;
    justify-content: space-between;
  }
  .pgflow_tab_block .tab_hl_like .nav-tabs .nav-item {
    width: 48.5%;
  }
  .pgflow_tab_block .tab_hl_like .nav-tabs .nav-item:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pgflow_tab_block .tab_hl_like .nav {
    margin-bottom: 5.85rem;
  }
  .pgflow_tab_block .tab_hl_like .nav-tabs .nav-link.active, .pgflow_tab_block .tab_hl_like .nav-tabs .nav-link {
    padding: 19px;
  }
}
/*||持ち家の進め方||*/
.pgflow_tab_list > ul > li {
  margin-bottom: 4.1rem;
}
.pgflow_tab_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgflow_tab_list_head {
  font-size: 1.64rem;
  letter-spacing: 0.01em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  margin-bottom: 2rem;
}
.pgflow_tab_list_box > ul > li {
  position: relative;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  margin-bottom: 2.7rem;
}
.pgflow_tab_list_box > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.pgflow_tab_list_number_wrap {
  display: flex;
  margin-bottom: 2.2rem;
}
.pgflow_tab_list_number {
  font-size: 1.29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #026446;
  color: #fff;
  margin-bottom: 0;
}
.pgflow_tab_list_title {
  font-size: 1.43rem;
  width: calc(100% - 46px);
  padding-top: 0.8rem;
  padding-left: 11px;
  margin-bottom: 0;
}
.pgflow_tab_list_title span {
  font-size: 1rem;
  display: block;
  margin-top: 3px;
  margin-left: -8px;
}
.pgflow_tab_list_txt {
  letter-spacing: 0.01em;
  line-height: 1.78;
  text-align: justify;
}
.pgflow_tab_list_btnbox {
  margin-top: 2.3rem;
}
.pgflow_tab_list_btnbox .section_short_btn {
  justify-content: flex-start;
}
.pgflow_tab_list_btnbox .section_short_btn_box:first-child {
  margin-bottom: 1.5rem;
}
.pgflow_tab_list_free_outer {
  margin-top: 4rem;
}
.pgflow_tab_list_free_txt {
  text-align: center;
  background-color: #fff;
  border-radius: 19px;
  padding: 8px;
}
.pgflow_bottom_btn_block {
  margin-top: 2.8rem;
  padding-top: 4.1rem;
  border-top: 1px solid rgba(150, 150, 150, 0.25);
}
.pgflow_bottom_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  margin: 0 auto;
  max-width: 360px;
  color: #fff;
  background-color: #969696;
  padding: 15px;
  transition: all 0.5s;
  border-radius: 45px;
}
.pgflow_bottom_btn:hover {
  background-color: #026446;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgflow_tab_list_btnbox {
    display: flex;
  }
  .pgflow_tab_list_title span {
    font-size: 1rem;
    display: inline;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: -1px;
  }
  .pgflow_tab_list_btnbox .section_short_btn_box:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .pgflow_bottom_btn_block {
    margin-top: 7.4rem;
    padding-top: 0;
    border-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgflow_tab_list_box > ul > li {
    padding-bottom: 5rem;
    border-bottom: none;
    margin-bottom: 0;
  }
  .pgflow_tab_list_box > ul > li::before {
    content: "";
    width: 1px;
    position: absolute;
    background-color: rgba(2, 100, 70, 0.25);
    top: 23px;
    bottom: 0;
    left: 23px;
    right: 0;
    z-index: 100;
    height: 100%;
    transition: height 0.8s linear;
  }
  .pgflow_tab_list_box > ul > li:last-child::before {
    content: none;
  }
  .pgflow_tab_list_txt {
    padding-left: 56px;
  }
  .pgflow_tab_list_btnbox {
    padding-left: 56px;
  }
  .pgflow_tab_list_free_outer {
    padding-left: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .pgflow_tab_list > ul > li {
    margin-bottom: 4.7rem;
  }
  .pgflow_tab_list_head {
    font-size: 2.125rem;
    letter-spacing: 0.06em;
    padding-bottom: 1.4rem;
    margin-bottom: 3.1rem;
  }
  .pgflow_tab_list_box > ul > li::before {
    top: 26px;
    left: 26px;
  }
  .pgflow_tab_list_number_wrap {
    margin-bottom: 1rem;
  }
  .pgflow_tab_list_number {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    width: 52px;
    height: 52px;
  }
  .pgflow_tab_list_title {
    font-size: 1.375rem;
    width: calc(100% - 52px);
    padding-left: 25px;
  }
  .pgflow_tab_list_txt {
    letter-spacing: 0.03em;
    line-height: 1.75;
    padding-left: 81px;
  }
  .pgflow_tab_list_btnbox {
    margin-top: 3.3rem;
    padding-left: 81px;
  }
  .pgflow_tab_list_btnbox .section_short_btn_box:first-child {
    margin-right: 2.8rem;
  }
  .pgflow_tab_list_free_outer {
    margin-top: 4.8rem;
    padding-left: 81px;
  }
  .pgflow_tab_list_free_txt {
    padding: 6px;
  }
  .pgflow_bottom_btn {
    padding: 19px;
  }
}
/***************************************
お金について
***************************************/
.pgmoney_back_color {
  background-color: #f3f1ed;
  padding: 5.3rem 0 5.6rem;
  margin-bottom: 5.3rem;
}
@media screen and (min-width: 768px) {
  .pgmoney_back_color {
    padding: 7.3rem 0;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_back_color {
    /*    background-color: #f00;*/
    padding: 9.6rem 0 10rem;
    margin-bottom: 9.6rem;
  }
}
.pgmoney_top_outer {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.pgmoney_top_block {
  margin-bottom: 1.5rem;
}
.pgmoney_top_block .page_section_title_box {
  text-align: center;
  margin-bottom: 3rem;
}
.pgmoney_top_heading {
  line-height: 1.78;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .pgmoney_top_block {
    display: flex;
    margin-bottom: 4.8rem;
  }
  .pgmoney_top_block .page_section_title_box {
    width: 37%;
    text-align: left;
    margin-bottom: 0;
  }
  .pgmoney_top_heading {
    width: 63%;
  }
}
/*||タブ||*/
/*bootstrap4tab編集*/
.pgmoney_cost_block .tab_hl_like .nav {
  flex-direction: column;
  margin-bottom: 4.3rem;
}
.pgmoney_cost_block .tab_hl_like .nav-tabs {
  border-bottom: none;
}
.pgmoney_cost_block .tab_hl_like .nav-tabs .nav-item {
  flex: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  margin-bottom: 0.6rem;
}
.pgmoney_cost_block .tab_hl_like .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.pgmoney_cost_block .tab_hl_like .nav-tabs .nav-link {
  color: #8c8c8c;
  background-color: inherit;
  padding: 18px 0;
  padding-left: 4px;
  border-radius: 0;
  text-align: left;
  border: none;
  transition: all 0.5s;
  position: relative;
}
.pgmoney_cost_block .tab_hl_like .nav-tabs .nav-link.active, .pgmoney_cost_block .tab_hl_like .nav-tabs .nav-item.show .nav-link {
  background-color: inherit;
  color: #000;
  transition: all 0.5s;
}
.pgmoney_cost_block .tab_hl_like .nav-tabs .nav-link:hover, .pgmoney_cost_block .tab_hl_like .nav-tabs .nav-link:focus {
  color: #000;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgmoney_cost_block .tab_hl_like {
    display: flex;
  }
  .pgmoney_cost_block .tab_hl_like .nav {
    width: 28%;
    padding-right: 5%;
    margin: 0;
  }
  .pgmoney_cost_block .tab_hl_like .nav-tabs .nav-item {
    max-width: 260px;
  }
  .pgmoney_cost_block .tab-content {
    margin-top: 1.4rem;
    width: 71%;
  }
}
@media screen and (min-width: 992px) {
  .pgmoney_cost_block .tab_hl_like .nav {
    width: 37%;
    padding-right: 0;
  }
  .pgmoney_cost_block .tab-content {
    width: 63%;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_cost_block .tab_hl_like .nav-tabs .nav-item {
    margin-bottom: 0.6rem;
  }
  .pgmoney_cost_block .tab_hl_like .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
  .pgmoney_cost_block .tab_hl_like .nav-tabs .nav-link {
    font-size: 0.875rem;
    padding: 18px 0;
  }
}
/*||||*/
.pgmoney_cost_table {
  margin-bottom: 3.5rem;
}
.pgmoney_cost_table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  padding: 1.7rem 0 1.9rem;
}
.pgmoney_cost_table tr:first-child {
  border-top: 1px solid rgba(150, 150, 150, 0.25);
}
.pgmoney_cost_table th {
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  width: 100%;
  padding-bottom: 15px;
}
.pgmoney_cost_table td {
  letter-spacing: 0;
  width: 100%;
}
.pgmoney_cost_img {
  width: 100%;
}
.pgmoney_cost_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .pgmoney_cost_table tr {
    flex-direction: row;
  }
  .pgmoney_cost_table th {
    width: 23%;
    padding-bottom: 0;
  }
  .pgmoney_cost_table td {
    width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_cost_table {
    margin-bottom: 3.6rem;
  }
  .pgmoney_cost_table tr {
    font-size: 0.9375rem;
    line-height: 1.53;
    padding: 1.6rem 0 1.6rem;
  }
  .pgmoney_cost_table th {
    width: 26%;
  }
  .pgmoney_cost_table td {
    width: 74%;
  }
}
/*||資金調達について||*/
.pgmoney_fun_block {
  width: 87%;
  margin: 0 auto 5.4rem;
  max-width: 1000px;
}
.pgmoney_fun_block .page_section_title_box {
  margin-bottom: 2.8rem;
}
.pgmoney_fun_head {
  font-size: 1.64rem;
  text-align: center;
  padding-bottom: 1.2rem;
  margin-bottom: 1.3rem;
  position: relative;
}
.pgmoney_fun_head::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: rgba(150, 150, 150, 0.2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pgmoney_fun_heading {
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 5rem;
}
.pgmoney_fun_table_head {
  font-size: 1.43rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
.pgmoney_fun_table_outer {
  margin-bottom: 2.4rem;
}
.pgmoney_fun_table {
  margin-bottom: 3.6rem;
}
.pgmoney_fun_table > ul {
  width: 840px;
  display: flex;
}
.pgmoney_fun_table > ul > li {
  width: calc(100% / 3);
}
.pgmoney_fun_table_title {
  font-size: 1.14rem;
  text-align: center;
  background-color: #026446;
  color: #fff;
  margin-bottom: 0;
  padding: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.pgmoney_fun_table > ul > li:last-child .pgmoney_fun_table_title {
  border-right: none;
}
.pgmoney_fun_table_box {
  background-color: #f3f1ed;
  padding: 2.3rem 2rem;
  border-right: 1px solid rgba(150, 150, 150, 0.25);
}
.pgmoney_fun_table > ul > li:last-child .pgmoney_fun_table_box {
  border-right: none;
}
.pgmoney_fun_table_box > ul > li {
  text-align: center;
  background-color: #fff;
  padding: 7px;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.pgmoney_fun_table_box > ul > li:last-child {
  margin-bottom: 0;
}
.pgmoney_fun_table_note {
  line-height: 1.78;
}
.pgmoney_fun_table_bottom {
  font-size: 1.43rem;
  letter-spacing: 0.03rem;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 0;
}
.pgmoney_fun_table_bottom span {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(235, 233, 220, 1);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .pgmoney_fun_block {
    margin-bottom: 7rem;
  }
  .pgmoney_fun_table {
    margin-bottom: 1.6rem;
  }
  .pgmoney_fun_table > ul {
    width: 100%;
  }
  .pgmoney_fun_table_bottom {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_fun_block {
    margin-bottom: 9.4rem;
  }
  .pgmoney_fun_block .page_section_title_box {
    margin-bottom: 4rem;
  }
  .pgmoney_fun_head {
    font-size: 2.125rem;
    letter-spacing: 0.08em;
    padding-bottom: 1.8rem;
    margin-bottom: 2.1rem;
  }
  .pgmoney_fun_head::before {
    width: 40px;
  }
  .pgmoney_fun_heading {
    line-height: 1.75;
    margin-bottom: 8rem;
  }
  .pgmoney_fun_table_head {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    margin-bottom: 2.7rem;
  }
  .pgmoney_fun_table_outer {
    margin-bottom: 3.4rem;
  }
  .pgmoney_fun_table {
    margin-bottom: 2rem;
  }
  .pgmoney_fun_table_box {
    padding: 2.5rem 3.5rem;
  }
  .pgmoney_fun_table_box > ul > li {
    margin-bottom: 0.7rem;
  }
  .pgmoney_fun_table_title {
    font-size: 1.125rem;
    letter-spacing: 0.14em;
    padding: 9px;
  }
  .pgmoney_fun_table_note {
    font-size: 0.875rem;
  }
  .pgmoney_fun_table_bottom {
    font-size: 2.125rem;
    letter-spacing: 0.14rem;
  }
}
/*||資金計画について||*/
.pgmoney_plan_outer {
  background-color: #f3f1ed;
  padding: 5.3rem 0 6.9rem;
  margin-bottom: 5.3rem;
}
@media screen and (min-width: 768px) {
  .pgmoney_plan_outer {
    padding: 7.3rem 0;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_plan_outer {
    /* background-color: #f00;*/
    padding: 9.6rem 0 9.8rem;
    margin-bottom: 9.6rem;
  }
}
.pgmoney_plan_block {
  width: 87%;
  margin: 0 auto 5rem;
  max-width: 1300px;
}
.pgmoney_plan_block .page_section_title_box {
  margin-bottom: 2.8rem;
}
.pgmoney_plan_heading_wrap {
  margin-bottom: 5.6rem;
}
.pgmoney_plan_heading {
  display: inline;
  line-height: 1.78;
  letter-spacing: 0.01em;
  text-align: justify;
  margin-bottom: 0;
}
.pgmoney_plan_block .pgfea_per_list {
  margin-bottom: 3.3rem;
}
@media screen and (min-width: 768px) {
  .pgmoney_plan_heading {
    display: block;
    text-align: center;
    margin-bottom: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_plan_block {
    margin-bottom: 8rem;
  }
  .pgmoney_plan_block .page_section_title_box {
    margin-bottom: 4.2rem;
  }
  .pgmoney_plan_block .pgfea_per_list {
    margin-bottom: 8.2rem;
  }
  .pgmoney_plan_heading_wrap {
    margin-bottom: 6.1rem;
  }
  .pgmoney_plan_heading {
    line-height: 1.75;
    margin-bottom: 1.8rem;
  }
}
/*||pgmoney_plan_2col_block||*/
.pgmoney_plan_2col_block > ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.pgmoney_plan_2col_block > ul > li {
  width: 50%;
}
.pgmoney_plan_2col_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #026446;
  color: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.pgmoney_plan_2col_txt {
  line-height: 1.78;
  letter-spacing: 0.03em;
  text-align: center;
}
.pgmoney_plan_2col_bottom {
  line-height: 1.78;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .pgmoney_plan_2col_block > ul {
    gap: 40px;
    margin-bottom: 3.4rem;
  }
  .pgmoney_plan_2col_block > ul > li {
    width: calc((100% - 40px) / 2);
    max-width: 241px;
  }
  .pgmoney_plan_2col_bottom {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_plan_2col_txt {
    font-size: 1.125rem;
    line-height: 1.55;
  }
  .pgmoney_plan_2col_bottom {
    line-height: 1.75;
  }
}
/*||スタッフ紹介||*/
.pgmoney_staff_block .pgconsul_staff_list {
  margin-bottom: 0;
}
/*||お問い合わせ||*/
.pgmoney_cont_block {
  padding-bottom: 5.9rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
}
.pgmoney_cont_inner {
  width: 87%;
  margin: 0 auto;
  max-width: 1000px;
}
.pgmoney_cont_block .page_section_title_box {
  margin-bottom: 2.8rem;
}
.pgmoney_cont_heading_wrap {
  margin-bottom: 3.6rem;
}
.pgmoney_cont_heading {
  display: inline;
  line-height: 1.78;
  letter-spacing: 0.01em;
  text-align: justify;
  margin-bottom: 0;
}
.pgmoney_cont_block .pgconsul_point_btn {
  width: 95%;
  margin-bottom: 2.5rem;
}
.pgmoney_cont_tel_head {
  text-align: center;
  margin-bottom: 1rem;
}
.pgmoney_cont_block .siev_form_tel_box {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pgmoney_cont_heading {
    display: block;
    text-align: center;
    margin-bottom: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgmoney_cont_block {
    padding-bottom: 7.3rem;
  }
  .pgmoney_cont_block .page_section_title_box {
    margin-bottom: 3.2rem;
  }
  .pgmoney_cont_heading_wrap {
    margin-bottom: 4.6rem;
  }
  .pgmoney_cont_heading {
    line-height: 1.75;
    margin-bottom: 1.8rem;
  }
  .pgmoney_cont_block .pgconsul_point_btn {
    margin-bottom: 2.7rem;
  }
  .pgmoney_cont_tel_head {
    font-size: 0.9375rem;
    margin-bottom: 1.3rem;
  }
}
/***************************************

***************************************/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/***************************************

***************************************/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/*||||*/
/*||||*/