@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
  overflow: hidden;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
#page-main a:hover img {
  opacity: 0.6;
}
/**************************
/* プライバシーポリシー
**************************/
.privacy_inner {
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0 4.36rem;
}
.privacy-con {
  padding-bottom: 2.4rem;
}
.privacy_h3 {
  font-size: 1.2rem;
  font-weight: 500;
  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;
}
.privacy-area {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .privacy_inner {
    padding: 6rem 0 6.36rem;
  }
  .privacy_h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .privacy_inner {
    padding: 7rem 0 7.36rem;
  }
  .privacy_h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .privacy_inner {
    padding: 8rem 0 8.36rem;
  }
}
@media screen and (min-width: 1400px) {
  .privacy_inner {
    padding: 10rem 0 10.36rem;
  }
}
/***************************************
カーサリンネル
***************************************/
@media screen and (max-width: 767px) {
  .pg-liniere1 .pg_title {
    font-size: 1.5rem;
  }
}
.pg-liniere1 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 6rem;
}
.pg-liniere1 .pg-unit2 {
  margin-bottom: 3.5rem;
}
.line-up-slider1 {
  margin: 0 0 5rem;
  width: 100%;
}
.line-up-slider1 li img {
  max-width: 100%;
  height: auto;
}
.pg_title {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.txt-justify {
  text-align: justify;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .pg-liniere1 {
    flex-direction: unset;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8rem;
  }
  .pg-liniere1.pg-carina1 {
    align-items: flex-start;
  }
  .pg-liniere1 .pg-unit1 {
    width: 43%;
    position: relative;
  }
  .pg-liniere1 .pg-unit2 {
    margin-bottom: 0;
    width: 48%;
  }
  .line-up-slider1 {
    margin: 0 0 7rem;
  }
  .pg_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .pg_title {
    font-size: 1.7rem;
    margin-bottom: 1.8rem;
  }
  .pg-liniere1.pg-carina1 {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .pg-liniere1 {
    margin: 0 auto 10rem;
  }
  .line-up-slider1 {
    margin: 0 0 9rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg-liniere1 {
    margin: 0 auto 12.5rem;
  }
  .line-up-slider1 {
    margin: 0 0 10rem;
  }
  .pg_title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pg-liniere1 .pg-unit1 {
    width: 44%;
  }
  .pg-liniere1 .pg-unit2 {
    width: 45%;
  }
}
/*カーサリンネルの暮らし*/
.section_title.pg-s-ttl {
  margin-bottom: 2.5rem;
}
.page-casaliniere-movie li:first-child {
  margin-bottom: 2rem;
}
ul.page-casaliniere-movie {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-casaliniere-movie {
    display: flex;
    justify-content: space-between;
  }
  .page-casaliniere-movie li {
    width: calc(50% - 1rem);
  }
  .page-casaliniere-movie li:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section_title.pg-s-ttl {
    margin-bottom: 3rem;
  }
  .page-casaliniere-movie li {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1400px) {
  .page-casaliniere-movie li {
    width: calc(50% - 2rem);
  }
}
/*4つの思想*/
.pg-liniere3 {
  padding: 5rem 0 6rem;
  margin: 6rem 0 5rem;
}
.pg-liniere3 ul li {
  margin-bottom: 3.5rem;
}
.pg-liniere3 ul li:last-child {
  margin-bottom: 0;
}
.ideal-nmb {
  display: block;
  color: #666666;
  font-size: 0.95rem;
  letter-spacing: 0.025rem;
  position: relative;
  padding-left: 14px;
}
.ideal-nmb::before {
  content: "";
  background: #235bc8;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 10px;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.pg-liniere3 ul li .pg_title {
  margin-bottom: 1.2rem;
}
.pg-liniere3 ul li .pg-unit2 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pg-liniere3 {
    padding: 7rem 0 8rem;
    margin: 8rem 0;
  }
  .pg-liniere3 .e_title {
    margin-bottom: 5rem;
  }
  .pg-liniere3 ul li {
    margin-bottom: 4.5rem;
    display: flex;
    justify-content: space-between;
  }
  .pg-liniere3 ul li .pg-unit1 {
    width: 47%;
  }
  .pg-liniere3 ul li .pg-unit2 {
    width: 47%;
    margin-top: 0;
  }
  .pg-liniere3 ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .pg-liniere3 ul li .pg-unit2 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg-liniere3 {
    padding: 9rem 0 10rem;
    margin: 10rem 0;
  }
  .pg-liniere3 ul li .pg-unit2 {
    margin-top: 0;
  }
  .pg-liniere3 ul li {
    align-items: center;
  }
  .pg-liniere3 ul li .pg-unit1 {
    width: 50%;
  }
  .pg-liniere3 ul li .pg-unit2 {
    width: 40%;
  }
  .ideal-nmb::before {
    top: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .pg-liniere3 {
    padding: 10rem 0 12.5rem;
    margin: 12.5rem 0;
  }
  .pg-liniere3 ul li {
    margin-bottom: 8rem;
  }
  .pg-liniere3 ul li .pg-unit1 {
    width: 61.07%;
  }
  .pg-liniere3 ul li .pg-unit2 {
    width: 30.61%;
  }
  .ideal-nmb {
    margin-bottom: 2rem;
  }
  .pg-liniere3 ul li .pg_title {
    margin-bottom: 1.8rem;
  }
  .pg-liniere3 .e_title {
    margin-bottom: 6rem;
  }
}
/*プラン*/
.pg-liniere4 .pg-title-flex {
  margin-bottom: 3.5rem;
}
.pg-liniere4 .lpu-box:first-child {
  margin-bottom: 3rem;
}
.lineup-plan-img {
  margin-bottom: 1.5rem;
}
.pg-liniere4 ul li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}
.pg-liniere4 ul li:first-child {
  border-top: 1px solid #cccccc;
  padding-top: 1.5rem;
}
.pg-liniere4 ul li:last-child {
  margin-bottom: 0;
}
.pg-liniere4 ul li span {
  background: #1a1a1a;
  color: #fff;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 0.7rem;
}
@media screen and (min-width: 768px) {
  .lineup-plan-unit {
    display: flex;
    justify-content: space-between;
  }
  .pg-liniere4 .lpu-box:first-child {
    margin-bottom: 0;
  }
  .pg-liniere4 .lpu-box {
    width: calc(50% - 2rem);
  }
  .pg-liniere4 .pg-title-flex {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
  }
  .pg-liniere4 .pg-title-flex .e_title {
    margin-bottom: 0;
    width: 100px;
  }
  .pg-liniere4 .pg-title-flex .pg_txt {
    width: calc(100% - 130px);
  }
}
@media screen and (min-width: 992px) {
  .pg-liniere4 .lpu-box {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1200px) {
  .pg-liniere4 .pg-title-flex {
    margin-bottom: 4.5rem;
  }
  .pg-liniere4 .pg-title-flex .e_title {
    width: 120px;
  }
  .pg-liniere4 .pg-title-flex .pg_txt {
    width: calc(100% - 170px);
  }
}
@media screen and (min-width: 1400px) {
  .pg-liniere4 ul li span {
    min-width: 45px;
    height: 45px;
    margin-right: 1rem;
    top: 0;
    font-size: 1.3rem;
  }
  .pg-liniere4 ul li {
    align-items: center;
  }
  .lineup-plan-img {
    margin-bottom: 3rem;
  }
  .pg-liniere4 .pg-title-flex .e_title {
    width: 150px;
  }
  .pg-liniere4 .pg-title-flex .pg_txt {
    width: calc(100% - 220px);
  }
  .pg-liniere4 ul li:first-child {
    padding-top: 1.8rem;
  }
  .pg-liniere4 ul li {
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .pg-liniere4 .lpu-box {
    width: calc(50% - 5rem);
  }
  .pg-liniere4 .pg-title-flex {
    margin-bottom: 5rem;
  }
}
/*デザイン*/
.pg-liniere5 {
  padding: 5rem 0 6rem;
  margin: 6rem 0 0;
}
.pg-liniere5 .line-up-slider1 {
  margin-bottom: 0;
}
.pg-liniere5 ul {
  margin-bottom: 0;
}
.pg-liniere5 ul li {
  margin-bottom: 3.5rem;
}
.pg-liniere5 ul.line-up-slider1 li {
  margin-bottom: 0;
}
.pg-liniere5 ul li p {
  display: flex;
  margin-top: 2rem;
  text-align: justify;
}
.pg-liniere5 ul li p span {
  font-size: 0.95rem;
  color: #666666;
  display: flex;
  margin-right: 1rem;
  margin-top: 2px;
}
.pg-liniere5 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pg-liniere5 {
    padding: 7rem 0 9rem;
    margin: 8rem 0 0;
  }
  .pg-liniere5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg-liniere5 ul li {
    margin-bottom: 3.5rem;
    width: calc(50% - 1.8rem);
  }
  .pg-liniere5 ul li:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pg-liniere5 ul li {
    margin-bottom: 4rem;
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .pg-liniere5 {
    padding: 9rem 0 11rem;
    margin: 10rem 0 0;
  }
  .pg-liniere5 ul li p span {
    margin-right: 1.7rem;
    font-size: 1rem;
  }
  .pg-liniere5 ul li {
    margin-bottom: 5rem;
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1400px) {
  .pg-liniere5 {
    padding: 10rem 0 13rem;
    margin: 12.5rem 0 0;
  }
  .pg-liniere5 ul li p {
    margin-top: 2.5rem;
  }
  .pg-liniere5 ul li {
    width: calc(50% - 3rem);
  }
}
/***************************************
カーサカリーナ
***************************************/
.line-up-slider1.pg-carina-slider1 {
  margin-bottom: 0;
}
.pg-carina2 ul li {
  margin-bottom: 3.5rem;
}
.pg-carina2 ul li:last-child {
  margin-bottom: 0;
}
.cp-txt01 {
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
}
.cp-txt02 {
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}
.carina-point-img {
  margin-bottom: 2rem;
  position: relative;
}
.carina-point-img::before {
  content: "01";
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025rem;
  color: #dddddd;
  position: absolute;
  bottom: -25px;
  right: 2%;
  line-height: 1;
}
.pg-carina2 ul li:nth-child(2) .carina-point-img::before {
  content: "02";
}
.pg-carina2 ul li:nth-child(3) .carina-point-img::before {
  content: "03";
}
.pg-carina2 ul li:nth-child(4) .carina-point-img::before {
  content: "04";
}
.pg-carina2 {
  padding: 5rem 0 6rem;
}
.pg-carina4 .e_title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .pg-carina2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pg-carina2 ul li {
    margin-bottom: 3rem;
    width: calc(50% - 1.5rem);
  }
  .pg-carina2 ul li:nth-child(3) {
    margin-bottom: 0;
  }
  .pg-carina2 {
    padding: 7rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg-carina2 ul li {
    margin-bottom: 4rem;
    width: calc(50% - 2rem);
  }
  .cp-txt02 {
    font-size: 1.5rem;
  }
  .pg-carina2 {
    padding: 9rem 0 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .carina-point-img::before {
    font-size: 5.5rem;
    bottom: -45px;
  }
  .pg-carina2 {
    padding: 10rem 0 12.5rem;
  }
  .cp-txt01 {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1600px) {
  .pg-carina2 ul li {
    margin-bottom: 4.5rem;
    width: calc(50% - 3rem);
  }
}
/* プラン */
.pg-carina3 {
  padding: 5rem 0 6rem;
}
.nonet-custom {
  background-color: #f4f4f4;
  padding: 6rem 0;
}
.nonet-custom-menu .nav-tabs {
  border-bottom: none;
}
.nonet-custom .c-title1 {
  margin-bottom: 20px;
}
.nonet-custom .c-title1 .f-eng {
  margin-top: 8px;
}
.nonet-custom .c-text--big {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .pg-carina3 {
    padding: 7rem 0 8rem;
  }
  .nonet-custom {
    padding: 10rem 0;
  }
  .nonet-custom .c-title1 {
    margin-bottom: 48px;
  }
  .nonet-custom .c-title1 .f-eng {
    margin-top: 18px;
  }
  .nonet-custom .c-text--big {
    margin-bottom: 48px;
  }
}
.nonet-custom--inner .nav-fill > .nav-link, .nonet-custom--inner .nav-fill .nav-item {
  text-align: left;
}
.nonet-custom--inner.tab_hl_like .nav-fill > .nav-link, .nonet-custom--inner.tab_hl_like .nav-fill .nav-item {
  display: block;
  width: unset;
  flex: unset;
}
.nonet-custom--inner.tab_hl_like .nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  color: #333;
  text-align: left;
  font-size: 1.05rem;
  border-radius: 0;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 50px;
}
.nonet-custom--inner.tab_hl_like .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 1;
}
.nonet-custom--inner.tab_hl_like .nav-tabs .nav-link.active::before, .nonet-custom--inner.tab_hl_like .nav-tabs .nav-item.show .nav-link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #235bc8;
  border-radius: 50px;
  z-index: 2;
}
.nonet-custom--inner.tab_hl_like .nav-tabs .nav-link:hover, .tab_hl_like .nav-tabs .nav-link:focus {
  border: none;
}
.nonet-custom--inner .tab-content {
  background-color: #fff;
  padding: 2.5rem 2rem 3.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .nonet-custom--inner.tab_hl_like .nav {
    margin-bottom: 2rem;
    justify-content: flex-start;
  }
  .nonet-custom--inner .tab-content {
    padding: 4rem 3rem 5rem;
    margin-top: 0;
  }
  .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link {
    padding: 0 0 0 25px;
    margin-right: 30px;
  }
  .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link::after {
    width: 15px;
    height: 15px;
    top: 51%;
  }
  .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link.active::before, .nonet-custom--inner.tab_hl_like .nav-tabs .nav-item.show .nav-link::before {
    width: 15px;
    height: 15px;
    top: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-carina3 {
    padding: 10rem 0;
  }
  .nonet-custom--inner {
    display: flex;
    justify-content: space-between;
  }
  .pg-bago1 .nonet-custom--inner {
    display: block;
  }
  .pg-bago1 .nonet-custom--inner .tab-content {
    width: 80%;
    margin: 0 auto;
  }
  .pg-bago1 .nonet-custom--inner .nonet-custom-menu {
    width: unset;
  }
  .pg-bago1 .cus-note {
    width: 80%;
    margin: 2rem auto 0;
  }
  .nonet-custom--inner .nonet-custom-menu {
    width: 270px;
    margin-right: 0;
  }
  .nonet-custom--inner .tab-content {
    width: calc(100% - 270px);
    padding: 4rem 4rem 5rem;
  }
  .nonet-custom--inner.tab_hl_like .nav {
    display: block;
  }
  .nonet-custom--inner.tab_hl_like .nav-fill > .nav-link, .nonet-custom--inner.tab_hl_like .nav-fill .nav-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .pg-carina3 {
    padding: 12.5rem 0;
  }
  .nonet-custom--inner .tab-content {
    padding: 4rem 6rem 5rem;
  }
  .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link {
    margin-bottom: 20px;
  }
}
/*プランの内容*/
.cg-txt01 {
  color: #666666;
  letter-spacing: 0.025rem;
  font-size: 0.95rem;
}
.cg-txt02 {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.cg-boc01 {
  margin-bottom: 2.5rem;
}
.cg-plan-img {
  margin-bottom: 0.5rem;
}
.cg-boc02 {
  margin-top: 1.5rem;
}
.cg-boc02 table th {
  font-weight: normal;
  border-top: 1px solid rgba(185, 185, 185, 0.25);
  border-bottom: 1px solid rgba(185, 185, 185, 0.25);
  padding: 1rem 0;
}
.cg-boc02 table td {
  border-top: 1px solid rgba(185, 185, 185, 0.25);
  border-bottom: 1px solid rgba(185, 185, 185, 0.25);
  padding: 1rem 0;
}
.cg-boc02 table {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9rem;
}
.pg-piatto3 .img1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .cg-unit01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  .cg-boc01 {
    margin-bottom: 0;
    width: 48%;
  }
  .cg-boc02 {
    border-top: none;
    border-bottom: none;
    width: 45%;
    margin-top: 3rem;
  }
  .cg-unit02 {
    display: flex;
    justify-content: space-between;
  }
  .cg-plan-img {
    margin-bottom: 0;
    width: calc(50% - 0.5rem);
  }
  .pg-piatto3 .img1 {
    display: block;
  }
  .pg-piatto3 .img2 {
    display: none;
  }
}
@media screen and (min-width:1200px) and (max-width:1499px) {
  .cg-unit01 {
    justify-content: unset;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .cg-boc01 {
    width: 100%;
  }
  .cg-boc02 {
    width: 100%;
    border-right: none;
    border-left: none;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .cg-txt01 {
    margin-bottom: 1.5rem;
  }
}
/*ギャラリー*/
.pg-carina4 {
  padding: 5rem 0 6rem;
}
.pg-carina4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 0;
}
.pg-carina4 ul li {
  width: calc(33.333% - 0.5rem);
  margin-bottom: 1rem;
  position: relative;
  aspect-ratio: 1 / 1;
}
.pg-carina4 ul li::before {
  content: "1";
  position: absolute;
  top: 5px;
  left: 5px;
  background: #da2e16;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  z-index: 10;
}
.pg-carina4 ul li:nth-child(2)::before {
  content: "2";
}
.pg-carina4 ul li:nth-child(3)::before {
  content: "3";
}
.pg-carina4 ul li:nth-child(4)::before {
  content: "4";
}
.pg-carina4 ul li:nth-child(5)::before {
  content: "5";
}
.pg-carina4 ul li:nth-child(6)::before {
  content: "6";
}
.pg-carina4 ul li:nth-child(7)::before {
  content: "7";
}
#page-main .pg-carina4 ul li a .zoom {
  width: 100%;
  height: 100%;
}
#page-main .pg-carina4 ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-main .pg-carina4 ul li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .pg-carina4 {
    padding: 7rem 0 8rem;
  }
  .pg-carina4 .e_title {
    margin-bottom: 3rem;
  }
  .pg-carina4 ul {
    justify-content: unset;
    margin: 3rem -0.5rem 0;
  }
  .pg-carina4 .pg-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .pg-carina4 ul li {
    width: 25%;
    padding: 0 0.5rem;
  }
  .pg-carina4 ul li::before {
    top: 5px;
    left: 12px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pg-carina4 {
    padding: 9rem 0 10rem;
  }
  .pg-carina4 ul li {
    width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .pg-carina4 {
    padding: 10rem 0 12.5rem;
  }
  .pg-carina4 .e_title {
    margin-bottom: 5rem;
  }
  .pg-carina4 .pg-inner {
    max-width: unset;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pg-gallery-plan {
    width: 68%;
  }
  .pg-carina4 ul {
    justify-content: space-between;
    margin: 0;
    width: 27%;
  }
  .pg-carina4 ul li {
    width: calc(50% - 0.5rem);
    padding: 0;
    aspect-ratio: 1 / 1;
  }
  .pg-carina4 ul li::before {
    top: 6px;
    left: 6px;
  }
}
/*カリーナの暮らし*/
.pg-carina5 {
  padding: 5rem 0 7rem;
}
.pg-carina5 .page-casaliniere-movie li {
  margin-bottom: 2rem;
}
.pg-carina5 .page-casaliniere-movie li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pg-carina5 {
    padding: 7rem 0 9rem;
  }
  .pg-carina5 .page-casaliniere-movie {
    flex-wrap: wrap;
  }
  .pg-carina5 .page-casaliniere-movie li {
    width: calc(50% - 1rem);
  }
  .pg-carina5.pg-piatto5 .page-casaliniere-movie li {
    margin-bottom: 0;
  }
  .pg-carina5 .page-casaliniere-movie li:nth-child(3) {
    margin-bottom: 0;
  }
  .pg-carina5 .page-casaliniere-movie.col1 li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .pg-carina5 {
    padding: 9rem 0 11rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg-carina5 {
    padding: 10rem 0 13rem;
  }
  .pg-carina5 .page-casaliniere-movie li {
    width: calc(50% - 2rem);
    margin-bottom: 4rem;
  }
}
/***************************************
design casa
***************************************/
.pg-casa1 {
  margin-bottom: 6rem;
}
.pg-casa1 .row1 {
  display: flex;
}
.pg-casa1 .row1 .logo-img {
  width: 150px;
  margin: 0 0.3rem 0 0.1rem;
}
.br1600 {
  display: none;
}
@media screen and (min-width: 768px) {
  .pg-casa1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .pg-casa1 {
    display: flex;
    justify-content: space-between;
  }
  .pg-casa1 .pg_title {
    margin-bottom: 0;
    width: 370px;
  }
  .pg-casa1 .txt-justify {
    width: calc(100% - 420px);
  }
  .pg-casa1 .row1 .logo-img {
    width: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .pg-casa1 {
    margin-bottom: 10rem;
  }
  .pg-casa1 .pg_title {
    width: 400px;
    margin-top: -5px;
  }
  .pg-casa1 .txt-justify {
    width: calc(100% - 450px);
  }
}
@media screen and (min-width: 1400px) {
  .pg-casa1 {
    margin-bottom: 12.5rem;
  }
  .pg-casa1 .pg_title {
    width: 500px;
  }
  .pg-casa1 .row1 .logo-img {
    width: 230px;
  }
  .pg-casa1 .txt-justify {
    width: calc(100% - 550px);
  }
}
@media screen and (min-width: 1600px) {
  .br1600 {
    display: block;
  }
  .pg-casa1 .txt-justify {
    width: calc(100% - 600px);
  }
}
/*REASON*/
.pg-casa2 {
  margin-top: 5rem;
}
#page-main .pg-casa2 a:hover img {
  opacity: 1;
}
.dc-reason-unit1 {
  margin-bottom: 5rem;
}
.dc-reason-unit2 {
  padding: 5rem 0;
  margin-bottom: 4rem;
}
.pg-casa2 .txt {
  margin-top: 2rem;
}
.dc-reason-txt1 {
  color: #666666;
  letter-spacing: 0.025rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.dc-reason-txt2 {
  font-size: 1.3rem;
  letter-spacing: 0.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.dc-reason-btn {
  margin-top: 2.5rem;
}
.dc-reason-unit3 .top {
  margin-bottom: 3rem;
}
.pg-casa2 .page_container1300 {
  max-width: unset;
}
.dc-reason-unit3 .slider-wrapper {
  width: 100%;
  padding-left: 7.5%;
}
@media screen and (min-width: 768px) {
  .pg-casa2 {
    margin-top: 7rem;
  }
  .dc-reason-unit1, .dc-reason-unit2 {
    margin-bottom: 6rem;
    display: flex;
    justify-content: space-between;
  }
  .dc-reason-unit2 {
    padding: 6rem 0;
    flex-direction: row-reverse;
  }
  .pg-casa2 .img {
    width: 46%;
  }
  .pg-casa2 .txt {
    margin-top: 0;
    width: 46%;
  }
  .dc-reason-txt1 {
    margin-bottom: 1.5rem;
  }
  .pg-casa2 .e_title {
    margin-bottom: 5rem;
  }
  .dc-reason-unit3 .top {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .dc-reason-txt2 {
    font-size: 1.7rem;
    margin-bottom: 1.8rem;
  }
  .dc-reason-unit3 .slider-wrapper {
    padding-left: 13.89%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-casa2 {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg-casa2 {
    margin-top: 10rem;
  }
  .dc-reason-txt2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .dc-reason-txt1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .dc-reason-unit1, .dc-reason-unit2 {
    margin-bottom: 8rem;
  }
  .dc-reason-unit2 {
    padding: 8rem 0 9rem;
  }
  .pg-casa2 .e_title {
    margin-bottom: 6.5rem;
  }
  .dc-reason-unit3 .top, .dc-reason-unit4 .top {
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
  }
  .dc-reason-unit3 .top .uni1, .dc-reason-unit4 .top .uni1 {
    width: 400px;
  }
  .dc-reason-unit3 .top .txt-justify, .dc-reason-unit4 .top .txt-justify {
    width: calc(100% - 470px);
    margin-top: 64px;
  }
  .dc-reason-unit3 .top .dc-reason-txt2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .dc-reason-unit1, .dc-reason-unit2 {
    align-items: center;
  }
  .pg-casa2 .img {
    width: 53%;
  }
  .pg-casa2 .txt {
    width: 39%;
  }
  .dc-reason-btn {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1800px) {
  .pg-casa2 .img {
    width: 56%;
  }
  .pg-casa2 .txt {
    width: 35%;
  }
}
/*GALLERY*/
.dc-reason-unit4 {
  padding: 5rem 0 7rem;
  margin-top: 4rem;
}
.dc-reason-unit4 .top {
  margin-bottom: 3rem;
}
.dc_gallery_slider.slick-dotted.gallery_slider.slick-slider {
  margin-bottom: 0;
  padding-bottom: 3rem;
  width: 100%;
  padding-left: calc(7.5% - 1rem);
}
.dc_gallery_slider .slick-list {
  padding: 0 6% 0 0 !important;
}
.pageDC_gallery_btn {
  width: 85%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .dc-reason-unit4 {
    padding: 6rem 0 8rem;
    margin-top: 6rem;
  }
  .dc-reason-unit4 .top {
    margin-bottom: 4rem;
  }
  .dc_gallery_slider.slick-dotted.gallery_slider.slick-slider {
    padding-left: calc(7.5% - 1.5rem);
    margin-left: 0;
    padding-bottom: 3.5rem;
  }
  .dc_gallery_slider .gallery_item {
    margin-bottom: 0;
  }
  .pageDC_gallery_btn {
    margin: 3.5rem auto 0;
  }
}
@media screen and (min-width: 992px) {
  .dc_gallery_slider.slick-dotted.gallery_slider.slick-slider {
    padding-left: calc(13.89% - 1.5rem);
  }
  .pageDC_gallery_btn {
    margin: 4rem auto 0;
    width: 72.22%;
  }
}
@media screen and (min-width: 1400px) {
  .dc-reason-unit4 {
    padding: 8rem 0 13rem;
    margin-top: 9rem;
  }
}
/**************************
/* 家づくりの流れ
**************************/
.flow-containerpage_container1300 {
  max-width: 1000px;
}
/*フロー*/
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  min-width: 60px;
  min-height: 60px;
  content: "";
  border-radius: 50%;
  background-color: #235bc8;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
#page-main .stepbar .stepbarwrap .steptitle .stepcircle p {
  display: inline-block;
  line-height: 1.2;
  font-size: 0.8rem;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}
.stepbar .stepbarwrap .steptitle .stepcircle .nmb {
  font-size: 1.4rem;
}
#page-main .stepbar .stepbarwrap .steptitle .title {
  margin: 0 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 80px;
}
#page-main .stepbar .stepbarwrap .steptxt .txt {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: justify;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 3em);
  background-color: #a4a4a4;
  position: absolute;
  top: 1em;
  left: 30px;
  z-index: 1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
.stepbarwrap .btn-wrap .tel.btn_view {
  width: unset;
  padding: 10px 0;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.stepbarwrap .btn-wrap .tel.btn_view span {
  font-size: 1rem;
}
.flow-container .f-img {
  border: 1px solid #ddd;
  margin-top: 20px;
}
.dc-arc-btn {
  margin-top: 2rem;
}
.planUl {
  margin-top: 2rem;
  background: #f2f2f2;
  padding: 1.5rem 1.5rem 2.5rem;
  margin-bottom: 2.5rem;
}
.planUl .ttl {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}
.planUl .mb-0 {
  text-align: justify;
}
.planUl li {
  margin-bottom: 1.5rem;
}
.planUl li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .beige-back {
    background-color: #fcfbf4;
    padding: 80px 0;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle {
    min-width: 70px;
    min-height: 70px;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle .nmb {
    font-size: 1.6rem;
  }
  #page-main .stepbar .stepbarwrap .steptitle .title {
    font-size: 1.5rem;
    margin-left: 25px;
    margin-bottom: 0;
  }
  .stepbar .stepbarwrap .steptxt {
    padding-left: 95px;
  }
  .stepbarwrap .btn-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 710px;
  }
  .stepbarwrap .btn-wrap .tel.btn_view, .stepbarwrap .btn-wrap .line.btn_view {
    width: 48%;
  }
  .stepbar .stepbarwrap .stepline {
    left: 35px;
  }
  #page-main .stepbar .stepbarwrap .steptitle .stepcircle p {
    line-height: 1.15;
    top: 54%;
    left: 50%;
  }
  .planUl {
    padding: 2.5rem 4rem 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .flow-container .f-img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .beige-back {
    padding: 100px 0;
  }
  .flow-container {
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle {
    min-width: 80px;
    min-height: 80px;
  }
  .stepbar .stepbarwrap .stepline {
    left: 40px;
  }
  .flow-container .block01 {
    max-width: 460px;
    margin-right: 180px;
    margin-top: 25px;
  }
  .flow-container .block02 {
    max-width: 960px;
    margin: 0 auto;
  }
  .stepbar .stepbarwrap {
    margin: 3em 0;
  }
  .stepbar .stepbarwrap:first-child {
    margin-top: 0;
  }
  .stepbarwrap .btn-wrap .tel.btn_view {
    padding: 15px 0;
    font-size: 1.8rem;
  }
  .stepbarwrap .btn-wrap .tel.btn_view span {
    font-size: 1.4rem;
    margin-right: 3px;
  }
  #page-main .stepbar .stepbarwrap .steptitle .title {
    margin-left: 30px;
  }
  .stepbar .stepbarwrap .steptxt {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .dc-arc-btn {
    margin-top: 2.5rem;
  }
}
/**************************
/* カーサピアット
**************************/
.pg-piatto3 .nonet-custom--inner .tab-content {
  background-color: #f2f2f2;
}
.pg-carina3.pg-piatto3 {
  padding: 0;
}
.pg-piatto3 .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link::after {
  background-color: #d9d9d9;
}
.pg-piatto3 .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link {
  margin-right: 25px;
}
.cus-note {
  margin-top: 2rem;
  font-size: 0.85rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pg-piatto3 .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link {
    margin-right: 30px;
  }
  .cus-note {
    text-align: right;
  }
  .pg-amare1 .cus-note {
    width: 80%;
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .pg-piatto3 .nonet-custom--inner.tab_hl_like .nav-tabs .nav-link {
    margin-right: 0;
  }
}
/******GALLERY******/
.pg-piatto4 {
  margin: 5rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .pg-piatto4 {
    margin: 7rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg-piatto4 {
    margin: 9rem 0 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg-piatto4 {
    margin: 10rem 0 12.5rem;
  }
}
/*メイン*/
.ti-item {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .ti-item {
    margin-bottom: 20px;
  }
  .ti-item li {
    margin-right: 5px;
    margin-left: 5px;
  }
}
/*サムネイル*/
.ti-item-nav-container {
  width: 87.17%;
  margin: 0 auto;
  max-width: 830px;
}
.ti-item-nav li {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}
.ti-item-nav li::before {
  content: "";
  opacity: 0.7;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ti-item-nav li.slick-current::before {
  display: none;
}
.ti-item-nav .slick-list {
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .ti-item-nav-container {
    width: 65%;
  }
}
/**************************
/* カーサカーゴ
**************************/
@media screen and (max-width: 767px) {
  .pg-cago1 .cg-unit01 {
    margin-bottom: 2rem;
  }
}
.pg-cago1 .cg-unit02 {
  display: block;
}
.pg-cago1 .plan-note {
  margin: 1rem 0 0;
}
@media screen and (min-width:1200px) and (max-width:1499px) {
  .pg-cago1 .cg-unit01 {
    justify-content: space-between;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: unset;
  }
  .pg-cago1 .cg-boc01 {
    width: 48%;
  }
  .pg-cago1 .cg-boc02 {
    width: 45%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .pg-cago1 .cg-unit01 {
    margin-bottom: 3rem;
  }
}
/**************************
/* product casa
**************************/
/*アンカーリンク*/
#page-main .pcasa-link-wrap a {
  transition: .3s;
}
#page-main .pcasa-link-wrap a:hover {
  opacity: 0.7;
  transition: .3s;
}
#page-main .pcasa-link-wrap a:hover img {
  opacity: 0.8;
}
.pcasa-link-wrap {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  padding: 2rem 0.5rem;
}
.pcasa-link-wrap a {
  text-align: center;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  color: #1a1a1a;
}
.pcasa-link-wrap a .txt {
  font-size: 0.8rem;
  line-height: 1.5;
}
.pcasa-link-wrap a .txt .f-eng {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.025rem;
}
.pcasa-link-wrap a .img {
  width: 80px;
  margin: 1rem auto 0;
  position: relative;
  height: 80px;
}
#page-main .pcasa-link-wrap a .img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#page-main .pcasa-link-wrap a.lineup-hiraya .img img {
  bottom: 42%;
  transform: translate(-50%, +50%);
}
.pcasa-link-wrap a.lineup-simple .img {
  width: 70px;
}
@media screen and (min-width: 577px) {
  .pcasa-link-wrap a {
    border-right: 1px solid #cccccc;
  }
  .pcasa-link-wrap a:last-child {
    border-right: none;
  }
  .pcasa-link-wrap {
    padding: 2.5rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pcasa-link-wrap a.lineup-hiraya .img {
    width: 110px;
  }
}
@media screen and (min-width: 992px) {
  .pcasa-link-wrap {
    padding: 3rem 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pcasa-link-wrap a {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .pcasa-link-wrap a .txt {
    margin-right: 2rem;
  }
  .pcasa-link-wrap a .img {
    margin: 0;
  }
  #page-main .pcasa-link-wrap a.lineup-hiraya .img img {
    bottom: 50%;
    transform: translate(-50%, +50%);
  }
}
@media screen and (min-width: 1400px) {
  .pcasa-link-wrap a .txt {
    margin-right: 2rem;
    font-size: 0.9rem;
  }
  .pcasa-link-wrap a .txt .f-eng {
    font-size: 1.7rem;
  }
  .pcasa-link-wrap a .img {
    width: 85px;
    height: 85px;
  }
  .pcasa-link-wrap a.lineup-simple .img {
    width: 75px;
  }
  .pcasa-link-wrap a.lineup-hiraya .img {
    width: 125px;
  }
}
/*ラインナップ*/
.pcasa-lineup-wrap {
  padding: 5rem 0 6rem;
}
.pcasa-lineup-block a {
  display: block;
  color: #1a1a1a;
  margin-bottom: 3.5rem;
}
.pcasa-lineup-block a:last-child {
  margin-bottom: 0;
}
#page-main .pcasa-lineup-block a:hover img {
  opacity: 1;
}
.pcasa-lineup-block .visual {
  position: relative;
}
.pcasa-lineup-block .visual .txt {
  position: absolute;
  top: -5px;
  right: 12px;
  z-index: 3;
  writing-mode: tb;
}
.pcasa-lineup-block .visual .txt span {
  display: inline-block;
  padding: 0.3rem;
  background: #fff;
  font-size: 0.8rem;
}
.pcasa-lineup-block .visual .txt span:first-child {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.pcasa-lineup-block .ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.2rem;
}
.pcasa-lineup-block .ttl .logo div {
  width: 150px;
  margin-bottom: 0.5rem;
}
.pcasa-lineup-block .ttl .mb-0 {
  font-size: 0.9rem;
}
.pcasa-lineup-block .ttl .img {
  width: 95px;
  margin-top: -36px;
  z-index: 3;
}
.pcasa-lineup-block .pl-bago .ttl .img {
  width: 120px;
  margin-top: -54px;
}
.pcasa-lineup-block .pl-liniere .ttl .img {
  width: 110px;
  margin-top: -60px;
}
.pcasa-lineup-block .pl-liniere .ttl .logo div {
  width: 140px;
}
.pcasa-lineup-block .pl-carina .ttl .img {
  margin-top: -52px;
  margin-right: 10px;
}
.pcasa-lineup-block.plb-hiraya .ttl {
  display: block;
  position: relative;
}
.pcasa-lineup-block.plb-hiraya .ttl .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
}
@media screen and (min-width: 390px) {
  .pcasa-lineup-block .visual .txt span:first-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 500px) {
  .pcasa-lineup-block .visual .txt span:first-child {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 577px) {
  .pcasa-lineup-block .visual .txt span:first-child {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 600px) {
  .pcasa-lineup-block .visual .txt span:first-child {
    margin-bottom: 9rem;
  }
  .pcasa-lineup-block.plb-hiraya .visual .txt span:first-child {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 700px) {
  .pcasa-lineup-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pcasa-lineup-block.plb-hiraya a:last-child {
    margin-top: 3.5rem;
  }
  .pcasa-lineup-block a {
    width: calc(50% - 1.6rem);
    margin-bottom: 0;
  }
  .pcasa-lineup-block .visual .txt span:first-child {
    margin-bottom: 1rem;
  }
  .pcasa-lineup-block.plb-hiraya .visual .txt span:first-child {
    margin-bottom: 1rem;
  }
  .pcasa-lineup-block.plb-hiraya .ttl .img {
    bottom: 6px;
    right: 0;
    width: 110px;
  }
  .pcasa-lineup-block.plb-hiraya .pl-piatto .ttl .img {
    bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .pcasa-lineup-wrap {
    padding: 6rem 0 8rem;
  }
  .pcasa-lineup-block.plb-hiraya .ttl .img {
    bottom: 0;
    right: 0;
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .pcasa-lineup-block.plb-hiraya .ttl .img {
    bottom: 0;
    right: 0;
    width: 160px;
  }
  .pcasa-lineup-block.plb-hiraya .pl-piatto .ttl .img {
    bottom: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .pcasa-lineup-block .visual .txt span {
    font-size: 1rem;
  }
  .pcasa-lineup-block .visual .txt {
    right: 20px;
  }
  .pcasa-lineup-block .ttl .logo div {
    width: 220px;
    margin-bottom: 0.8rem;
  }
  .pcasa-lineup-block .ttl .img {
    width: 120px;
    margin-top: -40px;
  }
  .pcasa-lineup-block .pl-bago .ttl .img {
    width: 140px;
    margin-top: -48px;
  }
  .pcasa-lineup-block .pl-liniere .ttl .img {
    width: 135px;
    margin-top: -68px;
  }
  .pcasa-lineup-block .pl-liniere .ttl .logo div {
    width: 200px;
  }
  .pcasa-lineup-block .pl-carina .ttl .logo div {
    width: 210px;
  }
  .pcasa-lineup-block .pl-carina .ttl .img {
    margin-top: -65px;
    width: 120px;
  }
  .pcasa-lineup-block .ttl {
    margin-top: 1.7rem;
  }
  .pcasa-lineup-block.plb-hiraya a:last-child {
    margin-top: 4.5rem;
  }
  .pcasa-lineup-block.plb-hiraya .ttl .logo div {
    width: 200px;
  }
  .pcasa-lineup-block.plb-hiraya .pl-cago .ttl .logo div {
    width: 220px;
  }
  .pcasa-lineup-block.plb-hiraya .ttl .img {
    width: 180px;
  }
  .pcasa-lineup-block.plb-hiraya .pl-piatto .ttl .img {
    bottom: 10px;
  }
  .lineupOther .pcasa-lineup-wrap {
    padding: 6rem 0 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .pcasa-lineup-wrap {
    padding: 8rem 0 10rem;
  }
  .pcasa-lineup-block a {
    width: calc(50% - 2.5rem);
  }
  .pcasa-lineup-block .ttl .img {
    width: 150px;
    margin-top: -66px;
  }
  .pcasa-lineup-block .ttl .logo div {
    width: 240px;
  }
  .pcasa-lineup-block .pl-liniere .ttl .logo div {
    width: 200px;
  }
  .pcasa-lineup-block .pl-carina .ttl .logo div {
    width: 220px;
  }
  .pcasa-lineup-block .pl-bago .ttl .img {
    width: 160px;
    margin-top: -62px;
  }
  .pcasa-lineup-block.plb-hiraya .ttl .img {
    width: 230px;
    right: 10px;
  }
  .lineupOther .pcasa-lineup-wrap {
    padding: 8rem 0 12.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pcasa-lineup-block .visual .txt {
    top: 20px;
  }
  .pcasa-lineup-block .visual .txt span {
    font-size: 1.15rem;
  }
  .pcasa-lineup-block .visual .txt span:first-child {
    margin-left: 0.8rem;
  }
}
@media screen and (min-width: 1800px) {
  .pcasa-lineup-block .ttl .img {
    width: 180px;
    margin-top: -96px;
  }
  .pcasa-lineup-block .pl-bago .ttl .img {
    width: 200px;
    margin-top: -100px;
  }
  .pcasa-lineup-block .pl-liniere .ttl .img {
    width: 185px;
    margin-top: -121px;
  }
  .pcasa-lineup-block .pl-carina .ttl .img {
    margin-top: -108px;
    width: 160px;
  }
  .pcasa-lineup-block.plb-hiraya .ttl .img {
    width: 290px;
  }
  .pcasa-lineup-block.plb-hiraya a:last-child {
    margin-top: 5.5rem;
  }
}
/*その他*/
ul.OtheLineup-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.OtheLineup-ul li {
  width: calc(50% - 0.8rem);
  margin-bottom: 2rem
}
.OtheLineup-ul li:nth-child(n+5) {
  margin-bottom: 0;
}
ul.OtheLineup-ul .ttl .f-eng {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth"100;
  display: block;
  letter-spacing: 0.025rem;
  font-size: 1.4rem;
}
ul.OtheLineup-ul .ttl {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .OtheLineup-ul li {
    width: calc(33.33% - 1.8rem);
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .OtheLineup-ul li {
    width: calc(16.66% - 1rem);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .OtheLineup-ul li {
    width: calc(16.66% - 1.8rem);
  }
}
/**************************
/* 会社概要
**************************/
/*概要table*/
.outline-tab {
  width: 100%;
  font-weight: 400;
}
.outline-tab .map {
  margin-top: 1.5rem;
}
.outline-tab p {
  line-height: 1.7;
  margin-bottom: 0.7rem;
}
.outline-tab tr {
  border-top: 1px solid #cccccc;
}
.outline-tab tr:last-child {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.outline-tab td, .outline-tab th {
  padding: 35px 0;
  line-height: 2.133;
}
.outline-tab th {
  width: 23.28%;
  font-weight: 400;
}
.outline-tab td {
  width: 76.72%;
}
.outline-wrap.fir, .c_staff_img {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .outline-tab .map {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1800px) {
  .outline-tab td, .outline-tab th {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .outline-tab th {
    display: block;
    padding: 25px 0 5px;
  }
  .outline-tab td {
    display: block;
    padding: 5px 0 30px;
  }
  .outline-tab th {
    width: 100%;
  }
  .outline-tab td {
    width: 100%;
  }
}
/**************************
/* 採用情報
**************************/
.pg-recruit3.pg-carina5 {
  margin-top: 6rem;
}
.pg-recruit3 .e_title {
  margin-bottom: 2rem;
}
.contact-wrap {
  background: #fff;
  padding: 2rem;
  margin: 0 auto 3.5rem;
}
.contact-wrap a {
  color: #1a1a1a
}
.contact-wrap .f-eng {
  font-size: 1.5rem;
  margin: 0;
  letter-spacing: 0.025rem;
}
.contact-wrap .f-eng span {
  font-size: 1rem;
}
.contact-wrap .txt2 {
  font-size: 0.8rem;
}
.contact-wrap .block1 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .pg-recruit3.pg-carina5 {
    margin-top: 8rem;
  }
  .pg-recruit3 .e_title {
    margin-bottom: 3rem;
  }
  .contact-wrap {
    padding: 2.5rem 0 3rem;
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: space-between;
  }
  .contact-wrap div {
    width: 50%;
  }
  .contact-wrap .block1 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #cccccc;
  }
  .contact-wrap .f-eng {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .pg-recruit3 .form-note-wrap {
    width: 55%;
    max-width: 800px;
  }
  .pg-recruit3 .form-p {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg-recruit3.pg-carina5 {
    margin-top: 10rem;
  }
  .pg-liniere3.pg-recruit4 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg-recruit3.pg-carina5 {
    margin-top: 12.5rem;
  }
  .pg-liniere3.pg-recruit4 {
    margin-bottom: 10rem;
  }
  .contact-wrap {
    margin-bottom: 4.5rem;
  }
}
/**************************
/* コンセプト
**************************/
@media screen and (max-width: 767px) {
  .pg-liniere3.pg-concept2 ul li {
    margin-bottom: 4rem;
  }
	  .pg-liniere3.pg-concept2 ul li:last-child {
    margin-bottom: 0;
  }
}
.pg-concept1 {
  margin-bottom: 5rem;
}
.pg-liniere3.pg-concept2 {
  padding: 0;
  margin-bottom: 0;
  margin-top: 5rem;
}
.dc-concept-btn {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .pg-concept1 {
    margin-bottom: 6rem;
    text-align: center;
  }
  .pg-liniere3.pg-concept2 {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .pg-liniere3.pg-concept2 ul li .pg-unit2 {
    margin-top: 0;
  }
  .pg-concept1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg-concept1 {
    margin-bottom: 8rem;
  }
  .pg-liniere3.pg-concept2 {
    margin-top: 9rem;
  }
  .pg-liniere3.pg-concept2 ul li {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .pg-concept1 {
    margin-bottom: 10rem;
  }
  .pg-liniere3.pg-concept2 {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1700px) {
  .pg-liniere3.pg-concept2 ul li {
    align-items: center;
  }
  .dc-concept-btn {
    margin-top: 3rem;
  }
}
/**************************
/* 保証とアフターサポート
**************************/
.pg-support1 {
  padding: 5rem 0 6rem;
  margin-bottom: 5rem;
}
.pg-support1 ul li {
  background: #fff;
  padding: 2rem 2rem 2.5rem;
  margin-bottom: 1rem;
}
.pg-support1 ul li:last-child {
  margin-bottom: 0;
}
.pg-support1 ul li .ttl {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.pg-support1 ul li .ttl .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.pg-support1 ul li .ttl .mb-0 {
  font-size: 1.2rem;
}
.warranty_btn {
  margin-top: 1.5rem;
}
.pg-concept1.pg-support4 .txt {
  margin-top: 2.2rem;
}
.pg-support4 .br1600 {
  display: block;
}
@media screen and (min-width: 768px) {
  .pg-support1 {
    padding: 7rem 0 8rem;
    margin-bottom: 7rem;
  }
  .pg-support1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg-support1 ul li {
    width: calc(50% - 0.5rem);
  }
  .pg-support1 ul li:nth-child(n+5) {
    margin-bottom: 0;
  }
  .pg-concept1.pg-support4 {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .pg-concept1.pg-support4 .img {
    width: 47%;
  }
  .pg-concept1.pg-support4 .txt {
    width: 45%;
    margin-top: 0;
  }
  .pg-support4 .br1600 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .pg-concept1.pg-support4 .img {
    width: 55%;
  }
  .pg-concept1.pg-support4 .txt {
    width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .pg-support1 {
    padding: 9rem 0 10rem;
    margin-bottom: 9rem;
  }
  .pg-support1 ul li {
    padding: 2.5rem 3rem 3rem;
  }
  .pg-concept1.pg-support4 {
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .pg-support1 {
    padding: 10rem 0 12.5rem;
    margin-bottom: 10rem;
  }
  .pg-support1 ul li .ttl .icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
  .pg-support1 ul li .ttl .mb-0 {
    font-size: 1.4rem;
  }
  .warranty_btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .pg-support1 ul li {
    padding: 3rem 5rem 3.5rem;
  }
  .pg-support4 .br1600 {
    display: block;
  }
}
/*建物延長保証*/
.img-scroll-txt {
  display: none;
}
.pg-support2 .j-title {
  font-size: 1.5rem;
  line-height: 1.9;
}
.pg-support2 .j-title span {
  font-size: 0.9rem;
  display: block;
}
.pg-support2 .txt1 {
  margin-bottom: 2.5rem;
}
.pg-support2 ul {
  margin-top: 4rem;
}
.pg-support2 ul li .img.img-mb {
  margin-bottom: 2rem;
}
.pg-support2 ul li {
  margin-bottom: 4rem;
}
.pg-support2 ul li:last-child {
  margin-bottom: 0;
}
.blue-txt {
  color: #235bc8;
}
.warranty-note {
  margin-top: 2.5rem;
}
.warranty-note .item {
  border-top: 1px solid #cccc;
  padding: 1.2rem 0;
}
.warranty-note .item:last-child {
  border-bottom: 1px solid #cccc;
}
.warranty-note .item .title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.warranty-note .item .title .en {
  display: inline-block;
  background: #235bc8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.warranty-hiyou {
  margin-top: 3rem;
}
.warranty-hiyou > .txt-center {
  background: #1a1a1a;
  color: #fff;
  padding: 0.8rem;
}
.warranty-hiyou-inner {
  padding: 2rem;
  background: #f2f2f2;
}
.pg-support2 ul.warranty-hiyou-note {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  margin-top: 2rem;
}
.pg-support2 ul.warranty-hiyou-note li {
  margin-bottom: 0.25rem;
}
.muryokensa {
  margin-top: 2rem;
}
.muryokensa .item:first-child {
  margin-bottom: 0.5rem;
}
.muryokensa .item .title {
  background: #1a1a1a;
  color: #fff;
  padding: 0.5rem;
}
.muryokensa .item .muryokensa-inner {
  padding: 1rem;
  background: #f2f2f2;
}
.warranty-qa .tgl-clicklist {
  border: none;
  margin-top: -1.2rem;
}
@media screen and (min-width: 768px) {
  .pg-support2 .j-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .pg-support2 .j-title span {
    font-size: 1rem;
  }
  .pg-support2 .txt1 {
    margin-bottom: 3.5rem;
    text-align: center;
  }
  .pg-support2 ul {
    margin-top: 5rem;
  }
  .pg-support2 .main-inner ul li .flex-inner {
    display: flex;
    justify-content: space-between;
  }
  .pg-support2 ul li {
    margin-bottom: 5rem;
  }
  .pg-support2 .main-inner ul li .flex-inner .img {
    width: 61%;
  }
  .warranty-note {
    margin-top: 0;
    width: 33%;
  }
  .warranty-hiyou {
    margin-top: 4rem;
  }
  .warranty-hiyou > .txt-center {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .warranty-hiyou-inner {
    padding: 3rem 4rem;
  }
  .pg-support2 ul.warranty-hiyou-note {
    margin-top: 3rem;
  }
  .muryokensa .item:first-child {
    margin-bottom: 0;
  }
  .muryokensa {
    display: flex;
    justify-content: space-between;
  }
  .muryokensa .item {
    width: calc(50% - 0.5rem);
  }
  .muryokensa .item .muryokensa-inner {
    padding: 1rem 2rem;
  }
  .pg-support2 ul.warranty-hiyou-note.muryokensa-note {
    margin-top: 2rem;
  }
  .warranty-qa .tgl-clicklist {
    margin-top: -1.5rem;
  }
  .warranty-qa .tgl-ct-ttl {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg-support2 .txt1 {
    margin-bottom: 4.5rem;
  }
  .pg-support2 ul {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .pg-support2 .j-title {
    font-size: 2.5rem;
    margin-bottom: 1.8rem;
  }
  .pg-support2 .j-title span {
    font-size: 1.2rem;
  }
  .pg-support2 .txt1 {
    margin-bottom: 5.5rem;
  }
  .pg-support2 ul {
    margin-top: 8rem;
  }
  .pg-support2 ul li .img.img-mb {
    margin-bottom: 3rem;
  }
  .pg-support2 ul li {
    margin-bottom: 6rem;
  }
  .warranty-qa .tgl-clicklist {
    margin-top: -1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .img-scroll {
    overflow: scroll;
  }
  #page-main .img-scroll img {
    max-width: 800px;
    overflow: scroll;
    width: unset;
  }
  .img-scroll-txt {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  #page-main .warranty-hiyou-inner .img-scroll img {
    max-width: 600px;
  }
}