@charset 'UTF-8';
#page-main {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  #page-main {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  #page-main {
    padding-bottom: 14rem;
    margin-top: -8rem;
  }
}
.bg-circle-top-wrap .bg-circle-top {
  z-index: 1;
}
/*page-balloon*/
.page-balloon {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #282828;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  border-radius: 50px;
  margin-bottom: 2.2rem;
}
.page-balloon::before {
  content: " ";
  width: 1px;
  background-color: #282828;
  display: block;
  position: absolute;
  left: 50%;
  height: 2rem;
  bottom: -2rem;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
/*sp-none pc-none*/
.sp-none {
  display: none;
}
.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}
/*ul*/
#page-main ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
/*txt-center*/
.txt-center {
  text-align: center;
}
/*max-width*/
.container-single-small.maxw {
  max-width: 1400px;
}
.cpcbrb-inner-1000.maxw {
  max-width: 1000px;
}
/*角丸（画像）*/
.img-border-radius img {
  border-radius: 1.5rem;
}
.img-border-radius10 img {
  border-radius: 1rem;
}
@media screen and (max-width: 1399px) {
  .img-border-radius img {
    border-radius: 1rem;
  }
  .img-border-radius10 img {
    border-radius: 0.6rem;
  }
}
/*改行*/
.br-pc12 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
}
/*justify*/
.txt-justify {
  text-align: justify
}
/*見出しh2*/
.page_section_title {
  font-size: 1.45rem;
  margin-bottom: 3.5rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.page_section_title span.efont-bold {
  display: block;
  font-size: 3.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .page_section_title {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .page_section_title {
    margin-bottom: 6.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .page_section_title span.efont-bold {
    font-size: 5.5rem;
  }
}
/*見出しh2②*/
.page_section_title2 {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.page_section_title2 .efont-semibold {
  display: block;
  color: #f0c33e;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_section_title2 {
    margin-bottom: 5rem;
    font-size: 2.2rem;
  }
  .page_section_title2 .efont-semibold {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .page_section_title2 {
    margin-bottom: 6rem;
    font-size: 2.6rem;
  }
  .page_section_title2 .efont-semibold {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .page_section_title2 {
    margin-bottom: 6.5rem;
    font-size: 3rem;
  }
  .page_section_title2 .efont-semibold {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
/*button*/
.pg_btn_yellow a, .pg_btn_bk a {
  background: #f0c33e;
  width: 80%;
  display: inline-flex;
  border-radius: 50px;
  height: 55px;
  max-width: 320px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: .3s;
}
.pg_btn_bk a {
  background-color: #282828;
  transition: .3s;
}
.pg_btn_yellow a:hover {
  background-color: #282828;
  transition: .3s;
  color: #fff;
}
.pg_btn_bk a:hover {
  background: #f0c33e;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .pg_btn_yellow a, .pg_btn_bk a {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .pg_btn_yellow a, .pg_btn_bk a {
    height: 80px;
  }
}
/***************************************
会社概要
***************************************/
.pgcom_gre_block {
  margin: 0 auto 7rem;
}
.pgcom_gre_unit01 {
  margin-bottom: 3.5rem;
}
.pgcom_gre_down_img {
  display: none;
}
.pgcom_gre_up_img {
  max-width: 80%;
  margin: 0 auto;
}
.pgcom_gre_head {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  color: #f0c33e;
}
.pgcom_gre_title {
  font-size: 2rem;
  line-height: 1.66;
  margin-bottom: 1.8rem;
}
.pgcom_gre_txt {
  margin-bottom: 2.5rem;
}
.pgcom_gre_name {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.pgcom_gre_name span {
  font-size: 1.15rem;
  margin-right: 1rem;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .pgcom_gre_block {
    margin-bottom: 7rem;
  }
  .pgcom_gre_item {
    display: flex;
  }
  .pgcom_gre_unit01 {
    width: 45%;
    margin-bottom: 0;
  }
  .pgcom_gre_up_img {
    margin-bottom: 2rem;
  }
  .pgcom_gre_up_img {
    max-width: 100%;
    margin: 0;
  }
  .pgcom_gre_down_img {
    display: block;
    width: 70%;
    margin-top: 3.5rem;
  }
  .pgcom_gre_head {
    margin-bottom: 3rem;
  }
  .pgcom_gre_unit02 {
    width: 55%;
    padding-left: 8%;
  }
}
@media screen and (min-width: 992px) {
  .pgcom_gre_block {
    position: relative;
    z-index: 0;
  }
  .pgcom_gre_block::before {
    content: "GREETING";
    font-size: 6.64rem;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    color: #f5f5f5;
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    position: absolute;
    top: -0.4%;
    left: -0.8%;
    z-index: -1;
    line-height: 1;
  }
  .pgcom_gre_up_img {
    width: 69%;
    margin-left: auto;
    margin-right: 0;
  }
  .pgcom_gre_down_img {
    width: 60%;
    margin-left: 8%;
  }
  .pgcom_gre_block::before {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_gre_block {
    margin-bottom: 10rem;
  }
  .pgcom_gre_block::before {
    font-size: 10.625rem;
  }
  .pgcom_gre_item {
    align-items: center;
  }
  .pgcom_gre_unit01 {
    width: 48%;
  }
  .pgcom_gre_up_img {
    margin-bottom: 4rem;
    width: 64%;
  }
  .pgcom_gre_down_img {
    width: 56%;
    margin-left: 12%;
  }
  .pgcom_gre_unit02 {
    width: 52%;
    padding-left: 9%;
  }
  .pgcom_gre_head {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  .pgcom_gre_title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  .pgcom_gre_txt {
    font-size: 1.3rem;
    line-height: 2.13;
    margin-bottom: 2.6rem;
  }
  .pgcom_gre_name {
    font-size: 1.6rem;
  }
  .pgcom_gre_name span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .pgcom_gre_head {
    font-size: 1.6rem;
    margin-bottom: 6rem;
  }
  .pgcom_gre_title {
    font-size: 3rem;
    margin-bottom: 4.2rem;
  }
  .pgcom_gre_txt {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  .pgcom_gre_name {
    font-size: 1.7rem;
  }
  .pgcom_gre_name span {
    font-size: 1.4rem;
  }
  .pgcom_gre_block::before {
    font-size: 14rem;
  }
  .pgcom_gre_down_img {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  .pgcom_gre_block {
    margin-bottom: 13rem;
  }
}
/*||pgcom_about_block||*/
.pgcom_about_block {
  margin: 0 auto 5rem;
  padding: 5rem 0 6rem;
  border-radius: 15px;
}
.pgcom_about_inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}
.pgcom_about_list > ul > li {
  margin-bottom: 4rem;
}
.pgcom_about_list > ul > li:last-child {
  margin-bottom: 0;
}
.pgcom_about_unit01 {
  margin-bottom: 2rem;
}
.pgcom_about_title {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.pgcom_about_txt_last {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .pgcom_about_block {
    padding: 6rem 0 7rem;
    margin-bottom: 6rem;
  }
  .pgcom_about_item {
    display: flex;
    justify-content: space-between;
  }
  .pgcom_about_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .pgcom_about_list > ul > li:nth-child(2n) .pgcom_about_unit01 {
    order: 2;
  }
  .pgcom_about_unit02 {
    width: 42%;
  }
  .pgcom_about_list > ul > li:nth-child(2n) .pgcom_about_unit02 {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_about_block {
    width: 77.77%;
    padding: 9rem 0 10rem;
    margin-bottom: 9rem;
  }
  .pgcom_about_item {
    align-items: center;
  }
  .pgcom_about_block .section_title_box {
    margin-bottom: 5.2rem;
  }
  .pgcom_about_list > ul > li {
    margin-bottom: 5rem;
  }
  .pgcom_about_unit01 {
    width: 58.5%;
  }
  .pgcom_about_unit02 {
    width: 33.5%;
  }
  .pgcom_about_title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .pgcom_about_list > ul > li:nth-child(2) .pgcom_about_title {
    line-height: 1.68;
  }
  .pgcom_about_txt {
    line-height: 1.86;
  }
}
@media screen and (min-width: 1400px) {
  .pgcom_about_block {
    border-radius: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .pgcom_about_list > ul > li {
    margin-bottom: 7rem;
  }
  .pgcom_about_title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  .pgcom_about_block {
    padding: 11.5rem 0 13rem;
    margin-bottom: 11.5rem;
  }
}
/*||会社概要-table||*/
.pgcom_out_block {
  width: 85.3846%;
  margin: 0 auto 6rem;
  max-width: 1200px;
}
.pgcom_out_table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.5rem 0;
}
.pgcom_out_table tr:first-child {
  border-top: 1px solid #dcdcdc;
}
.pgcom_out_table th {
  font-weight: 500;
  width: 100%;
  padding-bottom: 6px;
}
.pgcom_out_table td {
  color: #4d4d4d;
  width: 100%;
}
.pgcom_out_table_number {
  color: #4d4d4d;
}
.pgcom_out_table_number:hover {
  color: #4d4d4d;
}
.pgcom_out_table_link_txt {
  display: flex;
  align-items: center;
}
.pgcom_out_table_link_outer {
  margin-left: 1.5rem;
}
.pgcom_out_table_link {
  font-size: 1.3rem;
  color: #717171;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 14px;
  text-decoration: none;
  top: -1px;
  transition: .2s;
}
a.pgcom_out_table_link:hover {
  color: #878787;
  transition: .2s;
}
.pgcom_out_table_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b7b7b7;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.pgcom_out_table_link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/page/icon_link_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.pgcom_out_table_link_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-left: 2px;
}
.pgcom_out_table_link_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pgcom_out_table_link_outer_2col {
  display: flex;
  align-items: center;
}
.pgcom_out_table_link_outer_2col .pgcom_out_table_link:first-child {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .pgcom_out_block {
    margin-bottom: 7rem;
  }
  .pgcom_out_table tr {
    flex-direction: row;
  }
  .pgcom_out_table th {
    width: 25%;
    padding-bottom: 0;
    background: #f8f8f8;
    padding: 2rem 0;
    text-align: center;
  }
  .pgcom_out_table td {
    width: 75%;
    padding: 2rem 0 2rem 4rem;
  }
  .pgcom_out_table tr {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgcom_out_block {
    width: 66.66%;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_out_block {
    margin-bottom: 10rem;
  }
  .pgcom_out_table th {
    width: 20%;
    padding: 3rem 0;
  }
  .pgcom_out_table td {
    width: 80%;
    padding: 3rem 0 3rem 6rem;
  }
  .pgcom_out_table_link {
    padding-right: 19px;
  }
  .pgcom_out_table_link::after {
    top: 52%;
    width: 12px;
    height: 11px;
  }
  .pgcom_out_table_link_outer {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .pgcom_out_block {
    margin-bottom: 14rem;
  }
  .pgcom_out_table th {
    padding: 4rem 0;
  }
  .pgcom_out_table td {
    padding: 4rem 0 4rem 8rem;
  }
}
/*||店舗外観・内観||*/
.tenpo-wrap {
  margin-top: 3rem;
}
.tenpo-wrap .ttl {
  margin-bottom: 2rem;
}
.tenpo-wrap .ttl span {
  background: #f0c33e;
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 0.8rem;
}
.tenpo-wrap .inner .item {
  margin-bottom: 1.5rem;
}
.tenpo-wrap .inner .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tenpo-wrap .inner {
    display: flex;
    justify-content: space-between;
  }
  .tenpo-wrap .inner .item {
    margin-bottom: 0;
    width: calc(33.33% - 1.2rem);
  }
}
@media screen and (min-width: 1600px) {
  .tenpo-wrap {
    margin-top: 5rem;
  }
  .tenpo-wrap .ttl {
    margin-bottom: 3rem;
  }
  .tenpo-wrap .inner .item {
    width: calc(33.33% - 2.2rem);
  }
}
/*||pgcom_area_block||*/
.pgcom_area_block {
  margin: 0 auto 8rem;
}
.pgcom_area_block .section_title_box {
  margin-bottom: 2.5rem;
}
.pgcom_area_unit01 {
  padding: 4.5rem 3rem 5rem;
  margin-bottom: 1rem;
  border-radius: 15px 15px 0 0;
}
.pgcom_area_txt {
  margin-bottom: 1.4rem;
}
.pgcom_area_note {
  font-size: 1.3rem;
  text-align: center;
  color: #808080;
  margin-bottom: 3rem;
}
.pgcom_area_unit02 img {
  border-radius: 0 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .pgcom_area_block {
    display: flex;
    margin-bottom: 10rem;
  }
  .pgcom_area_unit01 {
    order: 2;
    width: 50%;
    padding: 4rem 3rem 5rem;
    margin-bottom: 0;
    border-radius: 0 15px 15px 0;
  }
  .pgcom_area_unit02 {
    order: 1;
    width: 50%;
    padding-right: 10px;
    height: auto;
  }
  .pgcom_area_unit02 img {
    border-radius: 15px 0 0 15px;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .pgcom_area_unit01 {
    padding: 4rem 6rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgcom_area_block {
    margin-bottom: 12rem;
  }
  .pgcom_area_block .page_section_title {
    margin-bottom: 3rem;
  }
  .pgcom_area_unit02 {
    width: 60%;
  }
  .pgcom_area_unit02 img {
    border-radius: 30px 0 0 30px;
  }
  .pgcom_area_unit01 {
    width: 40%;
    border-radius: 0 30px 30px 0;
  }
  .pgcom_area_unit01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pgcom_area_block .section_title_box {
    margin-bottom: 3rem;
  }
  .pgcom_area_txt {
    margin-bottom: 1rem;
  }
  .pgcom_area_btn {
    width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .pgcom_area_block {
    margin-bottom: 24rem;
  }
}
@media screen and (min-width: 1600px) {
  .pgcom_area_block {
    margin-bottom: 28rem;
  }
  .pgcom_area_block .page_section_title {
    margin-bottom: 5rem;
  }
  .pgcom_area_note {
    font-size: 1.4rem;
    margin-bottom: 4.5rem;
  }
  .pgcom_area_unit01 {
    padding: 4rem 8rem 5rem;
  }
  .pgcom_area_txt {
    margin-bottom: 1.5rem;
  }
}
/***************************************
リフォームの流れ
***************************************/
/*アンカーリンク*/
.index-wrap ul li {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.index-wrap ul li:last-child {
  margin-bottom: 0;
}
.index-wrap ul li .efont-medium {
  position: relative;
  color: #f0c33e;
  z-index: 2;
  line-height: 1;
}
.index-wrap ul li .efont-medium::before {
  content: "";
  border-radius: 50px;
  background: #fdf9eb;
  width: 40px;
  height: 40px;
  min-width: 20px;
  position: absolute;
  top: 37%;
  left: 50%;
  align-items: center;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.index-wrap ul li.active .efont-medium {
  color: #fff;
}
.index-wrap ul li.active .efont-medium::before {
  background: #f0c33e;
}
.index-wrap ul li.active .efont-medium::after {
  content: "";
  background: #f0c33e;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 7px;
  top: 0;
  z-index: -1;
}
.index-wrap ul li:last-child.active .efont-medium::after {
  display: none;
}
.index-wrap ul li .txt {
  padding-left: 2.2rem;
  font-size: 1.3rem;
  margin-top: -3px;
  color: #999999;
}
.index-wrap ul li.active .txt {
  color: #282828;
}
.index-wrap ul {
  position: relative;
}
.index-wrap ul::before {
  content: "";
  background: #f2f2f2;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7px;
  top: 0;
}
@media screen and (min-width: 1600px) {
  .index-wrap ul li {
    margin-bottom: 4.5rem;
  }
}
/*メイン*/
.pg_flow_container {
  margin-bottom: 8rem;
}
.pg_flow_container .index-wrap {
  display: none;
}
.pg_flow_container .flow-inner .item {
  padding: 4rem 4rem 4.5rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}
.pg_flow_container .flow-inner .item:last-child {
  margin-bottom: 0;
}
.pg_flow_container .flow-inner .ttl {
  margin-bottom: 2.5rem;
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.pg_flow_container .flow-inner .ttl .txt {
  padding-left: 2.5rem;
  font-size: 1.6rem;
  margin-top: -6px;
}
.pg_flow_container .flow-inner .ttl .efont-medium {
  position: relative;
  color: #fff;
  z-index: 2;
  line-height: 2;
}
.pg_flow_container .flow-inner .ttl .efont-medium::after {
  content: "";
  border-radius: 50px;
  background: #f0c33e;
  width: 40px;
  height: 40px;
  min-width: 20px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pg_flow_container .flow-inner .pc-none {
  margin-bottom: 2.2rem;
}
.pg_flow_container .flow-inner .pg_btn_bk {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .pg_flow_container {
    margin-bottom: 10rem;
  }
  .pg_flow_container .flow-inner .item {
    padding: 4.5rem 6rem 4.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .pg_flow_container .flow-inner .item .unit1 {
    width: 45.6%;
    margin-top: 7px;
  }
  .pg_flow_container .flow-inner .item .unit2 {
    width: 46.66%;
  }
  .pg_flow_container .flow-inner .ttl .txt {
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
  .pg_flow_container .flow-inner .ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .pg_flow_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pg_flow_container .flow-inner {
    width: 75.5%
  }
  .pg_flow_container .index-wrap {
    display: block;
    width: calc(100% - 78.5%);
    position: sticky;
    top: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_flow_container {
    margin-bottom: 12rem;
  }
  .pg_flow_container .flow-inner {
    width: 78.5%;
  }
  .pg_flow_container .flow-inner .item {
    border-radius: 20px;
  }
  .pg_flow_container .pg_btn_bk a {
    height: 65px;
    width: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .pg_flow_container {
    margin-bottom: 24rem;
  }
}
@media screen and (min-width: 1600px) {
  .pg_flow_container {
    margin-bottom: 28rem;
  }
  .pg_flow_container .flow-inner .item {
    padding: 6rem 9rem;
    align-items: center;
    margin-bottom: 4rem;
  }
  .pg_flow_container .flow-inner .ttl .efont-medium::after {
    width: 60px;
    height: 60px;
    min-width: 60px;
    top: 46%;
  }
  .pg_flow_container .flow-inner .ttl .txt {
    padding-left: 4rem;
    font-size: 2.2rem;
  }
  .pg_flow_container .flow-inner .ttl .efont-medium {
    font-size: 2rem;
  }
  .pg_flow_container .flow-inner .ttl {
    margin-bottom: 3.2rem;
  }
  .pg_flow_container .flow-inner .pg_btn_bk {
    margin-top: 3rem;
  }
}
/***************************************
その他サポート
***************************************/
/*epilogue*/
.txt-30 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.pg_support_container .prologue-wrap {
  margin-bottom: 6rem;
}
.pg_support_container .index-wrap {
  margin-top: 4rem;
  text-align: center;
}
.pg_support_container .index-wrap li {
  margin-bottom: 1rem;
}
.pg_support_container .index-wrap li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pg_support_container .prologue-wrap {
    margin-bottom: 8rem;
  }
  .pg_support_container .prologue-wrap .txt-15 {
    text-align: center;
  }
  .pg_support_container .index-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5rem;
  }
  .pg_support_container .index-wrap li {
    margin-bottom: 1rem;
    width: calc(50% - 0.5rem);
  }
  .pg_support_container .index-wrap li:nth-child(n+3) {
    margin-bottom: 0;
  }
  .pg_support_container .index-wrap li.pg_btn_yellow a {
    width: 100%;
    max-width: unset;
  }
  .txt-30 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .pg_support_container .index-wrap li {
    margin-bottom: 0;
    width: calc(25% - 0.8rem);
  }
  .pg_support_container .prologue-wrap {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .txt-30 {
    font-size: 2.8rem;
  }
  .pg_support_container .index-wrap {
    margin-top: 6.5rem;
  }
  .pg_support_container .prologue-wrap {
    margin-bottom: 13rem;
  }
}
@media screen and (min-width: 1600px) {
  .txt-30 {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
  .pg_support_container .index-wrap li {
    width: calc(25% - 1.5rem);
  }
  .pg_support_container .prologue-wrap {
    margin-bottom: 15rem;
  }
}
/*main*/
.pg_support_container .inner .unit {
  margin-bottom: 7rem;
}
.pg_support_container .inner .unit:last-child {
  margin-bottom: 0;
}
.pg_support_container .inner .unit .unit-flex .txt {
  margin-top: 2.5rem;
}
.pg_support_container .inner .unit .unit-flex .txt .efont-medium {
  color: #f0c33e;
}
.pg_support_container .inner .unit .unit-flex .txt p.ttl {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
.pg_support_container .inner .unit .unit-flex .txt .bdb-dotted-mainblack {
  margin-bottom: 2rem;
}
.pg_footer_bottom {
  margin-bottom: 8rem;
}
.hojokine-wrap {
  padding: 5rem 0 6rem;
  margin-top: 5rem;
  border-radius: 15px;
}
.hojokine-wrap-inner {
  width: 80%;
  margin: 0 auto;
}
.hojokine-wrap h3 {
  margin-bottom: 3rem;
}
.hojokine-wrap ul li .hojokine-wrap-ttl {
  font-size: 1.6rem;
  text-align: center;
  margin: 1.5rem 0 1rem;
}
.hojokine-wrap ul li {
  margin-bottom: 3.2rem;
}
.hojokine-wrap ul li:last-child {
  margin-bottom: 0;
}
.hojokine-wrap .page-balloon {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.hojokine-wrap .bdb-dotted-mainblack {
  margin: 4.5rem 0 3.5rem;
}
.hojokine-wrap .support-flow h3 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .pg_support_container .inner .unit {
    margin-bottom: 8rem;
  }
  .pg_support_container .inner .unit .unit-flex {
    display: flex;
    justify-content: space-between;
  }
  .pg_support_container .inner .unit:nth-child(2n) .unit-flex {
    flex-direction: row-reverse;
  }
  .pg_support_container .inner .unit .unit-flex .img {
    width: 55%;
  }
  .pg_support_container .inner .unit .unit-flex .txt {
    margin-top: 0;
    width: 36%;
  }
  .pg_footer_bottom {
    margin-bottom: 10rem;
  }
  .hojokine-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hojokine-wrap ul li {
    margin-bottom: 3.5rem;
    width: calc(50% - 1.5rem);
  }
  .hojokine-wrap ul li:nth-child(n+3) {
    margin-bottom: 0;
  }
  .hojokine-wrap h3 {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
  .hojokine-wrap-inner {
    width: 78.57%;
  }
  .hojokine-wrap .support-flow h3 {
    margin-bottom: 3rem;
  }
  .hojokine-wrap .bdb-dotted-mainblack {
    margin: 5.5rem 0 4.5rem;
  }
  .support-flow .mb-0 {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .pg_support_container .inner .unit .unit-flex {
    align-items: center;
  }
  .hojokine-wrap ul li {
    margin-bottom: 4rem;
    width: calc(50% - 2.2rem);
  }
  .hojokine-wrap ul li .hojokine-wrap-ttl {
    font-size: 1.8rem;
    margin: 1.8rem 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_support_container .inner .unit {
    margin-bottom: 10rem;
  }
  .pg_support_container .inner .unit .unit-flex .txt p.ttl {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }
  .pg_support_container .inner .unit .unit-flex .txt .bdb-dotted-mainblack {
    margin-bottom: 2.5rem;
  }
  .pg_footer_bottom {
    margin-bottom: 12rem;
  }
  .hojokine-wrap {
    padding: 8rem 0 9rem;
    margin-top: 8rem;
    border-radius: 30px;
  }
  .hojokine-wrap h3 {
    margin-bottom: 5rem;
    font-size: 2.5rem;
  }
  .hojokine-wrap .bdb-dotted-mainblack {
    margin: 7.5rem 0 6.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg_footer_bottom {
    margin-bottom: 24rem;
  }
  .hojokine-wrap .page-balloon {
    max-width: 340px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .pg_support_container .inner .unit .unit-flex .txt .efont-medium {
    font-size: 1.8rem;
  }
  .pg_support_container .inner .unit .unit-flex .txt p.ttl {
    font-size: 2.6rem;
    margin-bottom: 2.6rem;
  }
  .pg_support_container .inner .unit .unit-flex .txt .bdb-dotted-mainblack {
    margin-bottom: 3.5rem;
  }
  .pg_footer_bottom {
    margin-bottom: 28rem;
  }
  .hojokine-wrap {
    padding: 9rem 0 11rem;
    margin-top: 11rem;
  }
  .hojokine-wrap ul li .hojokine-wrap-ttl {
    font-size: 2.2rem;
    margin: 2rem 0 1.5rem;
  }
  .hojokine-wrap ul li {
    margin-bottom: 5rem;
    width: calc(50% - 2.5rem);
  }
  .hojokine-wrap .page-balloon {
    max-width: 370px;
    font-size: 1.6rem;
  }
  .hojokine-wrap h3 {
    margin-bottom: 5rem;
    font-size: 2.8rem;
  }
  .hojokine-wrap .bdb-dotted-mainblack {
    margin: 9.5rem 0 8rem;
  }
  .pg_support_container .inner .unit {
    margin-bottom: 13rem;
  }
}
/***************************************
リフォームプラン（水廻り+内装パック）
***************************************/
/*リンク*/
.plan-link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.plan-link-wrap a {
  color: #282828;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 50%;
  padding: 2rem 1.5rem 3rem;
  transition: .3s;
}
.plan-link-wrap a.active {
  position: relative;
  pointer-events: none;
  cursor: default;
}
.plan-link-wrap a.active::before {
  content: "";
  background: #fdf9eb;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 10px;
}
/* 1番目：下のみ */
.plan-link-wrap a:nth-child(1) {
  background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
  background-size: 6px 6px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
/* 2番目：左＋下 */
.plan-link-wrap a:nth-child(2) {
  background-image:
    radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%), /* 左 */ radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%); /* 下 */
  background-size: 6px 6px, 6px 6px;
  background-repeat: repeat-y, repeat-x;
  background-position: left center, center bottom;
}
/* 3番目：左のみ */
.plan-link-wrap a:nth-child(4) {
  background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
  background-size: 6px 6px;
  background-repeat: repeat-y;
  background-position: left center;
}
.plan-link-wrap a:hover {
  color: #282828;
  transition: .3s;
}
.plan-link-wrap a:hover .mb-0 {
  color: #282828;
  transition: .3s;
}
.plan-link-wrap a .icon {
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.plan-link-wrap a.plan1 .icon {
  background-image: url(../images/page/plan/plan-ldk.svg);
}
.plan-link-wrap a.plan1.active .icon, .plan-link-wrap a.plan1:hover .icon {
  background-image: url("../images/page/plan/plan-ldk-active.svg");
  transition: .3s;
}
.plan-link-wrap a.plan2 .icon {
  background-image: url(../images/page/plan/plan-plumbing.svg);
  background-repeat: no-repeat;
  transition: .3s;
}
.plan-link-wrap a.plan2.active .icon, .plan-link-wrap a.plan2:hover .icon {
  background-image: url("../images/page/plan/plan-plumbing-active.svg");
  transition: .3s;
}
.plan-link-wrap a.plan3 .icon {
  background-image: url(../images/page/plan/plan-houses-apartments.svg);
  background-repeat: no-repeat;
}
.plan-link-wrap a.plan3.active .icon, .plan-link-wrap a.plan3:hover .icon {
  background-image: url("../images/page/plan/plan-houses-apartments-active.svg");
  transition: .3s;
}
.plan-link-wrap a.plan4 .icon {
  background-image: url(../images/page/plan/plan-refurbishment.svg);
  background-repeat: no-repeat;
}
.plan-link-wrap a.plan4.active .icon, .plan-link-wrap a.plan4:hover .icon {
  background-image: url("../images/page/plan/plan-refurbishment-active.svg");
  transition: .3s;
}
.plan-link-wrap a .mb-0 {
  color: #929292;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  transition: .3s;
}
.plan-link-wrap a .mb-0 span {
  font-size: 1.2rem;
}
.plan-link-wrap a.active .mb-0 {
  color: #282828;
}
@media screen and (min-width: 768px) {
  .plan-link-wrap {
    margin-bottom: 8rem;
  }
  .plan-link-wrap a {
    width: 25%;
    padding: 1rem 1.5rem 2rem;
  }
  .plan-link-wrap a:nth-child(1), .plan-link-wrap a:nth-child(2), .plan-link-wrap a:nth-child(3) {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-y;
    background-position: left center;
  }
  .plan-link-wrap a:nth-child(4) {
    background-image:
      radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%), /* 左 */ radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%); /* 右 */
    background-size: 6px 6px, 6px 6px;
    background-repeat: repeat-y, repeat-y;
    background-position: left center, right center;
  }
  .plan-link-wrap a.active::before {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .plan-link-wrap a .mb-0 {
    font-size: 1.5rem;
  }
  .plan-link-wrap {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1600px) {
  .plan-link-wrap {
    margin-bottom: 13rem;
  }
  .plan-link-wrap a .icon {
    width: 120px;
    height: 120px;
  }
  .plan-link-wrap a .mb-0 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .plan-link-wrap a .mb-0 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .plan-link-wrap {
    display: none;
  }
}
/*メイン*/
.plan-main-wrap {
  margin-bottom: 6rem;
}
.plan-main-wrap .txt {
  margin-top: 2.2rem;
}
.plan-main-wrap .txt .plan-ttl h2 {
  margin-bottom: 2rem;
}
.plan-main-wrap .txt .plan-ttl h2 span.strong {
  color: #f0c33e;
  font-size: 3rem;
  margin-right: 0.4rem;
}
.plan-main-wrap .txt .plan-ttl h2 span.small {
  font-weight: 500;
}
.plan-main-wrap .txt .plan-ttl .bdb-dotted-mainblack {
  margin-bottom: 2.5rem;
}
.plan-main-price {
  background: #fdf9eb;
  border-radius: 15px;
  padding: 3rem 0 3.5rem;
  margin-top: 2.5rem;
}
.plan-main-price .inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.plan-main-price .inner .txt1 {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.plan-main-price .inner .txt2 {
  display: flex;
  align-items: flex-end;
  margin-left: 1.5rem;
  border-left: 1px solid #d0d0d0;
  padding-left: 1.5rem;
}
.plan-main-price .inner .efont-satoshi {
  color: #f0c33e;
  font-size: 5rem;
  line-height: 0.8;
  letter-spacing: -0.2rem;
  margin: 0;
}
.plan-main-price .inner .mb-0 {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-left: 0.8rem;
  position: relative;
  top: -1px;
}
.plan-main-price .inner .mb-0 .zei {
  color: #808080;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
	    margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .plan-main-wrap {
    display: flex;
    justify-content: space-between;
  }
  .plan-main-wrap .img {
    width: 43%;
  }
  .plan-main-wrap .txt {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .plan-main-wrap {
    margin-bottom: 8rem;
  }
  .plan-main-wrap .img {
    width: 55%;
  }
  .plan-main-wrap .txt {
    width: 36.4%;
  }
}
@media screen and (min-width: 1600px) {
  .plan-main-wrap {
    margin-bottom: 11rem;
  }
  .plan-main-wrap {
    align-items: center;
  }
  .plan-main-wrap .txt .plan-ttl h2 {
    margin-bottom: 3.5rem;
    font-size: 3rem;
  }
  .plan-main-wrap .txt .plan-ttl h2 span.strong {
    font-size: 5rem;
    margin-right: 0.8rem;
  }
  .plan-main-wrap .txt .plan-ttl .bdb-dotted-mainblack {
    margin-bottom: 4rem;
  }
  .plan-main-price {
    padding: 3.2rem 0 3.5rem;
    margin-top: 3rem;
  }
  .plan-main-price .inner .txt1 {
    font-size: 1.4rem;
  }
  .plan-main-price .inner .txt2 {
    margin-left: 2.2rem;
    padding-left: 2.2rem;
  }
  .plan-main-price .inner .efont-satoshi {
    font-size: 6rem;
    letter-spacing: 0;
  }
  .plan-main-price .inner .mb-0 {
    font-size: 1.5rem;
  }
  .plan-main-price .inner .mb-0 .zei {
    margin-left: 3px;
  }
}
/*solution*/
.plan-solution-wrap ul li {
  margin-bottom: 3.5rem;
}
.plan-solution-wrap ul li:last-child {
  margin-bottom: 0;
}
.plan-solution-wrap .ttl {
  font-size: 1.6rem;
  margin: 1.8rem 0 1rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .plan-solution-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .plan-solution-wrap ul li {
    margin-bottom: 3.5rem;
    width: calc(50% - 1.8rem);
  }
}
@media screen and (min-width: 992px) {
  .plan-solution-wrap ul li {
    margin-bottom: 0;
    width: calc(33.33% - 1.8rem);
  }
}
@media screen and (min-width: 1200px) {
  .plan-solution-wrap ul li {
    width: calc(33.33% - 2.5rem);
  }
}
@media screen and (min-width: 1600px) {
  .plan-solution-wrap ul li {
    width: calc(33.33% - 3.5rem);
  }
  .plan-solution-wrap .ttl {
    font-size: 2rem;
    margin: 2.4rem 0 1.2rem;
  }
}
/*プラン一覧*/
.plan-contents-wrap {
  margin-top: 6rem;
}
.plan-contents-item {
  padding: 2rem 2rem 4rem;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.plan-contents-item:first-child {
  margin-bottom: 2rem;
}
.pci-navy {
  background: #f4f4f5;
}
.pci-yellow {
  background: #fdf9eb;
}
.pci-blue {
  background: #f3f5f6;
}
.plan-contents-ttl {
  border-radius: 50px;
  padding: 1rem 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.plan-contents-ttl p {
  margin-bottom: 0;
}
.plan-contents-ttl p span {
  font-size: 80%;
  margin-left: 0.4rem;
}
.pci-navy .plan-contents-ttl {
  background: #1e283c;
}
.pci-yellow .plan-contents-ttl {
  background: #f0c33e;
}
.pci-blue .plan-contents-ttl {
  background: #405a6d;
}
@media screen and (min-width: 768px) {
  .plan-contents-unit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .pg_plan_plumbing .plan-contents-unit::before {
    content: "";
    background-image: url(../images/page/plan/plan_plumbing_cont_point.webp);
    background-repeat: no-repeat;
    width: 280px;
    height: 280px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
    z-index: 3;
  }
  .plan-contents-item:first-child {
    margin-bottom: 0;
  }
  .plan-contents-item {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 992px) {
  .plan-contents-wrap {
    margin-top: 8rem;
  }
  .plan-contents-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_plan_plumbing .plan-contents-unit::before {
    width: 340px;
    height: 340px;
  }
}
@media screen and (min-width: 1600px) {
  .plan-contents-wrap {
    margin-top: 11rem;
  }
  .plan-contents-item {
    width: calc(50% - 0.8rem);
    padding: 3rem 4rem 6rem;
    border-radius: 30px;
  }
  .plan-contents-ttl {
    font-size: 2.2rem;
    padding: 1.6rem 0;
  }
}
/*価格*/
.plan-contents-price {
  margin-top: 1.8rem;
}
.plan-contents-price-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-contents-price .pcp1 {
  margin: 0;
  background: #dfe1e4;
  padding: 0.8rem;
  border-radius: 7px;
  font-size: 1rem;
  line-height: 1.5;
  color: #808080;
  margin-right: 1.5rem;
}
.pci-yellow .plan-contents-price .pcp1 {
  background: #fbefcc;
}
.plan-contents-price .pcp2 {
  font-size: 5rem;
  margin: 0;
  line-height: 0.8;
}
.plan-contents-price .pcp2 span {
  font-size: 80%;
}
.pci-navy .plan-contents-price .pcp2 {
  color: #1e283c;
}
.pci-yellow .plan-contents-price .pcp2 {
  color: #f0c33e;
}
.pci-blue .plan-contents-price .pcp2 {
  color: #405a6d;
}
.plan-contents-price .pcp3 {
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  position: relative;
  top: 5px;
  margin-left: 0.5rem;
}
.plan-contents-price .pcp3 .zei {
  color: #808080;
  font-size: 1.2rem;
  margin-left: 3px;
}
.plan-contents-price .bdb-dotted-mainblack {
  margin: 2rem 0;
}
@media screen and (min-width: 1200px) {
  .plan-contents-price .pcp1 {
    padding: 0.9rem 1rem;
    font-size: 1.3rem;
  }
  .plan-contents-price .pcp2 {
    font-size: 7rem;
  }
  .plan-contents-price .pcp3 {
    top: 7px;
    margin-left: 0.8rem;
    font-size: 2rem;
  }
  .plan-contents-price .pcp3 .zei {
    font-size: 1.4rem;
    margin-left: 6px;
  }
  .plan-contents-price {
    margin-top: 2.6rem;
  }
  .plan-contents-price .bdb-dotted-mainblack {
    margin: 3rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .plan-contents-price .pcp1 {
    padding: 0.9rem 1.5rem;
    font-size: 1.4rem;
    margin-right: 2rem;
  }
  .plan-contents-price .pcp2 {
    font-size: 8rem;
  }
  .plan-contents-price .pcp3 {
    font-size: 2.6rem;
  }
  .plan-contents-price .pcp3 .zei {
    font-size: 1.6rem;
    margin-left: 9px;
  }
  .plan-contents-price {
    margin-top: 3.2rem;
  }
  .plan-contents-price .bdb-dotted-mainblack {
    margin: 3.8rem 0;
  }
}
/*パッケージ内容*/
.plan-contents-en-ttl {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.plan-contents-en-ttl span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.pci-navy .plan-contents-en-ttl span {
  background: #1e283c;
}
.pci-yellow .plan-contents-en-ttl span {
  background: #f0c33e;
}
.pci-blue .plan-contents-en-ttl span {
  background: #405a6d;
}
.plan-contents-pack-ul1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-contents-pack-ul1 li {
  width: calc(50% - 0.8rem);
  margin-bottom: 2rem;
}
.plan-contents-pack-ul1 li:nth-last-child(2), .plan-contents-pack-ul1 li:last-child {
  margin-bottom: 0;
}
.pcp-txt1 {
  margin: 1.5rem 0 0.5rem;
}
.pcp-txt1 .ttl-place {
  padding: 0.3rem 1rem;
  border-radius: 5px;
  margin-right: 0.5rem;
  display: inline-block;
}
.pci-navy .pcp-txt1 .ttl-place {
  background: #dfe1e4;
}
.pci-yellow .pcp-txt1 .ttl-place {
  background: #fbefcc;
}
.pcp-txt2 {
  color: #808080;
  font-size: 1.3rem;
}
@media screen and (min-width: 1600px) {
  .plan-contents-en-ttl {
    font-size: 1.8rem;
  }
  .plan-contents-en-ttl span {
    width: 10px;
    height: 10px;
    margin-right: 1rem;
  }
  .plan-contents-pack-ul1 li {
    width: calc(50% - 1.2rem);
    margin-bottom: 3rem;
  }
  .pcp-txt1 {
    margin: 2rem 0 0.7rem;
  }
  .pcp-txt2 {
    font-size: 1.4rem;
  }
  .pcp-txt1 .ttl-place {
    margin-right: 1.2rem;
  }
}
/*工事内容*/
.plan-contents-construction {
  margin-top: 2rem;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 2rem;
}
.plan-contents-construction-ttl {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.plan-contents-construction-ttl::before {
  content: "";
  width: 100px;
  background: #f4f4f5;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pci-yellow .plan-contents-construction-ttl::before {
  background: #fdf9eb;
}
.plan-contents-construction-ttl::after {
  content: "";
  background: #c1c1c1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -2;
}
.plan-contents-construction-ul {
  display: flex;
  flex-wrap: wrap;
}
.plan-contents-construction-ul li {
  display: inline-block;
  background: #fff;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  margin: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 1600px) {
  .plan-contents-construction {
    margin-top: 3.5rem;
    padding-bottom: 3rem;
  }
  .plan-contents-construction-ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .plan-contents-construction-ttl::before {
    width: 120px;
  }
}
/*ギャラリー*/
.plan-gallery-wrap {
  margin-top: 6rem;
}
.plan-gallery-slide .swiper-nav-wrap {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 992px) {
  .plan-gallery-wrap {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1600px) {
  .plan-gallery-wrap {
    margin-top: 11rem;
  }
  .plan-gallery-slide .swiper-nav-wrap {
    margin: 4.5rem auto 0;
  }
}
/*その他のリフォームプラン*/
/* top.cssからもってきたもの */
.top-plan-inner-main-item {
  text-align: center;
}
.top-plan-inner-main-item a {
  display: block;
  color: #282828;
  text-decoration: none;
}
.top-plan-inner-main-item a .tpimi-icon {
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.top-plan-inner-main-item a .tpimi-icon::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.top-plan-inner-main-item a .tpimi-ttl {
  line-height: 1.4;
}
.top-plan-inner-main-item a .tpimi-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-plan-inner-main-item a .tpimi-price span {
  display: block;
}
.top-plan-inner-main-item a .tpimi-price .efont-satoshi {
  padding-right: 0.5rem;
}
.top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.2rem;
}
.top-plan-inner-main-item a .tpimi-kome {
  font-weight: 400;
}
.top-plan-inner-main-item a .tpimi-btn {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #282828;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-plan-inner-main-item a:hover {
  color: #282828;
}
.top-plan-inner-main-item a:hover .tpimi-icon::before {
  content: " ";
  opacity: 1;
}
.top-plan-inner-main-item a:hover .tpimi-btn {
  background-color: #f0c33e;
}
@media screen and (max-width: 767px) {
  .other-plan-wrap .top-plan-inner-main .top-plan-inner-main-item:nth-child(1) a, .other-plan-wrap .top-plan-inner-main .top-plan-inner-main-item:nth-child(2) a {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%), radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-x, repeat-x;
    background-position: top left, bottom left;
  }
  .other-plan-wrap .top-plan-inner-main .top-plan-inner-main-item a {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  .other-plan-wrap .top-plan-inner-main-item {
    width: 25%;
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
  .top-plan-inner-main-item:last-of-type a {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-y;
    background-position: right bottom;
  }
}
@media screen and (max-width: 1399px) {
  .top-plan-inner-main-item a {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }
  .top-plan-inner-main-item a .tpimi-icon {
    margin-bottom: 1rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    margin-bottom: 1.2rem;
  }
  .top-plan-inner-main-item a .tpimi-price {
    margin-bottom: 1.2rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    padding-bottom: 0.2rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    margin-bottom: 2.4rem;
    line-height: 1.4;
  }
  .top-plan-inner-main-item a .tpimi-btn {
    line-height: 4.5rem;
    border-radius: 2.3rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-plan-inner-main-item a .tpimi-icon {
    margin-bottom: 2rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    margin-bottom: 1.6rem;
    letter-spacing: 0.05em;
  }
  .top-plan-inner-main-item a .tpimi-price {
    margin-bottom: 2rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit {
    padding-top: 0.5rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    margin-bottom: 4rem;
    line-height: 1.6;
  }
  .top-plan-inner-main-item a .tpimi-btn {
    line-height: 5rem;
    border-radius: 2.5rem;
    width: 18rem;
  }
}
@media screen and (max-width: 1599px) {
  .top-plan-inner-main-item a .tpimi-icon {
    width: 8rem;
    height: 8rem;
  }
  .top-plan-inner-main-item a .tpimi-icon::before {
    background-size: 3.7rem;
  }
  .top-plan-inner-main-item a .tpimi-icon img {
    width: 3.7rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    font-size: 1.6rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl .tpimi-ttl-small {
    font-size: 1.4rem;
  }
  .top-plan-inner-main-item a .tpimi-price .efont-satoshi {
    font-size: 4rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    font-size: 1.1rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main {
    font-size: 1.3rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main .tpimi-unit-main-small {
    font-size: 1.1rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    font-size: 1.2rem;
  }
  .top-plan-inner-main-item a .tpimi-btn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-plan-inner-main-item a .tpimi-icon {
    width: 12rem;
    height: 12rem;
  }
  .top-plan-inner-main-item a .tpimi-icon::before {
    background-size: 5rem;
  }
  .top-plan-inner-main-item a .tpimi-icon img {
    width: 5rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    font-size: 2rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl .tpimi-ttl-small {
    font-size: 1.6rem;
  }
  .top-plan-inner-main-item a .tpimi-price .efont-satoshi {
    font-size: 6rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    font-size: 1.3rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main {
    font-size: 1.8rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main .tpimi-unit-main-small {
    font-size: 1.3rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    font-size: 1.3rem;
  }
}
/* active */
.tpimi-ldk .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-ldk-active.svg);
}
.tpimi-plumbing-Interior .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-plumbing-Interior-active.svg);
}
.tpimi-houses-apartments .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-houses-apartments-active.svg);
}
.tpimi-refurbishment-menu .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-refurbishment-menu-active.svg);
}
/******追記********/
.other-plan-wrap {
  position: relative;
  margin-top: 11rem;
  margin-bottom: -14rem;
}
.other-plan-wrap .bg-fdf9eb {
  padding-bottom: 14rem;
}
.other-plan-wrap-top {
  position: absolute;
  width: 100%;
  left: 0%;
  overflow: hidden;
}
.other-plan-wrap-top-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.other-plan-wrap-top-inner > div {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  z-index: -1;
}
.other-plan-wrap .top-plan-inner-main {
  width: 85.3846%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-plan-wrap .top-plan-inner-main .top-plan-inner-main-item {
  width: calc(50% - 0.5rem);
}
.other-plan-wrap-top {
  height: 23rem;
  top: -5.5rem;
}
.other-plan-wrap .inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .other-plan-wrap .top-plan-inner-main .top-plan-inner-main-item {
    width: 33.33%;
  }
  .other-plan-wrap {
    margin-top: 14rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .other-plan-wrap .top-plan-inner-main {
    width: 66.66%;
    max-width: 1200px;
  }
  .other-plan-wrap {
    margin-top: 16rem;
  }
  .other-plan-wrap .bg-fdf9eb {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .other-plan-wrap {
    margin-top: 17rem;
    padding-top: 4rem;
    margin-bottom: -17rem;
  }
  .other-plan-wrap .bg-fdf9eb {
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 1400px) {
  .other-plan-wrap {
    margin-top: 25rem;
    margin-bottom: -12rem;
  }
  .other-plan-wrap-top {
    height: 123rem;
    top: -11.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .other-plan-wrap .bg-fdf9eb {
    padding-bottom: 14rem;
  }
}
/*取り扱いメーカー*/
.plan-brands-wrap {
  width: 85.3846%;
  margin: 6rem auto 0;
}
.plan-brands-wrap .mb-0 {
  text-align: center;
  margin-top: 2.5rem;
}
.plan-brands-wrap a {
  color: #f0c33e;
  transition: .3s;
}
.plan-brands-wrap a:hover {
  color: #f0c33e;
  opacity: 0.8;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .plan-brands-wrap {
    width: 55.55%;
    margin: 8rem auto 0;
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .plan-brands-wrap .mb-0 {
    margin-top: 3.5rem;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .plan-brands-wrap {
    margin: 11rem auto 0;
  }
}
/***************************************
リフォームプラン（定額制LDKパック）
***************************************/
.plan-contents-part {
  margin-bottom: 2rem;
}
.plan-contents-part .plan-contents-en-ttl {
  margin-bottom: 1rem;
}
.pcp-txt3 {
  font-size: 1.3rem;
  line-height: 1.6;
}
.pg_plan_ldk .plan-contents-item:nth-child(2) {
  margin-bottom: 2rem;
}
.swiper-plan-button-prev, .swiper-plan-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}
.swiper-plan-button-prev {
  left: 17%;
  transform: scaleX(-1) translateY(-50%);
}
.swiper-plan-button-next {
  right: 17%;
}
.swiper-plan-button-prev img, .swiper-plan-button-next img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .pg_plan_ldk .plan-contents-wrap .swiper-wrapper {
    display: flex;
    flex-direction: column;
    width: 85.3846%;
    margin: 0 auto;
  }
  .pg_plan_ldk .plan-contents-wrap .swiper-plan-button-prev, .pg_plan_ldk .plan-contents-wrap .swiper-plan-button-next {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .pg_plan_ldk .plan-contents-wrap .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    width: 91.6667%;
    margin: 0 auto;
  }
  .pg_plan_ldk .plan-contents-wrap .swiper-wrapper .plan-contents-item {
    width: calc(33.33% - 0.5rem);
    height: auto;
  }
  .pg_plan_ldk .plan-contents-wrap .swiper-wrapper .plan-contents-item:first-child {
    position: relative;
  }
  .pg_plan_ldk .plan-contents-wrap .swiper-wrapper .plan-contents-item:first-child::after {
    content: "";
    background-image: url(../images/page/plan/plan_ldk_cont_point.webp);
    background-repeat: no-repeat;
    width: 280px;
    height: 280px;
    position: absolute;
    left: -15px;
    bottom: 15px;
    background-size: contain;
    z-index: 3;
  }
  .pg_plan_ldk .plan-contents-wrap .swiper-plan-button-prev, .pg_plan_ldk .plan-contents-wrap .swiper-plan-button-next {
    display: none;
  }
  .pg_plan_ldk .plan-contents-item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .pcp-txt3 {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 1600px) {
  .pg_plan_ldk .plan-contents-wrap .swiper-wrapper .plan-contents-item {
    width: calc(33.33% - 0.8rem);
  }
  .pg_plan_ldk .plan-contents-wrap .swiper-wrapper .plan-contents-item:first-child::after {
    width: 320px;
    height: 320px;
  }
}
/*施工イメージ*/
.plan-image-wrap {
  margin-top: 6rem;
}
.plan-image-wrap .mb-0 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.plan-image-wrap .item {
  margin-bottom: 2.2rem;
}
.plan-image-wrap .item:last-child {
  margin-bottom: 0;
}
.plan-image-wrap .item img {
  border: 1px solid #ddd;
}
.plan-image-wrap .item a {
  display: block;
  position: relative;
}
.plan-image-wrap .item a::after {
  content: "";
  background-image: url(../images/page/plan/icon_zoom.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-repeat: no-repeat;
}
.plan-image-wrap .item a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg/bg-fff.webp);
  border-radius: 10px 0 0 0;
}
.plan-image-wrap .item a::before, .plan-image-wrap .item a::after {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .plan-image-flex {
    display: flex;
    justify-content: space-between;
  }
  .plan-image-wrap .item {
    margin-bottom: 0;
    width: calc(33.33% - 1.5rem);
  }
}
@media screen and (min-width: 992px) {
  .plan-image-wrap {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .plan-image-wrap .item {
    width: calc(33.33% - 2rem);
  }
}
@media screen and (min-width: 1600px) {
  .plan-image-wrap .item {
    width: calc(33.33% - 2.5rem);
  }
  .plan-image-wrap {
    margin-top: 11rem;
  }
  .plan-image-wrap .mb-0 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
/***************************************
リフォームプラン（全面改装プラン）
***************************************/
.plan-kikan {
  text-align: center;
  font-size: 1.6rem;
}
.plan-kikan span {
  font-size: 2.5rem;
  margin-right: 0.4rem;
  position: relative;
  top: 1px;
  line-height: 1;
}
@media screen and (min-width: 1600px) {
  .plan-kikan span {
    font-size: 4rem;
    margin-right: 0.6rem;
    top: 3px;
  }
  .plan-kikan {
    font-size: 1.8rem;
  }
}
/***************************************
リフォームプラン（部分別リフォームメニュー）
***************************************/
.plan-contents-price .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pcp4 {
  font-size: 1.1rem;
  line-height: 1.3;
  background: #fff;
  color: #f0c33e;
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}
.pcp4::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}
.pcp5 {
  color: #808080;
  font-size: 1.3rem;
  margin-top: 0.4rem;
  margin-left: 1rem;
}
.pg_plan_houses_apartments .plan-contents-price .bdb-dotted-mainblack {
  margin-bottom: 3rem;
}
p.plan-item-note {
  display: flex;
  align-items: center;
  margin: 1rem 0 0;
}
.plan-item-note a {
  display: flex;
  align-items: center;
  color: #282828;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
.plan-item-note a:hover {
  opacity: 0.7;
  transition: .3s;
}
.plan-item-note a::before {
  content: "";
  background: #9e9e9e;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.plan-item-note a .icon {
  width: 13px;
  height: auto;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}
.pg_plan_houses_apartments .plan-contents-unit .plan-contents-item {
  margin-bottom: 2rem;
}
.pg_plan_houses_apartments .plan-contents-unit .plan-contents-item:last-child {
  margin-bottom: 0;
}
.plan-pack-note {
  font-size: 90%;
  color: #808080;
  margin-top: 3rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pg_plan_houses_apartments .plan-contents-unit {
    flex-wrap: wrap;
  }
  .pg_plan_houses_apartments .plan-contents-unit .plan-contents-item {
    margin-bottom: 1rem;
  }
  .pg_plan_houses_apartments .plan-contents-unit .plan-contents-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pcp4 {
    font-size: 1.3rem;
    width: 90px;
    height: 90px;
  }
  .pcp5 {
    margin-top: 0.5rem;
    margin-left: 1.3rem;
  }
  .pg_plan_houses_apartments .plan-contents-price .bdb-dotted-mainblack {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .plan-item-note a .icon {
    width: 14px;
    top: -1px;
    position: relative;
  }
  p.plan-item-note {
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .pcp4 {
    font-size: 1.5rem;
    width: 110px;
    height: 110px;
  }
  .pcp5 {
    margin-top: 0.8rem;
    margin-left: 1rem;
    font-size: 1.5rem;
  }
  .pg_plan_houses_apartments .plan-contents-price .bdb-dotted-mainblack {
    margin-bottom: 5rem;
  }
  .pg_plan_houses_apartments .plan-contents-unit .plan-contents-item {
    margin-bottom: 1.6rem;
  }
  .pg_plan_houses_apartments .plan-contents-unit .plan-contents-item:last-child {
    margin-bottom: 0;
  }
  .plan-pack-note {
    margin-top: 4rem;
  }
}
/*モーダルリンク*/
.plan-contents-unit .plan-contents-item.pci-modal {
  padding: 0;
}
.plan-contents-unit .plan-contents-item.pci-modal > .inner {
  padding: 2rem 2rem 3rem;
}
.plan-contents-item.pci-modal .modal_open {
  background: #282828;
  display: block;
  padding: 1.5rem;
  text-align: center;
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  transition: .3s;
  cursor: pointer;
}
.plan-contents-item.pci-modal .modal_open:hover {
  background: #505050;
  transition: .3s;
}
.plan-contents-item.pci-modal .modal_open .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .plan-contents-item.pci-modal .modal_open {
    padding: 2rem;
    font-size: 1.7rem;
  }
  .plan-contents-item.pci-modal .modal_open .icon {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .plan-contents-unit .plan-contents-item.pci-modal > .inner {
    padding: 3rem 4rem 4.5rem;
  }
  .plan-contents-item.pci-modal .modal_open {
    padding: 3rem;
    font-size: 1.9rem;
    border-radius: 0 0 30px 30px;
  }
}
.modal_box {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999 !important;
}
/* ===== 黒背景（透過80%） ===== */
.modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
/* ===== 白いモーダルウィンドウ ===== */
.modal_content {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 4rem 0 5rem;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  width: 90%;
  height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
/* ===== 閉じるボタン ===== */
.modal_close {
  position: fixed;
  top: 6%;
  right: 7.5%;
  text-decoration: none;
  cursor: pointer;
  background: #282828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10000;
}
/* ===== 表示中 ===== */
.modal_box.active {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}
/* ===== フェードアニメ ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*モーダル中身*/
.modal_box h3 {
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.modal_box h3::before {
  content: "";
  height: 2px;
  width: 40px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f0c33e;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
}
.modal_inner {
  width: 90%;
  margin: 0 auto;
}
ul.plan-modal-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.plan-modal-ul li {
  width: calc(50% - 0.7rem);
  margin-bottom: 2rem;
}
.plan-modal-ul li .img {
  position: relative;
}
.plan-modal-ul li .img .plan-modal-off {
  position: absolute;
  background: #f0c33e;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 1rem;
  bottom: -10px;
  right: -10px;
}
.plan-modal-ul li .img .plan-modal-off span {
  font-size: 1.5rem;
  margin-right: 0.2rem;
}
.plan-modal-tll {
  margin-top: 1.2rem;
}
.pm-txt1 {
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.5;
}
.pmp-txt1 {
  background: #fdf9eb;
  border-radius: 5px;
  text-align: center;
  color: #f0c33e;
  line-height: 1.5;
  padding: 0.5rem;
  margin-top: 1.5rem;
}
.pmp-txt1 br {
  display: none;
}
.pmp-price-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  align-items: center;
  margin-top: 0.2rem;
}
.tpimi-unit {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 1.1rem;
  position: relative;
  top: 1px;
}
.tpimi-unit .c-808080 {
  position: relative;
  right: -1px;
}
.pmp-price-flex .efont-satoshi {
  font-size: 3.5rem;
  line-height: 1;
  margin-right: 0.5rem;
}
.pmp-price-flex .efont-satoshi span {
  font-size: 80%;
}
.pmp-price-flex .tpimi-unit-main-small {
  font-size: 0.9rem;
  margin-left: 0.2rem;
}
@media screen and (min-width: 768px) {
  .plan-modal-ul li {
    width: calc(33.33% - 1.4rem);
    margin-bottom: 3rem;
  }
  .plan-modal-ul::after {
    content: "";
    display: block;
    width: calc(33.33% - 1.4rem);
  }
  .modal_box h3 {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    font-size: 2.3rem;
  }
  .modal_close {
    right: 6.5%;
  }
}
@media screen and (min-width: 992px) {
  .modal_content {
    padding: 5rem 0 6rem;
  }
  .modal_inner {
    width: 82.35%;
  }
  .plan-modal-ul li {
    width: calc(25% - 2rem);
  }
  .plan-modal-ul li:nth-child(n+5) {
    margin-bottom: 0;
  }
  .modal_close {
    top: 7%;
    right: 7%;
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  .pmp-note {
    margin-top: 3rem;
  }
  .plan-modal-ul::before {
    content: "";
    display: block;
    width: calc(25% - 2rem);
    order: 1;
  }
  .plan-modal-ul::after {
    content: "";
    display: block;
    width: calc(25% - 2rem);
  }
}
@media screen and (min-width: 1600px) {
  .modal_content {
    padding: 7rem 0 8rem;
    border-radius: 30px;
  }
  .plan-modal-ul li {
    width: calc(25% - 2.7rem);
    margin-bottom: 4.5rem;
  }
  .plan-modal-ul li:nth-child(n+5) {
    margin-bottom: 0;
  }
  .plan-modal-ul li .img .plan-modal-off span {
    font-size: 2.8rem;
    margin-right: 0.2rem;
  }
  .plan-modal-ul li .img .plan-modal-off {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
  .plan-modal-tll {
    margin-top: 1.8rem;
  }
  .plan-modal-tll h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .plan-modal-tll .bdb-dotted-mainblack {
    margin: 1.5rem 0 1.7rem;
  }
  .pm-txt1 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
  .pmp-txt1 {
    margin-top: 0;
    line-height: 1.3;
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    margin-right: 1.2rem;
  }
  .plan-modal-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.2rem;
  }
  .pmp-txt1 br {
    display: block;
  }
  .pmp-price-flex .efont-satoshi {
    font-size: 5.5rem;
  }
  .tpimi-unit {
    font-size: 1.5rem;
    top: 5px;
  }
  .tpimi-unit .c-808080 {
    right: -3px;
    font-size: 1.3rem;
  }
  .pmp-price-flex .tpimi-unit-main-small {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
  .pmp-note {
    margin-top: 4rem;
  }
  .modal_box h3 {
    padding-bottom: 3rem;
    margin-bottom: 6rem;
    font-size: 2.8rem;
  }
  .modal_box h3::before {
    height: 3px;
    width: 80px;
  }
  .modal_close {
    top: 8%;
    right: 6.5%;
    width: 60px;
    height: 60px;
    font-size: 2.5rem;
  }
}
/***************************************
お問い合わせ
***************************************/
.contact-prologue-wrap {
  margin-bottom: 6rem;
}
.contact-prologue-wrap .txt {
  margin-top: 4rem;
}
.contact-prologue-wrap .txt .ttl-svg {
  max-width: 400px;
  margin: 0 auto 2.5rem;
  width: 80%;
}
.contact-prologue-wrap .cp-ul {
  margin-top: 2rem;
}
.contact-prologue-wrap .cp-ul li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.contact-prologue-wrap .cp-ul li:last-child {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.contact-prologue-wrap .cp-ul li .txt1 {
  display: flex;
  align-items: center;
}
.contact-prologue-wrap .cp-ul li .txt2 {
  font-size: 80%;
}
.contact-prologue-wrap .cp-ul li span {
  background-image: url(../images/page/check_yellow.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-size: contain;
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .contact-prologue-wrap {
    margin-bottom: 7rem;
  }
  .contact-prologue-wrap {
    display: flex;
    justify-content: space-between;
  }
  .contact-prologue-wrap .img {
    width: 43%;
  }
  .contact-prologue-wrap .txt {
    margin-top: 0;
    width: 51%;
  }
  .contact-prologue-wrap .txt .ttl-svg {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .contact-prologue-wrap {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .contact-prologue-wrap {
    margin-bottom: 10rem;
  }
  .contact-prologue-wrap .img {
    width: 55%;
  }
  .contact-prologue-wrap .txt {
    width: 36.42%;
  }
  .contact-prologue-wrap .txt .ttl-svg {
    max-width: 460px;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .contact-prologue-wrap {
    margin-bottom: 13rem;
  }
  .contact-prologue-wrap .cp-ul li {
    padding-bottom: 1.4rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .contact-prologue-wrap .cp-ul li span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 1.4rem;
  }
  .contact-prologue-wrap .txt .ttl-svg {
    margin-bottom: 5rem;
  }
}
/*フォーム*/
@media screen and (min-width: 768px) {
  .pg_contact_container .other-plan-wrap {
    margin-bottom: -13rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg_contact_container .other-plan-wrap .bg-fdf9eb {
    padding-bottom: 22rem;
  }
}
@media screen and (min-width: 1600px) {
  .pg_contact_container .other-plan-wrap .bg-fdf9eb {
    padding-bottom: 24rem;
  }
}
/***************************************
プライバシーポリシー
***************************************/
.privact-box .mb-50{
	    margin-bottom: 4rem;
}
ol.privact-list{
	    padding-left: 1.7rem;
}
ol.privact-list li{
	    margin-bottom: 0.3rem;
}
.pp-note{
	margin: 4rem 0 2rem;
}
@media screen and (min-width: 1400px) {
	.privact-box .mb-50 {
    margin-bottom: 6rem;
}
	.pp-note{
	margin: 6rem 0 3rem;
}
}