@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
.mb0 {
  margin-bottom: 0;
}
.page_h3 {
  font-size: 1.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin-bottom: 2rem;
  background-color: #f8f8f8;
  color: #000;
  padding: 0.87rem 1.38rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  border-left: 4px solid #7a8084;
}
.bk_g .page_h3 {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .page_h3 {
    border-left: 6px solid #7a8084;
    font-size: 1.6rem;
    padding: 1.07rem 1.66rem;
  }
}
.page_txt p {
  margin-bottom: 0;
}
.page_txt p + p {
  margin-top: 1.5rem;
}
.spec_con_box .page_txt p + p {
  margin-top: 1.15rem;
}
@media screen and (min-width: 1200px) {
  .page_txt p + p {
    margin-top: 1.86rem;
  }
  .spec_con_box .page_txt p + p {
    margin-top: 1.2rem;
  }
}
.page_txt p {
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 0;
}
/* 改行 */
.br_992 {
  display: none;
}
@media screen and (min-width: 992px) {
  .br_992 {
    display: block;
  }
}
/* メイン画像 */
.page_h {
  margin-bottom: 4rem;
}
.page_h.mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page_h {
    margin-bottom: 5.33rem;
  }
}
@media screen and (min-width: 992px) {
  .page_h {
    margin-bottom: 6.66rem;
  }
}
@media screen and (min-width: 1400px) {
  .page_h {
    margin-bottom: 8rem;
  }
}
/********************
/* プライバシーポリシー
********************/
.privacy {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  margin-bottom: -5rem;
}
.privacy-con {
  margin-top: 3.5rem;
}
.privacy-con-inner {
  margin-bottom: 1.5rem;
}
.indices {
  margin-left: 20px;
}
.indices li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
.indices li.annotation {
  padding-left: 2.9em;
  text-indent: -2.9em;
  margin-bottom: 5px;
}
.indices li:last-child {
  margin-bottom: 0;
}
.privacy-list {
  margin-left: 20px;
  margin-bottom: 15px
}
.privacy-list li {
  margin-left: 20px;
  list-style: disc;
}
.privacy-list li:first-child {
  list-style: none;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding-top: 5.825rem;
    padding-bottom: 6.66rem;
    margin-bottom: -6.66rem;
  }
  .privacy-con {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .privacy {
    padding-top: 7.275rem;
    padding-bottom: 8.32rem;
    margin-bottom: -8.32rem;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-con {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .privacy {
    padding-top: 8.75rem;
    padding-bottom: 10rem;
    margin-bottom: -10rem;
  }
}
/********************
/* 会社概要
********************/
.company #form ul {
  margin-bottom: 0;
}
.company #form ul li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.company #form a {
  color: #7a8084;
}
.company #form a:hover {
  color: #7a8084;
  opacity: 1;
}
/********************
/* 1階食堂について
********************/
.pk {
  padding: 4rem 0 5rem;
  margin-bottom: -5rem;
}
.pk .page_txt p {
  text-align: center;
}
.pk_img {
  margin: 2.66rem 0 4rem;
}
.pkpk {
  margin-bottom: 4rem;
}
.pkpk li {
  list-style: none;
  margin-top: 2.66rem;
}
.pkpk li:first-child {
  margin-top: 0;
}
.pkpk_img {
  margin-top: 2.66rem;
}
.pk .pkpk .page_txt p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pk {
    padding: 5.33rem 0 6.66rem;
    margin-bottom: -6.66rem;
  }
  .pk_img {
    margin: 3.54rem 0 5.33rem;
  }
  .pkpk {
    margin-bottom: 5.33rem;
  }
  .pkpk li {
    margin-top: 3.54rem;
    display: flex;
    justify-content: space-between;
  }
  .pkpk li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .pkpk_img {
    width: 50%;
    margin-top: 0;
  }
  .pkpk_txtArea {
    width: 42%;
    align-self: center;
  }
}
@media screen and (min-width: 992px) {
  .pk {
    padding: 6.66rem 0 8.32rem;
    margin-bottom: -8.32rem;
  }
  .pk_img {
    margin: 4.42rem 0 6.66rem;
  }
  .pkpk {
    margin-bottom: 6.66rem;
  }
  .pkpk li {
    margin-top: 4.42rem;
  }
  .pkpk_img {
    width: 52%;
  }
  .pkpk_txtArea {
    width: 40%;
    align-self: center;
  }
}
@media screen and (min-width: 1400px) {
  .pk {
    padding: 8rem 0 10rem;
    margin-bottom: -10rem;
  }
  .pk_img {
    margin: 5.33rem 0 8rem;
  }
  .pkpk {
    margin-bottom: 8rem;
  }
  .pkpk li {
    margin-top: 5.33rem;
  }
}
.pk_box {
  background-color: #fff;
  padding: 3.54rem 0;
}
.pk_box > .c-title1 {
  margin-bottom: 2.43rem;
}
.ingredients {
  margin-bottom: 0;
}
.ingredients li {
  list-style: none;
  border-bottom: 1px solid rgba(122, 133, 145, 0.3);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.ingredients li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pk_tit {
  font-size: 1.33rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3;
  margin-bottom: 0.9rem;
}
.pk .pk_box .page_txt p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pk_box > .c-title1 {
    margin-bottom: 3.24rem;
  }
  .ingredients {
    display: flex;
    justify-content: space-between;
  }
  .ingredients li {
    width: calc((100% - 6rem)/3);
    position: relative;
    padding-bottom: 2.53rem;
    margin-bottom: 0;
    border-bottom: none;
  }
  .ingredients li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(122, 133, 145, 0.3);
    top: 0;
    right: -1.5rem;
  }
  .ingredients li:last-child::after {
    content: none;
  }
  .pk_tit {
    margin-bottom: 0.93rem;
  }
}
@media screen and (min-width: 992px) {
  .pk_box {
    padding: 4.42rem 0;
  }
  .pk_box > .c-title1 {
    margin-bottom: 4.05rem;
  }
  .ingredients li {
    width: calc((100% - 10rem)/3);
  }
  .ingredients li::after {
    right: -2.5rem;
  }
  .pk_tit {
    margin-bottom: 1.16rem;
  }
}
@media screen and (min-width: 1400px) {
  .pk_box {
    padding: 5.33rem 0;
  }
  .pk_box > .c-title1 {
    margin-bottom: 4.86rem;
  }
  .ingredients li {
    width: calc((100% - 12rem)/3);
  }
  .ingredients li::after {
    right: -3rem;
  }
  .pk_tit {
    margin-bottom: 1.4rem;
  }
}
/* 修正後 */
.pkpk_txtArea .inner {
  margin-bottom: 2.19rem;
}
@media screen and (min-width: 1200px) {
  .pkpk_txtArea .inner {
    margin-bottom: 2.4rem;
  }
}
/********************
/* 社長の想い
********************/
.arch_img {
  margin-bottom: 2.5rem;
}
.arch_txtArea .big_txt {
  margin-bottom: 1.23rem;
}
.message_img {
  margin-top: 2.77rem;
  display: flex;
  justify-content: space-between;
}
.message_img div {
  width: calc((100% - 10px)/2);
}
.arch_pro {
  background-color: #f8f8f8;
  margin-top: 2.77rem;
  padding: 3.23rem 2rem;
}
.arch_pro .c-title1 {
  margin-bottom: 2.3rem;
}
.pro_name {
  font-size: 1.38rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.15rem;
}
.pro_shikaku {
  color: #7a8084;
  margin-bottom: 1.53rem;
}
@media screen and (min-width: 768px) {
  .arch_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .arch_img {
    width: 44.61%;
    position: sticky;
    top: 100px;
    margin-bottom: 0;
  }
  .arch_txtArea {
    width: 46.61%;
  }
  .arch_txtArea .big_txt {
    margin-bottom: 2.33rem;
  }
  .message_img {
    margin-top: 4.61rem;
  }
  .arch_pro {
    margin-top: 4.61rem;
    padding: 3.23rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .message_img div {
    width: calc((100% - 20px)/2);
  }
  .arch_pro {
    padding: 3.23rem 3rem;
  }
  .arch_pro .c-title1 {
    margin-bottom: 2.69rem;
  }
}
@media screen and (min-width: 1400px) {
  .arch_pro {
    padding: 3.73rem 5rem;
  }
}
/* link */
#house {
  width: 86%;
  max-width: 1300px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
#house ul {
  margin-bottom: 0;
}
#house ul li {
  list-style: none;
  text-align: center;
  margin-top: 1rem;
  position: relative;
}
#house ul li:first-child {
  margin-top: 0;
}
#house ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#house ul li a:hover {
  text-decoration: none;
}
.house_img {
  position: relative;
}
.house_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  transition: .3s;
}
a:hover .house_img::after {
  background-color: rgba(0, 0, 0, 0.6);
  transition: .3s;
}
.house_img img {
  max-width: 100%;
  height: auto;
}
.house_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #house {
    margin-top: 5.33rem;
  }
  #house ul {
    display: flex;
    justify-content: space-between;
  }
  #house ul li {
    margin-top: 0;
    width: calc((100% - 3.33rem)/2);
  }
}
@media screen and (min-width: 992px) {
  #house {
    margin-top: 6.66rem;
  }
}
@media screen and (min-width: 1200px) {
  .house_txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  #house {
    margin-top: 8rem;
  }
}
/********************
/* コンセプト
********************/
.concept_block {
  margin-top: 4.21rem;
  margin-bottom: 0;
}
.concept_block li {
  list-style: none;
  margin-top: 4rem;
}
.concept_block li:first-child {
  margin-top: 0;
}
.concept_img {
  margin-bottom: 2rem;
}
.concept_block .big_txt {
  margin-bottom: 1.02rem;
}
@media screen and (min-width: 768px) {
  .concept_block {
    margin-top: 5.78rem;
  }
  .concept_block li {
    display: flex;
    justify-content: space-between;
    margin-top: 5.33rem;
  }
  .concept_block li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .concept_img {
    width: 48%;
    margin-bottom: 0;
  }
  .concept_txtArea {
    width: 45%;
    align-self: center;
  }
}
@media screen and (min-width: 992px) {
  .concept_block {
    margin-top: 7.35rem;
  }
  .concept_block li {
    margin-top: 6.66rem;
  }
  .concept_block .big_txt {
    margin-bottom: 1.79rem;
  }
}
@media screen and (min-width: 1200px) {
  .concept_img {
    width: 46%;
  }
  .concept_txtArea {
    width: 46%;
  }
  .concept_block .big_txt {
    margin-bottom: 2.33rem;
  }
}
@media screen and (min-width: 1400px) {
  .concept_block {
    margin-top: 8.93rem;
  }
  .concept_block li {
    margin-top: 8rem;
  }
}
/********************
/* 素材について
********************/
/* メリット */
.merit {
  margin-bottom: 4rem;
}
.merit ul {
  margin-bottom: 0;
}
.merit ul li {
  list-style: none;
  border-bottom: 1px solid rgba(122, 133, 145, 0.3);
  padding: 2rem 1rem;
}
.merit ul li:first-child {
  border-top: 1px solid rgba(122, 133, 145, 0.3);
}
.merit_tit {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.06em;
}
.merit_tit .f-eng {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .merit {
    margin-bottom: 5.33rem;
  }
  .merit .big_txt {
    margin-bottom: 3.21rem;
  }
  .merit ul {
    display: flex;
    flex-wrap: wrap;
  }
  .merit ul li {
    width: 50%;
    padding: 2rem 2rem 2rem 0;
    position: relative;
  }
  .merit ul li:nth-child(2) {
    border-top: 1px solid rgba(122, 133, 145, 0.3);
  }
  .merit ul li:nth-child(2n) {
    padding: 2rem 0 2rem 2rem;
  }
  .merit ul li:nth-child(2n)::after {
    position: absolute;
    content: "";
    background-color: rgba(122, 133, 145, 0.3);
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .merit {
    margin-bottom: 6.66rem;
  }
  .merit .big_txt {
    margin-bottom: 4.01rem;
  }
  .merit ul li {
    padding: 2.5rem 3rem 2.5rem 0;
  }
  .merit ul li:nth-child(2n) {
    padding: 2.5rem 0 2.5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .merit ul li {
    padding: 2.5rem 3rem 2.5rem 0;
  }
  .merit ul li:nth-child(2n) {
    padding: 2.5rem 0 2.5rem 3rem;
  }
  .merit_tit {
    font-size: 1.33rem;
  }
}
@media screen and (min-width: 1400px) {
  .merit {
    margin-bottom: 8rem;
  }
  .merit .big_txt {
    margin-bottom: 4.83rem;
  }
}
/* 素材 */
.material {
  padding: 4rem 0 5rem;
  margin-bottom: -5rem;
}
.material ul {
  margin-bottom: 0;
}
.material ul li {
  list-style: none;
}
.material ul li + li {
  margin-top: 4rem;
}
.m_flex_item {
  margin-top: 3rem;
}
.m_flex_item img {
  margin-bottom: 1.5rem;
}
.m_flex_item .merit_tit {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .material {
    padding: 5.33rem 0 6.66rem;
    margin-bottom: -6.66rem;
  }
  .material ul li + li {
    margin-top: 5.33rem;
  }
  .m_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .m_flex_item {
    width: calc((100% - 3rem)/2);
    margin-top: 0;
  }
  .m_flex_item:nth-child(3), .m_flex_item:nth-child(4), .m_flex_item:nth-child(5) {
    margin-top: 3rem;
  }
  .m_flex_item.col3 {
    width: calc((100% - 6rem)/3);
  }
}
@media screen and (min-width: 992px) {
  .material {
    padding: 6.66rem 0 8.32rem;
    margin-bottom: -8.32rem;
  }
  .material ul li + li {
    margin-top: 6.66rem;
  }
  .m_flex {
    margin-top: 4rem;
  }
  .m_flex_item {
    width: calc((100% - 4rem)/2);
  }
  .m_flex_item:nth-child(3), .m_flex_item:nth-child(4), .m_flex_item:nth-child(5) {
    margin-top: 4rem;
  }
  .m_flex_item.col3 {
    width: calc((100% - 8rem)/3);
  }
  .m_flex_item img {
    margin-bottom: 2.5rem;
  }
  .m_flex_item .merit_tit {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .material {
    padding: 8rem 0 10rem;
    margin-bottom: -10rem;
  }
  .material ul li + li {
    margin-top: 8rem;
  }
}
/********************
/* 安心と保証
********************/
.material.kensa {
  padding-bottom: 4rem;
  margin-bottom: 0;
}
.kensa_sub {
  color: #7a8084;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .material.kensa {
    padding-bottom: 5.33rem;
  }
}
@media screen and (min-width: 992px) {
  .material.kensa {
    padding-bottom: 6.66rem;
  }
}
@media screen and (min-width: 1400px) {
  .material.kensa {
    padding-bottom: 8rem;
  }
}
/* 修正後 */
.support {
  padding: 4rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .support {
    padding: 5.33rem 0 6.66rem;
  }
  .support .m_flex_item {
    width: calc((100% - 6rem)/3);
  }
  .support .m_flex_item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .support {
    padding: 6.66rem 0 8.32rem;
  }
  .support .m_flex_item {
    width: calc((100% - 8rem)/3);
  }
}
@media screen and (min-width: 1400px) {
  .support {
    padding: 8rem 0 10rem;
  }
}
/********************
/* モデルハウス
********************/
.model_main {
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.model_img {
  margin-bottom: 3rem;
}
.model_main .big_txt {
  margin-bottom: 1.23rem;
}
.model_main .big_txt_sub {
  margin-bottom: 1.99rem;
}
.model_detail {
  margin-top: 2.46rem;
  background-color: #fff;
  padding: 2.11rem 0 2.3rem;
}
.model_detail .merit_tit {
  margin-bottom: 2rem;
}
.model_detail_inner {
  width: 88%;
  max-width: 535px;
  margin-right: auto;
  margin-left: auto;
}
.model_detail ul {
  margin-bottom: 0;
  width: 100%;
}
.model_detail ul li {
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.06em;
}
.model_detail ul li + li {
  margin-top: 1rem;
}
.model_detail ul li::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #7a8084;
  left: 0;
  top: 4px;
}
.criteria_tit {
  font-size: 1.1rem;
}
.criteria_txt {
  width: 100%;
}
.criteria_txt span {
  font-size: 0.86rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0;
}
.criteria_small {
  font-size: 0.86rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .model_detail ul li {
    display: flex;
  }
  .criteria_tit {
    flex-shrink: 0;
  }
  .criteria_txt {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .model_main {
    padding: 5.33rem 0;
    margin-bottom: 5.33rem;
  }
  .model_main .big_txt {
    margin-bottom: 1.64rem;
  }
  .model_detail {
    margin-top: 3.28rem;
    padding: 2.64rem 0 2.9rem;
  }
}
@media screen and (min-width: 992px) {
  .model_main {
    padding: 6.66rem 0;
    margin-bottom: 6.66rem;
  }
  .model_main .big_txt {
    margin-bottom: 2.05rem;
  }
  .model_main .big_txt_sub {
    margin-bottom: 2.53rem;
  }
  .model_detail {
    margin-top: 4.1rem;
    padding: 3.17rem 0 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .model_detail_inner {
    max-width: 615px;
  }
}
@media screen and (min-width: 1400px) {
  .model_main {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
  .model_detail {
    margin-top: 4.93rem;
    padding: 3.73rem 0 4.1rem;
  }
}
/* slider */
.model_item {
  padding: 0 3px;
}
.model_slide_thum {
  width: calc(76% + 12px);
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.model_slide_thum .model_item {
  position: relative;
}
.model_slide_thum .model_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: .5s;
}
.model_slide_thum .model_item.slick-current::after {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .model_item {
    padding: 0 4px;
  }
  .model_slide_thum {
    width: calc(78.7% + 16px);
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .model_item {
    padding: 0 5px;
  }
  .model_slide_thum {
    width: calc(78.7% + 10px);
    max-width: calc(1040px + 10px);
    margin-top: 20px;
  }
}
/********************
/* お金の話
********************/
.price {
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.price_img {
  width: 93%;
  margin-left: auto;
  margin-bottom: 3rem;
}
.price_txtArea {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}
.price_txtArea .c-title1 {
  margin-bottom: 2.215rem;
}
.price_txtArea .c-title1 .f-eng {
  margin-bottom: 0;
}
.price_txtArea .big_txt {
  margin-bottom: 1.23rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 5.33rem 0;
    margin-bottom: 5.33rem;
  }
  .price_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 93%;
    margin-left: auto;
  }
  .price_img {
    width: 47.9%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .price_txtArea {
    width: 42.41%;
    align-self: center;
    margin-right: 0;
    margin-left: 0;
  }
  .price_txtArea .c-title1 {
    margin-bottom: 2.955rem;
  }
  .price_txtArea .big_txt {
    margin-bottom: 1.64rem;
  }
}
@media screen and (min-width: 992px) {
  .price {
    padding: 6.66rem 0;
    margin-bottom: 6.66rem;
  }
  .price_img {
    width: 52.9%;
  }
  .price_txtArea {
    width: 37.41%;
  }
  .price_txtArea .c-title1 {
    margin-bottom: 3.695rem;
  }
  .price_txtArea .big_txt {
    margin-bottom: 2.05rem;
  }
}
@media screen and (min-width: 1400px) {
  .price {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
  .price_txtArea .c-title1 {
    margin-bottom: 4.43rem;
  }
  .price_txtArea .big_txt {
    margin-bottom: 2.46rem;
  }
}
@media screen and (min-width: 1600px) {
  .price_flex {
    width: 90.6%;
  }
}
@media screen and (min-width: 1800px) {
  .price_flex {
    width: 86.1%;
  }
}
@media screen and (min-width: 1920px) {
  .price_flex {
    width: 83.8%;
  }
}
.plan_sheet {
  margin-bottom: 0;
}
.plan_sheet li {
  list-style: none;
}
.plan_sheet li:first-child {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .plan_sheet {
    display: flex;
    justify-content: space-between;
  }
  .plan_sheet li {
    width: calc((100% - 2rem)/2);
  }
  .plan_sheet li:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .plan_sheet li {
    width: calc((100% - 3.33rem)/2);
  }
}
#price_list .table-responsive > .table-bordered {
  margin-bottom: 0;
}
#price_list .table-bordered tr td {
  background-color: #fff;
}
#price_list .table-bordered tr:nth-child(2n+1) td {
  background-color: #f8f8f8;
}
#price_list .table-bordered th, #price_list .table-bordered td {
  border: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
}
#price_list .table-bordered th {
  background-color: #000;
  color: #fff;
}
#price_list .table-bordered th::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
}
#price_list .table-bordered tr:first-child th:last-child::after {
  content: none;
}
#price_list .table-bordered td::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
}
#price_list .table-bordered tr td:last-child::after {
  content: none;
}
#price_list .page_txt {
  margin-top: 1.8rem;
}
#price_list .table-bordered th.fixed01, #price_list .table-bordered td.fixed01 {
  position: sticky;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #price_list .table-bordered th, #price_list .table-bordered td {
    width: calc(100% / 3);
    padding: 1.2rem;
  }
  #price_list .page_txt {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  #price_list .table-bordered th, #price_list .table-bordered td {
    padding: 1.5rem 1.2rem;
    font-size: 1.06rem;
  }
  #price_list .page_txt {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  #price_list .page_txt {
    margin-top: 3.6rem;
  }
}
/* merit */
.price_merit_main {
  margin-bottom: 2rem;
}
.merit_img {
  margin-top: 1.5rem;
}
.merit_img .img {
  margin-bottom: 0.8rem;
}
.merit_img .img p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.06em;
}
.merit_small {
  margin-bottom: 0;
  font-size: 0.86rem;
  text-align: justify;
}
.price_merit_main .br_576_max767 {
  display: none;
}
@media screen and (min-width: 576px) {
  .price_merit_main .page_txt p {
    text-align: center;
  }
  .merit_img {
    display: flex;
    justify-content: space-between;
  }
  .merit_img .img {
    width: 50%;
    margin-bottom: 0;
  }
  .merit_small {
    width: 45%;
    align-self: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .price_merit_main .br_576_max767 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .price_merit_main {
    margin-bottom: 4rem;
  }
  .merit .big_txt {
    margin-bottom: 1.5rem;
  }
  .merit.price_merit ul li:first-child {
    width: 100%;
    padding-right: 0;
  }
  .merit.price_merit ul li:nth-child(2) {
    padding: 2rem 2rem 2rem 0;
    border-top: none;
  }
  .merit.price_merit ul li:nth-child(3) {
    padding: 2rem 0 2rem 2rem;
  }
  .merit.price_merit ul li:nth-child(2n)::after {
    left: unset;
    right: 0;
  }
  .merit_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .merit_flex .merit_txt {
    width: 45%;
  }
  .merit_img {
    width: 50%;
    margin-top: 0;
  }
  .merit_img .img p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .price_merit_main {
    margin-bottom: 5.5rem;
  }
  .merit .big_txt {
    margin-bottom: 2rem;
  }
  .merit.price_merit ul li:nth-child(2) {
    padding: 2.5rem 3rem 2.5rem 0;
    border-top: none;
  }
  .merit.price_merit ul li:nth-child(3) {
    padding: 2.5rem 0 2.5rem 3rem;
  }
  .merit_flex .merit_txt {
    width: 50%;
  }
  .merit_img {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .merit_img .img p {
    font-size: 0.9rem;
  }
  .merit_small {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .price_merit_main {
    margin-bottom: 6rem;
  }
}
.price_merit_flex > ul {
  margin-bottom: 0;
}
.price_merit_flex > ul > li {
  border: none !important;
  width: 100%;
  text-align: center;
  padding: 0 !important;
  margin-top: 2rem;
}
.price_merit_flex > ul:first-child > li:nth-child(1) {
  margin-top: 0;
}
.price_merit_flex > ul > li::after {
  content: none !important;
}
.price_merit_flex > ul > li > p {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.price_merit_flex .merit_small {
  width: 100%;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .price_merit_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .price_merit_flex > ul {
    width: calc((100% - 4rem)/2);
  }
}
@media screen and (min-width: 992px) {
  .price_merit_flex {
    margin-top: 5rem;
  }
  .price_merit_flex > ul > li {
    margin-top: 3rem;
  }
  .price_merit_flex > ul > li > p {
    margin-bottom: 1rem;
  }
  .price_merit_flex .merit_small {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .price_merit_flex > ul {
    width: calc((100% - 6rem)/2);
  }
}
/* 修正後 */
#price_list .c-title1 {
  margin-bottom: 1.7rem;
}
#price_list .page_txt {
  margin-top: 0;
  margin-bottom: 2.29rem;
}
.price_mb {
  margin-bottom: 3.07rem;
}
@media screen and (min-width: 1200px) {
  #price_list .c-title1 {
    margin-bottom: 2.43rem;
  }
  #price_list .page_txt {
    margin-bottom: 3.6rem;
  }
  .price_mb {
    margin-bottom: 5.33rem;
  }
}
/********************
/* パッシブデザイン
********************/
.passive {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.passive .concept_block {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .passive {
    padding-bottom: 5.33rem;
    margin-bottom: 5.33rem;
  }
}
@media screen and (min-width: 992px) {
  .passive {
    padding-bottom: 6.66rem;
    margin-bottom: 6.66rem;
  }
  .passive .concept_block {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .passive {
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
}
.passive_con {
  padding: 4rem 0 5rem;
  margin-bottom: -5rem;
}
.passive_con ul {
  margin-bottom: 0;
}
.passive_con ul li {
  list-style: none;
}
.passive_con ul li + li {
  margin-top: 4rem;
}
.pd_flex_item + .pd_flex_item {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(122, 133, 145, 0.3);
}
.passive_con_img {
  margin-top: 1.5rem;
}
.passive_small {
  font-size: 0.86rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.passive_flex_img {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .passive_con {
    padding: 5.33rem 0 6.66rem;
    margin-bottom: -6.66rem;
  }
  .passive_con ul li + li {
    margin-top: 5.33rem;
  }
  .pd_flex {
    display: flex;
    justify-content: space-between;
  }
  .pd_flex_item {
    width: calc((100% - 4rem)/2);
  }
  .pd_flex_item + .pd_flex_item {
    margin: 0;
    padding: 0;
    border: none;
  }
  .passive_flex {
    display: flex;
    justify-content: space-between;
  }
  .passive_flex_txtArea {
    width: 58%;
    align-self: center;
  }
  .passive_flex_img {
    width: 37%;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .passive_con {
    padding: 6.66rem 0 8.32rem;
    margin-bottom: -8.32rem;
  }
  .passive_con ul li + li {
    margin-top: 6.66rem;
  }
  .pd_flex_item {
    width: calc((100% - 6rem)/2);
  }
  .passive_flex_txtArea {
    width: 60%;
  }
  .passive_flex_img {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .passive_con_img {
    margin-top: 2rem;
  }
  .passive_small {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .passive_con {
    padding: 8rem 0 10rem;
    margin-bottom: -10rem;
  }
  .passive_con ul li + li {
    margin-top: 8rem;
  }
}
/********************
/* 家づくりの流れ
********************/
.flow_chart {
  margin-bottom: 0;
  position: relative;
}
.flow_chart::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #f5f5f5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flow_chart li {
  list-style: none;
  background-color: #f5f5f5;
  padding: 3rem 0;
  border-radius: 1rem;
}
.flow_chart li + li {
  margin-top: 2rem;
}
.flow_flex {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}
.flow_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  max-width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-bottom: 2rem;
}
#page-main .flow_img img {
  width: 70%;
}
.flow_tit {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .flow_flex {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .flow_chart::after {
    width: 4px;
    left: calc((7% + 60px) + 2px);
    transform: none;
  }
  .flow_chart li + li {
    margin-top: 3rem;
  }
  .flow_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86%;
  }
  .flow_img {
    max-width: 120px;
    margin: 0;
  }
  .flow_txt {
    width: calc((100% - 120px) - 3rem);
  }
  .flow_tit {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .flow_chart::after {
    left: calc((7% + 75px) + 2px);
  }
  .flow_chart li + li {
    margin-top: 3.5rem;
  }
  .flow_img {
    max-width: 150px;
  }
  .flow_txt {
    width: calc((100% - 150px) - 3.5rem);
  }
  .flow_tit {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .flow_chart li {
    padding: 4rem 0;
  }
  .flow_chart li + li {
    margin-top: 4rem;
  }
  .flow_txt {
    width: calc((100% - 150px) - 4.5rem);
  }
}
.spec_main .big_txt {
  text-align: center;
  margin-bottom: 1.23rem;
}
@media screen and (min-width: 768px) {
  .spec_main .big_txt {
    margin-bottom: 1.64rem;
  }
  .spec_main .page_txt p {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .spec_main .big_txt {
    margin-bottom: 2.13rem;
  }
}
.spec_index {
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; /* 子要素（li）の高さを揃える */
}
.spec_index li {
  list-style: none;
  width: calc((100% - 0.8rem)/2);
  display: flex; /* 子要素の高さを揃える */
  flex-direction: column; /* 内容を縦並びに */
  justify-content: space-between;
  align-items: stretch; /* 高さを均等化 */
  margin-top: 1rem;
}
.spec_index li:first-child, .spec_index li:nth-child(2) {
  margin-top: 0;
}
.circle-container {
  position: relative;
  width: 70px; /* 円のサイズ */
  height: 70px;
  margin: 0 auto;
}
.circle-svg {
  width: 100%; /* 親コンテナに合わせる */
  height: 100%;
}
.circle-svg circle {
  fill: #fff;
}
text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  fill: #7a8084;
}
.center-number {
  position: absolute;
  top: 53%;
  left: 48%;
  transform: translate(-50%, -50%);
  color: #7a8084;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
}
.spec_index_box {
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: -40px;
  height: 100%;
  flex: 1; /* ボックス全体を均等な高さに */
}
.spec_index_box a {
  display: flex;
  flex-direction: column;
  padding-top: calc(40px + 0.5rem);
  padding-bottom: 1rem;
  height: 100%;
  transition: .3s;
}
.spec_index_box a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
}
.spec_index_tit {
  font-size: 1rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #000;
  margin-bottom: 0.8rem;
  min-height: 38px;
}
.spec_index_tit .small {
  display: block;
  font-size: 0.82rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.spec_index_tit .small.f-eng {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.spec_index_tit .dot {
  margin: 0 -4px;
}
.spec_index_img {
  padding: 0 0.6rem;
}
.spec_index_txt {
  margin-bottom: 0;
  display: none;
}
.spec_index_box .arrow {
  width: 13px;
  height: 13px;
  margin: 1rem auto 0;
  position: relative;
}
.spec_index_box .arrow::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  transform: translateX(-50%) rotate(90deg);
  transition: .3s;
}
.spec_index_box a:hover .arrow::after {
  top: 5px;
}
@media screen and (min-width: 576px) {
  .spec_index li {
    width: calc((100% - 1.5rem)/2);
  }
  .spec_index li:nth-child(3), .spec_index li:nth-child(4) {
    margin-top: 0;
  }
  .spec_index_img {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .spec_index {
    margin-top: 3.5rem;
  }
  .spec_index li {
    width: calc((100% - 3rem)/4);
  }
  .spec_index_img {
    padding: 0 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  .spec_index {
    margin-top: 4rem;
  }
  .spec_index li {
    width: calc((100% - 3rem)/4);
  }
  .spec_index_img {
    padding: 0 1rem;
  }
  .spec_index_tit {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .spec_index li {
    margin-top: 1.5rem;
  }
  .circle-container {
    width: 80px;
    height: 80px
  }
  text {
    font-size: 1.3rem;
  }
  .spec_index_box a {
    padding-top: calc(40px + 0.8rem);
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .spec_index_tit {
    line-height: 1.8;
    min-height: 52px;
  }
  .spec_index_tit .small {
    font-size: 0.86rem;
  }
  .spec_index_img {
    padding: 0;
  }
  .spec_index_box .arrow {
    height: 15px;
    margin: 1.5rem auto 0;
  }
}
@media screen and (min-width: 1400px) {
  .spec_index li {
    width: calc((100% - 4.5rem)/4);
  }
  .spec_index_box a {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
  .spec_index_tit {
    font-size: 1.2rem;
    min-height: 55px;
  }
  .spec_index_tit .dot {
    margin: 0 -2px;
  }
  .spec_index_txt {
    display: block;
    font-size: 0.8rem;
    color: #000;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .spec_index_box a {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .spec_main.container_1300 {
    width: 90%;
  }
}
/* spec_con */
.spec_con {
  padding: 4rem 0 5rem;
  margin-top: 4rem;
  margin-bottom: -5rem;
}
.spec_con_box {
  background-color: #fff;
  padding: 4rem 0;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
.spec_con_inner {
  margin-bottom: 0;
}
.spec_con_inner > li {
  list-style: none;
  margin-top: 4rem;
}
.spec_con_inner > li:nth-child(1) {
  margin-top: 0;
}
.spec_con_box .page_h3 {
  background-color: #f8f8f8;
}
.spec_img {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .spec_con {
    padding: 5.33rem 0 6.66rem;
    margin-top: 5.33rem;
    margin-bottom: -6.66rem;
  }
  .spec_con_box {
    padding: 5.33rem 0;
  }
  .spec_con_inner > li {
    margin-top: 5.33rem;
  }
}
@media screen and (min-width: 992px) {
  .spec_con {
    padding: 6.66rem 0 8.32rem;
    margin-top: 6.66rem;
    margin-bottom: -8.32rem;
  }
  .spec_con_box {
    padding: 6.66rem 0;
  }
  .spec_con_inner > li {
    margin-top: 6.66rem;
  }
}
@media screen and (min-width: 1400px) {
  .spec_con {
    padding: 8rem 0 10rem;
    margin-top: 8rem;
    margin-bottom: -10rem;
  }
  .spec_con_box {
    padding: 8rem 0;
  }
  .spec_con_inner > li {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .spec-img.sp_scroll {
    overflow: scroll;
  }
  #page-main .spec-img.sp_scroll img {
    max-width: 600px;
    overflow: scroll;
  }
}
/* spec1(共通含む) */
.spec_con_box .merit_tit {
  margin-bottom: 1.3rem;
}
#spec1 .spec_flex50 {
  display: flex;
  margin-top: 1rem;
}
#spec1 .spec_flex50 .spec_flex50_item {
  width: 50%;
}
.spec1_flex {
  margin-top: 3rem;
  border-top: 1px solid rgba(122, 133, 145, 0.3);
  padding-top: 2rem;
}
.spec1_flex > li {
  list-style: none;
  margin-top: 2rem;
}
.spec1_flex > li:first-child {
  margin-top: 0;
}
.spec1_flex .merit_tit {
  text-align: center;
}
.spec1_flex .merit_tit span {
  font-size: 0.9rem;
  display: block;
}
.spec1_item > .merit_tit {
  display: none;
}
.spec1_flex > li .page_txt {
  margin-top: 1rem;
}
.spec1_flex > li:first-child .page_txt p {
  margin-bottom: 0.5rem;
}
#spec1 .spec_flex, #spec2 .spec_flex, #spec3 .spec_flex, #spec4 .spec_flex, #spec5 .spec_flex, #spec6 .spec_flex, #spec7 .spec_flex, #spec8 .spec_flex {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 3rem;
}
#spec1 .spec_flex .spec_img, #spec2 .spec_flex .spec_img, #spec3 .spec_flex .spec_img, #spec4 .spec_flex .spec_img, #spec5 .spec_flex .spec_img, #spec6 .spec_flex .spec_img, #spec7 .spec_flex .spec_img, #spec8 .spec_flex .spec_img {
  margin-top: 0;
  margin-bottom: 2rem;
}
#spec1 .vm, #spec3 .vm, #spec4 .vm, #spec5 .vm {
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .spec1_flex {
    padding-top: 3rem;
  }
  .spec1_flex > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .spec1_flex > li > .merit_tit {
    display: none;
  }
  .spec1_flex > li img {
    width: 40%;
  }
  .spec1_item {
    width: 55%;
  }
  .spec1_flex .merit_tit {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #spec1 .spec_flex, #spec2 .spec_flex, #spec3 .spec_flex, #spec4 .spec_flex, #spec5 .spec_flex, #spec6 .spec_flex, #spec7 .spec_flex, #spec8 .spec_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 4.5rem;
  }
  #spec1 .spec_txtArea, #spec4 .spec_txtArea, #spec5 .spec_txtArea, #spec6 .spec_txtArea, #spec7 .spec_txtArea, #spec8 .spec_txtArea {
    width: 60%;
    align-self: center;
  }
  #spec1 .spec_flex50 {
    margin-top: 1.5rem;
  }
  #spec1 .spec_img, #spec3 .spec_img, #spec4 .spec_img, #spec5 .spec_img, #spec6 .spec_img, #spec7 .spec_img, #spec8 .spec_img {
    margin-top: 0;
    width: 35%;
    margin-bottom: 0;
  }
  #spec1 .vm, #spec2 .vm, #spec4 .vm, #spec5 .vm {
    margin-top: 4rem;
  }
  #spec2 .spec_flex .spec_img, #spec5 .spec_flex .spec_img, #spec4 .spec_flex .spec_img, #spec3 .spec_flex .spec_img, #spec6 .spec_flex .spec_img, #spec7 .spec_flex .spec_img, #spec8 .spec_flex .spec_img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #spec1 .spec_flex50 {
    margin-top: 2rem;
  }
  #spec1 .spec_img, #spec4 .spec_img, #spec5 .spec_img, #spec6 .spec_img, #spec7 .spec_img, #spec8 .spec_img {
    width: 33%;
  }
  #page-main #spec1 .spec_img img, #page-main #spec2 .spec_img img, #page-main #spec3 .spec_img img, #page-main #spec4 .spec_img img, #page-main #spec5 .spec_img img, #page-main #spec6 .spec_img img, #page-main #spec7 .spec_img img, #page-main #spec8 .spec_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spec1_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .spec1_flex > li {
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-start;
    width: calc((100% - 5rem)/3);
  }
  .spec1_flex > li img {
    width: 100%;
  }
  .spec1_item {
    width: 100%;
    margin-top: 1.5rem;
  }
  .spec1_flex .merit_tit {
    text-align: center;
  }
  .spec1_flex > li .page_txt {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #spec1 .spec_txtArea, #spec4 .spec_txtArea, #spec5 .spec_txtArea, #spec6 .spec_txtArea, #spec7 .spec_txtArea, #spec8 .spec_txtArea {
    width: 58%;
  }
  #spec1 .spec_flex50 {
    justify-content: space-between;
  }
  #spec1 .spec_flex50 .spec_flex50_item {
    width: calc((100% - 2rem)/2);
  }
  #spec1 .spec_img, #spec4 .spec_img, #spec5 .spec_img, #spec6 .spec_img, #spec7 .spec_img, #spec8 .spec_img {
    width: 35%;
  }
  .spec1_flex > li {
    width: calc((100% - 6rem)/3);
  }
  #spec1 .spec_flex, #spec3 .spec_flex, #spec4 .spec_flex, #spec5 .spec_flex, #spec6 .spec_flex, #spec7 .spec_flex, #spec8 .spec_flex {
    margin-bottom: 5.5rem;
  }
  #spec1 .vm, #spec3 .vm, #spec4 .vm, #spec5 .vm {
    margin-top: 5rem;
  }
  .spec_con_box .merit_tit {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #spec1 .spec_flex50 {
    margin-top: 2.5rem;
  }
}
/* spec2 */
#spec2 .spec-img {
  margin-bottom: 2rem;
}
#spec2 .merit {
  margin-bottom: 0;
  margin-top: 3.5rem;
}
#spec2 .merit .merit_tit {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #spec2 .spec_flex {
    display: flex;
    justify-content: space-between;
  }
  #spec2 .spec_txtArea {
    width: 60%;
  }
  #spec2 .spec_img {
    width: 35%;
    margin-top: 0;
  }
  #spec2 .spec-img {
    margin-bottom: 3rem;
  }
  #spec2 .merit {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #spec2 .spec_txtArea {
    width: 58%;
  }
  #spec2 .merit {
    margin-top: 5.5rem;
  }
  #spec2 .merit .merit_tit .f-eng {
    margin-right: 2.5rem;
  }
  #spec2 .merit .big_txt {
    margin-bottom: 2.8rem;
  }
  #spec2 .spec_flex {
    align-items: center;
  }
}
/* spec3 */
#spec3 .spec_flex + .spec_flex {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #spec3 .spec_flex {
    display: flex;
    justify-content: space-between;
  }
  #spec3 .spec_flex + .spec_flex {
    flex-direction: row-reverse;
  }
  #spec3 .spec_txtArea {
    width: 53%;
    align-self: center;
  }
  #spec3 .spec_img {
    width: 42%;
    margin-top: 0;
  }
  #page-main #spec3 .spec_flex + .spec_flex .spec_img img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  #spec3 .spec_flex + .spec_flex {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #spec3 .spec_txtArea {
    width: 58%;
  }
  #spec3 .spec_img {
    width: 35%;
  }
}
@media screen and (min-width: 1400px) {
  #spec3 .spec_flex + .spec_flex {
    margin-top: 4.5rem;
  }
}
/* spec4 */
.spec-img-flex .item:first-child {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .spec-img-flex {
    display: flex;
    justify-content: space-between;
  }
  .spec-img-flex .item:first-child {
    margin-bottom: 0;
  }
  .spec-img-flex .item {
    width: calc(50% - 0.7rem);
  }
}
@media screen and (min-width: 1200px) {
  .spec-img-flex .item {
    width: calc(50% - 1.2rem);
  }
}
/* spec7 */
.spec7_flex > li {
  list-style: none;
  margin-top: 1.5rem;
  border: 1px solid rgba(122, 133, 145, 0.3);
  padding: 2rem;
}
.spec7_flex > li:first-child {
  margin-top: 0;
}
.spec7_block {
  margin-top: 3rem;
}
.spec_flex7 .spec_img {
  margin-top: 0;
  margin-bottom: 1rem;
}
.spec7_circle {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
.spec7_circle > li {
  list-style: none;
  width: calc((100% - 1rem)/3);
  height: 100%;
  aspect-ratio: 1 / 1;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #6cbb5a;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #6cbb5a;
  font-weight: 600;
}
.spec7_circle > li:last-child {
  margin-right: 0;
}
.spec_flex7 .spec_txtArea .merit_tit {
  display: none;
}
@media screen and (min-width: 768px) {
  .spec7_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spec7_flex > li {
    width: calc((100% - 1.5rem)/2);
  }
  .spec7_flex > li:nth-child(2) {
    margin-top: 0;
  }
  .spec_flex7 {
    display: flex;
    justify-content: space-between;
  }
  .spec_flex7 .spec_img {
    width: 50%;
    margin-bottom: 0;
  }
  .spec_flex7 .spec_txtArea {
    width: 45%;
    align-self: center;
  }
}
@media screen and (min-width: 992px) {
  .spec7_flex > li {
    width: calc((100% - 2rem)/2);
    padding: 2.5rem;
    margin-top: 2rem;
  }
  .spec7_circle > li {
    width: 80px;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .spec7_circle > li {
    width: 110px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1400px) {
  .spec7_block > .merit_tit {
    display: none;
  }
  .spec_flex7 .spec_txtArea .merit_tit {
    display: block;
    text-align: center;
    margin-bottom: 1.8rem;
  }
  .spec7_circle {
    margin-bottom: 1.5rem;
  }
}
/********************
/* 性能 （   断熱   ）
********************/
.spec_col1 .spec_txtArea, .spec_col2 .spec_txtArea {
  margin-bottom: 2.5rem;
}
.green_dot_ul {
  list-style-type: none;
}
.green_dot_ul li .ttl span {
  background: #9bc83a;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.green_dot_ul li .ttl {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.spec_col2 + .green_dot_ul, .spec_col1 + .green_dot_ul {
  margin-top: 2.5rem;
}
.green_dot_ul li .txt .en {
  color: #6c6c6c;
  font-weight: bold;
  font-size: 1.2rem;
}
.green_dot_ul li {
  margin-bottom: 2rem;
}
.green_dot_ul li:last-child {
  margin-bottom: 0;
}
#insulation5 .spec7_flex {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .spec_col1 .spec_txtArea {
    margin-bottom: 3rem;
  }
  .spec_col2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .spec_col2 .spec_txtArea {
    margin-bottom: 0;
    width: 47%;
  }
  .spec_col2 .spec-img {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  #insulation3 .spec_col2, #insulation4 .spec_col2 {
    align-items: center;
  }
  .spec_col2 + .green_dot_ul, .spec_col1 + .green_dot_ul {
    margin-top: 3.5rem;
  }
  .green_dot_ul li {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .spec_col1 .spec_txtArea {
    margin-bottom: 3.5rem;
  }
  .spec_col2 .spec_txtArea {
    width: 33.8%;
  }
  .spec_col2 .spec-img {
    width: 59%;
  }
  .green_dot_ul li .ttl {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .green_dot_ul li .ttl span {
    margin-right: 0.8rem;
    top: -3px;
    position: relative;
  }
  #insulation5 .spec7_flex {
    margin-top: 3.5rem;
  }
}
/********************
/* 性能 （   パッシブ設計   ）
********************/
.spec_col1.flex-d .spec-img .item:first-child {
  margin-bottom: 1.5rem;
}
.spec_col1 + .spec_col2 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .spec_col1.flex-d .spec-img {
    display: flex;
    justify-content: space-between;
  }
  .spec_col1.flex-d .spec-img .item:first-child {
    margin-bottom: 0;
  }
  .spec_col1.flex-d .spec-img .item {
    width: calc(50% - 0.5rem);
  }
  .spec_col1.flex-d {
    display: flex;
    flex-direction: column-reverse;
  }
  .spec_col1.flex-d .spec_txtArea {
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
  .spec_col1 + .spec_col2 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #passive1 .spec_col2 {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .spec_col1.flex-d .spec-img .item {
    width: calc(50% - 1rem);
  }
}
/********************
/* 性能 （   全館空調   ）
********************/
#air2 .spec7_flex {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #air2 .spec7_flex {
    margin-top: 3rem;
  }
  #air3 .spec_col1.flex-d, #air4 .spec_col1.flex-d {
    flex-direction: column;
  }
  #air3 .spec_col1.flex-d .spec_txtArea, #air4 .spec_col1.flex-d .spec_txtArea {
    margin-bottom: 2.5rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #air3 .spec_col1.flex-d .spec_txtArea, #air4 .spec_col1.flex-d .spec_txtArea {
    margin-bottom: 3rem;
  }
}
/********************
/* 性能 （   耐震性能   ）
********************/
#resistant1 .table-responsive {
  margin-top: 2.5rem;
}
#resistant1 .table-bordered th, #resistant1 .table-bordered td {
  vertical-align: middle;
}
#resistant1 .table-bordered th {
  background: #7a8084;
  color: #fff;
  text-align: center;
  font-weight: 500;
  width: 23.33%;
  min-width: 100px;
  padding: 1.3rem 1rem;
}
#resistant1 .table-bordered td {
  width: 23.33%;
  min-width: 100px;
  text-align: center;
}
#resistant1 .table-bordered td:first-child {
  text-align: center;
}
#resistant1 .table-bordered td:first-child, #resistant1 .table-bordered th:first-child {
  width: 30%;
  min-width: 200px;
}
#resistant1 .table-bordered td:first-child {
  text-align: left;
}
#resistant1 .table-bordered tr.bio-data td {
  background: #e1efc254;
}
#resistant1 .table-bordered tr.bio-data span {
  font-size: 1.2rem;
  font-weight: bold;
}
#resistant2 .spec7_flex {
  margin-top: 2.5rem;
}
#resistant2 .spec_con_box .merit_tit {
  text-indent: -2.8rem;
  padding-left: 2.8rem;
}
#resistant3 .spec_col2, #resistant4 .spec_col2 {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  #resistant1 .table-responsive {
    margin-top: 3rem;
  }
  #resistant1 .table-bordered th {
    padding: 1.5rem 1rem;
  }
  #resistant2 .spec7_flex {
    margin-top: 3rem;
  }
  #resistant3 .spec_col2, #resistant4 .spec_col2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #resistant1 .spec_col2 {
    align-items: center;
  }
  #resistant1 .table-responsive {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  #resistant3 .spec_col2, #resistant4 .spec_col2, #resistant5 .spec_col2 {
    align-items: center;
  }
}
/********************
/* お問い合わせ
********************/
.contact_main {
  margin-bottom: 4.21rem;
}
.contact_main .big_txt {
  text-align: center;
  margin-bottom: 2.07rem;
}
.contact_main .big_txt span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.contact_box {
  background-color: #f8f8f8;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 1.9rem;
}
.contact_box .tit {
  font-size: 1.23rem;
  margin-bottom: 0.438rem;
}
.contact_box .c_tel {
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 0.84rem;
}
.contact_box .c_tel span {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .contact_main .page_txt p {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .contact_main {
    margin-bottom: 6.06rem;
  }
  .contact_main .big_txt {
    margin-bottom: 2.9rem;
  }
  .contact_main .big_txt span {
    font-size: 1.33rem;
  }
  .contact_box {
    margin-top: 2.93rem;
    padding: 3rem 1rem;
  }
  .contact_box .c_tel span {
    font-size: 2.66rem;
  }
}